Searched refs:TZ_GET_REGION_ADDR (Results 1 – 2 of 2) sorted by relevance
41 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()
52 #define TZ_GET_REGION_ADDR(n) (TZ_REGION_BASE + (n * 0x10)) macro