Searched refs:COREB_SRAM_INIT (Results 1 – 2 of 2) sorted by relevance
84 if ((bfin_read_SYSCR() & COREB_SRAM_INIT) == 0) { in platform_boot_secondary()89 bfin_write_SYSCR(bfin_read_SYSCR() & ~COREB_SRAM_INIT); in platform_boot_secondary()
827 #define COREB_SRAM_INIT 0x0020 macro