Searched refs:nr_uarts (Results 1 – 5 of 5) sorted by relevance
501 if (nr_uarts > UART_NR) in serial8250_isa_init_ports()502 nr_uarts = UART_NR; in serial8250_isa_init_ports()504 for (i = 0; i < nr_uarts; i++) { in serial8250_isa_init_ports()558 for (i = 0; i < nr_uarts; i++) { in serial8250_register_ports()597 if (co->index >= nr_uarts) in univ8250_console_setup()684 if (nr_uarts == 0) in univ8250_console_init()924 for (i = 0; i < nr_uarts; i++) in serial8250_find_match_or_unused()938 for (i = 0; i < nr_uarts; i++) in serial8250_find_match_or_unused()947 for (i = 0; i < nr_uarts; i++) in serial8250_find_match_or_unused()1174 if (nr_uarts == 0) in serial8250_init()[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 if205 with the module parameter "nr_uarts", or boot-time parameter206 8250.nr_uarts
68 static int nr_uarts __initdata = 0;109 nr_uarts = no; in s3c24xx_init_uartdevs()146 ret = platform_add_devices(s3c24xx_uart_devs, nr_uarts); in s3c_arch_init()
91 u32 nr_uarts; member
3900 nr_uarts= [SERIAL] maximum number of UARTs to be registered.
Completed in 18 milliseconds