Home
last modified time | relevance | path

Searched refs:GPIO_MAX (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/drivers/gpio/
H A Dkw_gpio.c21 static unsigned long gpio_valid_input[BITS_TO_LONGS(GPIO_MAX)];
22 static unsigned long gpio_valid_output[BITS_TO_LONGS(GPIO_MAX)];
64 if (pin < GPIO_MAX) { in kw_gpio_is_valid()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A Dcollie.h19 #define COLLIE_SCOOP_GPIO_BASE (GPIO_MAX + 1)
78 #define COLLIE_TC35143_GPIO_BASE (GPIO_MAX + 13)
H A Dh3xxx.h57 #define H3XXX_EGPIO_BASE (GPIO_MAX + 1)
H A DSA-1100.h1115 #define GPIO_MAX (27) macro
/openbmc/qemu/hw/avr/
H A Datmega.h33 #define GPIO_MAX 12 macro
H A Datmega.c283 for (i = 0; i < GPIO_MAX; i++) { in atmega_realize()
/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/
H A Dgpio.h17 #define GPIO_MAX 50 macro
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio-xgene-sb.txt16 | +--------------+ +------ GPIO_MAX
/openbmc/linux/drivers/net/phy/
H A Dsfp.c29 GPIO_MAX, enumerator
245 struct gpio_desc *gpio[GPIO_MAX];
246 int gpio_irq[GPIO_MAX];
542 for (i = state = 0; i < GPIO_MAX; i++) { in sfp_gpio_get_state()
2851 for (i = 0; i < GPIO_MAX; i++) in sfp_check_state()
2989 for (i = 0; i < GPIO_MAX; i++) in sfp_probe()
3035 for (i = 0; i < GPIO_MAX; i++) { in sfp_probe()
3105 for (i = 0; i < GPIO_MAX; i++) { in sfp_shutdown()
/openbmc/linux/drivers/gpio/
H A Dgpio-sa1100.c103 .ngpio = GPIO_MAX + 1,
/openbmc/u-boot/include/
H A DSA-1100.h1531 #define GPIO_MAX (27) macro