Searched refs:cell_iommu_get_window (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
D | iommu.c | 598 static int __init cell_iommu_get_window(struct device_node *np, in cell_iommu_get_window() function 668 cell_iommu_get_window(np, &base, &size); in cell_iommu_init_one() 732 if (cell_iommu_get_window(np, &base, &size) == 0) in cell_iommu_init_disabled() 739 if (cell_iommu_get_window(np, &base, &size) == 0) in cell_iommu_init_disabled() 942 cell_iommu_get_window(np, &dbase, &dsize); in cell_iommu_fixed_mapping_init() 974 cell_iommu_get_window(np, &dbase, &dsize); in cell_iommu_fixed_mapping_init() 993 cell_iommu_get_window(np, &dbase, &dsize); in cell_iommu_fixed_mapping_init()
|