Home
last modified time | relevance | path

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

/u-boot/drivers/bootcount/
A Dbootcount.c41 u32 tmp = raw_bootcount_load(reg); in bootcount_load()
48 if (raw_bootcount_load(reg + 4) != CONFIG_SYS_BOOTCOUNT_MAGIC) in bootcount_load()
51 return raw_bootcount_load(reg); in bootcount_load()
75 u32 tmp = raw_bootcount_load(reg); in bootcount_mem_get()
82 if (raw_bootcount_load(reg + 4) != magic) in bootcount_mem_get()
85 *a = raw_bootcount_load(reg); in bootcount_mem_get()
A Dbootcount_davinci.c36 val = raw_bootcount_load(&reg->scratch2); in bootcount_load()
/u-boot/include/
A Dbootcount.h89 static inline u32 raw_bootcount_load(volatile u32 *addr) in raw_bootcount_load() function
99 static inline u32 raw_bootcount_load(volatile u32 *addr) in raw_bootcount_load() function

Completed in 4 milliseconds