Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dcmpci.c1515 int bitsl, bitsr; in cmpci_set_in_ports() local
1527 bitsl = CMPCI_SB16_MIXER_SRC_R_TO_L(bitsr); in cmpci_set_in_ports()
1529 bitsl |= CMPCI_SB16_MIXER_MIC_SRC; in cmpci_set_in_ports()
1532 cmpci_mixerreg_write(sc, CMPCI_SB16_MIXER_ADCMIX_L, bitsl); in cmpci_set_in_ports()
/openbsd/sys/dev/isa/
H A Dsbdsp.c675 int bitsl, bitsr; in sbdsp_set_in_ports() local
716 bitsl = SB_SRC_R_TO_L(bitsr); in sbdsp_set_in_ports()
718 bitsl |= SBP_MIC_SRC; in sbdsp_set_in_ports()
721 sbdsp_mix_write(sc, SBP_RECORD_SOURCE_L, bitsl); in sbdsp_set_in_ports()