Home
last modified time | relevance | path

Searched refs:cpu_get_info (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dcpu.c33 ut_assertok(cpu_get_info(dev, &info)); in dm_test_cpu()
/openbmc/u-boot/include/
H A Dcpu.h111 int cpu_get_info(struct udevice *dev, struct cpu_info *info);
/openbmc/u-boot/drivers/cpu/
H A Dcpu-uclass.c47 int cpu_get_info(struct udevice *dev, struct cpu_info *info) in cpu_get_info() function
H A Dbmips_cpu.c507 err = cpu_get_info(dev, &cpu); in print_cpuinfo()
/openbmc/u-boot/cmd/
H A Dcpu.c39 ret = cpu_get_info(dev, &info); in print_cpu_list()