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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dioc3_serial.c193 #define LOWAT_WRITTEN 0x04 macro
716 if (!(port->ip_flags & LOWAT_WRITTEN) &&
719 port->ip_flags |= LOWAT_WRITTEN;
1559 port->ip_flags &= ~LOWAT_WRITTEN;
H A Dioc4_serial.c513 #define LOWAT_WRITTEN 0x04 macro
1445 if (!(port->ip_flags & LOWAT_WRITTEN) &&
1449 port->ip_flags |= LOWAT_WRITTEN;
1962 port->ip_flags &= ~LOWAT_WRITTEN;

Completed in 83 milliseconds