Searched refs:soc_get_revision (Results 1 – 4 of 4) sorted by relevance
/u-boot/include/ |
A D | soc.h | 98 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 D | soc-uclass.c | 39 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 D | soc.c | 99 ut_assertok(soc_get_revision(dev, text, sizeof(text))); in dm_test_soc()
|
/u-boot/arch/arm/mach-k3/ |
A D | common.c | 348 ret = soc_get_revision(soc, name, 64); in print_cpuinfo()
|
Completed in 6 milliseconds