Searched refs:pgshift (Results 1 – 1 of 1) sorted by relevance
71 uint32_t reg_id1, pgshift, cb_size; in tegra_smmu_save_context() local75 pgshift = (reg_id1 & ID1_PAGESIZE) ? 16 : 12; in tegra_smmu_save_context()76 cb_size = (2 << pgshift) * \ in tegra_smmu_save_context()79 assert(!((pgshift != PGSHIFT) || (cb_size != CB_SIZE))); in tegra_smmu_save_context()