Lines Matching refs:dprintf
69 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
71 #define dprintf(fmt, ...) macro
150 dprintf("%s(%d): status 0x%08x next_descr 0x%08x, control 0x%08x\n", in msgdma_intr()
159 dprintf("%s: idx_tail %d idx_head %d\n", __func__, in msgdma_intr()
191 dprintf("%s: read status: %x\n", __func__, READ4(sc, 0x00)); in msgdma_reset()
192 dprintf("%s: read control: %x\n", __func__, READ4(sc, 0x04)); in msgdma_reset()
193 dprintf("%s: read 1: %x\n", __func__, READ4(sc, 0x08)); in msgdma_reset()
194 dprintf("%s: read 2: %x\n", __func__, READ4(sc, 0x0C)); in msgdma_reset()
204 dprintf("timeout %d\n", timeout); in msgdma_reset()
209 dprintf("%s: read control after reset: %x\n", in msgdma_reset()
301 dprintf("map desc %d: descs phys %lx len %ld\n", in msgdma_dmamap_cb()
338 dprintf("%s: nseg %d\n", __func__, nsegments); in msgdma_desc_alloc()
482 dprintf("%s: src %x dst %x len %d\n", __func__, in msgdma_channel_submit_sg()
541 dprintf("%s(%d)\n", __func__, device_get_unit(dev)); in msgdma_channel_prep_sg()
561 dprintf("%s(%d): desc %d vaddr %lx next paddr %x\n", __func__, in msgdma_channel_prep_sg()