Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bootcount/
H A Dbootcount.c38 u32 tmp = raw_bootcount_load(reg); in bootcount_load()
45 if (raw_bootcount_load(reg + 4) != CONFIG_SYS_BOOTCOUNT_MAGIC) in bootcount_load()
48 return raw_bootcount_load(reg); in bootcount_load()
H A Dbootcount_davinci.c36 val = raw_bootcount_load(&reg->scratch2); in bootcount_load()
/openbmc/u-boot/include/
H A Dbootcount.h77 static inline u32 raw_bootcount_load(volatile u32 *addr) in raw_bootcount_load() function
87 static inline u32 raw_bootcount_load(volatile u32 *addr) in raw_bootcount_load() function