Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-ntxec.c48 #define TIME_BASE_NS 125 macro
55 #define MAX_PERIOD_NS (TIME_BASE_NS * 0xffff)
96 period /= TIME_BASE_NS; in ntxec_pwm_apply()
97 duty /= TIME_BASE_NS; in ntxec_pwm_apply()