Lines Matching defs:rtsr
332 unsigned int type, u32 *rtsr, u32 *ftsr)
338 *rtsr |= mask;
342 *rtsr &= ~mask;
346 *rtsr |= mask;
362 u32 rtsr, ftsr;
375 rtsr = irq_reg_readl(gc, stm32_bank->rtsr_ofst);
378 err = stm32_exti_set_type(d, type, &rtsr, &ftsr);
382 irq_reg_writel(gc, rtsr, stm32_bank->rtsr_ofst);
400 /* save rtsr, ftsr registers */
413 /* restore rtsr, ftsr, registers */
566 u32 rtsr, ftsr;
579 rtsr = readl_relaxed(base + stm32_bank->rtsr_ofst);
582 err = stm32_exti_set_type(d, type, &rtsr, &ftsr);
586 writel_relaxed(rtsr, base + stm32_bank->rtsr_ofst);