Searched refs:GPIO_PORT_MASK (Results 1 – 3 of 3) sorted by relevance
103 #define GPIO_PORT_MASK (0x7 << GPIO_PORT_SHIFT) macro
38 #define GPIO_PORT_MASK (0x7 << GPIO_PORT_SHIFT) macro
115 unsigned int port = (gpio_mode & GPIO_PORT_MASK) >> GPIO_PORT_SHIFT; in mxc_gpio_mode()