Home
last modified time | relevance | path

Searched refs:probe_rsa (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/tty/serial/8250/
D8250_core.c80 static unsigned long probe_rsa[PORT_RSA_MAX]; variable
437 if (probe_rsa[i] == up->port.iobase) { in univ8250_config_port()
1315 module_param_hw_array(probe_rsa, ulong, ioport, &probe_rsa_count, 0444);
1316 MODULE_PARM_DESC(probe_rsa, "Probe I/O ports for RSA");
1341 __module_param_call(MODULE_PARAM_PREFIX, probe_rsa, in s8250_options()
DKconfig341 You will need to provide module parameter "probe_rsa", or boot-time
342 parameter 8250.probe_rsa with I/O addresses of this card then.