tag | line | file | source code |
STL_MAXPORTS | 714 | drivers/char/istallion.c | for (j = 0; (j < STL_MAXPORTS); j++) { |
STL_MAXPORTS | 4483 | drivers/char/istallion.c | stli_serial.num = STL_MAXBRDS * STL_MAXPORTS; |
STL_MAXPORTS | 3139 | drivers/char/stallion.c | stl_serial.num = STL_MAXBRDS * STL_MAXPORTS; |
STL_MAXPORTS | 34 | include/linux/istallion.h | #define STL_MAXCHANS (STL_MAXPORTS + 1) |
STL_MAXPORTS | 35 | include/linux/istallion.h | #define STL_MAXDEVS (STL_MAXBRDS * STL_MAXPORTS) |
STL_MAXPORTS | 121 | include/linux/istallion.h | stliport_t *ports[STL_MAXPORTS]; |
STL_MAXPORTS | 35 | include/linux/stallion.h | #define STL_MAXDEVS (STL_MAXBRDS * STL_MAXPORTS) |