OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bbp1
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
rt2860.c
3747
uint8_t
bbp1
, bbp3;
local in function:rt2860_init
3972
bbp1
= rt2860_mcu_bbp_read(sc, 1);
3974
bbp1
= (
bbp1
& ~(1 << 3 | 1 << 4));
3976
bbp1
= (
bbp1
& ~(1 << 4)) | 1 << 3;
3978
bbp1
= (
bbp1
& ~(1 << 3)) | 1 << 4;
3979
rt2860_mcu_bbp_write(sc, 1,
bbp1
);
/src/sys/dev/usb/
if_run.c
4704
uint8_t
bbp1
, bbp3;
local in function:run_init
4904
run_bbp_read(sc, 1, &
bbp1
);
4906
bbp1
&= ~(1 << 3 | 1 << 4);
4907
run_bbp_write(sc, 1,
bbp1
);
Completed in 17 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025