Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dpwm-lpss.c88 unsigned long long base_unit, freq = NSECS_PER_SEC; in pwm_lpss_config() local
94 base_unit = freq * 65536; in pwm_lpss_config()
100 do_div(base_unit, c); in pwm_lpss_config()
101 base_unit += PWM_DIVISION_CORRECTION; in pwm_lpss_config()
102 if (base_unit > PWM_LIMIT) in pwm_lpss_config()
113 ctrl |= (u16) base_unit << PWM_BASE_UNIT_SHIFT; in pwm_lpss_config()