Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/mach-imx/
H A Dgpio.h21 #define IMX_GPIO_NR(port, index) ((((port)-1)*32)+((index)&31)) macro
/OK3568_Linux_fs/kernel/arch/arm/mach-imx/
H A Dhardware.h111 #define IMX_GPIO_NR(bank, nr) (((bank) - 1) * 32 + (nr)) macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx7ulp/
H A Dgpio.h20 #define IMX_GPIO_NR(port, index) ((((port)-1)*32)+((index)&31)) macro