Home
last modified time | relevance | path

Searched refs:bootcount_store (Results 1 – 11 of 11) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dbootcount.h63 void bootcount_store(ulong);
127 bootcount_store(++bootcount); in bootcount_inc()
134 bootcount_store(++bootcount); in bootcount_inc()
/third_party/uboot/u-boot-2020.01/drivers/bootcount/
Dbootcount_i2c.c13 void bootcount_store(ulong a) in bootcount_store() function
40 bootcount_store(0); in bootcount_load()
Dbootcount_env.c10 void bootcount_store(ulong a) in bootcount_store() function
Dbootcount_at91.c13 void bootcount_store(ulong a) in bootcount_store() function
Dbootcount_davinci.c14 void bootcount_store(ulong a) in bootcount_store() function
Dbootcount.c12 __weak void bootcount_store(ulong a) in bootcount_store() function
Dbootcount_ext.c12 void bootcount_store(ulong a) in bootcount_store() function
Dbootcount_ram.c22 void bootcount_store(ulong a) in bootcount_store() function
Dbootcount-uclass.c32 void bootcount_store(ulong val) in bootcount_store() function
/third_party/uboot/u-boot-2020.01/cmd/
Dbootcount.c21 bootcount_store(0); in do_bootcount_reset()
/third_party/uboot/u-boot-2020.01/common/spl/
Dspl.c837 void bootcount_store(ulong a) in bootcount_store() function