Searched refs:hi_state (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 Dsx.c590 sx_read_channel_byte(port, hi_state));
978 int hi_state; local
981 hi_state = sx_read_channel_byte(port, hi_state);
985 if (hi_state & ST_BREAK) {
986 hi_state &= ~ST_BREAK;
988 sx_write_channel_byte(port, hi_state, hi_state);
991 if (hi_state & ST_DCD) {
992 hi_state
[all...]
H A Dsxwindow.h175 BYTE hi_state; /* 0x19 Channel status */ member in struct:_SXCHANNEL
325 /* SXCHANNEL.hi_state definitions... */

Completed in 54 milliseconds