Lines Matching refs:io
48 #include <linux/io.h> /* outb, outb_p */
65 static int io[ZOLTRIX_MAX] = { [0] = CONFIG_RADIO_ZOLTRIX_PORT,
69 module_param_array(io, int, NULL, 0444);
70 MODULE_PARM_DESC(io, "I/O addresses of the Zoltrix Radio Plus card (0x20c or 0x30c)");
94 outb(0, isa->io);
95 outb(0, isa->io);
96 inb(isa->io + 3); /* Zoltrix needs to be read to confirm */
100 outb(vol - 1, isa->io);
102 inb(isa->io + 2);
126 outb(0, isa->io);
127 outb(0, isa->io);
128 inb(isa->io + 3); /* Zoltrix needs to be read to confirm */
130 outb(0x40, isa->io);
131 outb(0xc0, isa->io);
136 outb(0x80, isa->io);
138 outb(0x00, isa->io);
140 outb(0x80, isa->io);
143 outb(0xc0, isa->io);
145 outb(0x40, isa->io);
147 outb(0xc0, isa->io);
153 outb(0x80, isa->io);
154 outb(0xc0, isa->io);
155 outb(0x40, isa->io);
157 inb(isa->io + 2);
169 outb(0x00, isa->io); /* This stuff I found to do nothing */
170 outb(zol->curvol, isa->io);
173 a = inb(isa->io);
175 b = inb(isa->io);
186 outb(0x00, isa->io); /* This stuff I found to do nothing */
187 outb(zol->curvol, isa->io);
190 a = inb(isa->io);
192 b = inb(isa->io);
197 /* I found this out by playing with a binary scanner on the card io */
226 .io_params = io,