Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
Dusb.c87 dwc_otg_dev_dma_desc_t dma_desc_in variable
354 dma_desc_in.buf = 0; in ep_send()
356 dma_desc_in.buf = (unsigned long)ptr; in ep_send()
358 dma_desc_in.status.b.bs = 0x3; in ep_send()
359 dma_desc_in.status.b.l = 1; in ep_send()
360 dma_desc_in.status.b.ioc = 1; in ep_send()
361 dma_desc_in.status.b.sp = 1; in ep_send()
362 dma_desc_in.status.b.sts = 0; in ep_send()
363 dma_desc_in.status.b.bs = 0x0; in ep_send()
364 dma_desc_in.status.b.bytes = len; in ep_send()
[all …]