Searched refs:enq_dma (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/usb/mtu3/
H A Dmtu3_qmu.c251 dma_addr_t enq_dma; local
261 enq_dma = gpd_virt_to_dma(ring, enq);
263 mep->epnum, gpd, enq, &enq_dma);
266 gpd->next_gpd = cpu_to_le32(lower_32_bits(enq_dma));
267 ext_addr |= GPD_EXT_NGP(mtu, upper_32_bits(enq_dma));
294 dma_addr_t enq_dma; local
304 enq_dma = gpd_virt_to_dma(ring, enq);
306 mep->epnum, gpd, enq, &enq_dma);
309 gpd->next_gpd = cpu_to_le32(lower_32_bits(enq_dma));
310 ext_addr |= GPD_EXT_NGP(mtu, upper_32_bits(enq_dma));
[all...]

Completed in 139 milliseconds