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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dw83793.c256 u8 sf2_pwm[6][7]; /* Smart FanII: Fan duty cycle */ member in struct:w83793_data
837 return sprintf(buf, "%d\n", (data->sf2_pwm[index][nr] & 0x3f) << 2);
853 data->sf2_pwm[index][nr] =
855 data->sf2_pwm[index][nr] |= val;
857 data->sf2_pwm[index][nr]);
1937 data->sf2_pwm[i][j] =

Completed in 28 milliseconds