Searched refs:GPIO_TO_MASK (Results 1 – 1 of 1) sorted by relevance
62 #define GPIO_TO_MASK(gpio) (1 << (gpio % 32)) macro75 mask = GPIO_TO_MASK(offset); in lpc32xx_gpio_direction_input()141 mask = GPIO_TO_MASK(offset); in lpc32xx_gpio_get_value()157 mask = GPIO_TO_MASK(gpio); in gpio_set()191 mask = GPIO_TO_MASK(gpio); in gpio_clr()239 mask = GPIO_TO_MASK(offset); in lpc32xx_gpio_direction_output()