Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bootcount/
H A Drtc.c11 static const u8 bootcount_magic = 0xbc; variable
21 const u16 val = bootcount_magic << 8 | (a & 0xff); in bootcount_rtc_set()
41 if (val >> 8 == bootcount_magic) { in bootcount_rtc_get()