Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sound/pci/hda/
HDhdac.c307 HDAC_WRITE_1(&sc->mem, in hdac_intr_handler()
320 HDAC_WRITE_1(&sc->mem, (i << 5) + HDAC_SDSTS, in hdac_intr_handler()
377 HDAC_WRITE_1(&sc->mem, HDAC_CORBCTL, 0x0); in hdac_reset()
378 HDAC_WRITE_1(&sc->mem, HDAC_RIRBCTL, 0x0); in hdac_reset()
772 HDAC_WRITE_1(&sc->mem, HDAC_CORBSIZE, corbsize); in hdac_corb_init()
793 HDAC_WRITE_1(&sc->mem, HDAC_CORBCTL, HDAC_CORBCTL_CMEIE); in hdac_corb_init()
823 HDAC_WRITE_1(&sc->mem, HDAC_RIRBSIZE, rirbsize); in hdac_rirb_init()
839 HDAC_WRITE_1(&sc->mem, HDAC_RIRBCTL, in hdac_rirb_init()
842 HDAC_WRITE_1(&sc->mem, HDAC_RIRBCTL, HDAC_RIRBCTL_RINTCTL); in hdac_rirb_init()
869 HDAC_WRITE_1(&sc->mem, HDAC_CORBCTL, corbctl); in hdac_corb_start()
[all …]
HDhdac_private.h47 #define HDAC_WRITE_1(mem, offset, value) \ macro