Searched defs:cpunode (Results 1 - 7 of 7) sorted by relevance
/arch/sparc/prom/ |
H A D | mp.c | 17 /* Start cpu with prom-tree node 'cpunode' using context described 23 prom_startcpu(int cpunode, struct linux_prom_registers *ctable_reg, int ctx, char *pc) argument 36 ret = (*(romvec->v3_cpustart))(cpunode, (int) ctable_reg, ctx, pc);
|
H A D | misc_64.c | 384 void prom_startcpu(int cpunode, unsigned long pc, unsigned long arg) argument 391 args[3] = (unsigned int) cpunode; 441 void prom_resumecpu(int cpunode) argument 448 args[3] = (unsigned int) cpunode;
|
/arch/powerpc/platforms/44x/ |
H A D | currituck.c | 102 struct device_node *cpunode = of_get_cpu_node(cpu, NULL); local 107 BUG_ON(cpunode == NULL); 114 of_get_property(cpunode, "cpu-release-addr", NULL);
|
H A D | iss4xx.c | 91 struct device_node *cpunode = of_get_cpu_node(cpu, NULL); local 96 BUG_ON(cpunode == NULL); 102 spin_table_addr_prop = of_get_property(cpunode, "cpu-release-addr",
|
/arch/powerpc/platforms/powermac/ |
H A D | cpufreq_32.c | 483 static int pmac_cpufreq_init_MacRISC3(struct device_node *cpunode) argument 515 freqs = of_get_property(cpunode, "bus-frequencies", &lenp); 521 ratio = of_get_property(cpunode, "processor-to-bus-ratio*2", 557 value = of_get_property(cpunode, "min-clock-frequency", NULL); 566 value = of_get_property(cpunode, "max-clock-frequency", NULL); 576 static int pmac_cpufreq_init_7447A(struct device_node *cpunode) argument 580 if (of_get_property(cpunode, "dynamic-power-step", NULL) == NULL) 603 static int pmac_cpufreq_init_750FX(struct device_node *cpunode) argument 609 if (of_get_property(cpunode, "dynamic-power-step", NULL) == NULL) 613 value = of_get_property(cpunode, "reduce 645 struct device_node *cpunode; local [all...] |
H A D | cpufreq_64.c | 389 struct device_node *cpunode; local 410 for (cpunode = NULL; 411 (cpunode = of_get_next_child(cpus, cpunode)) != NULL;) { 412 const u32 *reg = of_get_property(cpunode, "reg", NULL); 415 if (!strcmp(cpunode->type, "cpu")) 418 if (cpunode == NULL) { 424 valp = of_get_property(cpunode, "cpu-version", NULL); 436 g5_pmode_data = of_get_property(cpunode, "power-mode-data",&psize); 495 valp = of_get_property(cpunode, "cloc 543 struct device_node *cpuid = NULL, *hwclock = NULL, *cpunode = NULL; local [all...] |
/arch/sparc/mm/ |
H A D | srmmu.c | 1266 phandle cpunode; local 1279 cpunode = prom_getchild(prom_root_node); 1281 while(cpunode != 0) { 1282 prom_getstring(cpunode, "device_type", node_str, sizeof(node_str)); 1284 num_contexts = prom_getintdefault(cpunode, "mmu-nctx", 0x8); 1287 cpunode = prom_getsibling(cpunode); 2087 phandle cpunode; local 2091 cpunode = prom_getchild(prom_root_node); 2092 while((cpunode [all...] |
Completed in 89 milliseconds