Home
last modified time | relevance | path

Searched refs:g_dma_desc_in (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DDwUsbDxe.c35 STATIC dwc_otg_dev_dma_desc_t *g_dma_desc,*g_dma_desc_ep0,*g_dma_desc_in; variable
153 g_dma_desc_in->status.b.bs = 0x3; in ep_tx()
154 g_dma_desc_in->status.b.l = 1; in ep_tx()
155 g_dma_desc_in->status.b.ioc = 1; in ep_tx()
156 g_dma_desc_in->status.b.sp = 1; in ep_tx()
157 g_dma_desc_in->status.b.bytes = 0; in ep_tx()
158 g_dma_desc_in->buf = 0; in ep_tx()
159 g_dma_desc_in->status.b.sts = 0; in ep_tx()
160 g_dma_desc_in->status.b.bs = 0x0; in ep_tx()
162 …WRITE_REG32(DIEPDMA(ep), (UINT32)(UINTN)(g_dma_desc_in)); // DMA Address (DMAAddr) is … in ep_tx()
[all …]