Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/ps3/
Dps3stor_lib.c190 dev->bounce_dma = dma_map_single(&dev->sbd.core, dev->bounce_buf, in ps3stor_setup()
192 if (!dev->bounce_dma) { in ps3stor_setup()
208 dma_unmap_single(&dev->sbd.core, dev->bounce_dma, dev->bounce_size, in ps3stor_setup()
232 dma_unmap_single(&dev->sbd.core, dev->bounce_dma, dev->bounce_size, in ps3stor_teardown()
/Linux-v5.10/arch/powerpc/include/asm/
Dps3stor.h37 dma_addr_t bounce_dma; member
/Linux-v5.10/drivers/usb/host/
Dxhci-ring.c694 dma_unmap_single(dev, seg->bounce_dma, ring->bounce_buf_len, in xhci_unmap_td_bounce_buffer()
699 dma_unmap_single(dev, seg->bounce_dma, ring->bounce_buf_len, in xhci_unmap_td_bounce_buffer()
3282 seg->bounce_dma = dma_map_single(dev, seg->bounce_buf, in xhci_align_td()
3285 seg->bounce_dma = dma_map_single(dev, seg->bounce_buf, in xhci_align_td()
3289 if (dma_mapping_error(dev, seg->bounce_dma)) { in xhci_align_td()
3391 send_addr = ring->enq_seg->bounce_dma; in xhci_queue_bulk_tx()
Dxhci.h1528 dma_addr_t bounce_dma; member