Home
last modified time | relevance | path

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

/u-boot/include/
A Dsoc.h98 int soc_get_revision(struct udevice *dev, char *buf, int size);
131 static inline int soc_get_revision(struct udevice *dev, char *buf, int size) in soc_get_revision() function
/u-boot/drivers/soc/
A Dsoc-uclass.c39 int soc_get_revision(struct udevice *dev, char *buf, int size) in soc_get_revision() function
84 if (!soc_get_revision(soc, str, SOC_MAX_STR_SIZE)) { in soc_device_match()
/u-boot/test/dm/
A Dsoc.c99 ut_assertok(soc_get_revision(dev, text, sizeof(text))); in dm_test_soc()
/u-boot/arch/arm/mach-k3/
A Dcommon.c348 ret = soc_get_revision(soc, name, 64); in print_cpuinfo()

Completed in 6 milliseconds