Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dw83793.c254 u8 temp_cruise[6]; member
817 val = TEMP_FROM_REG(data->temp_cruise[index] & 0x7f); in show_sf_ctrl()
862 data->temp_cruise[index] = in store_sf_ctrl()
864 data->temp_cruise[index] &= 0x80; in store_sf_ctrl()
865 data->temp_cruise[index] |= TEMP_TO_REG(val, 0, 0x7f); in store_sf_ctrl()
868 data->temp_cruise[index]); in store_sf_ctrl()
2012 data->temp_cruise[i] = in w83793_update_nonvolatile()