Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/imx/imx9/common/
H A Dele_api.c15 #define ELE_MU_TRx(i) (ELE_MU_BASE + 0x200 + (i) * 4) macro
33 mmio_write_32(ELE_MU_TRx(0), ELE_GET_INFO_REQ); in ele_get_soc_info()
34 mmio_write_32(ELE_MU_TRx(1), ((uint64_t) &soc_info) >> 32); in ele_get_soc_info()
35 mmio_write_32(ELE_MU_TRx(2), ((uint64_t) &soc_info) & 0xffffffff); in ele_get_soc_info()
36 mmio_write_32(ELE_MU_TRx(3), sizeof(struct ele_soc_info)); in ele_get_soc_info()
51 mmio_write_32(ELE_MU_TRx(0), ELE_RELEASE_GMID); in ele_release_gmid()