Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/arm/
H A Dstm32l4x5_soc.h43 #define NUM_EXTI_OR_GATES 4 macro
54 OrIRQState exti_or_gates[NUM_EXTI_OR_GATES];
/openbmc/qemu/hw/arm/
H A Dstm32l4x5_soc.c88 static const int exti_or_gates_out[NUM_EXTI_OR_GATES] = {
92 static const int exti_or_gates_num_lines_in[NUM_EXTI_OR_GATES] = {
141 for (unsigned i = 0; i < NUM_EXTI_OR_GATES; i++) { in stm32l4x5_soc_initfn()
263 for (unsigned i = 0; i < NUM_EXTI_OR_GATES; i++) { in stm32l4x5_soc_realize()