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

/linux-4.4.14/drivers/pwm/
H A Dpwm-tiehrpwm.c202 unsigned short aqctl_val, aqctl_mask; configure_polarity() local
215 aqctl_val = AQCTL_CHANB_POLINVERSED; configure_polarity()
217 aqctl_val = AQCTL_CHANB_POLNORMAL; configure_polarity()
223 aqctl_val = AQCTL_CHANA_POLINVERSED; configure_polarity()
225 aqctl_val = AQCTL_CHANA_POLNORMAL; configure_polarity()
229 ehrpwm_modify(pc->mmio_base, aqctl_reg, aqctl_mask, aqctl_val); configure_polarity()

Completed in 92 milliseconds