Home
last modified time | relevance | path

Searched defs:GPIO_BIT (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dgpio.h19 #define GPIO_BIT(x) ((x) & 0x7) macro
/openbmc/u-boot/drivers/gpio/
H A Dda8xx_gpio.h29 #define GPIO_BIT(gp) ((gp) & 0x1F) macro
H A Daspeed_gpio.c183 #define GPIO_BIT(x) BIT(GPIO_OFFSET(x)) macro