Searched refs:mrc_base (Results 1 – 1 of 1) sorted by relevance
100 struct trdc_mrc *mrc_base = (struct trdc_mrc *)trdc_get_mrc_base(trdc_reg, mrc_x); in trdc_mrc_rgn_num() local102 if (mrc_base == NULL) { in trdc_mrc_rgn_num()107 mrc_dom = &mrc_base->mrc_dom[0]; in trdc_mrc_rgn_num()190 struct trdc_mrc *mrc_base = (struct trdc_mrc *)trdc_get_mrc_base(trdc_reg, mrc_x); in trdc_mrc_set_control() local192 if (mrc_base == NULL || glbac_id >= GLBAC_NUM) { in trdc_mrc_set_control()197 mrc_dom = &mrc_base->mrc_dom[0]; in trdc_mrc_set_control()212 struct trdc_mrc *mrc_base = (struct trdc_mrc *)trdc_get_mrc_base(trdc_reg, mrc_x); in trdc_mrc_rgn_config() local214 if (mrc_base == NULL || glbac_id >= GLBAC_NUM || rgn_id >= MRC_REG_ALL) { in trdc_mrc_rgn_config()218 mrc_dom = &mrc_base->mrc_dom[dom_x]; in trdc_mrc_rgn_config()237 bool trdc_mrc_enabled(uintptr_t mrc_base) in trdc_mrc_enabled() argument[all …]