Searched defs:MAX_PORT (Results 1 - 1 of 1) sorted by relevance

/arch/h8300/kernel/
H A Dgpio.c26 #define MAX_PORT 11 macro
36 #define MAX_PORT 11 macro
48 #define MAX_PORT 17 macro
59 } gpio_regs[MAX_PORT];
67 if (port < 0 || port >= MAX_PORT)
80 if (port < 0 || port >= MAX_PORT)
147 for (c = 0; c < MAX_PORT; c++) {

Completed in 59 milliseconds