Home | History | Annotate | Download | only in rockchip

Lines Matching defs:period

100 	const u_int period = be32toh(pwm[2]);
103 sc->sc_conf.period = period;
139 uint32_t ctrl, period, duty;
143 period = PWM_READ(sc, PWM0_PERIOD_HPR);
158 conf->period = (u_int)(((uint64_t)period * 1000000000) / rate);
174 const uint32_t period = (u_int)((conf->period * rate) / 1000000000);
187 PWM_WRITE(sc, PWM0_PERIOD_HPR, period);