Home
last modified time | relevance | path

Searched refs:COREB_SRAM_INIT (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/blackfin/mach-bf561/
Dsmp.c84 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()
/linux-4.1.27/arch/blackfin/mach-bf561/include/mach/
DdefBF561.h827 #define COREB_SRAM_INIT 0x0020 macro