Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/nvidia/tegra/drivers/smmu/
Dsmmu.c32 uint32_t val, cb_idx, smmu_id, ctx_base; in tegra_smmu_init() local
48 ctx_base = (SMMU_GSR0_PGSIZE_64K * SMMU_NUM_CONTEXTS) in tegra_smmu_init()
52 ctx_base + (SMMU_GSR0_PGSIZE_64K * cb_idx)); in tegra_smmu_init()
54 tegra_smmu_write_32(smmu_id, ctx_base + in tegra_smmu_init()
75 uint32_t cb_idx, ctx_base, smmu_id, val; in tegra_smmu_verify() local
104 ctx_base = (SMMU_GSR0_PGSIZE_64K * SMMU_NUM_CONTEXTS) + in tegra_smmu_verify()
108 ctx_base + (SMMU_GSR0_PGSIZE_64K * cb_idx)); in tegra_smmu_verify()
/external/libaom/libaom/av1/common/
Dtxb_common.h432 const int ctx_base = get_entropy_context(tx_size, a, l); in get_txb_ctx() local
437 txb_ctx->txb_skip_ctx = ctx_base + ctx_offset; in get_txb_ctx()