Searched refs:store_temp_reg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83781d.c | 364 #define store_temp_reg(REG, reg) \ macro 390 store_temp_reg(OVER, max); 391 store_temp_reg(HYST, max_hyst);
|
H A D | w83627ehf.c | 790 #define store_temp_reg(addr, reg) \ macro 801 store_temp_reg(reg_temp_over, temp_max); 802 store_temp_reg(reg_temp_hyst, temp_max_hyst);
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83781d.c | 364 #define store_temp_reg(REG, reg) \ macro 390 store_temp_reg(OVER, max); 391 store_temp_reg(HYST, max_hyst);
|
H A D | w83627ehf.c | 788 #define store_temp_reg(addr, reg) \ macro 799 store_temp_reg(reg_temp_over, temp_max); 800 store_temp_reg(reg_temp_hyst, temp_max_hyst);
|
Completed in 12 milliseconds