Searched refs:GPIO_PORT_MASK (Results 1 – 5 of 5) sorted by relevance
51 #define GPIO_PORT_MASK (0x7 << GPIO_PORT_SHIFT) macro
22 unsigned int port = (gpio_mode & GPIO_PORT_MASK) >> 5; in imx_gpio_mode()
216 #define GPIO_PORT_MASK (0x7 << GPIO_PORT_SHIFT) macro
210 unsigned int port = (gpio_mode & GPIO_PORT_MASK) >> GPIO_PORT_SHIFT; in imx_gpio_mode()
132 #define GPIO_PORT_MASK (0x3 << 5) macro