Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/pmic/
H A Das3722_gpio.c12 #define NUM_GPIOS 8 macro
43 if (gpio >= NUM_GPIOS) in as3722_gpio_set_value()
104 uc_priv->gpio_count = NUM_GPIOS; in as3722_gpio_probe()
/openbmc/qemu/include/hw/gpio/
H A Dstm32l4x5_gpio.h28 #define NUM_GPIOS 8 macro
/openbmc/qemu/include/hw/arm/
H A Dstm32l4x5_soc.h57 Stm32l4x5GpioState gpio[NUM_GPIOS];
/openbmc/qemu/hw/arm/
H A Dstm32l4x5_soc.c113 } 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()
246 for (unsigned i = 0; i < NUM_GPIOS; i++) { in stm32l4x5_soc_realize()
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_syscfg.c97 g_assert(gpio < NUM_GPIOS); in stm32l4x5_syscfg_set_irq()
229 GPIO_NUM_PINS * NUM_GPIOS); in stm32l4x5_syscfg_init()
/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_gpio-test.c17 #define NUM_GPIOS 8 macro
50 const uint32_t moder_reset[NUM_GPIOS] = {
61 const uint32_t pupdr_reset[NUM_GPIOS] = {
72 const uint32_t idr_reset[NUM_GPIOS] = {