Home
last modified time | relevance | path

Searched defs:duty (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/arm/allwinner/
H A Daw_pwm.c90 unsigned int duty; member
248 aw_pwm_channel_config(device_t dev, u_int channel, u_int period, u_int duty) in aw_pwm_channel_config()
328 aw_pwm_channel_get_config(device_t dev, u_int channel, u_int *period, u_int *duty) in aw_pwm_channel_get_config()
/f-stack/freebsd/arm64/rockchip/
H A Drk_pwm.c120 unsigned int duty; member
269 rk_pwm_channel_config(device_t dev, u_int channel, u_int period, u_int duty) in rk_pwm_channel_config()
331 rk_pwm_channel_get_config(device_t dev, u_int channel, u_int *period, u_int *duty) in rk_pwm_channel_get_config()
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_ehrpwm.c166 u_int duty; /* on duration, in ns */ member
205 am335x_ehrpwm_cfg_duty(struct am335x_ehrpwm_softc *sc, u_int chan, u_int duty) in am335x_ehrpwm_cfg_duty()
411 uint32_t duty; in am335x_ehrpwm_sysctl_duty() local
485 am335x_ehrpwm_channel_config(device_t dev, u_int channel, u_int period, u_int duty) in am335x_ehrpwm_channel_config()
506 u_int *period, u_int *duty) in am335x_ehrpwm_channel_get_config()
H A Dam335x_ecap.c104 am335x_pwm_config_ecap(int unit, int period, int duty) in am335x_pwm_config_ecap()