Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dw83791d.c1486 u8 reg_array_tmp[3]; in w83791d_update_device() local
1516 reg_array_tmp[i] = w83791d_read(client, in w83791d_update_device()
1519 data->fan_div[0] = (reg_array_tmp[0] >> 4) & 0x03; in w83791d_update_device()
1520 data->fan_div[1] = (reg_array_tmp[0] >> 6) & 0x03; in w83791d_update_device()
1521 data->fan_div[2] = (reg_array_tmp[1] >> 6) & 0x03; in w83791d_update_device()
1522 data->fan_div[3] = reg_array_tmp[2] & 0x07; in w83791d_update_device()
1523 data->fan_div[4] = (reg_array_tmp[2] >> 4) & 0x07; in w83791d_update_device()
1541 reg_array_tmp[i] = w83791d_read(client, in w83791d_update_device()
1544 data->pwm_enable[0] = (reg_array_tmp[0] >> 2) & 0x03; in w83791d_update_device()
1545 data->pwm_enable[1] = (reg_array_tmp[0] >> 4) & 0x03; in w83791d_update_device()
[all …]