Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/brcm/board/common/
A Dbcm_elog.c37 uint32_t max_size; member
59 if (offset >= elog->max_size) in elog_putchar()
63 if (len < elog->max_size - BCM_ELOG_HEADER_LEN) in elog_putchar()
104 elog->max_size = size; in bcm_elog_init()
137 flush_dcache_range(elog->base, elog->max_size); in bcm_elog_exit()
145 int bcm_elog_copy_log(void *dst, uint32_t max_size) in bcm_elog_copy_log() argument
154 flush_dcache_range(elog->base, max_size); in bcm_elog_copy_log()
162 if (offset >= max_size) { in bcm_elog_copy_log()
169 if (len > max_size - BCM_ELOG_HEADER_LEN) { in bcm_elog_copy_log()
170 len = max_size - BCM_ELOG_HEADER_LEN; in bcm_elog_copy_log()
[all …]
/trusted-firmware-a/include/plat/brcm/common/
A Dbcm_elog.h17 int bcm_elog_copy_log(void *dst, uint32_t max_size);
28 static inline int bcm_elog_copy_log(void *dst, uint32_t max_size) in bcm_elog_copy_log() argument
/trusted-firmware-a/docs/resources/diagrams/plantuml/
A Dfconf_bl1_load_config.puml24 arm_bl1_setup -> fconf : set_fw_config_info(fw_config_base, max_size)

Completed in 4 milliseconds