HomeSort by: relevance | last modified time | path
    Searched defs:mpc_conf (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arm/amlogic/
meson_pwm.c 79 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.period == 0)
    [all...]

Completed in 13 milliseconds