Home
last modified time | relevance | path

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

/linux-2.6.39/arch/cris/include/asm/
Detraxgpio.h48 #define GPIO_MINOR_LAST 3 macro
49 #define GPIO_MINOR_LAST_REAL GPIO_MINOR_LAST
61 #define GPIO_MINOR_LAST 6 macro
63 #define GPIO_MINOR_LAST 5 macro
65 #define GPIO_MINOR_LAST_REAL GPIO_MINOR_LAST
76 #define GPIO_MINOR_LAST 6 macro
78 #define GPIO_MINOR_LAST 4 macro
/linux-2.6.39/arch/cris/arch-v32/drivers/mach-a3/
Dgpio.c113 #define NUM_PORTS (GPIO_MINOR_LAST+1)
387 (p > GPIO_MINOR_LAST && p < GPIO_MINOR_PWM0)) in gpio_open()
402 if (p <= GPIO_MINOR_LAST) { in gpio_open()
433 if (todel->minor <= GPIO_MINOR_LAST) { in gpio_release()
/linux-2.6.39/arch/cris/arch-v32/drivers/mach-fs/
Dgpio.c111 #define NUM_PORTS (GPIO_MINOR_LAST+1)
426 if (p > GPIO_MINOR_LAST) in gpio_open()
/linux-2.6.39/arch/cris/arch-v10/drivers/
Dgpio.c317 if (p > GPIO_MINOR_LAST) in gpio_open()