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

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dsvreg.h184 SV_MUTE_BIT = 0x80, enumerator in enum:__anon8138
H A Dsv.c1114 reg |= SV_MUTE_BIT;
1116 reg &= ~SV_MUTE_BIT;
1122 reg |= SV_MUTE_BIT;
1124 reg &= ~SV_MUTE_BIT;
1293 cp->un.ord = ((reg & SV_MUTE_BIT) ? 1 : 0);

Completed in 106 milliseconds