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

/u-boot/board/xilinx/common/
H A Dcpu-info.c31 ret = soc_get_machine(soc, name, SOC_MAX_STR_SIZE);
/u-boot/include/
H A Dsoc.h83 * soc_get_machine() - Get machine name of an SOC
90 int soc_get_machine(struct udevice *dev, char *buf, int size);
128 static inline int soc_get_machine(struct udevice *dev, char *buf, int size) function
/u-boot/drivers/soc/
H A Dsoc-uclass.c21 int soc_get_machine(struct udevice *dev, char *buf, int size) function
72 if (!soc_get_machine(soc, str, SOC_MAX_STR_SIZE)) {
/u-boot/test/dm/
H A Dsoc.c93 ut_assertok(soc_get_machine(dev, text, sizeof(text)));
/u-boot/board/xilinx/zynqmp/
H A Dzynqmp.c184 ret = soc_get_machine(soc, name, sizeof(name));

Completed in 53 milliseconds