Home
last modified time | relevance | path

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

/trusty/hardware/nxp/platform/imx/
Dtzasc.c41 TZ_REG(TZ_GET_REGION_ADDR(i)) = r->addr_l; in initial_tzasc()
42 TZ_REG(TZ_GET_REGION_ADDR(i) + 0x4) = r->addr_h; in initial_tzasc()
43 TZ_REG(TZ_GET_REGION_ADDR(i) + 0x8) = r->attr; in initial_tzasc()
/trusty/hardware/nxp/platform/imx/common/include/platform/
Dtzasc.h52 #define TZ_GET_REGION_ADDR(n) (TZ_REGION_BASE + (n * 0x10)) macro