Home
last modified time | relevance | path

Searched refs:emr_ofst (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-stm32-exti.c32 u32 emr_ofst; member
70 .emr_ofst = 0x04,
90 .emr_ofst = 0x84,
101 .emr_ofst = 0x94,
112 .emr_ofst = 0xA4,
134 .emr_ofst = UNDEF_REG,
145 .emr_ofst = UNDEF_REG,
156 .emr_ofst = UNDEF_REG,
807 if (stm32_bank->emr_ofst != UNDEF_REG) in stm32_exti_chip_init()
808 writel_relaxed(0, base + stm32_bank->emr_ofst); in stm32_exti_chip_init()
[all...]
/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-stm32-exti.c31 u32 emr_ofst; member
75 .emr_ofst = 0x04,
94 .emr_ofst = 0x84,
104 .emr_ofst = 0x94,
114 .emr_ofst = 0xA4,
135 .emr_ofst = 0x84,
145 .emr_ofst = 0x94,
155 .emr_ofst = 0xA4,
742 writel_relaxed(0, base + stm32_bank->emr_ofst); in stm32_exti_chip_init()

Completed in 4 milliseconds