Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dbootcount.h116 bootcount_store(++bootcount); in bootcount_inc()
123 bootcount_store(++bootcount); in bootcount_inc()
130 void bootcount_store(ulong a) {}; in bootcount_store() function
H A Dcommon.h387 void bootcount_store (ulong);
/openbmc/u-boot/drivers/bootcount/
H A Dbootcount_i2c.c13 void bootcount_store(ulong a) in bootcount_store() function
40 bootcount_store(0); in bootcount_load()
H A Dbootcount_env.c10 void bootcount_store(ulong a) in bootcount_store() function
H A Dbootcount_at91.c13 void bootcount_store(ulong a) in bootcount_store() function
H A Dbootcount_davinci.c14 void bootcount_store(ulong a) in bootcount_store() function
H A Dbootcount.c11 __weak void bootcount_store(ulong a) in bootcount_store() function
H A Dbootcount_ext.c12 void bootcount_store(ulong a) in bootcount_store() function
H A Dbootcount_ram.c21 void bootcount_store(ulong a) in bootcount_store() function
H A Dbootcount-uclass.c32 void bootcount_store(ulong val) in bootcount_store() function
/openbmc/u-boot/cmd/
H A Dbootcount.c21 bootcount_store(0); in do_bootcount_reset()