Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/cell/
A Diommu.c94 #define IO_SEGMENT_SHIFT 28 macro
95 #define IO_PAGENO_BITS(shift) (IO_SEGMENT_SHIFT - (shift))
303 segments = max(dbase + dsize, fbase + fsize) >> IO_SEGMENT_SHIFT; in cell_iommu_setup_stab()
325 start_seg = base >> IO_SEGMENT_SHIFT; in cell_iommu_alloc_ptab()
326 segments = size >> IO_SEGMENT_SHIFT; in cell_iommu_alloc_ptab()
359 gap_base = gap_base >> IO_SEGMENT_SHIFT; in cell_iommu_alloc_ptab()
360 gap_size = gap_size >> IO_SEGMENT_SHIFT; in cell_iommu_alloc_ptab()
866 segment = addr >> IO_SEGMENT_SHIFT; in insert_16M_pte()
947 fbase = ALIGN(fbase, 1 << IO_SEGMENT_SHIFT); in cell_iommu_fixed_mapping_init()
967 if ((hbase != ALIGN(hbase, 1 << IO_SEGMENT_SHIFT)) || in cell_iommu_fixed_mapping_init()
[all …]

Completed in 4 milliseconds