Searched refs:nr_uarts (Results 1 – 4 of 4) sorted by relevance
91 static int nr_uarts __initdata = 0;129 nr_uarts = no; in s3c24xx_init_uartdevs()156 ret = platform_add_devices(s3c24xx_uart_devs, nr_uarts); in s3c_arch_init()
60 static unsigned int nr_uarts = CONFIG_SERIAL_8250_RUNTIME_UARTS; variable2758 for (i = 0; i < nr_uarts; i++) { in serial8250_isa_init_ports()2780 i < ARRAY_SIZE(old_serial_port) && i < nr_uarts; in serial8250_isa_init_ports()2813 for (i = 0; i < nr_uarts; i++) { in serial8250_register_ports()2820 for (i = 0; i < nr_uarts; i++) { in serial8250_register_ports()2915 if (co->index >= nr_uarts) in serial8250_console_setup()2945 if (nr_uarts > UART_NR) in serial8250_console_init()2946 nr_uarts = UART_NR; in serial8250_console_init()2959 for (line = 0; line < nr_uarts; line++) { in serial8250_find_port()3105 for (i = 0; i < nr_uarts; i++) { in serial8250_remove()[all …]
137 with the module parameter "nr_uarts", or boot-time parameter138 8250.nr_uarts
1801 nr_uarts= [SERIAL] maximum number of UARTs to be registered.