Home
last modified time | relevance | path

Searched refs:pc104_1 (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Drocket.c113 static unsigned long pc104_1[8]; variable
117 static unsigned long *pc104[4] = { pc104_1, pc104_2, pc104_3, pc104_4 };
260 module_param_array(pc104_1, ulong, NULL, 0);
261 MODULE_PARM_DESC(pc104_1, "set interface types for ISA(PC104) board #1 (e.g. pc104_1=232,232,485,485,...");
635 if (board < ARRAY_SIZE(pc104) && line < ARRAY_SIZE(pc104_1)) in init_r_port()
2381 rcktpt_type[0] = pc104_1[0] ? ROCKET_TYPE_PC104 : rcktpt_type[0]; in rp_init()

Completed in 4 milliseconds