Searched refs:soc_get_revision (Results 1 - 5 of 5) sorted by relevance

/u-boot/board/xilinx/common/
H A Dcpu-info.c27 ret = soc_get_revision(soc, name, SOC_MAX_STR_SIZE);
/u-boot/include/
H A Dsoc.h93 * soc_get_revision() - Get revision name of an SOC
100 int soc_get_revision(struct udevice *dev, char *buf, int size);
133 static inline int soc_get_revision(struct udevice *dev, char *buf, int size) function
/u-boot/drivers/soc/
H A Dsoc-uclass.c41 int soc_get_revision(struct udevice *dev, char *buf, int size) function
86 if (!soc_get_revision(soc, str, SOC_MAX_STR_SIZE)) {
/u-boot/test/dm/
H A Dsoc.c99 ut_assertok(soc_get_revision(dev, text, sizeof(text)));
/u-boot/arch/arm/mach-k3/
H A Dcommon.c195 ret = soc_get_revision(soc, name, 64);

Completed in 99 milliseconds