Home
last modified time | relevance | path

Searched refs:soc_get_family (Results 1 – 4 of 4) sorted by relevance

/u-boot/include/
A Dsoc.h108 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 Dsoc-uclass.c29 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 Dsoc.c96 ut_assertok(soc_get_family(dev, text, sizeof(text))); in dm_test_soc()
/u-boot/arch/arm/mach-k3/
A Dcommon.c343 ret = soc_get_family(soc, name, 64); in print_cpuinfo()

Completed in 5 milliseconds