Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dlpc32xx_gpio.c61 #define GPIO_TO_RANK(gpio) (gpio % 32) macro
140 rank = GPIO_TO_RANK(offset); in lpc32xx_gpio_get_value()