Searched refs:LOWAT_WRITTEN (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dioc3_serial.c192 #define LOWAT_WRITTEN 0x04 macro
715 if (!(port->ip_flags & LOWAT_WRITTEN) &&
718 port->ip_flags |= LOWAT_WRITTEN;
1558 port->ip_flags &= ~LOWAT_WRITTEN;
H A Dioc4_serial.c512 #define LOWAT_WRITTEN 0x04 macro
1444 if (!(port->ip_flags & LOWAT_WRITTEN) &&
1448 port->ip_flags |= LOWAT_WRITTEN;
1959 port->ip_flags &= ~LOWAT_WRITTEN;

Completed in 74 milliseconds