Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/css/common/
Dcss_def.h65 #define PLAT_ARM_SDS_MEM_SIZE_MAX 0xDC0 /* 3520 bytes */ macro
69 #define CSS_SCMI_PAYLOAD_BASE (PLAT_ARM_SDS_MEM_BASE + PLAT_ARM_SDS_MEM_SIZE_MAX)
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/drivers/sds/
Dsds.c247 if (sds_mem_size > PLAT_ARM_SDS_MEM_SIZE_MAX) { in sds_init()