Searched refs:raw_bootcount_load (Results 1 – 3 of 3) sorted by relevance
41 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()
36 val = raw_bootcount_load(®->scratch2); in bootcount_load()
89 static inline u32 raw_bootcount_load(volatile u32 *addr) in raw_bootcount_load() function99 static inline u32 raw_bootcount_load(volatile u32 *addr) in raw_bootcount_load() function
Completed in 4 milliseconds