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
352 unsigned int base = GPIO_DYNAMIC_BASE; in gpiochip_find_base_unlocked()
362 if (base < GPIO_DYNAMIC_BASE) in gpiochip_find_base_unlocked()
363 base = GPIO_DYNAMIC_BASE; in gpiochip_find_base_unlocked()