Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/8250/
H A D8250_core.c530 if (nr_uarts > UART_NR) in serial8250_isa_init_ports()
531 nr_uarts = UART_NR; in serial8250_isa_init_ports()
538 for (i = 0; i < nr_uarts; i++) in serial8250_isa_init_ports()
625 nr_uarts++; in univ8250_console_setup()
713 if (nr_uarts == 0) in univ8250_console_init()
957 for (i = 0; i < nr_uarts; i++) in serial8250_find_match_or_unused()
971 for (i = 0; i < nr_uarts; i++) in serial8250_find_match_or_unused()
980 for (i = 0; i < nr_uarts; i++) in serial8250_find_match_or_unused()
1034 nr_uarts++; in serial8250_register_8250_port()
1223 if (nr_uarts == 0) in serial8250_init()
[all …]
H 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
207 with the module parameter "nr_uarts", or boot-time parameter
208 8250.nr_uarts
/openbmc/linux/arch/arm/mach-s3c/
H 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()
/openbmc/qemu/hw/mips/
H A Dloongson3_bootp.h97 uint32_t nr_uarts; member
H A Dloongson3_bootp.c72 s->nr_uarts = cpu_to_le32(1); in init_system_loongson()
/openbmc/linux/arch/mips/include/asm/mach-loongson64/
H A Dboot_param.h95 u32 nr_uarts; member
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt4023 nr_uarts= [SERIAL] maximum number of UARTs to be registered.