Lines Matching refs:reg_tmp
154 u8 reg_tmp, pwmcfg; in w83l786ng_update_device() local
180 reg_tmp = w83l786ng_read_value(client, W83L786NG_REG_FAN_DIV); in w83l786ng_update_device()
181 data->fan_div[0] = reg_tmp & 0x07; in w83l786ng_update_device()
182 data->fan_div[1] = (reg_tmp >> 4) & 0x07; in w83l786ng_update_device()
206 reg_tmp = w83l786ng_read_value(client, W83L786NG_REG_TOLERANCE); in w83l786ng_update_device()
207 data->tolerance[0] = reg_tmp & 0x0f; in w83l786ng_update_device()
208 data->tolerance[1] = (reg_tmp >> 4) & 0x0f; in w83l786ng_update_device()
714 u8 reg_tmp; in w83l786ng_probe() local
733 reg_tmp = w83l786ng_read_value(client, W83L786NG_REG_FAN_DIV); in w83l786ng_probe()
734 data->fan_div[0] = reg_tmp & 0x07; in w83l786ng_probe()
735 data->fan_div[1] = (reg_tmp >> 4) & 0x07; in w83l786ng_probe()