pc104_2           114 drivers/tty/rocket.c static unsigned long pc104_2[8];
pc104_2           117 drivers/tty/rocket.c static unsigned long *pc104[4] = { pc104_1, pc104_2, pc104_3, pc104_4 };
pc104_2           262 drivers/tty/rocket.c module_param_array(pc104_2, ulong, NULL, 0);
pc104_2           263 drivers/tty/rocket.c MODULE_PARM_DESC(pc104_2, "set interface types for ISA(PC104) board #2 (e.g. pc104_2=232,232,485,485,...");
pc104_2          2379 drivers/tty/rocket.c 	rcktpt_type[1] = pc104_2[0] ? ROCKET_TYPE_PC104 : rcktpt_type[1];