Searched refs:nr_uarts (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Dinit.c91 static int nr_uarts __initdata = 0;
129 nr_uarts = no;
156 ret = platform_add_devices(s3c24xx_uart_devs, nr_uarts);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D8250.c59 static unsigned int nr_uarts = CONFIG_SERIAL_8250_RUNTIME_UARTS; variable
2666 for (i = 0; i < nr_uarts; i++) {
2688 i < ARRAY_SIZE(old_serial_port) && i < nr_uarts;
2718 for (i = 0; i < nr_uarts; i++) {
2725 for (i = 0; i < nr_uarts; i++) {
2819 if (co->index >= nr_uarts)
2849 if (nr_uarts > UART_NR)
2850 nr_uarts = UART_NR;
2863 for (line = 0; line < nr_uarts; line++) {
3015 for (i = 0; i < nr_uarts;
[all...]

Completed in 107 milliseconds