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

/freebsd-12-stable/sys/dev/sound/pci/hda/
H A Dhdac.c843 HDAC_WRITE_2(&sc->mem, HDAC_CORBWP, sc->corb_wp);
844 HDAC_WRITE_2(&sc->mem, HDAC_CORBRP, HDAC_CORBRP_CORBRPRST);
851 HDAC_WRITE_2(&sc->mem, HDAC_CORBRP, 0x0);
894 HDAC_WRITE_2(&sc->mem, HDAC_RIRBWP, HDAC_RIRBWP_RIRBWPRST);
897 HDAC_WRITE_2(&sc->mem, HDAC_RINTCNT, sc->rirb_size / 2);
1041 HDAC_WRITE_2(&sc->mem, HDAC_CORBWP, sc->corb_wp);
1557 HDAC_WRITE_2(&sc->mem, HDAC_WAKEEN, 0);
1564 HDAC_WRITE_2(&sc->mem, HDAC_STATESTS, statests);
1704 HDAC_WRITE_2(&sc->mem, HDAC_WAKEEN, 0);
1705 HDAC_WRITE_2(
[all...]
H A Dhdac_private.h51 #define HDAC_WRITE_2(mem, offset, value) \ macro

Completed in 99 milliseconds