Home
last modified time | relevance | path

Searched refs:MAX_GPIOS (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/gpio/
Dgpio_eos_s3.c19 #define MAX_GPIOS 8U macro
20 #define GPIOS_MASK (BIT(MAX_GPIOS) - 1)
50 uint8_t gpio_irqs[MAX_GPIOS];
79 return pad_configs[(MAX_GPIOS * is_secondary) + gpio_num]; in gpio_eos_s3_pad_select()
351 for (int irq_num = 0; irq_num < MAX_GPIOS; irq_num++) { in gpio_eos_s3_isr()
Dgpio_xlnx_axi.c34 #define MAX_GPIOS 32 macro
395 .tri = DT_INST_PROP_OR(n, xlnx_tri_default_2, GENMASK(MAX_GPIOS - 1, 0)), \
402 DT_INST_PROP_OR(n, xlnx_gpio2_width, MAX_GPIOS)), \
422 .tri = DT_INST_PROP_OR(n, xlnx_tri_default, GENMASK(MAX_GPIOS - 1, 0)), \
432 DT_INST_PROP_OR(n, xlnx_gpio_width, MAX_GPIOS)), \
Dgpio_neorv32.c24 #define MAX_GPIOS 32 macro