Searched refs:GPIO_TO_BIT (Results 1 – 2 of 2) sorted by relevance
46 writel(GPIO_TO_BIT(gpio), &gpio_reg_bank->gcdr); in gpio_direction_input()60 writel(GPIO_TO_BIT(gpio), &gpio_reg_bank->gsdr); in gpio_direction_output()92 writel(GPIO_TO_BIT(gpio), &gpio_reg_bank->gpsr); in gpio_set_value()94 writel(GPIO_TO_BIT(gpio), &gpio_reg_bank->gpcr); in gpio_set_value()
22 #define GPIO_TO_BIT(gp) (1 << (gp & 0x1F)) macro