Lines Matching defs:command
440 * set SCSI command and other parameter to asic, and start selection phase
520 /* command control */
581 unsigned short command = 0;
702 command = 0;
703 command |= (TRANSFER_GO | ALL_COUNTER_CLR);
706 command |= BM_START;
709 command |= CB_MMIO_MODE;
711 command |= CB_IO_MODE;
713 nsp32_write2(base, TRANSFER_CONTROL, command);
718 command = (CLEAR_CDB_FIFO_POINTER |
723 nsp32_write2(base, COMMAND_CONTROL, command);
829 nsp32_msg(KERN_WARNING, "no SCSI command is processing");
911 nsp32_msg(KERN_ERR, "Currentsc != NULL. Cancel this command request");
1183 nsp32_msg(KERN_INFO, "clean up current SCSI command");
1666 nsp32_dbg(NSP32_DEBUG_BUSFREE, "command complete");
1783 //unsigned short command;
1824 //command = (AUTO_MSGIN_00_OR_04 | AUTO_MSGIN_02);
1825 //nsp32_restart_autoscsi(SCpnt, command);
1855 static void nsp32_restart_autoscsi(struct scsi_cmnd *SCpnt, unsigned short command)
1909 command |= (CLEAR_CDB_FIFO_POINTER |
1912 nsp32_write2(base, COMMAND_CONTROL, command);
1930 unsigned short command = 0;
2165 command |= AUTO_ATN;
2172 command |= (AUTO_MSGIN_00_OR_04 | AUTO_MSGIN_02);
2178 command |= AUTO_MSGIN_03;
2188 nsp32_restart_autoscsi(SCpnt, command);