Searched refs:hi_txipos (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 Dsxwindow.h163 BYTE hi_txipos; /* 0x0D Transmit buffer input index */ member in struct:_SXCHANNEL
H A Dsx.c847 tx_ip = sx_read_channel_byte(port, hi_txipos);
881 sx_write_channel_byte(port, hi_txipos, (tx_ip + c) & 0xff);
1184 data_in_buffer = (sx_read_channel_byte(port, hi_txipos) -
1223 return ((sx_read_channel_byte(port, hi_txipos) -
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dsxwindow.h163 BYTE hi_txipos; /* 0x0D Transmit buffer input index */ member in struct:_SXCHANNEL
H A Dsx.c847 tx_ip = sx_read_channel_byte(port, hi_txipos);
881 sx_write_channel_byte(port, hi_txipos, (tx_ip + c) & 0xff);
1184 data_in_buffer = (sx_read_channel_byte(port, hi_txipos) -
1223 return ((sx_read_channel_byte(port, hi_txipos) -

Completed in 124 milliseconds