Searched refs:GPIO_TO_PORT (Results 1 – 2 of 2) sorted by relevance
59 #define GPIO_TO_PORT(gpio) ((gpio / 32) & 7) macro73 port = GPIO_TO_PORT(offset); in lpc32xx_gpio_direction_input()115 port = GPIO_TO_PORT(offset); in lpc32xx_gpio_get_value()155 port = GPIO_TO_PORT(gpio); in gpio_set()189 port = GPIO_TO_PORT(gpio); in gpio_clr()237 port = GPIO_TO_PORT(offset); in lpc32xx_gpio_direction_output()
34 #define GPIO_TO_PORT(n) (n / 32) macro69 unsigned int port = GPIO_TO_PORT(gpio); in mxc_gpio_direction()96 unsigned int port = GPIO_TO_PORT(gpio); in gpio_set_value()119 unsigned int port = GPIO_TO_PORT(gpio); in gpio_get_value()137 unsigned int port = GPIO_TO_PORT(gpio); in gpio_request()