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

/freebsd-12-stable/sys/dev/sound/pci/
H A Dvibes.h185 #define SV_REG_ANALOG_PWR 0x30 macro
H A Dvibes.c143 if (reg == SV_REG_FORMAT || reg == SV_REG_ANALOG_PWR)
155 if (reg == SV_REG_FORMAT || reg == SV_REG_ANALOG_PWR)
583 v = sv_indirect_get(sc, SV_REG_ANALOG_PWR) &~ SV_ANALOG_OFF;
585 sv_indirect_set(sc, SV_REG_ANALOG_PWR, v);
592 v = sv_indirect_get(sc, SV_REG_ANALOG_PWR) | SV_ANALOG_OFF;
593 sv_indirect_set(sc, SV_REG_ANALOG_PWR, v);

Completed in 48 milliseconds