Searched refs:BC_VERSION (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/bootcount/
H A Dbootcount_nvmem.c15 #define BC_VERSION 2 macro
33 (BC_VERSION << 16) |
H A Dbootcount_ext.c11 #define BC_VERSION 1 macro
40 buf->version = BC_VERSION;
72 if (buf->magic == BC_MAGIC && buf->version == BC_VERSION) {

Completed in 88 milliseconds