Searched refs:nr_uarts (Results 1 – 5 of 5) sorted by relevance
52 static unsigned int nr_uarts = CONFIG_SERIAL_8250_RUNTIME_UARTS; variable494 if (nr_uarts > UART_NR) in serial8250_isa_init_ports()495 nr_uarts = UART_NR; in serial8250_isa_init_ports()497 for (i = 0; i < nr_uarts; i++) { in serial8250_isa_init_ports()526 i < ARRAY_SIZE(old_serial_port) && i < nr_uarts; in serial8250_isa_init_ports()551 for (i = 0; i < nr_uarts; i++) { in serial8250_register_ports()590 if (co->index >= nr_uarts) in univ8250_console_setup()643 for (i = 0; i < nr_uarts; i++) { in univ8250_console_match()677 if (nr_uarts == 0) in univ8250_console_init()710 if (port->line >= ARRAY_SIZE(serial8250_ports) || nr_uarts == 0) in early_serial_setup()[all …]
43 accept kernel parameters in both forms like 8250_core.nr_uarts=4 and44 8250.nr_uarts=4. We now renamed the module back to 8250, but if201 with the module parameter "nr_uarts", or boot-time parameter202 8250.nr_uarts
91 static int nr_uarts __initdata = 0;132 nr_uarts = no; in s3c24xx_init_uartdevs()170 ret = platform_add_devices(s3c24xx_uart_devs, nr_uarts); in s3c_arch_init()
91 u32 nr_uarts; member
3790 nr_uarts= [SERIAL] maximum number of UARTs to be registered.