Lines Matching defs:period
84 unsigned int period;
178 sc->period = NS_PER_SEC /
241 aw_pwm_channel_config(device_t dev, u_int channel, u_int period, u_int duty)
252 period_freq = NS_PER_SEC / period;
265 * FIXME. There is a great loss of precision when the period and the
267 * be equal even if the period and the duty are significantly different.
271 device_printf(sc->dev, "duty < period\n");
314 sc->period = period;
321 aw_pwm_channel_get_config(device_t dev, u_int channel, u_int *period, u_int *duty)
327 *period = sc->period;