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

/u-boot/drivers/gpio/
H A Dlpc32xx_gpio.c59 #define GPIO_TO_PORT(gpio) ((gpio / 32) & 7) macro
73 port = GPIO_TO_PORT(offset);
115 port = GPIO_TO_PORT(offset);
155 port = GPIO_TO_PORT(gpio);
189 port = GPIO_TO_PORT(gpio);
237 port = GPIO_TO_PORT(offset);
H A Dmxc_gpio.c40 #define GPIO_TO_PORT(n) ((n) / 32) macro
76 unsigned int port = GPIO_TO_PORT(gpio);
103 unsigned int port = GPIO_TO_PORT(gpio);
126 unsigned int port = GPIO_TO_PORT(gpio);
144 unsigned int port = GPIO_TO_PORT(gpio);

Completed in 45 milliseconds