AU1300_GPIO_BASE 121 arch/mips/alchemy/common/gpiolib.c return !!au1300_gpio_get_value(off + AU1300_GPIO_BASE); AU1300_GPIO_BASE 126 arch/mips/alchemy/common/gpiolib.c au1300_gpio_set_value(off + AU1300_GPIO_BASE, v); AU1300_GPIO_BASE 131 arch/mips/alchemy/common/gpiolib.c return au1300_gpio_direction_input(off + AU1300_GPIO_BASE); AU1300_GPIO_BASE 137 arch/mips/alchemy/common/gpiolib.c return au1300_gpio_direction_output(off + AU1300_GPIO_BASE, v); AU1300_GPIO_BASE 142 arch/mips/alchemy/common/gpiolib.c return au1300_gpio_to_irq(off + AU1300_GPIO_BASE); AU1300_GPIO_BASE 152 arch/mips/alchemy/common/gpiolib.c .base = AU1300_GPIO_BASE, AU1300_GPIO_BASE 538 arch/mips/alchemy/common/irq.c au1300_gpio_direction_input(gpio + AU1300_GPIO_BASE); AU1300_GPIO_BASE 24 arch/mips/include/asm/mach-au1x00/gpio-au1300.h #define AU1300_GPIO_MAX (AU1300_GPIO_BASE + AU1300_GPIO_NUM - 1) AU1300_GPIO_BASE 34 arch/mips/include/asm/mach-au1x00/gpio-au1300.h gpio -= AU1300_GPIO_BASE; AU1300_GPIO_BASE 45 arch/mips/include/asm/mach-au1x00/gpio-au1300.h gpio -= AU1300_GPIO_BASE; AU1300_GPIO_BASE 60 arch/mips/include/asm/mach-au1x00/gpio-au1300.h gpio -= AU1300_GPIO_BASE; AU1300_GPIO_BASE 79 arch/mips/include/asm/mach-au1x00/gpio-au1300.h return AU1300_FIRST_INT + (gpio - AU1300_GPIO_BASE); AU1300_GPIO_BASE 84 arch/mips/include/asm/mach-au1x00/gpio-au1300.h return (irq - AU1300_FIRST_INT) + AU1300_GPIO_BASE; AU1300_GPIO_BASE 93 arch/mips/include/asm/mach-au1x00/gpio-au1300.h ret = ((gpio >= AU1300_GPIO_BASE) && (gpio <= AU1300_GPIO_MAX));