Lines Matching refs:dprintf
71 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
73 #define dprintf(fmt, ...) macro
152 dprintf("%s(%d): status 0x%08x next_descr 0x%08x, control 0x%08x\n", in msgdma_intr()
161 dprintf("%s: idx_tail %d idx_head %d\n", __func__, in msgdma_intr()
193 dprintf("%s: read status: %x\n", __func__, READ4(sc, 0x00)); in msgdma_reset()
194 dprintf("%s: read control: %x\n", __func__, READ4(sc, 0x04)); in msgdma_reset()
195 dprintf("%s: read 1: %x\n", __func__, READ4(sc, 0x08)); in msgdma_reset()
196 dprintf("%s: read 2: %x\n", __func__, READ4(sc, 0x0C)); in msgdma_reset()
206 dprintf("timeout %d\n", timeout); in msgdma_reset()
211 dprintf("%s: read control after reset: %x\n", in msgdma_reset()
303 dprintf("map desc %d: descs phys %lx len %ld\n", in msgdma_dmamap_cb()
340 dprintf("%s: nseg %d\n", __func__, nsegments); in msgdma_desc_alloc()
489 dprintf("%s: src %x dst %x len %d\n", __func__, in msgdma_channel_submit_sg()
548 dprintf("%s(%d)\n", __func__, device_get_unit(dev)); in msgdma_channel_prep_sg()
568 dprintf("%s(%d): desc %d vaddr %lx next paddr %x\n", __func__, in msgdma_channel_prep_sg()