Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/plat/arm/css/common/
H A Dcss_def.h73 #define PLAT_ARM_SDS_MEM_SIZE_MAX 0xDC0 /* 3520 bytes */ macro
77 #define CSS_SCMI_PAYLOAD_BASE (PLAT_ARM_SDS_MEM_BASE + PLAT_ARM_SDS_MEM_SIZE_MAX)
/rk3399_ARM-atf/drivers/arm/css/sds/
H A Dsds.c264 if (sds_regions[region_id].size > PLAT_ARM_SDS_MEM_SIZE_MAX) { in sds_init()