Home
last modified time | relevance | path

Searched refs:AR71XX_GPIO_REG_CLEAR (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/mips/ath79/
Dgpio.c39 __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()
/linux-4.1.27/arch/mips/include/asm/mach-ath79/
Dar71xx_regs.h516 #define AR71XX_GPIO_REG_CLEAR 0x10 macro