Searched refs:rtsr_ofst (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/irqchip/ |
| H A D | irq-stm32-exti.c | 23 u32 rtsr_ofst; member 55 .rtsr_ofst = 0x08, 73 .rtsr_ofst = 0x00, 82 .rtsr_ofst = 0x20, 91 .rtsr_ofst = 0x40, 174 rtsr = irq_reg_readl(gc, stm32_bank->rtsr_ofst); in stm32_irq_set_type() 181 irq_reg_writel(gc, rtsr, stm32_bank->rtsr_ofst); in stm32_irq_set_type() 193 chip_data->rtsr_cache = readl_relaxed(base + stm32_bank->rtsr_ofst); in stm32_chip_suspend() 206 writel_relaxed(chip_data->rtsr_cache, base + stm32_bank->rtsr_ofst); in stm32_chip_resume()
|
| H A D | irq-stm32mp-exti.c | 43 u32 rtsr_ofst; member 81 .rtsr_ofst = 0x00, 92 .rtsr_ofst = 0x20, 103 .rtsr_ofst = 0x40, 272 chip_data->rtsr_cache = readl_relaxed(base + bank->rtsr_ofst); in stm32mp_chip_suspend() 284 writel_relaxed(chip_data->rtsr_cache, base + bank->rtsr_ofst); in stm32mp_chip_resume() 387 rtsr = readl_relaxed(base + bank->rtsr_ofst); in stm32mp_exti_set_type() 392 writel_relaxed(rtsr, base + bank->rtsr_ofst); in stm32mp_exti_set_type()
|