Searched refs:fan_div_reg (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.c293 u8 fan_div_reg; local
314 fan_div_reg = w83l786ng_read_value(client, W83L786NG_REG_FAN_DIV)
320 fan_div_reg | tmp_fan_div);
H A Dw83792d.c456 u8 fan_div_reg = 0; local
466 fan_div_reg = w83792d_read_value(client, W83792D_REG_FAN_DIV[nr >> 1]);
467 fan_div_reg &= (nr & 0x01) ? 0x8f : 0xf8;
471 fan_div_reg | tmp_fan_div);
H A Dw83791d.c570 u8 fan_div_reg; local
616 fan_div_reg = w83791d_read(client, W83791D_REG_FAN_DIV[indx])
621 fan_div_reg | tmp_fan_div);

Completed in 43 milliseconds