Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dw83792d.c105 #define W83792D_REG_FAN_CFG 0x84 /* FAN Configuration in DataSheet */ macro
672 cfg4_tmp = w83792d_read_value(client, W83792D_REG_FAN_CFG) & 0xc0; in store_pwmenable()
674 w83792d_write_value(client, W83792D_REG_FAN_CFG, fan_cfg_tmp); in store_pwmenable()
1518 reg_tmp = w83792d_read_value(client, W83792D_REG_FAN_CFG); in w83792d_update_device()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dw83792d.c105 #define W83792D_REG_FAN_CFG 0x84 /* FAN Configuration in DataSheet */ macro
672 cfg4_tmp = w83792d_read_value(client, W83792D_REG_FAN_CFG) & 0xc0; in store_pwmenable()
674 w83792d_write_value(client, W83792D_REG_FAN_CFG, fan_cfg_tmp); in store_pwmenable()
1516 reg_tmp = w83792d_read_value(client, W83792D_REG_FAN_CFG); in w83792d_update_device()

Completed in 5 milliseconds