Home
last modified time | relevance | path

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

/arch/arm/mach-imx/
Diomux-v3.h103 #define GPIO_PORT_MASK (0x7 << GPIO_PORT_SHIFT) macro
Diomux-v1.h38 #define GPIO_PORT_MASK (0x7 << GPIO_PORT_SHIFT) macro
Diomux-v1.c115 unsigned int port = (gpio_mode & GPIO_PORT_MASK) >> GPIO_PORT_SHIFT; in mxc_gpio_mode()