Home
last modified time | relevance | path

Searched refs:sg_phys (Results 1 – 24 of 24) sorted by relevance

/linux-2.6.39/drivers/virtio/
Dvirtio_ring.c127 desc[i].addr = sg_phys(sg); in vring_add_indirect()
134 desc[i].addr = sg_phys(sg); in vring_add_indirect()
203 vq->vring.desc[i].addr = sg_phys(sg); in virtqueue_add_buf_gfp()
210 vq->vring.desc[i].addr = sg_phys(sg); in virtqueue_add_buf_gfp()
/linux-2.6.39/drivers/dma/
Dcoh901318_lli.c274 src = sg_phys(sg); in coh901318_lli_fill_sg()
277 dst = sg_phys(sg); in coh901318_lli_fill_sg()
Ddw_dmac.c702 mem = sg_phys(sg); in dwc_prep_slave_sg()
748 mem = sg_phys(sg); in dwc_prep_slave_sg()
Dpch_dma.c571 desc->regs.mem_addr = sg_phys(sg); in pd_prep_slave_sg()
Dintel_mid_dma.c398 sg_phy_addr = sg_phys(sg); in midc_lli_fill_sg()
/linux-2.6.39/arch/sh/kernel/
Ddma-nommu.c40 s->dma_address = sg_phys(s); in nommu_map_sg()
/linux-2.6.39/arch/x86/kernel/
Dpci-nommu.c68 s->dma_address = sg_phys(s); in nommu_map_sg()
Dpci-gart_64.c313 unsigned long addr = sg_phys(s); in dma_map_sg_nonforce()
413 dma_addr_t addr = sg_phys(s); in gart_map_sg()
Damd_iommu.c2058 s->dma_address = (dma_addr_t)sg_phys(s); in map_sg_no_iommu()
2094 paddr = sg_phys(s); in map_sg()
/linux-2.6.39/arch/microblaze/kernel/
Ddma.c93 sg->dma_address = sg_phys(sg) + get_dma_direct_offset(dev); in dma_direct_map_sg()
/linux-2.6.39/drivers/xen/
Dswiotlb-xen.c398 phys_addr_t paddr = sg_phys(sg); in xen_swiotlb_map_sg_attrs()
406 sg_phys(sg), in xen_swiotlb_map_sg_attrs()
/linux-2.6.39/arch/mn10300/include/asm/
Ddma-mapping.h63 sg->dma_address = sg_phys(sg); in dma_map_sg()
/linux-2.6.39/arch/m68k/kernel/
Ddma_mm.c125 sg->dma_address = sg_phys(sg); in dma_map_sg()
/linux-2.6.39/include/linux/
Dscatterlist.h182 static inline dma_addr_t sg_phys(struct scatterlist *sg) in sg_phys() function
/linux-2.6.39/lib/
Ddma-debug.c1029 entry->paddr = sg_phys(s); in debug_dma_map_sg()
1079 .paddr = sg_phys(s), in debug_dma_unmap_sg()
1237 .paddr = sg_phys(s), in debug_dma_sync_sg_for_cpu()
1269 .paddr = sg_phys(s), in debug_dma_sync_sg_for_device()
Dswiotlb.c811 phys_addr_t paddr = sg_phys(sg); in swiotlb_map_sg_attrs()
816 void *map = map_single(hwdev, sg_phys(sg), in swiotlb_map_sg_attrs()
/linux-2.6.39/arch/xtensa/include/asm/
Ddma-mapping.h63 sg->dma_address = sg_phys(sg); in dma_map_sg()
/linux-2.6.39/arch/powerpc/kernel/
Ddma.c73 sg->dma_address = sg_phys(sg) + get_dma_offset(dev); in dma_direct_map_sg()
/linux-2.6.39/drivers/ide/
Dau1xxx-ide.c249 sg_phys(sg), tc, flags)) { in auide_build_dmatable()
255 sg_phys(sg), tc, flags)) { in auide_build_dmatable()
/linux-2.6.39/tools/virtio/linux/
Dvirtio.h36 #define sg_phys(sg) ((sg->page_link & ~0x3) / sizeof(struct page) * 4096 + \ macro
/linux-2.6.39/arch/tile/kernel/
Dpci-dma.c144 sg->dma_address = sg_phys(sg); in dma_map_sg()
/linux-2.6.39/arch/arm/plat-omap/
Diovmm.c200 pa = sg_phys(sg); in vmap_sg()
478 pa = sg_phys(sg); in map_iovm_area()
/linux-2.6.39/drivers/mmc/host/
Dau1xmmc.c655 sg_phys(sg), len, flags); in au1xmmc_prepare_data()
658 sg_phys(sg), len, flags); in au1xmmc_prepare_data()
/linux-2.6.39/arch/powerpc/platforms/ps3/
Dsystem-bus.c653 int result = ps3_dma_map(dev->d_region, sg_phys(sg), in ps3_sb_map_sg()