Home
last modified time | relevance | path

Searched refs:INPUT_MIC_GAIN_ENABLE (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ic/
H A Dad1848reg.h120 #define INPUT_MIC_GAIN_ENABLE 0x20 macro
/openbsd/sys/dev/isa/
H A Dad1848.c104 GAIN_12 | INPUT_MIC_GAIN_ENABLE, /* Left Input Control */
105 GAIN_12 | INPUT_MIC_GAIN_ENABLE, /* Right Input Control */
740 reg | INPUT_MIC_GAIN_ENABLE); in ad1848_set_mic_gain()
745 reg & ~INPUT_MIC_GAIN_ENABLE); in ad1848_set_mic_gain()
/openbsd/sys/arch/sparc64/dev/
H A Dce4231.c762 ~INPUT_MIC_GAIN_ENABLE; in ce4231_set_port()
764 ~INPUT_MIC_GAIN_ENABLE; in ce4231_set_port()
766 l |= INPUT_MIC_GAIN_ENABLE; in ce4231_set_port()
767 r |= INPUT_MIC_GAIN_ENABLE; in ce4231_set_port()
883 INPUT_MIC_GAIN_ENABLE) ? 1 : 0; in ce4231_get_port()