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

/linux-4.4.14/drivers/pwm/
H A Dpwm-img.c56 u32 max_timebase; member in struct:img_pwm_soc_data
94 unsigned int max_timebase = pwm_chip->data->max_timebase; img_pwm_config() local
106 if (mul <= max_timebase) { img_pwm_config()
109 } else if (mul <= max_timebase * 8) { img_pwm_config()
112 } else if (mul <= max_timebase * 64) { img_pwm_config()
115 } else if (mul <= max_timebase * 512) { img_pwm_config()
118 } else if (mul > max_timebase * 512) { img_pwm_config()
173 .max_timebase = 255,
242 val = (u64)NSEC_PER_SEC * 512 * pwm->data->max_timebase; img_pwm_probe()
/linux-4.4.14/sound/oss/
H A Dmpu401.c1234 static int max_timebase = 8; /* 8*24=192 ppqn */ variable
1262 if (hw_val > max_timebase) set_timebase()
1263 hw_val = max_timebase; set_timebase()
1734 max_timebase = 10; /* Has the 216 and 240 ppqn modes */ mpu_timer_init()

Completed in 119 milliseconds