Lines Matching +full:5 +full:kg
190 u8 vendor_id[2]; /* 5,6 Vendor ID */
396 nop0, /* phase:5 PH_BUS_FREE .. initial phase */
407 nop1, /* phase:5 PH_BUS_FREE .. initial phase */
456 #define CFG_RESET_DELAY 5
514 5,
542 … "Maximum bus speed. Default 1 (0-7) Speeds: 0=20, 1=13.3, 2=10, 3=8, 4=6.7, 5=5.8, 6=5, 7=4 Mhz");
551 MODULE_PARM_DESC(tags, "Number of tags (1<<x). Default 3 (0-5)");
608 { 1, 3, 5, 10, 16, 30, 60, 120 };
1470 DC395x_write8(acb, TRM_S1040_SCSI_FIFO, (dcb->target_lun << 5)); in start_scsi()
1609 /* nop0, phase:5 PH_BUS_FREE .. initial phase */ in dc395x_handle_interrupt()
1632 /* nop1, phase:5 PH_BUS_FREE .. initial phase */ in dc395x_handle_interrupt()
1756 DC395x_write8(acb, TRM_S1040_SCSI_FIFO, (dcb->target_lun << 5)); in command_phase1()
1849 * KG: Currently called from StatusPhase1 ()
1889 * KG: We need to drain the buffers before we draw any conclusions! in data_out_phase0()
1897 * KG: Stop DMA engine pushing more data into the SCSI FIFO in data_out_phase0()
1915 * KG: Right, we can't just rely on the SCSI_COUNTER, because this in data_out_phase0()
1948 * .....TRM_S1040_SCSI_FIFOCNT ( 5bits) in data_out_phase0()
1957 /* KG: What is this supposed to be useful for? WIDE padding stuff? */ in data_out_phase0()
1966 * KG: Oops again. Same thinko as above: The SCSI might have been in data_out_phase0()
1972 * KG: This is nonsense: We have been WRITING data to the bus in data_out_phase0()
1988 /* KG: Most ugly hack! Apparently, this works around a chip bug */ in data_out_phase0()
2031 * KG: DataIn is much more tricky than DataOut. When the device is finished in data_in_phase0()
2053 * KG: We should wait for the DMA FIFO to be empty ... in data_in_phase0()
2100 /* KG: Less than or equal to 4 bytes can not be transferred via DMA, it seems. */ in data_in_phase0()
2180 * KG: This was in DATAOUT. Does it also belong here? in data_in_phase0()
2196 * KG: Seems to be correct ... in data_in_phase0()
2200 /* KG: This should not be needed any more! */ in data_in_phase0()
2228 /* KG: The target may decide to disconnect: Empty FIFO before! */ in data_in_phase0()
2264 * KG: What should we do: Use SCSI Cmd 0x90/0x92? in data_io_transfer()
2382 * KG: despite the fact that we are using 16 bits I/O ops in data_io_transfer()
2547 dcb->min_nego_period = 200 >> 2; /* 200ns <=> 5 MHz */ in msgin_set_async()
2614 memcpy(srb->msgout_buf, srb->msgin_buf, 5); in msgin_set_sync()
2615 srb->msg_count = 5; in msgin_set_sync()
3465 jiffies + 5 * HZ / 2 + in scsi_reset_detect()
3498 /* KG: Can this prevent crap sense data ? */ in request_sense()
3765 outb(5, io_port + TRM_S1040_GEN_TIMER); in trms1040_wait_30us()