Symbol: UART_NR
drivers/mmc/core/sdio_uart.c
1120
sdio_uart_tty_driver = tty_drv = tty_alloc_driver(UART_NR,
drivers/mmc/core/sdio_uart.c
114
if (index >= UART_NR)
drivers/mmc/core/sdio_uart.c
84
static struct sdio_uart_port *sdio_uart_table[UART_NR];
drivers/mmc/core/sdio_uart.c
950
for (i = 0; i < UART_NR; i++) {
drivers/mmc/core/sdio_uart.c
97
for (index = 0; index < UART_NR; index++) {
drivers/tty/serial/8250/8250_core.c
318
static struct uart_8250_port serial8250_ports[UART_NR];
drivers/tty/serial/8250/8250_core.c
347
if (index >= UART_NR)
drivers/tty/serial/8250/8250_core.c
412
if (co->index < 0 || co->index >= UART_NR)
drivers/tty/serial/8250/8250_platform.c
249
for (i = 0; i < UART_NR; i++) {
drivers/tty/serial/8250/8250_platform.c
263
for (i = 0; i < UART_NR; i++) {
drivers/tty/serial/8250/8250_platform.c
309
ret = sunserial_register_minors(&serial8250_reg, UART_NR);
drivers/tty/serial/8250/8250_platform.c
311
serial8250_reg.nr = UART_NR;
drivers/tty/serial/8250/8250_platform.c
344
sunserial_unregister_minors(&serial8250_reg, UART_NR);
drivers/tty/serial/8250/8250_platform.c
370
sunserial_unregister_minors(&serial8250_reg, UART_NR);
drivers/tty/serial/8250/8250_platform.c
63
if (nr_uarts > UART_NR)
drivers/tty/serial/8250/8250_platform.c
64
nr_uarts = UART_NR;
drivers/tty/serial/amba-pl010.c
38
#define SERIAL_AMBA_NR UART_NR
drivers/tty/serial/amba-pl010.c
529
static struct uart_amba_port *amba_ports[UART_NR];
drivers/tty/serial/amba-pl010.c
615
if (co->index >= UART_NR)
drivers/tty/serial/amba-pl010.c
658
.nr = UART_NR,
drivers/tty/serial/amba-pl011.c
2449
static struct uart_amba_port *amba_ports[UART_NR];
drivers/tty/serial/amba-pl011.c
2517
if (co->index >= UART_NR)
drivers/tty/serial/amba-pl011.c
2876
.nr = UART_NR,
drivers/tty/serial/amba-pl011.c
49
#define SERIAL_AMBA_NR UART_NR
drivers/tty/serial/apbuart.c
313
static struct uart_port grlib_apbuart_ports[UART_NR];
drivers/tty/serial/apbuart.c
314
static struct device_node *grlib_apbuart_nodes[UART_NR];
drivers/tty/serial/apbuart.c
510
.nr = UART_NR,
drivers/tty/serial/apbuart.c
603
if (line == UART_NR)
drivers/tty/serial/cpm_uart.c
1202
static struct uart_cpm_port cpm_uart_ports[UART_NR];
drivers/tty/serial/cpm_uart.c
1403
if (co->index >= UART_NR) {
drivers/tty/serial/cpm_uart.c
1512
.nr = UART_NR,
drivers/tty/serial/cpm_uart.c
1525
if (index >= UART_NR)
drivers/tty/serial/fsl_linflexuart.c
553
static struct uart_port *linflex_ports[UART_NR];
drivers/tty/serial/fsl_linflexuart.c
823
if (ret >= UART_NR) {
drivers/tty/serial/fsl_linflexuart.c
825
UART_NR);
drivers/tty/serial/fsl_lpuart.c
2490
static struct lpuart_port *lpuart_ports[UART_NR];
drivers/tty/serial/imx.c
2081
static struct imx_port *imx_uart_ports[UART_NR];
drivers/tty/serial/samsung_tty.c
1721
.nr = UART_NR,
drivers/tty/serial/samsung_tty.c
1728
static struct s3c24xx_uart_port s3c24xx_serial_ports[UART_NR];
drivers/tty/serial/samsung_tty.c
2351
if (co->index == -1 || co->index >= UART_NR)
drivers/tty/serial/samsung_tty.c
98
const unsigned int fifosize[UART_NR];
drivers/tty/serial/serial_txx9.c
1060
for (i = 0; i < UART_NR; i++) {
drivers/tty/serial/serial_txx9.c
1073
for (i = 0; i < UART_NR; i++) {
drivers/tty/serial/serial_txx9.c
1087
for (i = 0; i < UART_NR; i++) {
drivers/tty/serial/serial_txx9.c
1253
for (i = 0; i < UART_NR; i++) {
drivers/tty/serial/serial_txx9.c
813
static struct uart_port serial_txx9_ports[UART_NR];
drivers/tty/serial/serial_txx9.c
820
for (i = 0; i < UART_NR; i++) {
drivers/tty/serial/serial_txx9.c
887
if (co->index >= UART_NR)
drivers/tty/serial/serial_txx9.c
930
.nr = UART_NR,
drivers/tty/serial/serial_txx9.c
966
for (i = 0; i < UART_NR; i++) {
drivers/tty/serial/serial_txx9.c
973
if (i == UART_NR) {
drivers/tty/serial/serial_txx9.c
975
for (i = 0; i < UART_NR; i++) {
drivers/tty/serial/serial_txx9.c
981
if (i < UART_NR) {
drivers/tty/serial/sunsu.c
1397
if (nr_inst >= UART_NR)
drivers/tty/serial/sunsu.c
950
static struct uart_sunsu_port sunsu_ports[UART_NR];