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

/freebsd-12-stable/sys/dev/sound/pci/hda/
H A Dhdac.c341 HDAC_WRITE_1(&sc->mem,
354 HDAC_WRITE_1(&sc->mem, (i << 5) + HDAC_SDSTS,
440 HDAC_WRITE_1(&sc->mem, HDAC_CORBCTL, 0x0);
441 HDAC_WRITE_1(&sc->mem, HDAC_RIRBCTL, 0x0);
834 HDAC_WRITE_1(&sc->mem, HDAC_CORBSIZE, corbsize);
855 HDAC_WRITE_1(&sc->mem, HDAC_CORBCTL, HDAC_CORBCTL_CMEIE);
885 HDAC_WRITE_1(&sc->mem, HDAC_RIRBSIZE, rirbsize);
901 HDAC_WRITE_1(&sc->mem, HDAC_RIRBCTL,
904 HDAC_WRITE_1(&sc->mem, HDAC_RIRBCTL, HDAC_RIRBCTL_RINTCTL);
929 HDAC_WRITE_1(
[all...]
H A Dhdac_private.h49 #define HDAC_WRITE_1(mem, offset, value) \ macro

Completed in 61 milliseconds