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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dsx.c590 sx_read_channel_byte(port, hi_state));
981 int hi_state; local
984 hi_state = sx_read_channel_byte(port, hi_state);
988 if (hi_state & ST_BREAK) {
989 hi_state &= ~ST_BREAK;
991 sx_write_channel_byte(port, hi_state, hi_state);
994 if (hi_state & ST_DCD) {
995 hi_state
[all...]
H A Dsxwindow.h175 BYTE hi_state; /* 0x19 Channel status */ member in struct:_SXCHANNEL
325 /* SXCHANNEL.hi_state definitions... */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dsx.c590 sx_read_channel_byte(port, hi_state));
981 int hi_state; local
984 hi_state = sx_read_channel_byte(port, hi_state);
988 if (hi_state & ST_BREAK) {
989 hi_state &= ~ST_BREAK;
991 sx_write_channel_byte(port, hi_state, hi_state);
994 if (hi_state & ST_DCD) {
995 hi_state
[all...]
H A Dsxwindow.h175 BYTE hi_state; /* 0x19 Channel status */ member in struct:_SXCHANNEL
325 /* SXCHANNEL.hi_state definitions... */

Completed in 122 milliseconds