Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-imx/registers/
H A Dimx7-crm.h14 #define CCM_GPRx(idx) (((idx) * CCM_GRPx_OFFSET) + CCM_GPR0) macro
15 #define CCM_GPRx_SET(idx) (CCM_GPRx(idx) + 0x4)
16 #define CCM_GPRx_CLR(idx) (CCM_GPRx(idx) + 0x8)
17 #define CCM_GPRx_TOG(idx) (CCM_GPRx(idx) + 0xC)