Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/i2c/
Dtmp451.c36 #define TITMP_NUM_SENSORS 2 macro
43 uint64_t sc_offset[TITMP_NUM_SENSORS];
44 struct ksensor sc_sensor[TITMP_NUM_SENSORS];
93 for (i = 0; i < TITMP_NUM_SENSORS; i++) in titmp_attach()