Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dgpio.h76 #define GPIO_DYNAMIC_BASE 512 macro
/openbmc/linux/drivers/gpio/
H A Dgpiolib.c205 int base = GPIO_DYNAMIC_BASE; in gpiochip_find_base()
213 if (base < GPIO_DYNAMIC_BASE) in gpiochip_find_base()
214 base = GPIO_DYNAMIC_BASE; in gpiochip_find_base()