Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
A Dep0.c994 dwc3_ep0_prepare_one_trb(dep, dwc->bounce_addr, trb_length, in __dwc3_ep0_do_control_data()
1020 dwc3_ep0_prepare_one_trb(dep, dwc->bounce_addr, in __dwc3_ep0_do_control_data()
1045 dwc3_ep0_prepare_one_trb(dep, dwc->bounce_addr, in __dwc3_ep0_do_control_data()
A Dgadget.c1225 dma = dep->dwc->bounce_addr; in dwc3_prepare_one_trb()
1792 params.param0 = upper_32_bits(dep->dwc->bounce_addr); in dwc3_gadget_start_isoc_quirk()
1793 params.param1 = lower_32_bits(dep->dwc->bounce_addr); in dwc3_gadget_start_isoc_quirk()
3388 if (trb->bpl == lower_32_bits(dep->dwc->bounce_addr) && in dwc3_gadget_ep_reclaim_completed_trb()
3389 trb->bph == upper_32_bits(dep->dwc->bounce_addr)) { in dwc3_gadget_ep_reclaim_completed_trb()
4585 &dwc->bounce_addr, GFP_KERNEL); in dwc3_gadget_init()
4667 dwc->bounce_addr); in dwc3_gadget_init()
4692 dwc->bounce_addr); in dwc3_gadget_exit()
A Dcore.h1173 dma_addr_t bounce_addr; member
/linux/drivers/mmc/host/
A Dsdhci.h492 dma_addr_t bounce_addr; member
A Dsdhci.c683 host->bounce_addr, in sdhci_pre_dma_transfer()
890 return host->bounce_addr; in sdhci_sdma_address()
3141 host->bounce_addr, in sdhci_request_done()
3152 host->bounce_addr, in sdhci_request_done()
4177 host->bounce_addr = dma_map_single(mmc_dev(mmc), in sdhci_allocate_bounce_buffer()
4181 ret = dma_mapping_error(mmc_dev(mmc), host->bounce_addr); in sdhci_allocate_bounce_buffer()

Completed in 49 milliseconds