Searched refs:rpr_ofst (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/drivers/irqchip/ |
D | irq-stm32-exti.c | 29 u32 rpr_ofst; member 71 .rpr_ofst = 0x14, 90 .rpr_ofst = 0x88, 100 .rpr_ofst = 0x98, 110 .rpr_ofst = 0xA8, 131 .rpr_ofst = 0x0C, 141 .rpr_ofst = 0x2C, 151 .rpr_ofst = 0x4C, 215 pending = irq_reg_readl(gc, stm32_bank->rpr_ofst); in stm32_exti_pending() 378 irq_reg_writel(gc, d->mask, stm32_bank->rpr_ofst); in stm32_irq_ack() [all …]
|