Home
last modified time | relevance | path

Searched refs:VIANUMSENSORS (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dviaenv.c64 #define VIANUMSENSORS 10 /* three temp, two fan, five voltage */ macro
74 envsys_data_t sc_sensor[VIANUMSENSORS];
354 for (i = 0; i < VIANUMSENSORS; i++) { in viaenv_attach()