Searched refs:raw_bootcount_store (Results 1 – 4 of 4) sorted by relevance
| /u-boot/drivers/bootcount/ |
| A D | bootcount.c | 22 raw_bootcount_store(reg, (CONFIG_SYS_BOOTCOUNT_MAGIC & 0xffff0000) | a); in bootcount_store() 27 raw_bootcount_store(reg, a); in bootcount_store() 28 raw_bootcount_store(reg + 4, CONFIG_SYS_BOOTCOUNT_MAGIC); in bootcount_store() 101 raw_bootcount_store(reg, (magic & 0xffff0000) | a); in bootcount_mem_set() 105 raw_bootcount_store(reg, a); in bootcount_mem_set() 106 raw_bootcount_store(reg + 4, magic); in bootcount_mem_set()
|
| A D | bootcount_davinci.c | 26 raw_bootcount_store(®->scratch2, in bootcount_store()
|
| A D | bootcount_nvmem.c | 43 raw_bootcount_store(®->scratch2, val); in bootcount_store()
|
| /u-boot/include/ |
| A D | bootcount.h | 76 static inline void raw_bootcount_store(volatile u32 *addr, u32 data) in raw_bootcount_store() function 86 static inline void raw_bootcount_store(volatile u32 *addr, u32 data) in raw_bootcount_store() function
|
Completed in 7 milliseconds