Home | History | Annotate | Download | only in amlogic

Lines Matching defs:polarity

160 	conf->polarity = PWM_ACTIVE_HIGH;
191 if (conf->polarity == PWM_ACTIVE_LOW)
264 "%s: %s: polarity=%s, DutuCycle/Period=%uns/%uns(%u%%) : "
268 (conf->polarity == PWM_ACTIVE_LOW) ? "LOW" : "HIGH",
292 const u_int polarity = (pwm[3] == 0) ? PWM_ACTIVE_HIGH : PWM_ACTIVE_LOW;
297 * if polarity or period in pwm-tag is different from the copy of
302 if (pwmchan->mpc_conf.polarity != polarity) {
305 pwmchan->mpc_conf.polarity = polarity;