Home
last modified time | relevance | path

Searched refs:fdtdec_get_chosen_prop (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dfdtdec.h641 const char *fdtdec_get_chosen_prop(const void *blob, const char *name);
/openbmc/u-boot/drivers/serial/
H A Dserial-uclass.c46 str = fdtdec_get_chosen_prop(blob, "stdout-path"); in serial_check_stdout()
/openbmc/u-boot/lib/
H A Dfdtdec.c578 const char *fdtdec_get_chosen_prop(const void *blob, const char *name) in fdtdec_get_chosen_prop() function
592 prop = fdtdec_get_chosen_prop(blob, name); in fdtdec_get_chosen_node()