Searched refs:pc104_4 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/tty/ |
D | rocket.c | 129 static unsigned long pc104_4[8]; variable 130 static unsigned long *pc104[4] = { pc104_1, pc104_2, pc104_3, pc104_4 }; 279 module_param_array(pc104_4, ulong, NULL, 0); 280 MODULE_PARM_DESC(pc104_4, "set interface types for ISA(PC104) board #4 (e.g. pc104_4=232,232,485,48… 2421 rcktpt_type[3] = pc104_4[0] ? ROCKET_TYPE_PC104 : rcktpt_type[3]; in rp_init()
|