Home
last modified time | relevance | path

Searched defs:bootcount_store (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/drivers/bootcount/
H A Dbootcount_davinci.c14 void bootcount_store(ulong a) in bootcount_store() function
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.c11 __weak void bootcount_store(ulong a) in bootcount_store() function
H A Dbootcount_i2c.c13 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/include/
H A Dbootcount.h130 void bootcount_store(ulong a) {}; in bootcount_store() function