Searched refs:BOOTCOUNT_MAGIC (Results 1 – 5 of 5) sorted by relevance
32 raw_bootcount_store(reg, (BOOTCOUNT_MAGIC & 0xffff0000) | a); in bootcount_store()35 raw_bootcount_store(reg + 4, BOOTCOUNT_MAGIC); in bootcount_store()46 if ((tmp & 0xffff0000) != (BOOTCOUNT_MAGIC & 0xffff0000)) in bootcount_load()51 if (raw_bootcount_load(reg + 4) != BOOTCOUNT_MAGIC) in bootcount_load()
18 writel((BOOTCOUNT_MAGIC & 0xffff0000) | (a & 0x0000ffff), in bootcount_store()27 if ((val & 0xffff0000) != (BOOTCOUNT_MAGIC & 0xffff0000)) in bootcount_load()
28 (BOOTCOUNT_MAGIC & 0xffff0000) | (a & 0x0000ffff)); in bootcount_store()38 if ((val & 0xffff0000) != (BOOTCOUNT_MAGIC & 0xffff0000)) in bootcount_load()
32 writel(BOOTCOUNT_MAGIC, &save_addr[1]); in bootcount_store()
594 #define BOOTCOUNT_MAGIC 0xB001C041 macro