Lines Matching defs:DEBUG_PRINT

70 #define DEBUG_PRINT(format, args...)  printk(format , ## args)
72 #define DEBUG_PRINT(format, args...)
426 DEBUG_PRINT(" plx interrupt status 0x%x\n",
428 DEBUG_PRINT(" plx id bits 0x%x\n", readl(plx_iobase + PLX_ID_REG));
429 DEBUG_PRINT(" plx control reg 0x%x\n",
432 DEBUG_PRINT(" plx revision 0x%x\n",
434 DEBUG_PRINT(" plx dma channel 0 mode 0x%x\n",
436 DEBUG_PRINT(" plx dma channel 1 mode 0x%x\n",
438 DEBUG_PRINT(" plx dma channel 0 pci address 0x%x\n",
440 DEBUG_PRINT(" plx dma channel 0 local address 0x%x\n",
442 DEBUG_PRINT(" plx dma channel 0 transfer size 0x%x\n",
444 DEBUG_PRINT(" plx dma channel 0 descriptor 0x%x\n",
446 DEBUG_PRINT(" plx dma channel 0 command status 0x%x\n",
448 DEBUG_PRINT(" plx dma channel 0 threshold 0x%x\n",
450 DEBUG_PRINT(" plx bigend 0x%x\n", readl(plx_iobase + PLX_BIGEND_REG));
556 DEBUG_PRINT(" transfer_size %i\n", transfer_size);
557 DEBUG_PRINT(" descriptors at 0x%lx\n",
585 DEBUG_PRINT(" desc %i\n", i);
586 DEBUG_PRINT(" start addr virt 0x%p, phys 0x%lx\n",
590 DEBUG_PRINT(" next 0x%lx\n",
597 DEBUG_PRINT(" desc %i next fixup 0x%lx\n", i - 1,
675 DEBUG_PRINT(" plx9080 remapped to 0x%p\n", priv(dev)->plx9080_iobase);
676 DEBUG_PRINT(" hpdi remapped to 0x%p\n", priv(dev)->hpdi_iobase);
696 DEBUG_PRINT("dio_buffer at virt 0x%p, phys 0x%lx\n",
907 DEBUG_PRINT("hpdi: in di_cmd\n");
945 DEBUG_PRINT("hpdi: starting rx\n");
998 DEBUG_PRINT("next desc addr 0x%lx\n", (unsigned long)
1001 DEBUG_PRINT("pci addr reg 0x%x\n", next_transfer_addr);
1030 DEBUG_PRINT("hpdi: intr status 0x%x, ", hpdi_intr_status);
1041 DEBUG_PRINT("dma0 status 0x%x\n", dma0_status);
1044 DEBUG_PRINT(" cleared dma ch0 interrupt\n");
1054 DEBUG_PRINT("dma1 status 0x%x\n", dma1_status);
1056 DEBUG_PRINT(" cleared dma ch1 interrupt\n");
1064 DEBUG_PRINT(" cleared local doorbell bits 0x%x\n", plx_bits);
1070 DEBUG_PRINT("dma0_status 0x%x\n",
1083 DEBUG_PRINT("board status 0x%x, ", hpdi_board_status);
1084 DEBUG_PRINT("plx status 0x%x\n", plx_status);
1086 DEBUG_PRINT(" events 0x%x\n", async->events);