Home
last modified time | relevance | path

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

/external/u-boot/drivers/gpio/
Dlpc32xx_gpio.c60 #define GPIO_TO_RANK(gpio) (gpio % 32) macro
139 rank = GPIO_TO_RANK(offset); in lpc32xx_gpio_get_value()