Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-mxs.c32 #define PERIOD_CDIV(div) (((div) & 0x7) << 20) macro
99 writel(PERIOD_PERIOD(period_cycles) | pol_bits | PERIOD_CDIV(div), in mxs_pwm_apply()