Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds