Lines Matching refs:ftsr_ofst
33 u32 ftsr_ofst; member
77 .ftsr_ofst = 0x0C,
96 .ftsr_ofst = 0x04,
106 .ftsr_ofst = 0x24,
116 .ftsr_ofst = 0x44,
137 .ftsr_ofst = 0x04,
147 .ftsr_ofst = 0x24,
157 .ftsr_ofst = 0x44,
319 ftsr = irq_reg_readl(gc, stm32_bank->ftsr_ofst); in stm32_irq_set_type()
326 irq_reg_writel(gc, ftsr, stm32_bank->ftsr_ofst); in stm32_irq_set_type()
345 chip_data->ftsr_cache = readl_relaxed(base + stm32_bank->ftsr_ofst); in stm32_chip_suspend()
358 writel_relaxed(chip_data->ftsr_cache, base + stm32_bank->ftsr_ofst); in stm32_chip_resume()
522 ftsr = readl_relaxed(base + stm32_bank->ftsr_ofst); in stm32_exti_h_set_type()
529 writel_relaxed(ftsr, base + stm32_bank->ftsr_ofst); in stm32_exti_h_set_type()