Searched refs:cell_iommu_get_window (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | iommu.c | 700 static int __init cell_iommu_get_window(struct device_node *np, in cell_iommu_get_window() function 770 cell_iommu_get_window(np, &base, &size); in cell_iommu_init_one() 835 if (cell_iommu_get_window(np, &base, &size) == 0) in cell_iommu_init_disabled() 842 if (cell_iommu_get_window(np, &base, &size) == 0) in cell_iommu_init_disabled() 1067 cell_iommu_get_window(np, &dbase, &dsize); in cell_iommu_fixed_mapping_init() 1099 cell_iommu_get_window(np, &dbase, &dsize); in cell_iommu_fixed_mapping_init() 1117 cell_iommu_get_window(np, &dbase, &dsize); in cell_iommu_fixed_mapping_init()
|