Home
last modified time | relevance | path

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

/external/u-boot/include/
Dbootcount.h68 bootcount_store(++bootcount); in bootcount_inc()
75 bootcount_store(++bootcount); in bootcount_inc()
82 void bootcount_store(ulong a) {}; in bootcount_store() function
Dcommon.h388 void bootcount_store (ulong);
/external/u-boot/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.c12 void bootcount_store(ulong a) in bootcount_store() function
Dbootcount_davinci.c14 void bootcount_store(ulong a) in bootcount_store() function
Dbootcount.c11 __weak void bootcount_store(ulong a) in bootcount_store() function
Dbootcount_ext.c12 void bootcount_store(ulong a) in bootcount_store() function
Dbootcount_ram.c21 void bootcount_store(ulong a) in bootcount_store() function
/external/u-boot/cmd/
Dbootcount.c21 bootcount_store(0); in do_bootcount_reset()