Lines Matching refs:period
84 unsigned int period; member
178 sc->period = NS_PER_SEC / in aw_pwm_attach()
241 aw_pwm_channel_config(device_t dev, u_int channel, u_int period, u_int duty) in aw_pwm_channel_config() argument
252 period_freq = NS_PER_SEC / period; in aw_pwm_channel_config()
314 sc->period = period; in aw_pwm_channel_config()
321 aw_pwm_channel_get_config(device_t dev, u_int channel, u_int *period, u_int *duty) in aw_pwm_channel_get_config() argument
327 *period = sc->period; in aw_pwm_channel_get_config()