Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dnct6775.h13 #define NUM_TSI_TEMP 8 /* Max number of TSI temp register pairs */ macro
120 s16 tsi_temp[NUM_TSI_TEMP];
H A Dnct6775-i2c.c143 data->have_tsi_temp |= tsi_channel_mask & GENMASK(NUM_TSI_TEMP - 1, 0); in nct6775_i2c_probe_init()
H A Dnct6775-core.c1668 for (i = 0; i < NUM_TSI_TEMP; i++) { in nct6775_update_device()