Home
last modified time | relevance | path

Searched refs:BFIN_UART_NR_PORTS (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/arch/blackfin/mach-bf527/include/mach/
Dbfin_serial.h12 #define BFIN_UART_NR_PORTS 2 macro
/linux-3.4.99/arch/blackfin/mach-bf533/include/mach/
Dbfin_serial.h12 #define BFIN_UART_NR_PORTS 1 macro
/linux-3.4.99/arch/blackfin/mach-bf537/include/mach/
Dbfin_serial.h12 #define BFIN_UART_NR_PORTS 2 macro
/linux-3.4.99/arch/blackfin/mach-bf538/include/mach/
Dbfin_serial.h12 #define BFIN_UART_NR_PORTS 3 macro
/linux-3.4.99/arch/blackfin/mach-bf561/include/mach/
Dbfin_serial.h12 #define BFIN_UART_NR_PORTS 1 macro
/linux-3.4.99/arch/blackfin/mach-bf518/include/mach/
Dbfin_serial.h12 #define BFIN_UART_NR_PORTS 2 macro
/linux-3.4.99/arch/blackfin/mach-bf548/include/mach/
Dbfin_serial.h12 #define BFIN_UART_NR_PORTS 4 macro
/linux-3.4.99/drivers/tty/serial/
Dbfin_uart.c57 static struct bfin_serial_port *bfin_serial_ports[BFIN_UART_NR_PORTS];
1166 if (co->index < 0 || co->index >= BFIN_UART_NR_PORTS) in bfin_serial_console_setup()
1238 .nr = BFIN_UART_NR_PORTS,
1262 if (pdev->id < 0 || pdev->id >= BFIN_UART_NR_PORTS) { in bfin_serial_probe()
1453 early_platform_driver_probe(CLASS_BFIN_CONSOLE, BFIN_UART_NR_PORTS, 0); in bfin_serial_rs_console_init()
1472 if (pdev->id < 0 || pdev->id >= BFIN_UART_NR_PORTS) { in bfin_earlyprintk_probe()
1534 if (port < 0 || port >= BFIN_UART_NR_PORTS) in bfin_earlyserial_init()