Searched refs:cpu_get_desc (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | cpu.h | 98 int cpu_get_desc(struct udevice *dev, char *buf, int size);
|
| /OK3568_Linux_fs/u-boot/drivers/cpu/ |
| H A D | cpu-uclass.c | 17 int cpu_get_desc(struct udevice *dev, char *buf, int size) in cpu_get_desc() function
|
| H A D | bmips_cpu.c | 363 err = cpu_get_desc(dev, desc, sizeof(desc)); in print_cpuinfo()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | cpu.c | 35 ret = cpu_get_desc(dev, buf, sizeof(buf)); in print_cpu_list()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | smbios.c | 192 if (!cpu_get_desc(dev, processor_name, sizeof(processor_name))) in smbios_write_type4_dm()
|