Home
last modified time | relevance | path

Searched refs:soc_get_machine (Results 1 – 3 of 3) 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.c19 int soc_get_machine(struct udevice *dev, char *buf, int size) in soc_get_machine() function
70 if (!soc_get_machine(soc, str, SOC_MAX_STR_SIZE)) { in soc_device_match()
/u-boot/test/dm/
A Dsoc.c93 ut_assertok(soc_get_machine(dev, text, sizeof(text))); in dm_test_soc()

Completed in 4 milliseconds