Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/bootcount/
H A Dbootcount.c32 raw_bootcount_store(reg, (BOOTCOUNT_MAGIC & 0xffff0000) | a); in bootcount_store()
34 raw_bootcount_store(reg, a); in bootcount_store()
35 raw_bootcount_store(reg + 4, BOOTCOUNT_MAGIC); in bootcount_store()
H A Dbootcount_davinci.c27 raw_bootcount_store(&reg->scratch2, in bootcount_store()
/OK3568_Linux_fs/u-boot/include/
H A Dbootcount.h21 static inline void raw_bootcount_store(volatile u32 *addr, u32 data) in raw_bootcount_store() function
31 static inline void raw_bootcount_store(volatile u32 *addr, u32 data) in raw_bootcount_store() function