Lines Matching full:8250
3 * Universal/legacy platform driver for 8250/16550-type serial ports
6 * ISA-compatible 8250/16550 ports
7 * ACPI 8250/16550 ports
8 * PNP 8250/16550 ports
25 #include "8250.h"
289 * This "device" covers _all_ ISA 8250-compatible serial devices listed
303 pr_info("Serial: 8250/16550 driver, %d ports, IRQ sharing %s\n", in serial8250_init()
376 MODULE_DESCRIPTION("Generic 8250/16x50 serial platform driver");
379 MODULE_PARM_DESC(share_irqs, "Share IRQs with other non-8250/16x50 devices (unsafe)");
392 * This module was renamed to 8250_core in 3.7. Keep the old "8250" name
398 * MODULE_PARAM_PREFIX lets us keep the "8250." syntax alive.
405 #define MODULE_PARAM_PREFIX "8250_core." in s8250_options()
412 MODULE_ALIAS("8250_core");