Searched refs:rpr_ofst (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-stm32-exti.c | 35 u32 rpr_ofst; member 79 .rpr_ofst = 0x14, 98 .rpr_ofst = 0x88, 108 .rpr_ofst = 0x98, 118 .rpr_ofst = 0xA8, 139 .rpr_ofst = 0x0C, 149 .rpr_ofst = 0x2C, 159 .rpr_ofst = 0x4C, 242 pending = irq_reg_readl(gc, stm32_bank->rpr_ofst); in stm32_exti_pending() 417 irq_reg_writel(gc, d->mask, stm32_bank->rpr_ofst); in stm32_irq_ack() [all...] |
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-stm32-exti.c | 36 u32 rpr_ofst; member 74 .rpr_ofst = 0x14, 94 .rpr_ofst = 0x88, 105 .rpr_ofst = 0x98, 116 .rpr_ofst = 0xA8, 138 .rpr_ofst = 0x0C, 149 .rpr_ofst = 0x2C, 160 .rpr_ofst = 0x4C, 301 pending = irq_reg_readl(gc, stm32_bank->rpr_ofst); in stm32_exti_pending() 474 irq_reg_writel(gc, d->mask, stm32_bank->rpr_ofst); in stm32_irq_ack() [all...] |
Completed in 3 milliseconds