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.c82 #define GPIO_DYNAMIC_BASE 512 macro
333 unsigned int base = GPIO_DYNAMIC_BASE; in gpiochip_find_base_unlocked()
343 if (base < GPIO_DYNAMIC_BASE) in gpiochip_find_base_unlocked()
344 base = GPIO_DYNAMIC_BASE; in gpiochip_find_base_unlocked()