OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:temp_config
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/i2c/
emcfan.c
1417
uint8_t
temp_config
;
local
1466
error = emcfan_read_register(sc, EMCFAN_CHIP_CONFIG, &
temp_config
);
1472
inverted =
temp_config
& 0x80;
1533
error = emcfan_read_register(sc, EMCFAN_CHIP_CONFIG, &
temp_config
);
1540
using_apd =
temp_config
& 0x01;
emcfan.c
1417
uint8_t
temp_config
;
local
1466
error = emcfan_read_register(sc, EMCFAN_CHIP_CONFIG, &
temp_config
);
1472
inverted =
temp_config
& 0x80;
1533
error = emcfan_read_register(sc, EMCFAN_CHIP_CONFIG, &
temp_config
);
1540
using_apd =
temp_config
& 0x01;
Completed in 27 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026