Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/sound/pci/hda/
HDhdac.c355 HDAC_WRITE_1(&sc->mem, in hdac_one_intr()
368 HDAC_WRITE_1(&sc->mem, (i << 5) + HDAC_SDSTS, in hdac_one_intr()
453 HDAC_WRITE_1(&sc->mem, HDAC_CORBCTL, 0x0); in hdac_reset()
454 HDAC_WRITE_1(&sc->mem, HDAC_RIRBCTL, 0x0); in hdac_reset()
841 HDAC_WRITE_1(&sc->mem, HDAC_CORBSIZE, corbsize); in hdac_corb_init()
862 HDAC_WRITE_1(&sc->mem, HDAC_CORBCTL, HDAC_CORBCTL_CMEIE); in hdac_corb_init()
892 HDAC_WRITE_1(&sc->mem, HDAC_RIRBSIZE, rirbsize); in hdac_rirb_init()
908 HDAC_WRITE_1(&sc->mem, HDAC_RIRBCTL, in hdac_rirb_init()
911 HDAC_WRITE_1(&sc->mem, HDAC_RIRBCTL, HDAC_RIRBCTL_RINTCTL); in hdac_rirb_init()
936 HDAC_WRITE_1(&sc->mem, HDAC_CORBCTL, corbctl); in hdac_corb_start()
[all …]
HDhdac_private.h47 #define HDAC_WRITE_1(mem, offset, value) \ macro