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

/linux-master/drivers/atm/
H A Dfore200e.h731 typedef struct soft_uart { struct
743 struct soft_uart soft_uart; /* software UART */ member in struct:cp_monitor
H A Dfore200e.c2343 fore200e->bus->write(((u32) c) | FORE200E_CP_MONITOR_UART_AVAIL, &monitor->soft_uart.send);
2355 c = (int) fore200e->bus->read(&monitor->soft_uart.recv);
2359 fore200e->bus->write(FORE200E_CP_MONITOR_UART_FREE, &monitor->soft_uart.recv);
/linux-master/drivers/tty/serial/
H A Ducc_uart.c49 * soft_uart is 1 if we need to use Soft-UART mode
51 static int soft_uart; variable
676 if (soft_uart) {
710 if (soft_uart) {
778 if (soft_uart && !firmware_loaded) {
940 if (soft_uart) {
1183 soft_uart = 1;

Completed in 182 milliseconds