Searched refs:RCAR_BL31_LOG_BASE (Results 1 – 3 of 3) sorted by relevance
30 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()
136 #define RCAR_BL31_LOG_BASE (0x44040000) macro137 #define RCAR_BL31_SDRAM_BTM (RCAR_BL31_LOG_BASE + 0x14000)138 #define RCAR_BL31_LOG_SIZE (RCAR_BL31_SDRAM_BTM - RCAR_BL31_LOG_BASE)
65 #define MAP_ATFW_LOG MAP_REGION_FLAT(RCAR_BL31_LOG_BASE, \