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

/netbsd-current/sys/arch/arm/amlogic/
H A Dmeson_pwm.c79 struct pwm_config mpc_conf; member in struct:meson_pwm_channel
170 *conf = pwmchan->mpc_conf;
260 pwmchan->mpc_conf = *conf;
302 if (pwmchan->mpc_conf.polarity != polarity) {
303 pwmchan->mpc_conf.duty_cycle =
304 pwmchan->mpc_conf.period - pwmchan->mpc_conf.duty_cycle;
305 pwmchan->mpc_conf.polarity = polarity;
307 if (pwmchan->mpc_conf.period != period) {
308 if (pwmchan->mpc_conf
[all...]

Completed in 172 milliseconds