Lines Matching refs:io_port
82 /* Hardware Registers: offsets from io_port (base) */
208 chip_init(int io_port)
210 REG1(io_port);
211 outb(0x01, io_port + PIO_STATUS);
212 outb(0x00, io_port + PIO_FLAG);
214 outb(C4_IMG, io_port + CONFIG4); /* REG0(io_port); */
215 outb(C3_IMG, io_port + CONFIG3);
216 outb(C2_IMG, io_port + CONFIG2);
217 outb(C1_IMG, io_port + CONFIG1);
219 outb(0x05, io_port + CLKCONV); /* clock conversion factor */
220 outb(0x9C, io_port + SRTIMOUT); /* Selection timeout */
221 outb(0x05, io_port + SYNCPRD); /* Synchronous transfer period */
222 outb(SYNC_MODE, io_port + SYNCOFF); /* synchronous mode */
226 SYM53C500_int_host_reset(int io_port)
228 outb(C4_IMG, io_port + CONFIG4); /* REG0(io_port); */
229 outb(CHIP_RESET, io_port + CMD_REG);
230 outb(SCSI_NOP, io_port + CMD_REG); /* required after reset */
231 outb(SCSI_RESET, io_port + CMD_REG);
232 chip_init(io_port);
350 int port_base = dev->io_port;
518 if (shost->io_port && shost->n_io_port)
519 release_region(shost->io_port, shost->n_io_port);
536 SChost->io_port, SChost->irq, data->fast_pio ? "fast" : "slow");
544 int port_base = SCpnt->device->host->io_port;
582 int port_base = SCpnt->device->host->io_port;
770 host->io_port = port_base;