Home
last modified time | relevance | path

Searched refs:GPIO_PORT_MASK (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-mx27/
H A Dgpio.h50 #define GPIO_PORT_MASK (0x7 << GPIO_PORT_SHIFT) macro
/openbmc/u-boot/arch/arm/cpu/arm920t/imx/
H A Dgeneric.c21 unsigned int port = (gpio_mode & GPIO_PORT_MASK) >> 5; in imx_gpio_mode()
/openbmc/u-boot/arch/arm/include/asm/mach-imx/
H A Diomux-v3.h243 #define GPIO_PORT_MASK (0x7 << GPIO_PORT_SHIFT) macro
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/
H A Dgeneric.c209 unsigned int port = (gpio_mode & GPIO_PORT_MASK) >> GPIO_PORT_SHIFT; in imx_gpio_mode()
/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h132 #define GPIO_PORT_MASK (0x3 << 5) macro