Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Dvibes.c141 if (reg == SV_REG_FORMAT || reg == SV_REG_ANALOG_PWR) in sv_indirect_get()
153 if (reg == SV_REG_FORMAT || reg == SV_REG_ANALOG_PWR) in _sv_indirect_set()
581 v = sv_indirect_get(sc, SV_REG_ANALOG_PWR) &~ SV_ANALOG_OFF; in sv_power()
583 sv_indirect_set(sc, SV_REG_ANALOG_PWR, v); in sv_power()
590 v = sv_indirect_get(sc, SV_REG_ANALOG_PWR) | SV_ANALOG_OFF; in sv_power()
591 sv_indirect_set(sc, SV_REG_ANALOG_PWR, v); in sv_power()
H A Dvibes.h183 #define SV_REG_ANALOG_PWR 0x30 macro