Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/dwc3/
Dep0.c985 dwc3_ep0_prepare_one_trb(dep, dwc->bounce_addr, trb_length, in __dwc3_ep0_do_control_data()
1011 dwc3_ep0_prepare_one_trb(dep, dwc->bounce_addr, in __dwc3_ep0_do_control_data()
1036 dwc3_ep0_prepare_one_trb(dep, dwc->bounce_addr, in __dwc3_ep0_do_control_data()
Dgadget.c1228 dma = dep->dwc->bounce_addr; in dwc3_prepare_one_trb()
1784 params.param0 = upper_32_bits(dep->dwc->bounce_addr); in dwc3_gadget_start_isoc_quirk()
1785 params.param1 = lower_32_bits(dep->dwc->bounce_addr); in dwc3_gadget_start_isoc_quirk()
3237 if (trb->bpl == lower_32_bits(dep->dwc->bounce_addr) && in dwc3_gadget_ep_reclaim_completed_trb()
3238 trb->bph == upper_32_bits(dep->dwc->bounce_addr)) { in dwc3_gadget_ep_reclaim_completed_trb()
4454 &dwc->bounce_addr, GFP_KERNEL); in dwc3_gadget_init()
4531 dwc->bounce_addr); in dwc3_gadget_init()
4555 dwc->bounce_addr); in dwc3_gadget_exit()
Dcore.h1128 dma_addr_t bounce_addr; member
/Linux-v6.1/drivers/mmc/host/
Dsdhci.h486 dma_addr_t bounce_addr; member
Dsdhci.c688 host->bounce_addr, in sdhci_pre_dma_transfer()
899 return host->bounce_addr; in sdhci_sdma_address()
3175 host->bounce_addr, in sdhci_request_done()
3186 host->bounce_addr, in sdhci_request_done()
4212 host->bounce_addr = dma_map_single(mmc_dev(mmc), in sdhci_allocate_bounce_buffer()
4216 ret = dma_mapping_error(mmc_dev(mmc), host->bounce_addr); in sdhci_allocate_bounce_buffer()