Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dgpio.h17 #define GPIO_PORT(x) (((x) >> 3) & 0x3) macro
/openbmc/linux/drivers/gpio/
H A Dgpio-tegra.c28 #define GPIO_PORT(x) (((x) >> 3) & 0x3) macro