Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-au1x00/
H A Dgpio-au1000.h22 #define ALCHEMY_GPIO1_MAX (ALCHEMY_GPIO1_BASE + ALCHEMY_GPIO1_NUM - 1) macro
249 return ((gpio >= ALCHEMY_GPIO1_BASE) && (gpio <= ALCHEMY_GPIO1_MAX)); in alchemy_gpio1_is_valid()