Lines Matching refs:rtsr
275 unsigned int type, u32 *rtsr, u32 *ftsr) in stm32_exti_set_type() argument
281 *rtsr |= mask; in stm32_exti_set_type()
285 *rtsr &= ~mask; in stm32_exti_set_type()
289 *rtsr |= mask; in stm32_exti_set_type()
305 u32 rtsr, ftsr; in stm32_irq_set_type() local
318 rtsr = irq_reg_readl(gc, stm32_bank->rtsr_ofst); in stm32_irq_set_type()
321 err = stm32_exti_set_type(d, type, &rtsr, &ftsr); in stm32_irq_set_type()
325 irq_reg_writel(gc, rtsr, stm32_bank->rtsr_ofst); in stm32_irq_set_type()
508 u32 rtsr, ftsr; in stm32_exti_h_set_type() local
521 rtsr = readl_relaxed(base + stm32_bank->rtsr_ofst); in stm32_exti_h_set_type()
524 err = stm32_exti_set_type(d, type, &rtsr, &ftsr); in stm32_exti_h_set_type()
528 writel_relaxed(rtsr, base + stm32_bank->rtsr_ofst); in stm32_exti_h_set_type()