Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-au1x00/
H A Dgpio-au1000.h314 static inline int alchemy_gpio2_direction_input(int gpio) in alchemy_gpio2_direction_input() function
470 alchemy_gpio2_direction_input(gpio) : in alchemy_gpio_direction_input()
/openbmc/linux/arch/mips/alchemy/common/
H A Dgpiolib.c50 return alchemy_gpio2_direction_input(offset + ALCHEMY_GPIO2_BASE); in gpio2_direction_input()