Searched refs:csqier (Results 1 – 1 of 1) sorted by relevance
426 u32 csqier = readl_relaxed(fmc2->io_base + FMC2_CSQIER); in stm32_fmc2_enable_seq_irq() local428 csqier |= FMC2_CSQIER_TCIE; in stm32_fmc2_enable_seq_irq()432 writel_relaxed(csqier, fmc2->io_base + FMC2_CSQIER); in stm32_fmc2_enable_seq_irq()438 u32 csqier = readl_relaxed(fmc2->io_base + FMC2_CSQIER); in stm32_fmc2_disable_seq_irq() local440 csqier &= ~FMC2_CSQIER_TCIE; in stm32_fmc2_disable_seq_irq()442 writel_relaxed(csqier, fmc2->io_base + FMC2_CSQIER); in stm32_fmc2_disable_seq_irq()