Searched refs:auto_pwm_min_hyst (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.c283 u8 auto_pwm_min_hyst[2]; member in struct:lm93_data
939 data->auto_pwm_min_hyst[0] =
941 data->auto_pwm_min_hyst[1] =
1535 reg = data->auto_pwm_min_hyst[nr/2] >> 4 & 0x0f;
1558 data->auto_pwm_min_hyst[nr/2] = reg;
1581 data->auto_pwm_min_hyst[nr/2], mode));
1599 reg = data->auto_pwm_min_hyst[nr/2];
1601 data->auto_pwm_min_hyst[nr/2] = reg;

Completed in 35 milliseconds