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

/freebsd-13-stable/sys/dev/sound/pci/hda/
H A Dhdac.c832 HDAC_WRITE_2(&sc->mem, HDAC_CORBWP, sc->corb_wp);
833 HDAC_WRITE_2(&sc->mem, HDAC_CORBRP, HDAC_CORBRP_CORBRPRST);
840 HDAC_WRITE_2(&sc->mem, HDAC_CORBRP, 0x0);
883 HDAC_WRITE_2(&sc->mem, HDAC_RIRBWP, HDAC_RIRBWP_RIRBWPRST);
886 HDAC_WRITE_2(&sc->mem, HDAC_RINTCNT, sc->rirb_size / 2);
1029 HDAC_WRITE_2(&sc->mem, HDAC_CORBWP, sc->corb_wp);
1544 HDAC_WRITE_2(&sc->mem, HDAC_WAKEEN, 0);
1551 HDAC_WRITE_2(&sc->mem, HDAC_STATESTS, statests);
1691 HDAC_WRITE_2(&sc->mem, HDAC_WAKEEN, 0);
1692 HDAC_WRITE_2(
[all...]
H A Dhdac_private.h51 #define HDAC_WRITE_2(mem, offset, value) \ macro

Completed in 166 milliseconds