Home
last modified time | relevance | path

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

/Linux-v6.6/sound/isa/
Dsscape.c87 #define HOST_CTRL_IO(i) ((i) + 2) macro
225 outb(0x0, HOST_CTRL_IO(io_base)); in set_host_mode_unsafe()
233 outb(0x3, HOST_CTRL_IO(io_base)); in set_midi_mode_unsafe()
243 if ((inb(HOST_CTRL_IO(io_base)) & RX_READY) != 0) in host_read_unsafe()
272 if ((inb(HOST_CTRL_IO(io_base)) & TX_READY) != 0) { in host_write_unsafe()
699 if ((inb(HOST_CTRL_IO(s->io_base)) & 0x78) != 0) in detect_sscape()