Home
last modified time | relevance | path

Searched defs:GPIO_TO_PORT (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/gpio/
H A Dlpc32xx_gpio.c59 #define GPIO_TO_PORT(gpio) ((gpio / 32) & 7) macro
H A Dmxc_gpio.c34 #define GPIO_TO_PORT(n) (n / 32) macro