• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/pcmcia/

Lines Matching defs:nsp_dbg

115 # define nsp_dbg(mask, args...) /* */
120 # define nsp_dbg(mask, args...) \
204 nsp_dbg(NSP_DEBUG_QUEUECOMMAND, "SCpnt=0x%p target=%d lun=%d buff=0x%p bufflen=%d use_sg=%d",
206 //nsp_dbg(NSP_DEBUG_QUEUECOMMAND, "before CurrentSC=0x%p", data->CurrentSC);
248 nsp_dbg(NSP_DEBUG_QUEUECOMMAND, "selection fail");
255 //nsp_dbg(NSP_DEBUG_QUEUECOMMAND, "out");
270 //nsp_dbg(NSP_DEBUG_DATA_IO, "enabled=%d", enabled);
304 nsp_dbg(NSP_DEBUG_INIT, "in base=0x%x", base);
367 //nsp_dbg(NSP_DEBUG_RESELECTION, "in");
371 //nsp_dbg(NSP_DEBUG_RESELECTION, "bus busy");
376 //nsp_dbg(NSP_DEBUG_RESELECTION, "start arbit");
383 //nsp_dbg(NSP_DEBUG_RESELECTION, "arbit=%d, wait_count=%d", arbit, wait_count);
389 //nsp_dbg(NSP_DEBUG_RESELECTION, "arbit fail");
395 //nsp_dbg(NSP_DEBUG_RESELECTION, "assert SEL line");
449 nsp_dbg(NSP_DEBUG_SYNC, "in");
454 nsp_dbg(NSP_DEBUG_SYNC, "period=0x%x, offset=0x%x", period, offset);
473 nsp_dbg(NSP_DEBUG_SYNC, "no proper period/offset");
487 nsp_dbg(NSP_DEBUG_SYNC, "sync_reg=0x%x, ack_width=0x%x", sync->SyncRegister, sync->AckWidth);
501 //nsp_dbg(NSP_DEBUG_INTR, "in SCpnt=0x%p, time=%d", SCpnt, time);
516 //nsp_dbg(NSP_DEBUG_INTR, "in");
545 //nsp_dbg(NSP_DEBUG_INTR, "current_phase=0x%x, mask=0x%x", current_phase, mask);
551 //nsp_dbg(NSP_DEBUG_INTR, "ret -1");
556 //nsp_dbg(NSP_DEBUG_INTR, "ret 0 found scsi signal");
560 //nsp_dbg(NSP_DEBUG_INTR, "ret 1 phase=0x%x", phase);
565 //nsp_dbg(NSP_DEBUG_INTR, "timeout");
581 //nsp_dbg(NSP_DEBUG_DATA_IO, "in");
586 nsp_dbg(NSP_DEBUG_DATA_IO, "xfer quit");
597 nsp_dbg(NSP_DEBUG_DATA_IO, "read msg");
600 nsp_dbg(NSP_DEBUG_DATA_IO, "write msg");
617 //nsp_dbg(NSP_DEBUG_DATA_IO, "in");
625 //nsp_dbg(NSP_DEBUG_DATA_IO, "not use bypass quirk");
629 nsp_dbg(NSP_DEBUG_DATA_IO, "use bypass quirk");
649 nsp_dbg(NSP_DEBUG_RESELECTION, "in");
694 //nsp_dbg(NSP_DEBUG_DATA_IO, "count=0x%x", count);
717 nsp_dbg(NSP_DEBUG_DATA_IO, "in SCpnt=0x%p resid=%d ocount=%d ptr=0x%p this_residual=%d buffers=0x%p nbuf=%d",
730 //nsp_dbg(NSP_DEBUG_DATA_IO, "ptr=0x%p this=0x%x ocount=0x%x res=0x%x", SCpnt->SCp.ptr, SCpnt->SCp.this_residual, ocount, res);
733 //nsp_dbg(NSP_DEBUG_DATA_IO, " wait for data this=%d", SCpnt->SCp.this_residual);
736 nsp_dbg(NSP_DEBUG_DATA_IO, "phase changed stat=0x%x", stat);
764 nsp_dbg(NSP_DEBUG_DATA_IO, "unknown read mode");
772 //nsp_dbg(NSP_DEBUG_DATA_IO, "ptr=0x%p this_residual=0x%x ocount=0x%x", SCpnt->SCp.ptr, SCpnt->SCp.this_residual, ocount);
777 //nsp_dbg(NSP_DEBUG_DATA_IO, "scatterlist next timeout=%d", time_out);
784 //nsp_dbg(NSP_DEBUG_DATA_IO, "page: 0x%p, off: 0x%x", SCpnt->SCp.buffer->page, SCpnt->SCp.buffer->offset);
794 nsp_dbg(NSP_DEBUG_DATA_IO, "read ocount=0x%x", ocount);
795 nsp_dbg(NSP_DEBUG_DATA_IO, "r cmd=%d resid=0x%x\n", data->CmdId, SCpnt->resid);
812 nsp_dbg(NSP_DEBUG_DATA_IO, "in fifocount=%d ptr=0x%p this_residual=%d buffers=0x%p nbuf=%d resid=0x%x",
825 nsp_dbg(NSP_DEBUG_DATA_IO, "phase changed stat=0x%x, res=%d\n", stat, res);
837 nsp_dbg(NSP_DEBUG_DATA_IO, "wait for all data out. ocount=0x%x res=%d", ocount, res);
843 //nsp_dbg(NSP_DEBUG_DATA_IO, "ptr=0x%p this=0x%x res=0x%x", SCpnt->SCp.ptr, SCpnt->SCp.this_residual, res);
859 nsp_dbg(NSP_DEBUG_DATA_IO, "unknown write mode");
871 //nsp_dbg(NSP_DEBUG_DATA_IO, "scatterlist next");
885 nsp_dbg(NSP_DEBUG_DATA_IO, "write ocount=0x%x", ocount);
886 nsp_dbg(NSP_DEBUG_DATA_IO, "w cmd=%d resid=0x%x\n", data->CmdId, SCpnt->resid);
902 //nsp_dbg(NSP_DEBUG_DATA_IO, "in SCpnt=0x%p", SCpnt);
948 //nsp_dbg(NSP_DEBUG_INTR, "dev_id=0x%p", dev_id);
949 //nsp_dbg(NSP_DEBUG_INTR, "host=0x%p", ((scsi_info_t *)dev_id)->host);
957 nsp_dbg(NSP_DEBUG_INTR, "host data wrong");
961 //nsp_dbg(NSP_DEBUG_INTR, "&nsp_data_base=0x%p, dev_id=0x%p", &nsp_data_base, dev_id);
964 //nsp_dbg(NSP_DEBUG_INTR, "base=0x%x", base);
971 //nsp_dbg(NSP_DEBUG_INTR, "irq_status=0x%x", irq_status);
974 //nsp_dbg(NSP_DEBUG_INTR, "no irq/shared irq");
985 //nsp_dbg(NSP_DEBUG_INTR, "irq_phase=0x%x", irq_phase);
990 //nsp_dbg(NSP_DEBUG_INTR, "timercount=%d", data->TimerCount);
992 //nsp_dbg(NSP_DEBUG_INTR, "stop timer");
1000 //nsp_dbg(NSP_DEBUG_INTR, "timer start");
1041 nsp_dbg(NSP_DEBUG_INTR, "reselect");
1059 //nsp_dbg(NSP_DEBUG_INTR, "selection count=%d", data->SelectionTimeOut);
1061 nsp_dbg(NSP_DEBUG_INTR, "selection time out");
1076 //nsp_dbg(NSP_DEBUG_INTR, "attention assert");
1087 //nsp_dbg(NSP_DEBUG_INTR, "phase reselect");
1106 //nsp_dbg(NSP_DEBUG_INTR, "start scsi seq");
1111 nsp_dbg(NSP_DEBUG_INTR, "normal disconnect irq_status=0x%x, phase=0x%x, irq_phase=0x%x", irq_status, phase, irq_phase);
1119 nsp_dbg(NSP_DEBUG_INTR, "command complete result=0x%x", tmpSC->result);
1141 nsp_dbg(NSP_DEBUG_INTR, "BUSPHASE_COMMAND");
1143 nsp_dbg(NSP_DEBUG_INTR, "REQ == 0");
1152 nsp_dbg(NSP_DEBUG_INTR, "cmd_len=%d", tmpSC->cmd_len);
1161 nsp_dbg(NSP_DEBUG_INTR, "BUSPHASE_DATA_OUT");
1171 nsp_dbg(NSP_DEBUG_INTR, "BUSPHASE_DATA_IN");
1182 nsp_dbg(NSP_DEBUG_INTR, "BUSPHASE_STATUS");
1187 nsp_dbg(NSP_DEBUG_INTR, "message=0x%x status=0x%x", tmpSC->SCp.Message, tmpSC->SCp.Status);
1192 nsp_dbg(NSP_DEBUG_INTR, "BUSPHASE_MESSAGE_OUT");
1225 nsp_dbg(NSP_DEBUG_INTR, "BUSPHASE_MESSAGE_IN");
1235 //nsp_dbg(NSP_DEBUG_INTR, "sync target=%d,lun=%d",target,lun);
1243 //nsp_dbg(NSP_DEBUG_INTR, "sync ok, %d %d", data->MsgBuffer[3], data->MsgBuffer[4]);
1264 nsp_dbg(NSP_DEBUG_INTR, "message=0x%x len=%d", tmpSC->SCp.Message, data->MsgLen);
1271 nsp_dbg(NSP_DEBUG_INTR, "BUSPHASE other");
1276 //nsp_dbg(NSP_DEBUG_INTR, "out");
1296 nsp_dbg(NSP_DEBUG_INIT, "this_id=%d", sht->this_id);
1303 nsp_dbg(NSP_DEBUG_INIT, "host failed");
1314 nsp_dbg(NSP_DEBUG_INIT, "irq=%d,%d", data_b->IrqNumber, ((nsp_hw_data *)host->hostdata)->IrqNumber);
1332 nsp_dbg(NSP_DEBUG_INIT, "end");
1384 nsp_dbg(NSP_DEBUG_PROC, "buffer=0x%p pos=0x%p length=%d %d\n", buffer, pos, length, length - (pos - buffer));\
1517 nsp_dbg(NSP_DEBUG_BUSRESET, "SCpnt=0x%p", SCpnt);
1547 nsp_dbg(NSP_DEBUG_BUSRESET, "SCpnt=0x%p", SCpnt);
1556 nsp_dbg(NSP_DEBUG_BUSRESET, "in");
1583 nsp_dbg(NSP_DEBUG_INIT, "in");
1593 nsp_dbg(NSP_DEBUG_INIT, "info=0x%p", info);
1615 nsp_dbg(NSP_DEBUG_INIT, "link=0x%p", link);
1628 nsp_dbg(NSP_DEBUG_INIT, "in, link=0x%p", link);
1665 nsp_dbg(NSP_DEBUG_INIT, "in");
1765 nsp_dbg(NSP_DEBUG_INIT, "next");
1789 nsp_dbg(NSP_DEBUG_INIT, "I/O[0x%x+0x%x] IRQ %d",
1809 nsp_dbg(NSP_DEBUG_INIT, "detect failed");
1826 nsp_dbg(NSP_DEBUG_INIT, "GET_SCSI_INFO");
1830 nsp_dbg(NSP_DEBUG_INIT, "host=0x%p", host);
1868 nsp_dbg(NSP_DEBUG_INIT, "host=0x%p", host);
1895 nsp_dbg(NSP_DEBUG_INIT, "config fail");
1920 nsp_dbg(NSP_DEBUG_INIT, "link=0x%p", link);
1951 nsp_dbg(NSP_DEBUG_INIT, "event: suspend");
1971 nsp_dbg(NSP_DEBUG_INIT, "event: resume");
2033 nsp_dbg(NSP_DEBUG_INIT, "out");