Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/renesas/common/console/
Drcar_printf.c30 CASSERT((RCAR_BL31_LOG_BASE & 0x7) == 0, assert_bl31_log_base_unaligned);
50 t_log = (logmap_t *) RCAR_BL31_LOG_BASE; in rcar_set_log_data()
80 logmap_t *t_log = (logmap_t *)RCAR_BL31_LOG_BASE; in rcar_log_init()
/external/arm-trusted-firmware/plat/renesas/common/include/
Dplatform_def.h136 #define RCAR_BL31_LOG_BASE (0x44040000) macro
137 #define RCAR_BL31_SDRAM_BTM (RCAR_BL31_LOG_BASE + 0x14000)
138 #define RCAR_BL31_LOG_SIZE (RCAR_BL31_SDRAM_BTM - RCAR_BL31_LOG_BASE)
/external/arm-trusted-firmware/plat/renesas/common/aarch64/
Dplatform_common.c65 #define MAP_ATFW_LOG MAP_REGION_FLAT(RCAR_BL31_LOG_BASE, \