Searched refs:HDAC_READ_4 (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/sound/pci/hda/ |
| H A D | hdac.c | 403 intsts = HDAC_READ_4(&sc->mem, HDAC_INTSTS); in hdac_intr_handler() 406 intsts = HDAC_READ_4(&sc->mem, HDAC_INTSTS); in hdac_intr_handler() 467 gctl = HDAC_READ_4(&sc->mem, HDAC_GCTL); in hdac_reset() 471 gctl = HDAC_READ_4(&sc->mem, HDAC_GCTL); in hdac_reset() 486 gctl = HDAC_READ_4(&sc->mem, HDAC_GCTL); in hdac_reset() 490 gctl = HDAC_READ_4(&sc->mem, HDAC_GCTL); in hdac_reset() 1526 ctl = HDAC_READ_4(&sc->mem, HDAC_INTCTL); in sysctl_hdac_polling() 1530 ctl = HDAC_READ_4(&sc->mem, HDAC_INTCTL); in sysctl_hdac_polling() 1591 HDAC_WRITE_4(&sc->mem, HDAC_GCTL, HDAC_READ_4(&sc->mem, HDAC_GCTL) | in hdac_attach2() 1760 HDAC_WRITE_4(&sc->mem, HDAC_GCTL, HDAC_READ_4(&sc->mem, HDAC_GCTL) | in hdac_resume() [all …]
|
| H A D | hdac_private.h | 45 #define HDAC_READ_4(mem, offset) \ macro
|