Searched refs:SG_ENT_PHYS_ADDRESS (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Diommu_common.h36 #define SG_ENT_PHYS_ADDRESS(SG) (__pa(sg_virt((SG)))) macro
44 unsigned long paddr = SG_ENT_PHYS_ADDRESS(outs);
H A Diommu.c583 paddr = (unsigned long) SG_ENT_PHYS_ADDRESS(s);
H A Dpci_sun4v.c390 paddr = (unsigned long) SG_ENT_PHYS_ADDRESS(s);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/pci/
H A Dpci_dma.c22 #define SG_ENT_PHYS_ADDRESS(SG) virt_to_phys(SG_ENT_VIRT_ADDRESS(SG)) macro
293 phys_addr = SG_ENT_PHYS_ADDRESS(sg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dpci_iommu.c501 #define SG_ENT_PHYS_ADDRESS(SG) __pa(SG_ENT_VIRT_ADDRESS(SG))
515 next_paddr = SG_ENT_PHYS_ADDRESS(leader) + leader_length;
521 addr = SG_ENT_PHYS_ADDRESS(sg);
558 unsigned long paddr = SG_ENT_PHYS_ADDRESS(leader);
624 paddr = SG_ENT_PHYS_ADDRESS(sg);
500 #define SG_ENT_PHYS_ADDRESS macro

Completed in 69 milliseconds