Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpiolib.c84 #define GPIO_DYNAMIC_BASE 512 macro
354 unsigned int base = GPIO_DYNAMIC_BASE; in gpiochip_find_base_unlocked()
364 if (base < GPIO_DYNAMIC_BASE) in gpiochip_find_base_unlocked()
365 base = GPIO_DYNAMIC_BASE; in gpiochip_find_base_unlocked()