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

/freebsd-11.0-release/sys/arm/ti/am335x/
H A Dam335x_ehrpwm.c53 #define PWM_CLOCK 100000000UL macro
179 sc->sc_pwm_freq = PWM_CLOCK / (1 * clkdiv) / sc->sc_pwm_period;
199 if (freq > PWM_CLOCK)
200 freq = PWM_CLOCK;
206 period = PWM_CLOCK / clkdiv / freq;

Completed in 48 milliseconds