Searched refs:soc_get_family (Results 1 – 4 of 4) sorted by relevance
/u-boot/include/ |
A D | soc.h | 108 int soc_get_family(struct udevice *dev, char *buf, int size); 136 static inline int soc_get_family(struct udevice *dev, char *buf, int size) in soc_get_family() function
|
/u-boot/drivers/soc/ |
A D | soc-uclass.c | 29 int soc_get_family(struct udevice *dev, char *buf, int size) in soc_get_family() function 77 if (!soc_get_family(soc, str, SOC_MAX_STR_SIZE)) { in soc_device_match()
|
/u-boot/test/dm/ |
A D | soc.c | 96 ut_assertok(soc_get_family(dev, text, sizeof(text))); in dm_test_soc()
|
/u-boot/arch/arm/mach-k3/ |
A D | common.c | 343 ret = soc_get_family(soc, name, 64); in print_cpuinfo()
|
Completed in 5 milliseconds