Lines Matching refs:reg_tmp
168 u8 reg_tmp, pwmcfg; in w83l786ng_update_device() local
194 reg_tmp = w83l786ng_read_value(client, W83L786NG_REG_FAN_DIV); in w83l786ng_update_device()
195 data->fan_div[0] = reg_tmp & 0x07; in w83l786ng_update_device()
196 data->fan_div[1] = (reg_tmp >> 4) & 0x07; in w83l786ng_update_device()
220 reg_tmp = w83l786ng_read_value(client, W83L786NG_REG_TOLERANCE); in w83l786ng_update_device()
221 data->tolerance[0] = reg_tmp & 0x0f; in w83l786ng_update_device()
222 data->tolerance[1] = (reg_tmp >> 4) & 0x0f; in w83l786ng_update_device()
728 u8 reg_tmp; in w83l786ng_probe() local
747 reg_tmp = w83l786ng_read_value(client, W83L786NG_REG_FAN_DIV); in w83l786ng_probe()
748 data->fan_div[0] = reg_tmp & 0x07; in w83l786ng_probe()
749 data->fan_div[1] = (reg_tmp >> 4) & 0x07; in w83l786ng_probe()