Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/dwc3/
H 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()
H A Dgadget.c1285 dma = dep->dwc->bounce_addr; in dwc3_prepare_one_trb()
1850 params.param0 = upper_32_bits(dep->dwc->bounce_addr); in dwc3_gadget_start_isoc_quirk()
1851 params.param1 = lower_32_bits(dep->dwc->bounce_addr); in dwc3_gadget_start_isoc_quirk()
3540 if (trb->bpl == lower_32_bits(dep->dwc->bounce_addr) && in dwc3_gadget_ep_reclaim_completed_trb()
3541 trb->bph == upper_32_bits(dep->dwc->bounce_addr)) { in dwc3_gadget_ep_reclaim_completed_trb()
4705 &dwc->bounce_addr, GFP_KERNEL); in dwc3_gadget_init()
4787 dwc->bounce_addr); in dwc3_gadget_init()
4812 dwc->bounce_addr); in dwc3_gadget_exit()
H A Dcore.h1177 dma_addr_t bounce_addr; member
/linux-6.15/drivers/mmc/host/
H A Dsdhci.c687 host->bounce_addr, in sdhci_pre_dma_transfer()
894 return host->bounce_addr; in sdhci_sdma_address()
3129 host->bounce_addr, in sdhci_request_done_dma()
3139 host->bounce_addr, in sdhci_request_done_dma()
4237 host->bounce_addr = dma_map_single(mmc_dev(mmc), in sdhci_allocate_bounce_buffer()
4241 ret = dma_mapping_error(mmc_dev(mmc), host->bounce_addr); in sdhci_allocate_bounce_buffer()
H A Dsdhci.h544 dma_addr_t bounce_addr; member