Searched refs:W83793_REG_SF2_TEMP (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83793.c | 167 #define W83793_REG_SF2_TEMP(index, nr) (0x230 + ((index) << 4) + (nr)) macro 943 w83793_read_value(client, W83793_REG_SF2_TEMP(index, nr)) & 0x80; in store_sf2_temp() 945 w83793_write_value(client, W83793_REG_SF2_TEMP(index, nr), in store_sf2_temp() 1987 W83793_REG_SF2_TEMP(i, j)); in w83793_update_nonvolatile()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83793.c | 167 #define W83793_REG_SF2_TEMP(index, nr) (0x230 + ((index) << 4) + (nr)) macro 943 w83793_read_value(client, W83793_REG_SF2_TEMP(index, nr)) & 0x80; in store_sf2_temp() 945 w83793_write_value(client, W83793_REG_SF2_TEMP(index, nr), in store_sf2_temp() 1985 W83793_REG_SF2_TEMP(i, j)); in w83793_update_nonvolatile()
|
Completed in 8 milliseconds