Lines Matching refs:tce_shift
407 __be32 tce_shift; /* ilog2(tce_page_size) */
444 u32 tce_shift;
447 tce_shift = be32_to_cpu(maprange->tce_shift);
448 tce_size = 1ULL << tce_shift;
458 num_tce >>= tce_shift;
484 u32 tce_shift;
489 unsigned long tceshift = be32_to_cpu(maprange->tce_shift);
516 tce_shift = be32_to_cpu(maprange->tce_shift);
517 tce_size = 1ULL << tce_shift;
527 num_tce >>= tce_shift;
824 prop->tce_shift = p->tce_shift;
833 prop->tce_shift = cpu_to_be32(IOMMU_PAGE_SHIFT_4K);
881 be32_to_cpu(prop.tce_shift), NULL,
1429 ddwprop->tce_shift = cpu_to_be32(page_shift);
1886 be32_to_cpu(prop.tce_shift), NULL,