Searched refs:cpunode (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/prom/
H A Dmp.c18 prom_startcpu(int cpunode, struct linux_prom_registers *ctable_reg, int ctx, char *pc) argument
31 ret = (*(romvec->v3_cpustart))(cpunode, (int) ctable_reg, ctx, pc);
41 prom_stopcpu(int cpunode) argument
54 ret = (*(romvec->v3_cpustop))(cpunode);
64 prom_idlecpu(int cpunode) argument
77 ret = (*(romvec->v3_cpuidle))(cpunode);
87 prom_restartcpu(int cpunode) argument
100 ret = (*(romvec->v3_cpuresume))(cpunode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dcpufreq_32.c491 static int pmac_cpufreq_init_MacRISC3(struct device_node *cpunode) argument
523 freqs = of_get_property(cpunode, "bus-frequencies", &lenp);
529 ratio = of_get_property(cpunode, "processor-to-bus-ratio*2",
565 value = of_get_property(cpunode, "min-clock-frequency", NULL);
574 value = of_get_property(cpunode, "max-clock-frequency", NULL);
584 static int pmac_cpufreq_init_7447A(struct device_node *cpunode) argument
588 if (of_get_property(cpunode, "dynamic-power-step", NULL) == NULL)
611 static int pmac_cpufreq_init_750FX(struct device_node *cpunode) argument
617 if (of_get_property(cpunode, "dynamic-power-step", NULL) == NULL)
621 value = of_get_property(cpunode, "reduce
653 struct device_node *cpunode; local
[all...]
H A Dcpufreq_64.c390 struct device_node *cpunode; local
411 for (cpunode = NULL;
412 (cpunode = of_get_next_child(cpus, cpunode)) != NULL;) {
413 const u32 *reg = of_get_property(cpunode, "reg", NULL);
416 if (!strcmp(cpunode->type, "cpu"))
419 if (cpunode == NULL) {
425 valp = of_get_property(cpunode, "cpu-version", NULL);
437 g5_pmode_data = of_get_property(cpunode, "power-mode-data",&psize);
496 valp = of_get_property(cpunode, "cloc
543 struct device_node *cpuid = NULL, *hwclock = NULL, *cpunode = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Doplib.h186 extern int prom_startcpu(int cpunode, struct linux_prom_registers *context_table,
190 extern int prom_stopcpu(int cpunode);
193 extern int prom_idlecpu(int cpunode);
196 extern int prom_restartcpu(int cpunode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Doplib.h175 extern int prom_startcpu(int cpunode, struct linux_prom_registers *context_table,
179 extern int prom_stopcpu(int cpunode);
182 extern int prom_idlecpu(int cpunode);
185 extern int prom_restartcpu(int cpunode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/prom/
H A Dmisc.c306 void prom_startcpu(int cpunode, unsigned long pc, unsigned long arg) argument
308 p1275_cmd("SUNW,start-cpu", P1275_INOUT(3, 0), cpunode, pc, arg);
333 void prom_resumecpu(int cpunode) argument
335 p1275_cmd("SUNW,resume-cpu", P1275_INOUT(1, 0), cpunode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Doplib.h174 extern void prom_startcpu(int cpunode, unsigned long pc, unsigned long arg);
191 extern void prom_resumecpu(int cpunode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dsrmmu.c1190 int i, cpunode; local
1203 cpunode = prom_getchild(prom_root_node);
1205 while(cpunode != 0) {
1206 prom_getstring(cpunode, "device_type", node_str, sizeof(node_str));
1208 num_contexts = prom_getintdefault(cpunode, "mmu-nctx", 0x8);
1211 cpunode = prom_getsibling(cpunode);
1940 int cpunode; local
1944 cpunode = prom_getchild(prom_root_node);
1945 while((cpunode
[all...]

Completed in 372 milliseconds