Home
last modified time | relevance | path

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

/openbmc/linux/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()