Home
last modified time | relevance | path

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

/linux/sound/isa/
H A Dsscape.c87 #define HOST_CTRL_IO(i) ((i) + 2) macro
226 outb(0x0, HOST_CTRL_IO(io_base)); in set_host_mode_unsafe()
234 outb(0x3, HOST_CTRL_IO(io_base)); in set_midi_mode_unsafe()
244 if ((inb(HOST_CTRL_IO(io_base)) & RX_READY) != 0) in host_read_unsafe()
273 if ((inb(HOST_CTRL_IO(io_base)) & TX_READY) != 0) { in host_write_unsafe()
698 if ((inb(HOST_CTRL_IO(s->io_base)) & 0x78) != 0) in detect_sscape()