Searched refs:HDAC_READ_4 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdac.c | 401 intsts = HDAC_READ_4(&sc->mem, HDAC_INTSTS); in hdac_intr_handler() 404 intsts = HDAC_READ_4(&sc->mem, HDAC_INTSTS); in hdac_intr_handler() 465 gctl = HDAC_READ_4(&sc->mem, HDAC_GCTL); in hdac_reset() 469 gctl = HDAC_READ_4(&sc->mem, HDAC_GCTL); in hdac_reset() 484 gctl = HDAC_READ_4(&sc->mem, HDAC_GCTL); in hdac_reset() 488 gctl = HDAC_READ_4(&sc->mem, HDAC_GCTL); in hdac_reset() 1516 ctl = HDAC_READ_4(&sc->mem, HDAC_INTCTL); in sysctl_hdac_polling() 1520 ctl = HDAC_READ_4(&sc->mem, HDAC_INTCTL); in sysctl_hdac_polling() 1581 HDAC_WRITE_4(&sc->mem, HDAC_GCTL, HDAC_READ_4(&sc->mem, HDAC_GCTL) | in hdac_attach2() 1721 HDAC_WRITE_4(&sc->mem, HDAC_GCTL, HDAC_READ_4( in hdac_resume() [all...] |
H A D | hdac_private.h | 45 #define HDAC_READ_4(mem, offset) \ macro
|