Lines Matching full:dma_desc
83 dwc_otg_dev_dma_desc_t dma_desc
575 dma_desc.status.b.bs = 0x3;
576 dma_desc.status.b.mtrf = 0;
577 dma_desc.status.b.sr = 0;
578 dma_desc.status.b.l = 1;
579 dma_desc.status.b.ioc = 1;
580 dma_desc.status.b.sp = 0;
581 dma_desc.status.b.bytes = 0;
582 dma_desc.buf = 0;
583 dma_desc.status.b.sts = 0;
584 dma_desc.status.b.bs = 0x0;
586 mmio_write_32(DOEPDMA(ep), (unsigned long)&dma_desc);
594 dma_desc.status.b.bs = 0x3;
595 dma_desc.status.b.mtrf = 0;
596 dma_desc.status.b.sr = 0;
597 dma_desc.status.b.l = 1;
598 dma_desc.status.b.ioc = 1;
599 dma_desc.status.b.sp = 0;
600 dma_desc.status.b.bytes = rx_desc_bytes;
601 dma_desc.buf = (unsigned long)buf;
602 dma_desc.status.b.sts = 0;
603 dma_desc.status.b.bs = 0x0;
605 mmio_write_32(DOEPDMA(ep), (unsigned long)&dma_desc);
1100 int bytes = rx_desc_bytes - dma_desc.status.b.bytes;
1180 memset(&dma_desc, 0, sizeof(struct dwc_otg_dev_dma_desc));