Home
last modified time | relevance | path

Searched refs:soft_uart (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
Ducc_uart.c49 static int soft_uart; variable
679 if (soft_uart) { in qe_uart_init_ucc()
717 if (soft_uart) { in qe_uart_init_ucc()
788 if (soft_uart && !firmware_loaded) { in qe_uart_startup()
962 if (soft_uart) { in qe_uart_set_termios()
1207 soft_uart = 1; in ucc_uart_probe()
1214 if (soft_uart) { in ucc_uart_probe()
/linux-4.4.14/drivers/atm/
Dfore200e.h730 typedef struct soft_uart { struct
742 struct soft_uart soft_uart; /* software UART */ member
Dfore200e.c2441 fore200e->bus->write(((u32) c) | FORE200E_CP_MONITOR_UART_AVAIL, &monitor->soft_uart.send); in fore200e_monitor_putc()
2453 c = (int) fore200e->bus->read(&monitor->soft_uart.recv); in fore200e_monitor_getc()
2457 fore200e->bus->write(FORE200E_CP_MONITOR_UART_FREE, &monitor->soft_uart.recv); in fore200e_monitor_getc()