Searched refs:NDEBUG_DMA (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | atari_scsi.c | 309 dprintk(NDEBUG_DMA, "SCSI DMA: There are %ld residual bytes.\n", in scsi_tt_intr() 340 dprintk(NDEBUG_DMA, "SCSI DMA: DMA bug corrected, " in scsi_tt_intr() 403 dprintk(NDEBUG_DMA, "SCSI DMA: There are %ld residual bytes.\n", in scsi_falcon_intr() 439 dprintk(NDEBUG_DMA, "SCSI DMA: there are %d rest bytes for phys addr 0x%08lx", in atari_scsi_fetch_restbytes() 443 dprintk(NDEBUG_DMA, " = virt addr %p\n", dst); in atari_scsi_fetch_restbytes() 559 dprintk(NDEBUG_DMA, "scsi%d: setting up dma, data = %p, phys = %lx, count = %ld, " in atari_scsi_dma_setup() 739 dprintk(NDEBUG_DMA, "Sorry, must cut DMA transfer size to %ld bytes " in atari_dma_xfer_len()
|
D | NCR5380.c | 1747 …dprintk(NDEBUG_DMA, "scsi%d : initializing DMA channel %d for %s, %d bytes %s %0x\n", instance->ho… in NCR5380_transfer_dma() 1776 dprintk(NDEBUG_DMA, "scsi%d : mode reg = 0x%X\n", instance->host_no, NCR5380_read(MODE_REG)); in NCR5380_transfer_dma() 1853 …dprintk(NDEBUG_DMA, "scsi%d : polled DMA transfer complete, basr 0x%X, sr 0x%X\n", instance->host_… in NCR5380_transfer_dma() 1867 dprintk(NDEBUG_DMA, "Got an input overrun, using saved byte\n"); in NCR5380_transfer_dma() 1876 dprintk(NDEBUG_DMA, "Doing %d-byte PIO to 0x%X\n", cnt, *data); in NCR5380_transfer_dma() 1882 …dprintk(NDEBUG_DMA, "Return with data ptr = 0x%X, count %d, last 0x%X, next 0x%X\n", *data, *count… in NCR5380_transfer_dma()
|
D | NCR5380.h | 30 #define NDEBUG_DMA 0x4 macro
|
D | atari_NCR5380.c | 1129 dprintk(NDEBUG_DMA, "scsi%d: read overrun handled\n", HOSTNO); in NCR5380_dma_complete() 1134 dprintk(NDEBUG_DMA, "scsi%d: real DMA transfer complete, basr 0x%X, sr 0x%X\n", in NCR5380_dma_complete() 1174 dprintk(NDEBUG_DMA, "Got an input overrun, using saved byte\n"); in NCR5380_dma_complete() 1180 dprintk(NDEBUG_DMA, "Doing %d-byte PIO to 0x%08lx\n", cnt, (long)*data); in NCR5380_dma_complete() 1837 dprintk(NDEBUG_DMA, "scsi%d: initializing DMA for %s, %d bytes %s %p\n", in NCR5380_transfer_dma() 1883 dprintk(NDEBUG_DMA, "scsi%d: initializing DMA for %s, %d bytes %s %p\n", in NCR5380_transfer_dma()
|
D | sun3_scsi.c | 293 NCR5380_dprint(NDEBUG_DMA, default_instance); in sun3scsi_dma_setup()
|