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

/netbsd-current/sys/dev/pci/
H A Dcmpci.c1303 int bitsl, bitsr; local
1315 bitsl = CMPCI_SB16_MIXER_SRC_R_TO_L(bitsr);
1317 bitsl |= CMPCI_SB16_MIXER_MIC_SRC;
1320 cmpci_mixerreg_write(sc, CMPCI_SB16_MIXER_ADCMIX_L, bitsl);
/netbsd-current/sys/dev/isa/
H A Dsbdsp.c912 int bitsl, bitsr; local
956 bitsl = SB_SRC_R_TO_L(bitsr);
958 bitsl |= SBP_MIC_SRC;
961 sbdsp_mix_write(sc, SBP_RECORD_SOURCE_L, bitsl);

Completed in 220 milliseconds