Home
last modified time | relevance | path

Searched refs:DEBUG1 (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/scsi/
Dtmscsim.c200 # define DEBUG1(x) x macro
202 # define DEBUG1(x) C_NOP macro
456DEBUG1(printk("%s(): Mapped sense buffer %p at %x\n", __func__, pcmd->sense_buffer, cmdp->saved_dm… in dc390_pci_map()
469 DEBUG1(printk("%s(): Mapped SG %p with %d (%d) elements\n",\ in dc390_pci_map()
483 DEBUG1(dc390_cmd_scp_t* cmdp = ((dc390_cmd_scp_t*)(&pcmd->SCp))); in dc390_pci_unmap()
487 DEBUG1(printk("%s(): Unmapped sense buffer at %x\n", __func__, cmdp->saved_dma_handle)); in dc390_pci_unmap()
490 DEBUG1(printk("%s(): Unmapped SG at %p with %d elements\n", in dc390_pci_unmap()
539 DEBUG1(printk (KERN_INFO "DC390: Start SCSI command: %02x (Sync:%02x)\n",\ in dc390_StartSCSI()
568DEBUG1(printk(KERN_INFO "DC390: Select w/DisCn for Cmd %li (SRB %p), block tag %02x\n", scmd->seri… in dc390_StartSCSI()
573DEBUG1(printk(KERN_INFO "DC390: Select w%s/DisCn for Cmd %li (SRB %p), No TagQ\n", disc_allowed ? … in dc390_StartSCSI()
[all …]
/linux-2.6.39/drivers/staging/comedi/drivers/
Dni_atmio16d.c293 #ifdef DEBUG1 in atmio16d_interrupt()
308 #ifdef DEBUG1 in atmio16d_ai_cmdtest()
412 #ifdef DEBUG1 in atmio16d_ai_cmd()
574 #ifdef DEBUG1 in atmio16d_ai_insn_read()
595 #ifdef DEBUG1 in atmio16d_ai_insn_read()
629 #ifdef DEBUG1 in atmio16d_ao_insn_read()
645 #ifdef DEBUG1 in atmio16d_ao_insn_write()
/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_dbg.h39 #define DEBUG1(x) do {x;} while (0) macro
41 #define DEBUG1(x) do {} while (0) macro