Home
last modified time | relevance | path

Searched refs:bootcount_get_ops (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/bootcount/
H A Dbootcount-uclass.c13 struct bootcount_ops *ops = bootcount_get_ops(dev); in dm_bootcount_get()
23 struct bootcount_ops *ops = bootcount_get_ops(dev); in dm_bootcount_set()
/openbmc/u-boot/include/
H A Dbootcount.h39 #define bootcount_get_ops(dev) ((struct bootcount_ops *)(dev)->driver->ops) macro