OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_fandiv
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/i2c/
adm1026.c
94
int
sc_fandiv
[ADM1026_MAX_FANS], sc_temp_off[ADM1026_MAX_TEMPS];
member in struct:adm1026_softc
299
sc->
sc_fandiv
[0] = 1 << ADM1026_FAN0_DIV(div1);
300
sc->
sc_fandiv
[1] = 1 << ADM1026_FAN1_DIV(div1);
301
sc->
sc_fandiv
[2] = 1 << ADM1026_FAN2_DIV(div1);
302
sc->
sc_fandiv
[3] = 1 << ADM1026_FAN3_DIV(div1);
312
sc->
sc_fandiv
[4] = 1 << ADM1026_FAN4_DIV(div2);
313
sc->
sc_fandiv
[5] = 1 << ADM1026_FAN5_DIV(div2);
314
sc->
sc_fandiv
[6] = 1 << ADM1026_FAN6_DIV(div2);
315
sc->
sc_fandiv
[7] = 1 << ADM1026_FAN7_DIV(div2);
446
edata->value_cur = 1350000 / (val * sc->
sc_fandiv
[fan])
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025