Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/imx/imx8ulp/
H A Dapd_context.c295 tpm5[0] = mmio_read_32(IMX_TPM5_BASE + 0x10); in tpm5_save()
296 tpm5[1] = mmio_read_32(IMX_TPM5_BASE + 0x18); in tpm5_save()
297 tpm5[2] = mmio_read_32(IMX_TPM5_BASE + 0x20); in tpm5_save()
302 mmio_write_32(IMX_TPM5_BASE + 0x10, tpm5[0]); in tpm5_restore()
303 mmio_write_32(IMX_TPM5_BASE + 0x18, tpm5[1]); in tpm5_restore()
304 mmio_write_32(IMX_TPM5_BASE + 0x20, tpm5[2]); in tpm5_restore()
/rk3399_ARM-atf/plat/imx/imx8ulp/include/
H A Dplatform_def.h83 #define IMX_TPM5_BASE U(0x29340000) macro