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

/linux-master/include/linux/
H A Dgpio.h76 #define GPIO_DYNAMIC_BASE 512 macro
/linux-master/drivers/gpio/
H A Dgpiolib.c303 int base = GPIO_DYNAMIC_BASE;
312 if (base < GPIO_DYNAMIC_BASE)
313 base = GPIO_DYNAMIC_BASE;

Completed in 150 milliseconds