Home
last modified time | relevance | path

Searched refs:HDAC_READ_1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sound/pci/hda/
H A Dhdac.c352 rirbsts = HDAC_READ_1(&sc->mem, HDAC_RIRBSTS); in hdac_one_intr()
357 rirbsts = HDAC_READ_1(&sc->mem, HDAC_RIRBSTS); in hdac_one_intr()
535 corbsize = HDAC_READ_1(&sc->mem, HDAC_CORBSIZE); in hdac_get_capabilities()
551 rirbsize = HDAC_READ_1(&sc->mem, HDAC_RIRBSIZE); in hdac_get_capabilities()
933 corbctl = HDAC_READ_1(&sc->mem, HDAC_CORBCTL); in hdac_corb_start()
948 rirbctl = HDAC_READ_1(&sc->mem, HDAC_RIRBCTL); in hdac_rirb_start()
963 rirbwp = HDAC_READ_1(&sc->mem, HDAC_RIRBWP); in hdac_rirb_flush()
2015 ctl = HDAC_READ_1(&sc->mem, off + HDAC_SDCTL2); in hdac_stream_start()
2034 ctl = HDAC_READ_1(&sc->mem, off + HDAC_SDCTL0); in hdac_stream_start()
2060 ctl = HDAC_READ_1( in hdac_stream_stop()
[all...]
H A Dhdac_private.h41 #define HDAC_READ_1(mem, offset) \ macro