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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dcyclades.c1471 readl(&ch_ctrl[channel].rs_control) | C_RS_RTS |
1640 ~(C_RS_RTS | C_RS_DTR)));
1805 C_RS_RTS | C_RS_DTR);
2777 readl(&ch_ctrl->hw_flow) | C_RS_CTS | C_RS_RTS);
2780 ~(C_RS_CTS | C_RS_RTS));
2995 result = ((lstatus & C_RS_RTS) ? TIOCM_RTS : 0) |
3115 C_RS_RTS);
3122 ~C_RS_RTS);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcyclades.h352 #define C_RS_RTS 0x00000001 /* RTS */ macro

Completed in 102 milliseconds