Searched refs:ftsr (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/misc/ |
H A D | stm32l4x5_exti.c | 87 s->ftsr[bank] = 0x00000000; in stm32l4x5_exti_reset_hold() 124 (!level && extract32(s->ftsr[bank], irq, 1))) { in stm32l4x5_exti_set_irq() 153 r = s->ftsr[bank]; in stm32l4x5_exti_read() 199 s->ftsr[bank] = val64 & configurable_mask(bank); in stm32l4x5_exti_write() 266 VMSTATE_UINT32_ARRAY(ftsr, Stm32l4x5ExtiState, EXTI_NUM_REGISTER),
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-stm32-exti.c | 332 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 …]
|
/openbmc/qemu/include/hw/misc/ |
H A D | stm32l4x5_exti.h | 44 uint32_t ftsr[EXTI_NUM_REGISTER]; member
|