Home
last modified time | relevance | path

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

/u-boot/drivers/bootcount/
A Dbootcount_i2c.c11 #define BC_MAGIC 0xbc macro
18 buf[0] = BC_MAGIC; in bootcount_store()
37 if (buf[0] == BC_MAGIC) in bootcount_load()
A Dbootcount_ext.c10 #define BC_MAGIC 0xbd macro
39 buf->magic = BC_MAGIC; in bootcount_store()
72 if (buf->magic == BC_MAGIC && buf->version == BC_VERSION) { in bootcount_load()

Completed in 3 milliseconds