Home
last modified time | relevance | path

Searched refs:SX_NPORTS (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dsx.h17 #define SX_NPORTS (SX_NBOARDS * SX_PORTSPERBOARD) macro
Dsx.c318 static struct tty_struct * sx_table[SX_NPORTS];
1437 if ((line < 0) || (line >= SX_NPORTS) || (line >= sx_nports)) in sx_open()