sys/dev/ic/lm78.c
118
{ "", SENSOR_TEMP, 1, 0x50, wb_refresh_temp },
sys/dev/ic/lm78.c
119
{ "", SENSOR_TEMP, 2, 0x50, wb_refresh_temp },
sys/dev/ic/lm78.c
151
{ "", SENSOR_TEMP, 1, 0x50, wb_refresh_temp },
sys/dev/ic/lm78.c
152
{ "", SENSOR_TEMP, 2, 0x50, wb_refresh_temp },
sys/dev/ic/lm78.c
180
{ "", SENSOR_TEMP, 1, 0x50, wb_refresh_temp },
sys/dev/ic/lm78.c
181
{ "", SENSOR_TEMP, 2, 0x50, wb_refresh_temp },
sys/dev/ic/lm78.c
205
{ "", SENSOR_TEMP, 1, 0x50, wb_refresh_temp },
sys/dev/ic/lm78.c
206
{ "", SENSOR_TEMP, 2, 0x50, wb_refresh_temp },
sys/dev/ic/lm78.c
239
{ "CPU Temperature", SENSOR_TEMP, 4, 0x91, wb_refresh_temp, 0 },
sys/dev/ic/lm78.c
240
{ "Aux Temp0", SENSOR_TEMP, 4, 0x92, wb_refresh_temp, 0 },
sys/dev/ic/lm78.c
241
{ "Aux Temp1", SENSOR_TEMP, 4, 0x93, wb_refresh_temp, 0 },
sys/dev/ic/lm78.c
242
{ "Aux Temp2", SENSOR_TEMP, 4, 0x94, wb_refresh_temp, 0 },
sys/dev/ic/lm78.c
243
{ "Aux Temp3", SENSOR_TEMP, 4, 0x95, wb_refresh_temp, 0 },
sys/dev/ic/lm78.c
267
{ "", SENSOR_TEMP, 1, 0x50, wb_refresh_temp },
sys/dev/ic/lm78.c
268
{ "", SENSOR_TEMP, 2, 0x50, wb_refresh_temp },
sys/dev/ic/lm78.c
291
{ "", SENSOR_TEMP, 1, 0x50, wb_refresh_temp },
sys/dev/ic/lm78.c
317
{ "", SENSOR_TEMP, 1, 0x50, wb_refresh_temp },
sys/dev/ic/lm78.c
318
{ "", SENSOR_TEMP, 2, 0x50, wb_refresh_temp },
sys/dev/ic/lm78.c
342
{ "", SENSOR_TEMP, 1, 0x50, wb_refresh_temp },
sys/dev/ic/lm78.c
343
{ "", SENSOR_TEMP, 2, 0x50, wb_refresh_temp },
sys/dev/ic/lm78.c
364
{ "", SENSOR_TEMP, 1, 0x50, wb_refresh_temp },
sys/dev/ic/lm78.c
389
{ "", SENSOR_TEMP, 0, 0xc0, wb_refresh_temp },
sys/dev/ic/lm78.c
390
{ "", SENSOR_TEMP, 0, 0xc8, wb_refresh_temp },
sys/dev/ic/lm78.c
416
{ "", SENSOR_TEMP, 0, 0xc0, wb_refresh_temp },
sys/dev/ic/lm78.c
417
{ "", SENSOR_TEMP, 0, 0xc8, wb_refresh_temp },
sys/dev/ic/lm78.c
66
void wb_refresh_temp(struct lm_softc *, int);