Lines Matching defs:command
447 * set SCSI command and other parameter to asic, and start selection phase
528 /* command control */
589 unsigned short command = 0;
711 command = 0;
712 command |= (TRANSFER_GO | ALL_COUNTER_CLR);
715 command |= BM_START;
718 command |= CB_MMIO_MODE;
720 command |= CB_IO_MODE;
722 nsp32_write2(base, TRANSFER_CONTROL, command);
727 command = (CLEAR_CDB_FIFO_POINTER |
732 nsp32_write2(base, COMMAND_CONTROL, command);
839 nsp32_msg(KERN_WARNING, "no SCSI command is processing");
924 nsp32_msg(KERN_ERR, "Currentsc != NULL. Cancel this command request");
1192 nsp32_msg(KERN_INFO, "clean up current SCSI command");
1684 nsp32_dbg(NSP32_DEBUG_BUSFREE, "command complete");
1829 //command = (AUTO_MSGIN_00_OR_04 | AUTO_MSGIN_02);
1830 //nsp32_restart_autoscsi(SCpnt, command);
1860 static void nsp32_restart_autoscsi(struct scsi_cmnd *SCpnt, unsigned short command)
1914 command |= (CLEAR_CDB_FIFO_POINTER |
1917 nsp32_write2(base, COMMAND_CONTROL, command);
1935 unsigned short command = 0;
2170 command |= AUTO_ATN;
2177 command |= (AUTO_MSGIN_00_OR_04 | AUTO_MSGIN_02);
2183 command |= AUTO_MSGIN_03;
2193 nsp32_restart_autoscsi(SCpnt, command);