Searched refs:MB_END (Results 1 – 1 of 1) sorted by relevance
104 #define MB_END(n) (MB(n) - 1) macro715 save_16 = base[MB_END(16)]; in milan_probe_bank_1()716 base[MB_END(16)] = MAGIC_16M; in milan_probe_bank_1()719 if (badbaddr(__UNVOLATILE(base + MB_END(32)), sizeof(uint8_t))) { in milan_probe_bank_1()725 save_32 = base[MB_END(32)]; in milan_probe_bank_1()726 base[MB_END(32)] = MAGIC_32M; in milan_probe_bank_1()727 if (base[MB_END(32)] != MAGIC_32M || base[MB_END(16)] != MAGIC_16M) { in milan_probe_bank_1()735 if (badbaddr(__UNVOLATILE(base + MB_END(64)), sizeof(uint8_t))) { in milan_probe_bank_1()741 save_64 = base[MB_END(64)]; in milan_probe_bank_1()742 base[MB_END(64)] = MAGIC_64M; in milan_probe_bank_1()[all …]