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

/linux-4.4.14/arch/sparc/prom/
H A Dinit_64.c41 prom_stdout = prom_getint(prom_chosen_node, "stdout"); prom_init()
H A Dtree_32.c129 int prom_getint(phandle node, char *prop) prom_getint() function
138 EXPORT_SYMBOL(prom_getint); variable
147 retval = prom_getint(node, property); prom_getintdefault()
H A Dtree_64.c144 int prom_getint(phandle node, const char *prop) prom_getint() function
153 EXPORT_SYMBOL(prom_getint); variable
163 retval = prom_getint(node, property); prom_getintdefault()
H A Dmisc_64.c173 ret = prom_getint(node, prom_mmu_name); prom_get_mmu_ihandle()
192 ret = prom_getint(node, "memory"); prom_get_memory_ihandle()
/linux-4.4.14/arch/sparc/include/asm/
H A Doplib_32.h133 int prom_getint(phandle node, char *property);
H A Doplib_64.h201 int prom_getint(phandle node, const char *property);
/linux-4.4.14/arch/m68k/include/asm/
H A Doplib.h232 extern int prom_getint(int node, char *property);
/linux-4.4.14/arch/sparc/mm/
H A Dsrmmu.c1026 vac_line_size = prom_getint(nd, "cache-line-size"); init_vac_layout()
1031 cache_lines = prom_getint(nd, "cache-nlines"); init_vac_layout()
/linux-4.4.14/arch/sparc/kernel/
H A Dhead_64.S235 /* prom_mmu_ihandle_cache = prom_getint(chosen_node, "mmu") */

Completed in 587 milliseconds