Searched refs:rpr_ofst (Results 1 – 1 of 1) sorted by relevance
/drivers/irqchip/ |
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 …]
|