Searched refs:AR71XX_GPIO_REG_CLEAR (Results 1 – 2 of 2) sorted by relevance
39 __raw_writel(1 << gpio, base + AR71XX_GPIO_REG_CLEAR); in __ath79_gpio_set_value()85 __raw_writel(1 << offset, base + AR71XX_GPIO_REG_CLEAR); in ath79_gpio_direction_output()121 __raw_writel(1 << offset, base + AR71XX_GPIO_REG_CLEAR); in ar934x_gpio_direction_output()
516 #define AR71XX_GPIO_REG_CLEAR 0x10 macro