Lines Matching refs:rtsr_ofst
32 u32 rtsr_ofst; member
76 .rtsr_ofst = 0x08,
95 .rtsr_ofst = 0x00,
105 .rtsr_ofst = 0x20,
115 .rtsr_ofst = 0x40,
136 .rtsr_ofst = 0x00,
146 .rtsr_ofst = 0x20,
156 .rtsr_ofst = 0x40,
318 rtsr = irq_reg_readl(gc, stm32_bank->rtsr_ofst); in stm32_irq_set_type()
325 irq_reg_writel(gc, rtsr, stm32_bank->rtsr_ofst); in stm32_irq_set_type()
344 chip_data->rtsr_cache = readl_relaxed(base + stm32_bank->rtsr_ofst); in stm32_chip_suspend()
357 writel_relaxed(chip_data->rtsr_cache, base + stm32_bank->rtsr_ofst); in stm32_chip_resume()
521 rtsr = readl_relaxed(base + stm32_bank->rtsr_ofst); in stm32_exti_h_set_type()
528 writel_relaxed(rtsr, base + stm32_bank->rtsr_ofst); in stm32_exti_h_set_type()