Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-imx8/
H A Dgpio.h19 #define IMX_GPIO_NR(port, index) (((port) * 32) + ((index) & 31)) macro
/openbmc/u-boot/arch/arm/include/asm/mach-imx/
H A Dgpio.h20 #define IMX_GPIO_NR(port, index) ((((port)-1)*32)+((index)&31)) macro
/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/
H A Dgpio.h19 #define IMX_GPIO_NR(port, index) ((((port)-1)*32)+((index)&31)) macro