Home
last modified time | relevance | path

Searched refs:bootcount_load (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/include/
H A Dbootcount.h96 unsigned long bootcount = bootcount_load(); in bootcount_error()
113 unsigned long bootcount = bootcount_load(); in bootcount_inc()
131 ulong bootcount_load(void) { return 0; } in bootcount_load() function
H A Dcommon.h373 ulong bootcount_load (void);
/openbmc/u-boot/drivers/bootcount/
H A Dbootcount_env.c20 ulong bootcount_load(void) in bootcount_load() function
H A Dbootcount_at91.c21 ulong bootcount_load(void) in bootcount_load() function
H A Dbootcount_davinci.c30 ulong bootcount_load(void) in bootcount_load() function
H A Dbootcount_i2c.c26 ulong bootcount_load(void) in bootcount_load() function
H A Dbootcount.c33 __weak ulong bootcount_load(void) in bootcount_load() function
H A Dbootcount_ext.c35 ulong bootcount_load(void) in bootcount_load() function
H A Dbootcount_ram.c43 ulong bootcount_load(void) in bootcount_load() function
H A Dbootcount-uclass.c59 ulong bootcount_load(void) in bootcount_load() function
/openbmc/u-boot/cmd/
H A Dbootcount.c10 printf("%lu\n", bootcount_load()); in do_bootcount_print()
/openbmc/u-boot/board/BuR/brppt1/
H A Dboard.c170 bootcount = bootcount_load() & 0xF; in board_late_init()
/openbmc/u-boot/board/theadorable/
H A Dtheadorable.c239 bootcount = bootcount_load(); in board_late_init()