Searched refs:STL_MAXBRDS (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dstallion.h32 #define STL_MAXBRDS 4 macro
37 #define STL_MAXDEVS (STL_MAXBRDS * STL_MAXPORTS)
H A Distallion.h32 #define STL_MAXBRDS 4 macro
36 #define STL_MAXDEVS (STL_MAXBRDS * STL_MAXPORTS)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Distallion.c196 static struct stlibrd *stli_brds[STL_MAXBRDS];
3558 for (i = 0; i < STL_MAXBRDS; i++) {
3608 for (i = 0; (i < STL_MAXBRDS); i++) {
3615 if (i < STL_MAXBRDS)
3691 "maximum supported %d\n", STL_MAXBRDS);
3997 if (stli_brdstats.brd >= STL_MAXBRDS)
4036 if (brdnr >= STL_MAXBRDS)
4239 if (stli_dummybrd.brdnr >= STL_MAXBRDS)
4299 if (brdnr >= STL_MAXBRDS)
4406 stli_serial = alloc_tty_driver(STL_MAXBRDS * STL_MAXPORT
[all...]
H A Dstallion.c133 static struct stlbrd *stl_brds[STL_MAXBRDS];
2121 for (i = 0; i < STL_MAXBRDS; i++)
2160 "maximum supported %d\n", STL_MAXBRDS);
2257 if (stl_brdstats.brd >= STL_MAXBRDS)
2294 if (brdnr < 0 || brdnr >= STL_MAXBRDS)
2432 if (stl_dummybrd.brdnr >= STL_MAXBRDS)
2456 if (brdnr >= STL_MAXBRDS)
4513 stl_serial = alloc_tty_driver(STL_MAXBRDS * STL_MAXPORTS);

Completed in 116 milliseconds