Searched refs:MAX_DEVICE_COUNT (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/char/pcmcia/ |
D | synclink_cs.c | 36 #define MAX_DEVICE_COUNT 4 macro 485 static int maxframe[MAX_DEVICE_COUNT] = {0,}; 486 static int dosyncppp[MAX_DEVICE_COUNT] = {1,1,1,1}; 502 MODULE_PARM(maxframe,"1-" __MODULE_STRING(MAX_DEVICE_COUNT) "i"); 503 MODULE_PARM(dosyncppp,"1-" __MODULE_STRING(MAX_DEVICE_COUNT) "i"); 521 static struct tty_struct *serial_table[MAX_DEVICE_COUNT]; 522 static struct termios *serial_termios[MAX_DEVICE_COUNT]; 523 static struct termios *serial_termios_locked[MAX_DEVICE_COUNT]; 659 memset(serial_table,0,sizeof(struct tty_struct*)*MAX_DEVICE_COUNT); in mgslpc_attach() 660 memset(serial_termios,0,sizeof(struct termios*)*MAX_DEVICE_COUNT); in mgslpc_attach() [all …]
|