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

/freebsd-11-stable/sys/dev/sound/pci/
H A Dmaestro.c512 AGG_WR(ess, PORT_HOSTINT_CTRL, HOSTINT_CTRL_DSOUND_INT_ENABLED
513 | AGG_RD(ess, PORT_HOSTINT_CTRL, 2), 2);
520 AGG_WR(ess, PORT_HOSTINT_CTRL, ~HOSTINT_CTRL_DSOUND_INT_ENABLED
521 & AGG_RD(ess, PORT_HOSTINT_CTRL, 2), 2);
679 AGG_WR(ess, PORT_HOSTINT_CTRL, HOSTINT_CTRL_SOFT_RESET, 2);
681 AGG_WR(ess, PORT_HOSTINT_CTRL, 0, 2);
683 AGG_WR(ess, PORT_HOSTINT_CTRL, HOSTINT_CTRL_DSOUND_RESET, 2);
685 AGG_WR(ess, PORT_HOSTINT_CTRL, 0, 2);
690 AGG_WR(ess, PORT_HOSTINT_CTRL,HOSTINT_CTRL_HWVOL_ENABLED, 2);
824 AGG_WR(ess, PORT_HOSTINT_CTRL,
[all...]
H A Dmaestro_reg.h120 #define PORT_HOSTINT_CTRL 0x18 /* WORD RW */ macro

Completed in 63 milliseconds