Searched refs:soc_get_machine (Results 1 – 5 of 5) sorted by relevance
| /u-boot/include/ |
| A D | soc.h | 88 int soc_get_machine(struct udevice *dev, char *buf, int size); 126 static inline int soc_get_machine(struct udevice *dev, char *buf, int size) in soc_get_machine() function
|
| /u-boot/drivers/soc/ |
| A D | soc-uclass.c | 21 int soc_get_machine(struct udevice *dev, char *buf, int size) in soc_get_machine() function 72 if (!soc_get_machine(soc, str, SOC_MAX_STR_SIZE)) { in soc_device_match()
|
| /u-boot/board/xilinx/common/ |
| A D | cpu-info.c | 31 ret = soc_get_machine(soc, name, SOC_MAX_STR_SIZE); in print_cpuinfo()
|
| /u-boot/test/dm/ |
| A D | soc.c | 93 ut_assertok(soc_get_machine(dev, text, sizeof(text))); in dm_test_soc()
|
| /u-boot/board/xilinx/zynqmp/ |
| A D | zynqmp.c | 180 ret = soc_get_machine(soc, name, sizeof(name)); in board_init()
|
Completed in 13 milliseconds