Home
last modified time | relevance | path

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

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