Home
last modified time | relevance | path

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

/freebsd-14.2/sys/arm/ti/am335x/
H A Dam335x_ehrpwm.c59 #define PWM_CLOCK 100000000UL macro
246 if (period < 2 * NS_PER_SEC / PWM_CLOCK) { in am335x_ehrpwm_cfg_period()
262 pwmclk = PWM_CLOCK / (cd * cdhs); in am335x_ehrpwm_cfg_period()