Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hwmon/
Dw83793.c241 u8 temp_cruise[6]; member
803 val = TEMP_FROM_REG(data->temp_cruise[index] & 0x7f); in show_sf_ctrl()
848 data->temp_cruise[index] = in store_sf_ctrl()
850 data->temp_cruise[index] &= 0x80; in store_sf_ctrl()
851 data->temp_cruise[index] |= TEMP_TO_REG(val, 0, 0x7f); in store_sf_ctrl()
854 data->temp_cruise[index]); in store_sf_ctrl()
1984 data->temp_cruise[i] = in w83793_update_nonvolatile()