Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ps3/
Dps3stor_lib.c202 dev->bounce_dma = dma_map_single(&dev->sbd.core, dev->bounce_buf, in ps3stor_setup()
204 if (!dev->bounce_dma) { in ps3stor_setup()
220 dma_unmap_single(&dev->sbd.core, dev->bounce_dma, dev->bounce_size, in ps3stor_setup()
244 dma_unmap_single(&dev->sbd.core, dev->bounce_dma, dev->bounce_size, in ps3stor_teardown()
/Linux-v4.19/arch/powerpc/include/asm/
Dps3stor.h49 dma_addr_t bounce_dma; member
/Linux-v4.19/drivers/usb/host/
Dxhci-ring.c664 dma_unmap_single(dev, seg->bounce_dma, ring->bounce_buf_len, in xhci_unmap_td_bounce_buffer()
672 dma_unmap_single(dev, seg->bounce_dma, ring->bounce_buf_len, in xhci_unmap_td_bounce_buffer()
3094 seg->bounce_dma = dma_map_single(dev, seg->bounce_buf, in xhci_align_td()
3097 seg->bounce_dma = dma_map_single(dev, seg->bounce_buf, in xhci_align_td()
3101 if (dma_mapping_error(dev, seg->bounce_dma)) { in xhci_align_td()
3203 send_addr = ring->enq_seg->bounce_dma; in xhci_queue_bulk_tx()
Dxhci.h1506 dma_addr_t bounce_dma; member