Home
last modified time | relevance | path

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

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