Searched refs:NOR_SIZE (Results 1 – 3 of 3) sorted by relevance
262 for (off = 0; off < NOR_SIZE; off += SRAM_CHECKS_GRANUL) { in brcm_stingray_pnor_sram_init()271 for (off = 0; off < NOR_SIZE; off += SRAM_CHECKS_GRANUL) { in brcm_stingray_pnor_sram_init()281 tmp, (NOR_SIZE / SRAM_CHECKS_GRANUL)); in brcm_stingray_pnor_sram_init()283 if (tmp != (NOR_SIZE / SRAM_CHECKS_GRANUL)) { in brcm_stingray_pnor_sram_init()
151 #define BL31_BASE (NOR_BASE_ADDR + NOR_SIZE - \154 #define BL31_LIMIT (NOR_BASE_ADDR + NOR_SIZE)
418 #define NOR_SIZE 0x04000000 macro
Completed in 7 milliseconds