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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsx.c580 int i_stat, o_stat; local
582 o_stat = sx_read_channel_byte(port, hi_op);
587 (o_stat & OP_DTR) != 0, (o_stat & OP_RTS) != 0,
592 return (((o_stat & OP_DTR) ? TIOCM_DTR : 0) |
593 ((o_stat & OP_RTS) ? TIOCM_RTS : 0) |

Completed in 30 milliseconds