Home
last modified time | relevance | path

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

/u-boot/include/
A Dsoc.h88 int soc_get_machine(struct udevice *dev, char *buf, int size);
126 static inline int soc_get_machine(struct udevice *dev, char *buf, int size) in soc_get_machine() function
/u-boot/drivers/soc/
A Dsoc-uclass.c21 int soc_get_machine(struct udevice *dev, char *buf, int size) in soc_get_machine() function
72 if (!soc_get_machine(soc, str, SOC_MAX_STR_SIZE)) { in soc_device_match()
/u-boot/board/xilinx/common/
A Dcpu-info.c31 ret = soc_get_machine(soc, name, SOC_MAX_STR_SIZE); in print_cpuinfo()
/u-boot/test/dm/
A Dsoc.c93 ut_assertok(soc_get_machine(dev, text, sizeof(text))); in dm_test_soc()
/u-boot/board/xilinx/zynqmp/
A Dzynqmp.c180 ret = soc_get_machine(soc, name, sizeof(name)); in board_init()

Completed in 13 milliseconds