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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
H A Dmisc_64.c377 void prom_startcpu(int cpunode, unsigned long pc, unsigned long arg) argument
384 args[3] = (unsigned int) cpunode;
434 void prom_resumecpu(int cpunode) argument
441 args[3] = (unsigned int) cpunode;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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);
H A Dmisc_64.c377 void prom_startcpu(int cpunode, unsigned long pc, unsigned long arg) argument
384 args[3] = (unsigned int) cpunode;
434 void prom_resumecpu(int cpunode) argument
441 args[3] = (unsigned int) cpunode;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Doplib_32.h111 extern int prom_startcpu(int cpunode, struct linux_prom_registers *context_table,
115 extern int prom_stopcpu(int cpunode);
118 extern int prom_idlecpu(int cpunode);
121 extern int prom_restartcpu(int cpunode);
H A Doplib_64.h109 extern void prom_startcpu(int cpunode, unsigned long pc, unsigned long arg);
126 extern void prom_resumecpu(int cpunode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Doplib_32.h111 extern int prom_startcpu(int cpunode, struct linux_prom_registers *context_table,
115 extern int prom_stopcpu(int cpunode);
118 extern int prom_idlecpu(int cpunode);
121 extern int prom_restartcpu(int cpunode);
H A Doplib_64.h109 extern void prom_startcpu(int cpunode, unsigned long pc, unsigned long arg);
126 extern void prom_resumecpu(int cpunode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dcpufreq_32.c483 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 Dcpufreq_64.c389 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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dcpufreq_32.c483 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 Dcpufreq_64.c389 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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/44x/
H A Diss4xx.c92 struct device_node *cpunode = of_get_cpu_node(cpu, NULL); local
97 BUG_ON(cpunode == NULL);
103 spin_table_addr_prop = of_get_property(cpunode, "cpu-release-addr",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/44x/
H A Diss4xx.c92 struct device_node *cpunode = of_get_cpu_node(cpu, NULL); local
97 BUG_ON(cpunode == NULL);
103 spin_table_addr_prop = of_get_property(cpunode, "cpu-release-addr",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/include/asm/
H A Doplib.h174 extern int prom_startcpu(int cpunode, struct linux_prom_registers *context_table,
178 extern int prom_stopcpu(int cpunode);
181 extern int prom_idlecpu(int cpunode);
184 extern int prom_restartcpu(int cpunode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/include/asm/
H A Doplib.h174 extern int prom_startcpu(int cpunode, struct linux_prom_registers *context_table,
178 extern int prom_stopcpu(int cpunode);
181 extern int prom_idlecpu(int cpunode);
184 extern int prom_restartcpu(int cpunode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/mm/
H A Dsrmmu.c1198 int i, cpunode; local
1211 cpunode = prom_getchild(prom_root_node);
1213 while(cpunode != 0) {
1214 prom_getstring(cpunode, "device_type", node_str, sizeof(node_str));
1216 num_contexts = prom_getintdefault(cpunode, "mmu-nctx", 0x8);
1219 cpunode = prom_getsibling(cpunode);
1978 int cpunode; local
1982 cpunode = prom_getchild(prom_root_node);
1983 while((cpunode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/mm/
H A Dsrmmu.c1198 int i, cpunode; local
1211 cpunode = prom_getchild(prom_root_node);
1213 while(cpunode != 0) {
1214 prom_getstring(cpunode, "device_type", node_str, sizeof(node_str));
1216 num_contexts = prom_getintdefault(cpunode, "mmu-nctx", 0x8);
1219 cpunode = prom_getsibling(cpunode);
1978 int cpunode; local
1982 cpunode = prom_getchild(prom_root_node);
1983 while((cpunode
[all...]

Completed in 214 milliseconds