Home
last modified time | relevance | path

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

/linux/drivers/pwm/
H A Dpwm-img.c58 u32 max_timebase; member
95 unsigned int max_timebase = imgchip->data->max_timebase; in img_pwm_config() local
108 if (mul <= max_timebase) { in img_pwm_config()
111 } else if (mul <= max_timebase * 8) { in img_pwm_config()
114 } else if (mul <= max_timebase * 64) { in img_pwm_config()
117 } else if (mul <= max_timebase * 512) { in img_pwm_config()
212 .max_timebase = 255,
312 val = (u64)NSEC_PER_SEC * 512 * imgchip->data->max_timebase; in img_pwm_probe()