Searched refs:raw_bootcount_store (Results 1 – 3 of 3) sorted by relevance
19 raw_bootcount_store(reg, (CONFIG_SYS_BOOTCOUNT_MAGIC & 0xffff0000) | a); in bootcount_store()24 raw_bootcount_store(reg, a); in bootcount_store()25 raw_bootcount_store(reg + 4, CONFIG_SYS_BOOTCOUNT_MAGIC); in bootcount_store()
26 raw_bootcount_store(®->scratch2, in bootcount_store()
72 static inline void raw_bootcount_store(volatile u32 *addr, u32 data) in raw_bootcount_store() function82 static inline void raw_bootcount_store(volatile u32 *addr, u32 data) in raw_bootcount_store() function