Searched refs:ebootcount (Results 1 – 3 of 3) sorted by relevance
94 ulong ebootcount = 0; in check_for_uboot_update() local108 ebootcount = early_bootcount_load(); in check_for_uboot_update()109 if (ebootcount <= CONFIG_BOOTCOUNT_BOOTLIMIT) { in check_for_uboot_update()110 early_bootcount_store(++ebootcount); in check_for_uboot_update()115 ebootcount); in check_for_uboot_update()
284 u32 ebootcount = 0; in early_bootcount_load() local287 ebootcount = in_be32(qrio_base + EBOOTCNT_OFF); in early_bootcount_load()293 return ebootcount; in early_bootcount_load()296 void early_bootcount_store(ulong ebootcount) in early_bootcount_store() argument304 out_be32(qrio_base + EBOOTCNT_OFF, ebootcount); in early_bootcount_store()
137 void early_bootcount_store(ulong ebootcount);
Completed in 8 milliseconds