Home
last modified time | relevance | path

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

/external/u-boot/drivers/bootcount/
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()
Dbootcount_ext.c10 #define BC_MAGIC 0xbc macro
25 buf[0] = BC_MAGIC; in bootcount_store()
55 if (buf[0] == BC_MAGIC) in bootcount_load()