Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/emi_mpu/mt8188/
H A Demi_mpu_priv.h67 SVP_DRAM_REGION_ID_START = 5, enumerator
68 SVP_DRAM_REGION_ID_END = SVP_DRAM_REGION_ID_START + SVP_DRAM_REGION_COUNT - 1,
H A Demi_mpu.c129 if (zone_id < SVP_DRAM_REGION_ID_START || zone_id > SVP_DRAM_REGION_ID_END) { in emi_mpu_optee_handler()