Searched refs:ftsr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-stm32-exti.c | 275 unsigned int type, u32 *rtsr, u32 *ftsr) in stm32_exti_set_type() 282 *ftsr &= ~mask; in stm32_exti_set_type() 286 *ftsr |= mask; in stm32_exti_set_type() 290 *ftsr |= mask; in stm32_exti_set_type() 305 u32 rtsr, ftsr; in stm32_irq_set_type() local 319 ftsr = irq_reg_readl(gc, stm32_bank->ftsr_ofst); in stm32_irq_set_type() 321 err = stm32_exti_set_type(d, type, &rtsr, &ftsr); in stm32_irq_set_type() 326 irq_reg_writel(gc, ftsr, stm32_bank->ftsr_ofst); in stm32_irq_set_type() 343 /* save rtsr, ftsr registers */ in stm32_chip_suspend() 356 /* restore rtsr, ftsr, register in stm32_chip_resume() 274 stm32_exti_set_type(struct irq_data *d, unsigned int type, u32 *rtsr, u32 *ftsr) stm32_exti_set_type() argument 509 u32 rtsr, ftsr; stm32_exti_h_set_type() local [all...] |
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-stm32-exti.c | 332 unsigned int type, u32 *rtsr, u32 *ftsr) in stm32_exti_set_type() 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() 400 /* save rtsr, ftsr registers */ in stm32_chip_suspend() 413 /* restore rtsr, ftsr, register in stm32_chip_resume() 331 stm32_exti_set_type(struct irq_data *d, unsigned int type, u32 *rtsr, u32 *ftsr) stm32_exti_set_type() argument 566 u32 rtsr, ftsr; stm32_exti_h_set_type() local [all...] |
Completed in 3 milliseconds