Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/marvell/mc_trustzone/
H A Dmc_trustzone.c34 int tz_size; in tz_enable_win() local
43 tz_size = fls(TZ_SIZE(win->win_size)); in tz_enable_win()
46 __func__, win->win_size, tz_size); in tz_enable_win()
47 if (tz_size < 0 || tz_size > 31) { in tz_enable_win()
59 val = base | (tz_size << 7) | win->target_id | TZ_VALID; in tz_enable_win()
62 __func__, base, (tz_size << 7), win->target_id, val); in tz_enable_win()