Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-imx/imx9/
A Dtrdc.c215 struct trdc_mrc *mrc_base = (struct trdc_mrc *)trdc_get_mrc_base(trdc_reg, mrc_x); in trdc_mrc_set_control() local
218 if (mrc_base == 0 || glbac_id >= 8) in trdc_mrc_set_control()
222 mrc_dom = &mrc_base->mrc_dom[0]; in trdc_mrc_set_control()
234 struct trdc_mrc *mrc_base = (struct trdc_mrc *)trdc_get_mrc_base(trdc_reg, mrc_x); in trdc_mrc_region_config() local
241 if (mrc_base == 0 || glbac_id >= 8) in trdc_mrc_region_config()
244 mrc_dom = &mrc_base->mrc_dom[dom_x]; in trdc_mrc_region_config()
486 struct trdc_mrc *mrc_base = (struct trdc_mrc *)trdc_get_mrc_base(trdc_reg, mrc_x); in trdc_mrc_control_dump() local
489 if (mrc_base == 0 || glbac_id >= 8) in trdc_mrc_control_dump()
493 mrc_dom = &mrc_base->mrc_dom[0]; in trdc_mrc_control_dump()

Completed in 5 milliseconds