Home
last modified time | relevance | path

Searched refs:hi_hstat (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dsx.c714 write_sx_byte (port->board, CHAN_OFFSET (port, hi_hstat), command); in sx_send_command()
716 return sx_busy_wait_eq (port->board, CHAN_OFFSET (port, hi_hstat), mask, newstat); in sx_send_command()
759 if (sx_read_channel_byte (port, hi_hstat) == HS_IDLE_OPEN) { in sx_reconfigure_port()
766 sx_read_channel_byte (port, hi_hstat)); in sx_reconfigure_port()
1171 (sx_read_channel_byte(port, hi_hstat) != HS_IDLE_CLOSED) && in sx_check_modem_signals()
1562 while (to-- && (sx_read_channel_byte (port, hi_hstat) != HS_IDLE_CLOSED)) { in sx_close()
1569 if (sx_read_channel_byte (port, hi_hstat) != HS_IDLE_CLOSED) { in sx_close()
1803 read_sx_byte (port->board, CHAN_OFFSET (port, hi_hstat))); in sx_break()
Dsxwindow.h164 BYTE hi_hstat; /* 0x0E Command register */ member