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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Dser_defs.h189 unsigned int xoff_detect : 1; member in struct:__anon8615
210 unsigned int xoff_detect : 1; member in struct:__anon8616
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dcrisv10.c2252 if (rstat & IO_MASK(R_SERIAL0_STATUS, xoff_detect) ) {
2729 if (data_read & IO_MASK(R_SERIAL0_READ, xoff_detect) ) {
2848 if (rstat & IO_MASK(R_SERIAL0_STATUS, xoff_detect) ) {
4707 if (rstat & IO_MASK(R_SERIAL0_STATUS, xoff_detect) )
4708 ret += sprintf(buf+ret, " xoff_detect:1");

Completed in 36 milliseconds