Searched refs:ftsr_ofst (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/irqchip/ |
| D | irq-stm32-exti.c | 33 u32 ftsr_ofst; member 71 .ftsr_ofst = 0x0C, 91 .ftsr_ofst = 0x04, 102 .ftsr_ofst = 0x24, 113 .ftsr_ofst = 0x44, 135 .ftsr_ofst = 0x04, 146 .ftsr_ofst = 0x24, 157 .ftsr_ofst = 0x44, 362 ftsr = irq_reg_readl(gc, stm32_bank->ftsr_ofst); in stm32_irq_set_type() 369 irq_reg_writel(gc, ftsr, stm32_bank->ftsr_ofst); in stm32_irq_set_type() [all …]
|