Lines Matching defs:rtsr
275 unsigned int type, u32 *rtsr, u32 *ftsr)
281 *rtsr |= mask;
285 *rtsr &= ~mask;
289 *rtsr |= mask;
305 u32 rtsr, ftsr;
318 rtsr = irq_reg_readl(gc, stm32_bank->rtsr_ofst);
321 err = stm32_exti_set_type(d, type, &rtsr, &ftsr);
325 irq_reg_writel(gc, rtsr, stm32_bank->rtsr_ofst);
343 /* save rtsr, ftsr registers */
356 /* restore rtsr, ftsr, registers */
509 u32 rtsr, ftsr;
522 rtsr = readl_relaxed(base + stm32_bank->rtsr_ofst);
525 err = stm32_exti_set_type(d, type, &rtsr, &ftsr);
529 writel_relaxed(rtsr, base + stm32_bank->rtsr_ofst);