Home
last modified time | relevance | path

Searched refs:ftsr (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/irqchip/
H A Dirq-stm32-exti.c332 unsigned int type, u32 *rtsr, u32 *ftsr) in stm32_exti_set_type() argument
339 *ftsr &= ~mask; in stm32_exti_set_type()
343 *ftsr |= mask; in stm32_exti_set_type()
347 *ftsr |= mask; in stm32_exti_set_type()
362 u32 rtsr, ftsr; in stm32_irq_set_type() local
376 ftsr = irq_reg_readl(gc, stm32_bank->ftsr_ofst); in stm32_irq_set_type()
378 err = stm32_exti_set_type(d, type, &rtsr, &ftsr); in stm32_irq_set_type()
383 irq_reg_writel(gc, ftsr, stm32_bank->ftsr_ofst); in stm32_irq_set_type()
566 u32 rtsr, ftsr; in stm32_exti_h_set_type() local
580 ftsr = readl_relaxed(base + stm32_bank->ftsr_ofst); in stm32_exti_h_set_type()
[all …]