OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bitsl
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/
cmpci.c
1303
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
);
cmpci.c
1303
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
);
/src/sys/dev/isa/
sbdsp.c
912
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
);
sbdsp.c
912
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 42 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026