Lines Matching refs:rtsr
280 unsigned int type, u32 *rtsr, u32 *ftsr) in stm32_exti_set_type() argument
286 *rtsr |= mask; in stm32_exti_set_type()
290 *rtsr &= ~mask; in stm32_exti_set_type()
294 *rtsr |= mask; in stm32_exti_set_type()
310 u32 rtsr, ftsr; in stm32_irq_set_type() local
323 rtsr = irq_reg_readl(gc, stm32_bank->rtsr_ofst); in stm32_irq_set_type()
326 err = stm32_exti_set_type(d, type, &rtsr, &ftsr); in stm32_irq_set_type()
330 irq_reg_writel(gc, rtsr, stm32_bank->rtsr_ofst); in stm32_irq_set_type()
514 u32 rtsr, ftsr; in stm32_exti_h_set_type() local
527 rtsr = readl_relaxed(base + stm32_bank->rtsr_ofst); in stm32_exti_h_set_type()
530 err = stm32_exti_set_type(d, type, &rtsr, &ftsr); in stm32_exti_h_set_type()
534 writel_relaxed(rtsr, base + stm32_bank->rtsr_ofst); in stm32_exti_h_set_type()