Lines Matching refs:outb

124 #define REG0(x)		(outb(C4_IMG, (x) + CONFIG4))
126 #define REG1(x) outb(C7_IMG, (x) + CONFIG7); outb(C5_IMG, (x) + CONFIG5)
141 outb(count & 0xff, (x) + TC_LSB); \
142 outb((count >> 8) & 0xff, (x) + TC_MSB); \
143 outb((count >> 16) & 0xff, (x) + TC_HIGH);
217 outb(0x01, io_port + PIO_STATUS);
218 outb(0x00, io_port + PIO_FLAG);
220 outb(C4_IMG, io_port + CONFIG4); /* REG0(io_port); */
221 outb(C3_IMG, io_port + CONFIG3);
222 outb(C2_IMG, io_port + CONFIG2);
223 outb(C1_IMG, io_port + CONFIG1);
225 outb(0x05, io_port + CLKCONV); /* clock conversion factor */
226 outb(0x9C, io_port + SRTIMOUT); /* Selection timeout */
227 outb(0x05, io_port + SYNCPRD); /* Synchronous transfer period */
228 outb(SYNC_MODE, io_port + SYNCOFF); /* synchronous mode */
234 outb(C4_IMG, io_port + CONFIG4); /* REG0(io_port); */
235 outb(CHIP_RESET, io_port + CMD_REG);
236 outb(SCSI_NOP, io_port + CMD_REG); /* required after reset */
237 outb(SCSI_RESET, io_port + CMD_REG);
338 outb(*request++, base + PIO_FIFO);
424 outb(FLUSH_FIFO, port_base + CMD_REG);
426 outb(TRANSFER_INFO | DMA_OP, port_base + CMD_REG);
443 outb(FLUSH_FIFO, port_base + CMD_REG);
445 outb(TRANSFER_INFO | DMA_OP, port_base + CMD_REG);
463 outb(FLUSH_FIFO, port_base + CMD_REG);
464 outb(INIT_CMD_COMPLETE, port_base + CMD_REG);
475 outb(SET_ATN, port_base + CMD_REG); /* Reject the message */
476 outb(MSG_ACCEPT, port_base + CMD_REG);
490 outb(SET_ATN, port_base + CMD_REG); /* Reject message */
493 outb(MSG_ACCEPT, port_base + CMD_REG);
572 outb(scmd_id(SCpnt), port_base + DEST_ID); /* set destination */
573 outb(FLUSH_FIFO, port_base + CMD_REG); /* reset the fifos */
576 outb(SCpnt->cmnd[i], port_base + SCSI_FIFO);
578 outb(SELECT_NO_ATN, port_base + CMD_REG);
732 outb(0xb4, link->resource[0]->start + 0xd);
733 outb(0x24, link->resource[0]->start + 0x9);
734 outb(0x04, link->resource[0]->start + 0xd);
820 outb(0x80, link->resource[0]->start + 0xd);
821 outb(0x24, link->resource[0]->start + 0x9);
822 outb(0x04, link->resource[0]->start + 0xd);