Home
last modified time | relevance | path

Searched refs:fmap_entry (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/dm/
H A Dof_extra.h24 struct fmap_entry { struct
42 int ofnode_read_fmap_entry(ofnode node, struct fmap_entry *entry); argument
/openbmc/u-boot/include/
H A Dcros_ec.h53 struct fmap_entry flash; /* Address and size of EC flash */
59 struct fmap_entry region[EC_FLASH_REGION_COUNT];
/openbmc/u-boot/test/dm/
H A Dofnode.c49 struct fmap_entry entry; in dm_test_ofnode_fmap()
/openbmc/u-boot/drivers/misc/
H A Dcros_ec_sandbox.c164 static int get_image_used(struct ec_state *ec, struct fmap_entry *entry) in get_image_used()
367 struct fmap_entry *entry; in process_cmd()
421 struct fmap_entry *entry; in process_cmd()
/openbmc/u-boot/drivers/core/
H A Dof_extra.c13 int ofnode_read_fmap_entry(ofnode node, struct fmap_entry *entry) in ofnode_read_fmap_entry()