Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dw83792d.c118 #define W83792D_REG_FAN_CFG 0x84 /* FAN Configuration in DataSheet */ macro
689 cfg4_tmp = w83792d_read_value(client, W83792D_REG_FAN_CFG) & 0xc0; in store_pwmenable()
691 w83792d_write_value(client, W83792D_REG_FAN_CFG, fan_cfg_tmp); in store_pwmenable()
1552 reg_tmp = w83792d_read_value(client, W83792D_REG_FAN_CFG); in w83792d_update_device()