Home
last modified time | relevance | path

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

/qemu/hw/arm/
H A Dstm32l4x5_soc.c109 } stm32l4x5_gpio_cfg[NUM_GPIOS] = {
148 for (unsigned i = 0; i < NUM_GPIOS; i++) { in stm32l4x5_soc_initfn()
216 for (unsigned i = 0; i < NUM_GPIOS; i++) { in stm32l4x5_soc_realize()
244 for (unsigned i = 0; i < NUM_GPIOS; i++) { in stm32l4x5_soc_realize()
/qemu/hw/misc/
H A Dstm32l4x5_syscfg.c94 g_assert(gpio < NUM_GPIOS); in stm32l4x5_syscfg_set_irq()
226 GPIO_NUM_PINS * NUM_GPIOS); in stm32l4x5_syscfg_init()
/qemu/include/hw/gpio/
H A Dstm32l4x5_gpio.h28 #define NUM_GPIOS 8 macro
/qemu/include/hw/arm/
H A Dstm32l4x5_soc.h57 Stm32l4x5GpioState gpio[NUM_GPIOS];
/qemu/tests/qtest/
H A Dstm32l4x5_gpio-test.c16 #define NUM_GPIOS 8 macro
49 const uint32_t moder_reset[NUM_GPIOS] = {
60 const uint32_t pupdr_reset[NUM_GPIOS] = {
71 const uint32_t idr_reset[NUM_GPIOS] = {