Searched refs:NSP_DEBUG_INTR (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/scsi/pcmcia/ |
D | nsp_cs.c | 149 #define NSP_DEBUG_INTR BIT(3) macro 1024 nsp_dbg(NSP_DEBUG_INTR, "host data wrong"); in nspintr() 1114 nsp_dbg(NSP_DEBUG_INTR, "reselect"); in nspintr() 1134 nsp_dbg(NSP_DEBUG_INTR, "selection time out"); in nspintr() 1184 …nsp_dbg(NSP_DEBUG_INTR, "normal disconnect irq_status=0x%x, phase=0x%x, irq_phase=0x%x", irq_statu… in nspintr() 1192 nsp_dbg(NSP_DEBUG_INTR, "command complete result=0x%x", tmpSC->result); in nspintr() 1214 nsp_dbg(NSP_DEBUG_INTR, "BUSPHASE_COMMAND"); in nspintr() 1216 nsp_dbg(NSP_DEBUG_INTR, "REQ == 0"); in nspintr() 1225 nsp_dbg(NSP_DEBUG_INTR, "cmd_len=%d", tmpSC->cmd_len); in nspintr() 1234 nsp_dbg(NSP_DEBUG_INTR, "BUSPHASE_DATA_OUT"); in nspintr() [all …]
|