Home
last modified time | relevance | path

Searched refs:nr_uarts (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/tty/serial/8250/
A D8250_core.c501 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 …]
A DKconfig43 accept kernel parameters in both forms like 8250_core.nr_uarts=4 and
44 8250.nr_uarts=4. We now renamed the module back to 8250, but if
205 with the module parameter "nr_uarts", or boot-time parameter
206 8250.nr_uarts
/linux-6.3-rc2/arch/arm/mach-s3c/
A Dinit.c68 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()
/linux-6.3-rc2/arch/mips/include/asm/mach-loongson64/
A Dboot_param.h91 u32 nr_uarts; member
/linux-6.3-rc2/Documentation/admin-guide/
A Dkernel-parameters.txt3900 nr_uarts= [SERIAL] maximum number of UARTs to be registered.

Completed in 18 milliseconds