Searched refs:rtsr_ofst (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-stm32-exti.c | 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() [all...] |
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-stm32-exti.c | 33 u32 rtsr_ofst; member 71 .rtsr_ofst = 0x08, 91 .rtsr_ofst = 0x00, 102 .rtsr_ofst = 0x20, 113 .rtsr_ofst = 0x40, 135 .rtsr_ofst = 0x00, 146 .rtsr_ofst = 0x20, 157 .rtsr_ofst = 0x40, 375 rtsr = irq_reg_readl(gc, stm32_bank->rtsr_ofst); in stm32_irq_set_type() 382 irq_reg_writel(gc, rtsr, stm32_bank->rtsr_ofst); in stm32_irq_set_type() [all...] |
Completed in 2 milliseconds