Searched refs:prom_getint (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/prom/
H A Dinit_64.c41 prom_stdin = prom_getint(prom_chosen_node, "stdin");
42 prom_stdout = prom_getint(prom_chosen_node, "stdout");
H A Dtree_32.c129 int prom_getint(int node, char *prop) function
138 EXPORT_SYMBOL(prom_getint); variable
147 retval = prom_getint(node, property);
H A Dtree_64.c144 inline int prom_getint(int node, const char *prop) function
153 EXPORT_SYMBOL(prom_getint); variable
163 retval = prom_getint(node, property);
H A Dmisc_64.c178 ret = prom_getint(node, prom_mmu_name);
196 ret = prom_getint(node, "memory");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dtadpole.c116 clk_ctrl = (char *) prom_getint(clk_nd, "address");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Doplib_32.h164 extern int prom_getint(int node, char *property);
H A Doplib_64.h200 extern int prom_getint(int node, const char *property);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Doplib.h226 extern int prom_getint(int node, char *property);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dsrmmu.c1346 vac_line_size = prom_getint(nd, "cache-line-size");
1352 cache_lines = prom_getint(nd, "cache-nlines");

Completed in 101 milliseconds