Home
last modified time | relevance | path

Searched refs:cpu_get_count (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dcpu.h115 int cpu_get_count(struct udevice *dev);
/OK3568_Linux_fs/u-boot/drivers/cpu/
H A Dcpu-uclass.c37 int cpu_get_count(struct udevice *dev) in cpu_get_count() function
/OK3568_Linux_fs/u-boot/arch/x86/cpu/baytrail/
H A Dacpi.c152 ret = cpu_get_count(dev); in acpi_create_gnvs()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dmp_init.c515 num_cpus = cpu_get_count(cpu); in mp_init()