Searched refs:WARM_BOOT_MAGIC (Results 1 – 2 of 2) sorted by relevance
66 if (mmio_read_32(PMU0_GRF_BASE + PMU0GRF_OS_REG(17)) == WARM_BOOT_MAGIC) { in print_glb_reset_status()71 mmio_write_32(PMU0_GRF_BASE + PMU0GRF_OS_REG(17), WARM_BOOT_MAGIC); in print_glb_reset_status()
512 #define WARM_BOOT_MAGIC 0x76543210 macro