Searched refs:aqctl_val (Results 1 – 1 of 1) sorted by relevance
174 u16 aqctl_val, aqctl_mask; in ti_ehrpwm_configure_polarity() local188 aqctl_val = TI_EHRPWM_AQCTL_CHANB_POLINVERSED; in ti_ehrpwm_configure_polarity()190 aqctl_val = TI_EHRPWM_AQCTL_CHANB_POLNORMAL; in ti_ehrpwm_configure_polarity()196 aqctl_val = TI_EHRPWM_AQCTL_CHANA_POLINVERSED; in ti_ehrpwm_configure_polarity()198 aqctl_val = TI_EHRPWM_AQCTL_CHANA_POLNORMAL; in ti_ehrpwm_configure_polarity()202 ti_ehrpwm_modify(aqctl_val, aqctl_mask, priv->regs + aqctl_reg); in ti_ehrpwm_configure_polarity()
Completed in 3 milliseconds