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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dw83793.c221 u8 sf2_pwm[6][7]; /* Smart FanII: Fan duty cycle */ member in struct:w83793_data
769 return sprintf(buf, "%d\n", (data->sf2_pwm[index][nr] & 0x3f) << 2);
785 data->sf2_pwm[index][nr] =
787 data->sf2_pwm[index][nr] |= val;
789 data->sf2_pwm[index][nr]);
1528 data->sf2_pwm[i][j] =

Completed in 97 milliseconds