Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/include/asm/mach-au1x00/
Dgpio-au1000.h307 static inline int alchemy_gpio2_get_value(int gpio) in alchemy_gpio2_get_value() function
484 alchemy_gpio2_get_value(gpio) : in alchemy_gpio_get_value()
/linux-5.19.10/arch/mips/alchemy/common/
Dgpiolib.c40 return !!alchemy_gpio2_get_value(offset + ALCHEMY_GPIO2_BASE); in gpio2_get()