Searched refs:cell_iommu_get_window (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/arch/powerpc/platforms/cell/ |
D | iommu.c | 601 static int __init cell_iommu_get_window(struct device_node *np, in cell_iommu_get_window() function 671 cell_iommu_get_window(np, &base, &size); in cell_iommu_init_one() 737 if (cell_iommu_get_window(np, &base, &size) == 0) in cell_iommu_init_disabled() 744 if (cell_iommu_get_window(np, &base, &size) == 0) in cell_iommu_init_disabled() 947 cell_iommu_get_window(np, &dbase, &dsize); in cell_iommu_fixed_mapping_init() 979 cell_iommu_get_window(np, &dbase, &dsize); in cell_iommu_fixed_mapping_init() 998 cell_iommu_get_window(np, &dbase, &dsize); in cell_iommu_fixed_mapping_init()
|