Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Dw83791d.c594 u8 vbat_reg; in store_fan_div() local
655 vbat_reg = w83791d_read(client, W83791D_REG_VBAT) in store_fan_div()
659 vbat_reg | tmp_fan_div); in store_fan_div()
1525 u8 vbat_reg; in w83791d_update_device() local
1567 vbat_reg = w83791d_read(client, W83791D_REG_VBAT); in w83791d_update_device()
1569 data->fan_div[i] |= (vbat_reg >> (3 + i)) & 0x04; in w83791d_update_device()