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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 170 milliseconds