Searched refs:SX_NPORTS (Results 1 – 2 of 2) sorted by relevance
17 #define SX_NPORTS (SX_NBOARDS * SX_PORTSPERBOARD) macro
318 static struct tty_struct * sx_table[SX_NPORTS];1437 if ((line < 0) || (line >= SX_NPORTS) || (line >= sx_nports)) in sx_open()