Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-ntxec.c55 #define MAX_PERIOD_NS (TIME_BASE_NS * 0xffff) macro
93 period = min_t(u64, state->period, MAX_PERIOD_NS); in ntxec_pwm_apply()