Home
last modified time | relevance | path

Searched refs:of_get_cpu_node (Results 1 – 25 of 49) sorted by relevance

12

/linux/drivers/of/
H A Dcpu.c119 struct device_node *of_get_cpu_node(int cpu, unsigned int *thread) in of_get_cpu_node() function
129 EXPORT_SYMBOL(of_get_cpu_node);
145 return of_get_cpu_node(cpu, NULL); in of_cpu_device_node_get()
/linux/arch/powerpc/platforms/8xx/
H A Dm8xx_setup.c46 cpu = of_get_cpu_node(0, NULL); in get_freq()
120 cpu = of_get_cpu_node(0, NULL); in mpc8xx_calibrate_decr()
/linux/arch/arm/mach-qcom/
H A Dplatsmp.c86 cpu_node = of_get_cpu_node(cpu, NULL); in cortex_a7_release_secondary()
142 cpu_node = of_get_cpu_node(cpu, NULL); in kpssv1_release_secondary()
222 cpu_node = of_get_cpu_node(cpu, NULL); in kpssv2_release_secondary()
/linux/arch/mips/loongson64/
H A Dtime.c25 np = of_get_cpu_node(0, NULL); in plat_time_init()
/linux/arch/microblaze/kernel/cpu/
H A Dcpuinfo.c93 cpu = of_get_cpu_node(0, NULL); in setup_cpuinfo()
/linux/arch/arm/mach-versatile/
H A Dplatsmp-vexpress.c36 cpu_node = of_get_cpu_node(cpu, NULL); in vexpress_smp_init_ops()
/linux/arch/arm/mach-sti/
H A Dplatsmp.c69 np = of_get_cpu_node(cpu, NULL); in sti_smp_prepare_cpus()
/linux/drivers/soc/renesas/
H A Dr9a06g032-smp.c57 dn = of_get_cpu_node(1, NULL); in r9a06g032_smp_prepare_cpus()
/linux/arch/arm64/kernel/
H A Dcpu_ops.c60 struct device_node *dn = of_get_cpu_node(cpu, NULL); in cpu_read_enable_method()
H A Dsmp_spin_table.c48 dn = of_get_cpu_node(cpu, NULL); in smp_spin_table_cpu_init()
/linux/arch/arm/mach-axxia/
H A Dplatsmp.c67 np = of_get_cpu_node(cpu, NULL); in axxia_smp_prepare_cpus()
/linux/drivers/cpufreq/
H A Dqoriq-cpufreq.c76 np = of_get_cpu_node(cpu, NULL); in cpu_to_clk()
167 np = of_get_cpu_node(cpu, NULL); in qoriq_cpufreq_cpu_init()
H A Dppc_cbe_cpufreq.c62 cpu = of_get_cpu_node(policy->cpu, NULL); in cbe_cpufreq_cpu_init()
/linux/arch/powerpc/platforms/cell/
H A Dcbe_regs.c186 struct device_node *ci_np = of_get_cpu_node(cpu_id, NULL); in cbe_get_be_node()
259 cbe_thread_map[i].cpu_node = of_get_cpu_node(i, &thread_id); in cbe_regs_init()
/linux/arch/openrisc/kernel/
H A Dsetup.c163 cpu = of_get_cpu_node(cpu_id, NULL); in setup_cpuinfo()
243 struct device_node *cpu = of_get_cpu_node(smp_processor_id(), NULL); in calibrate_delay()
/linux/arch/arm/mach-bcm/
H A Dbcm63xx_smp.c129 dn = of_get_cpu_node(cpu, NULL); in bcm63138_smp_boot_secondary()
/linux/arch/powerpc/platforms/44x/
H A Diss4xx.c87 struct device_node *cpunode = of_get_cpu_node(cpu, NULL); in smp_iss4xx_kick_cpu()
H A Dppc476.c156 struct device_node *cpunode = of_get_cpu_node(cpu, NULL); in smp_ppc47x_kick_cpu()
/linux/arch/loongarch/kernel/
H A Denv.c66 np = of_get_cpu_node(0, NULL); in fdt_cpu_clk_init()
/linux/arch/sh/kernel/cpu/sh2/
H A Dsmp-j2.c87 np = of_get_cpu_node(cpu, NULL); in j2_start_cpu()
/linux/arch/mips/generic/
H A Dinit.c163 np = of_get_cpu_node(0, NULL); in plat_time_init()
/linux/arch/arm/kernel/
H A Dtopology.c102 cn = of_get_cpu_node(cpu, NULL); in parse_dt_topology()
/linux/arch/arm/mach-mvebu/
H A Dplatsmp.c40 struct device_node *np = of_get_cpu_node(cpu, NULL); in get_cpu_clk()
/linux/arch/mips/ath79/
H A Dsetup.c246 np = of_get_cpu_node(0, NULL); in plat_time_init()
/linux/arch/nios2/kernel/
H A Dcpuinfo.c37 cpu = of_get_cpu_node(0, NULL); in setup_cpuinfo()

12