Searched refs:max_timebase (Results 1 – 2 of 2) sorted by relevance
56 u32 max_timebase; member94 unsigned int max_timebase = pwm_chip->data->max_timebase; in img_pwm_config() local106 if (mul <= max_timebase) { in img_pwm_config()109 } else if (mul <= max_timebase * 8) { in img_pwm_config()112 } else if (mul <= max_timebase * 64) { in img_pwm_config()115 } else if (mul <= max_timebase * 512) { in img_pwm_config()118 } else if (mul > max_timebase * 512) { in img_pwm_config()173 .max_timebase = 255,242 val = (u64)NSEC_PER_SEC * 512 * pwm->data->max_timebase; in img_pwm_probe()
1234 static int max_timebase = 8; /* 8*24=192 ppqn */ variable1262 if (hw_val > max_timebase) in set_timebase()1263 hw_val = max_timebase; in set_timebase()1734 max_timebase = 10; /* Has the 216 and 240 ppqn modes */ in mpu_timer_init()