Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/marvell/mc_trustzone/
H A Dmc_trustzone.h15 #define TZ_VALID (1 << 0) macro
H A Dmc_trustzone.c59 val = base | (tz_size << 7) | win->target_id | TZ_VALID; in tz_enable_win()