Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/vcp/rv/
H A Dvcp_common.c40 static uint64_t g_l2tcm_offset; variable
64 return g_l2tcm_offset; in get_mmup_l2tcm_offset()
85 g_l2tcm_offset = l2tcm_offset; in vcp_set_mmup_l2tcm_offset()
87 if (g_l2tcm_offset > MTK_VCP_SRAM_SIZE) { in vcp_set_mmup_l2tcm_offset()
88 g_l2tcm_offset = 0; in vcp_set_mmup_l2tcm_offset()
99 if (g_mmup_fw_size > MTK_VCP_SRAM_SIZE - g_l2tcm_offset) { in vcp_set_mmup_fw_size()