HomeSort by: relevance | last modified time | path
    Searched defs:bitsl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
cmpci.c 1303 int bitsl, bitsr; local in function:cmpci_set_in_ports
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);
  /src/sys/dev/isa/
sbdsp.c 912 int bitsl, bitsr; local in function:sbdsp_set_in_ports
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 48 milliseconds