Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/bootcount/
H A Dbootcount_i2c.c12 #define BC_MAGIC 0xbc macro
19 buf[0] = BC_MAGIC; in bootcount_store()
38 if (buf[0] == BC_MAGIC) in bootcount_load()
H A Dbootcount_ext.c11 #define BC_MAGIC 0xbc macro
26 buf[0] = BC_MAGIC; in bootcount_store()
56 if (buf[0] == BC_MAGIC) in bootcount_load()