Searched refs:UART_NR (Results 1 – 18 of 18) sorted by relevance
| /drivers/tty/serial/8250/ |
| A D | 8250_platform.c | 64 if (nr_uarts > UART_NR) in __serial8250_isa_init_ports() 65 nr_uarts = UART_NR; in __serial8250_isa_init_ports() 247 for (i = 0; i < UART_NR; i++) { in serial8250_suspend() 261 for (i = 0; i < UART_NR; i++) { in serial8250_resume() 307 ret = sunserial_register_minors(&serial8250_reg, UART_NR); in serial8250_init() 309 serial8250_reg.nr = UART_NR; in serial8250_init() 342 sunserial_unregister_minors(&serial8250_reg, UART_NR); in serial8250_init() 368 sunserial_unregister_minors(&serial8250_reg, UART_NR); in serial8250_exit()
|
| A D | 8250_core.c | 319 static struct uart_8250_port serial8250_ports[UART_NR]; 348 if (index >= UART_NR) in serial8250_setup_port() 413 if (co->index < 0 || co->index >= UART_NR) in univ8250_console_setup()
|
| A D | 8250.h | 97 #define UART_NR CONFIG_SERIAL_8250_NR_UARTS macro
|
| /drivers/tty/serial/ |
| A D | serial_txx9.c | 820 for (i = 0; i < UART_NR; i++) { in serial_txx9_register_ports() 887 if (co->index >= UART_NR) in serial_txx9_console_setup() 930 .nr = UART_NR, 966 for (i = 0; i < UART_NR; i++) { in serial_txx9_register_port() 973 if (i == UART_NR) { in serial_txx9_register_port() 975 for (i = 0; i < UART_NR; i++) { in serial_txx9_register_port() 981 if (i < UART_NR) { in serial_txx9_register_port() 1060 for (i = 0; i < UART_NR; i++) { in serial_txx9_remove() 1073 for (i = 0; i < UART_NR; i++) { in serial_txx9_suspend() 1087 for (i = 0; i < UART_NR; i++) { in serial_txx9_resume() [all …]
|
| A D | esp32_acm.c | 19 #define UART_NR 4 macro 46 static struct uart_port *esp32s3_acm_ports[UART_NR]; 383 if (ret >= UART_NR) { in esp32s3_acm_probe() 385 UART_NR); in esp32s3_acm_probe()
|
| A D | apbuart.c | 315 static struct uart_port grlib_apbuart_ports[UART_NR]; 316 static struct device_node *grlib_apbuart_nodes[UART_NR]; 512 .nr = UART_NR, 605 if (line == UART_NR) in grlib_apbuart_configure()
|
| A D | amba-pl010.c | 34 #define UART_NR 8 macro 38 #define SERIAL_AMBA_NR UART_NR 529 static struct uart_amba_port *amba_ports[UART_NR]; 615 if (co->index >= UART_NR) in pl010_console_setup() 658 .nr = UART_NR,
|
| A D | esp32_uart.c | 21 #define UART_NR 3 macro 137 static struct esp32_port *esp32_uart_ports[UART_NR]; 698 if (ret >= UART_NR) { in esp32_uart_probe() 699 dev_err(&pdev->dev, "driver limited to %d serial ports\n", UART_NR); in esp32_uart_probe()
|
| A D | fsl_linflexuart.c | 117 #define UART_NR 4 macro 553 static struct uart_port *linflex_ports[UART_NR]; 823 if (ret >= UART_NR) { in linflex_probe() 825 UART_NR); in linflex_probe()
|
| A D | apbuart.h | 7 #define UART_NR 8 macro
|
| A D | cpm_uart.h | 32 #define UART_NR 6 macro
|
| A D | cpm_uart.c | 1202 static struct uart_cpm_port cpm_uart_ports[UART_NR]; 1403 if (co->index >= UART_NR) { in cpm_uart_console_setup() 1512 .nr = UART_NR, 1525 if (index >= UART_NR) in cpm_uart_probe()
|
| A D | samsung_tty.c | 55 #define UART_NR 18 macro 57 #define UART_NR CONFIG_SERIAL_SAMSUNG_UARTS macro 98 const unsigned int fifosize[UART_NR]; 1735 .nr = UART_NR, 1742 static struct s3c24xx_uart_port s3c24xx_serial_ports[UART_NR]; 2365 if (co->index == -1 || co->index >= UART_NR) in s3c24xx_serial_console_setup()
|
| A D | sunsu.c | 948 #define UART_NR 4 macro 950 static struct uart_sunsu_port sunsu_ports[UART_NR]; 1397 if (nr_inst >= UART_NR) in su_probe()
|
| A D | amba-pl011.c | 45 #define UART_NR 14 macro 49 #define SERIAL_AMBA_NR UART_NR 2358 static struct uart_amba_port *amba_ports[UART_NR]; 2420 if (co->index >= UART_NR) in pl011_console_setup() 2750 .nr = UART_NR,
|
| A D | imx.c | 177 #define UART_NR 8 macro 2080 static struct imx_port *imx_uart_ports[UART_NR];
|
| A D | fsl_lpuart.c | 248 #define UART_NR 12 macro 2481 static struct lpuart_port *lpuart_ports[UART_NR];
|
| /drivers/mmc/core/ |
| A D | sdio_uart.c | 45 #define UART_NR 8 /* Number of UARTs this driver can handle */ macro 84 static struct sdio_uart_port *sdio_uart_table[UART_NR]; 97 for (index = 0; index < UART_NR; index++) { in sdio_uart_add_port() 114 if (index >= UART_NR) in sdio_uart_port_get() 950 for (i = 0; i < UART_NR; i++) { in sdio_uart_proc_show() 1120 sdio_uart_tty_driver = tty_drv = tty_alloc_driver(UART_NR, in sdio_uart_init()
|
Completed in 65 milliseconds