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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Ducc_uart.c43 * soft_uart is 1 if we need to use Soft-UART mode
45 static int soft_uart; variable
685 if (soft_uart) {
723 if (soft_uart) {
794 if (soft_uart && !firmware_loaded) {
965 if (soft_uart) {
1212 soft_uart = 1;
1219 if (soft_uart) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dfore200e.h730 typedef struct soft_uart { struct
742 struct soft_uart soft_uart; /* software UART */ member in struct:cp_monitor
H A Dfore200e.c2372 fore200e->bus->write(((u32) c) | FORE200E_CP_MONITOR_UART_AVAIL, &monitor->soft_uart.send);
2385 c = (int) fore200e->bus->read(&monitor->soft_uart.recv);
2389 fore200e->bus->write(FORE200E_CP_MONITOR_UART_FREE, &monitor->soft_uart.recv);

Completed in 118 milliseconds