Searched refs:sf_tach_to_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 Dlm93.c291 u8 sf_tach_to_pwm; member in struct:lm93_data
950 data->sf_tach_to_pwm = lm93_read_byte(client,
1667 data->sf_tach_to_pwm: (tach to pwm mapping bits)
1687 mapping = (data->sf_tach_to_pwm >> (nr * 2)) & 0x03;
1701 data->sf_tach_to_pwm = lm93_read_byte(client, LM93_REG_SF_TACH_TO_PWM);
1702 data->sf_tach_to_pwm &= ~(0x3 << fan * 2);
1703 data->sf_tach_to_pwm |= value << fan * 2;
1704 lm93_write_byte(client, LM93_REG_SF_TACH_TO_PWM, data->sf_tach_to_pwm);

Completed in 104 milliseconds