Searched refs:reg_tmp (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dw83l786ng.c629 u8 reg_tmp; local
650 reg_tmp = w83l786ng_read_value(client, W83L786NG_REG_FAN_DIV);
651 data->fan_div[0] = reg_tmp & 0x07;
652 data->fan_div[1] = (reg_tmp >> 4) & 0x07;
707 u8 reg_tmp, pwmcfg; local
733 reg_tmp = w83l786ng_read_value(client, W83L786NG_REG_FAN_DIV);
734 data->fan_div[0] = reg_tmp & 0x07;
735 data->fan_div[1] = (reg_tmp >> 4) & 0x07;
758 reg_tmp = w83l786ng_read_value(client, W83L786NG_REG_TOLERANCE);
759 data->tolerance[0] = reg_tmp
[all...]
H A Dw83792d.c1447 u8 reg_array_tmp[4], reg_tmp; local
1480 reg_tmp = w83792d_read_value(client, W83792D_REG_FAN_CFG);
1481 data->pwmenable[0] = reg_tmp & 0x03;
1482 data->pwmenable[1] = (reg_tmp>>2) & 0x03;
1483 data->pwmenable[2] = (reg_tmp>>4) & 0x03;
1528 reg_tmp = w83792d_read_value(client, W83792D_REG_TOLERANCE[0]);
1529 data->tolerance[0] = reg_tmp & 0x0f;
1530 data->tolerance[1] = (reg_tmp >> 4) & 0x0f;
1544 reg_tmp = w83792d_read_value(client,
1546 data->sf2_levels[i][0] = reg_tmp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dtlv320dac33.c862 unsigned int oscset, ratioset, pwr_ctrl, reg_tmp; local
911 reg_tmp = dac33_read_reg_cache(codec, DAC33_INT_OSC_CTRL);
912 dac33_write(codec, DAC33_INT_OSC_CTRL, reg_tmp);

Completed in 146 milliseconds