Searched refs:soc_get_machine (Results 1 – 3 of 3) sorted by relevance
/u-boot/include/ |
A D | soc.h | 88 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 D | soc-uclass.c | 19 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 D | soc.c | 93 ut_assertok(soc_get_machine(dev, text, sizeof(text))); in dm_test_soc()
|
Completed in 4 milliseconds