Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pwm/
Dpwm-tiehrpwm.c183 u16 aqctl_val, aqctl_mask; in configure_polarity() local
197 aqctl_val = AQCTL_CHANB_POLINVERSED; in configure_polarity()
199 aqctl_val = AQCTL_CHANB_POLNORMAL; in configure_polarity()
205 aqctl_val = AQCTL_CHANA_POLINVERSED; in configure_polarity()
207 aqctl_val = AQCTL_CHANA_POLNORMAL; in configure_polarity()
211 ehrpwm_modify(pc->mmio_base, aqctl_reg, aqctl_mask, aqctl_val); in configure_polarity()