Home
last modified time | relevance | path

Searched refs:fdtdec_get_alias_highest_id (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dfdtdec.h632 int fdtdec_get_alias_highest_id(const void *blob, const char *base);
/openbmc/u-boot/drivers/core/
H A Dread.c273 return fdtdec_get_alias_highest_id(gd->fdt_blob, stem); in dev_read_alias_highest_id()
/openbmc/u-boot/include/dm/
H A Dread.h756 return fdtdec_get_alias_highest_id(gd->fdt_blob, stem); in dev_read_alias_highest_id()
/openbmc/u-boot/lib/
H A Dfdtdec.c545 int fdtdec_get_alias_highest_id(const void *blob, const char *base) in fdtdec_get_alias_highest_id() function