Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-au1x00/
H A Dgpio-au1000.h23 #define ALCHEMY_GPIO2_MAX (ALCHEMY_GPIO2_BASE + ALCHEMY_GPIO2_NUM - 1) macro
335 return ((gpio >= ALCHEMY_GPIO2_BASE) && (gpio <= ALCHEMY_GPIO2_MAX)); in alchemy_gpio2_is_valid()