Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/brcm/board/stingray/include/
A Dplatform_def.h151 #define BL31_BASE (NOR_BASE_ADDR + NOR_SIZE - \
154 #define BL31_LIMIT (NOR_BASE_ADDR + NOR_SIZE)
231 #define PLAT_BRCM_NS_IMAGE_OFFSET NOR_BASE_ADDR
A Dsr_def.h417 #define NOR_BASE_ADDR 0x74000000 macro
/arm-trusted-firmware-2.8.0/plat/brcm/board/stingray/driver/ext_sram_init/
A Dext_sram_init.c266 (unsigned long)(NOR_BASE_ADDR + off), in brcm_stingray_pnor_sram_init()
268 mmio_write_32((uintptr_t)(NOR_BASE_ADDR + off), val); in brcm_stingray_pnor_sram_init()
273 val = mmio_read_32((uintptr_t)(NOR_BASE_ADDR + off)); in brcm_stingray_pnor_sram_init()
275 (unsigned long)(NOR_BASE_ADDR + off), in brcm_stingray_pnor_sram_init()

Completed in 7 milliseconds