Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/imx/imx7/include/
Dimx_regs.h29 #define AIPS1_BASE 0x30000000 /* AIPS1 */ macro
57 #define CCM_BASE (AIPS1_BASE + 0x380000)
74 #define CSU_BASE (AIPS1_BASE + 0x3E0000)
77 #define MXC_IO_MUXC_BASE (AIPS1_BASE + 0x330000)
80 #define SNVS_BASE (AIPS1_BASE + 0x370000)
83 #define GPT1_BASE_ADDR (AIPS1_BASE + 0x2d0000)
86 #define USDHC1_BASE (AIPS1_BASE + 0xb40000)
87 #define USDHC2_BASE (AIPS1_BASE + 0xb50000)
88 #define USDHC3_BASE (AIPS1_BASE + 0xb60000)
100 #define WDOG1_BASE (AIPS1_BASE + 0x280000)
[all …]
/trusted-firmware-a-latest/plat/imx/imx93/include/
Dplatform_def.h54 #define AIPS1_BASE U(0x44000000) macro
87 #define AIPS1_MAP MAP_REGION_FLAT(AIPS1_BASE, AIPSx_SIZE, MT_DEVICE | MT_RW)
/trusted-firmware-a-latest/plat/imx/common/
Dimx_aips.c50 (struct aipstz_regs *)(AIPS1_BASE + AIPSTZ_CONFIG_OFFSET), in imx_aips_init()