Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/prom/
H A Dtree_32.c130 int prom_getint(phandle node, char *prop) in prom_getint() function
139 EXPORT_SYMBOL(prom_getint);
148 retval = prom_getint(node, property); in prom_getintdefault()
H A Dtree_64.c145 int prom_getint(phandle node, const char *prop) in prom_getint() function
154 EXPORT_SYMBOL(prom_getint);
164 retval = prom_getint(node, property); in prom_getintdefault()
H A Dinit_64.c39 prom_stdout = prom_getint(prom_chosen_node, "stdout"); in prom_init()
H A Dmisc_64.c174 ret = prom_getint(node, prom_mmu_name); in prom_get_mmu_ihandle()
193 ret = prom_getint(node, "memory"); in prom_get_memory_ihandle()
/openbmc/linux/arch/sparc/include/asm/
H A Doplib_32.h134 int prom_getint(phandle node, char *property);
H A Doplib_64.h202 int prom_getint(phandle node, const char *property);
/openbmc/linux/arch/m68k/include/asm/
H A Doplib.h233 extern int prom_getint(int node, char *property);
/openbmc/linux/arch/sparc/kernel/
H A Dtime_64.c179 if (is_cpu_node && (prom_getint(node, "upa-portid") == cpuid || in cpuid_to_freq()
180 prom_getint(node, "cpuid") == cpuid)) in cpuid_to_freq()
/openbmc/linux/arch/sparc/mm/
H A Dsrmmu.c1042 vac_line_size = prom_getint(nd, "cache-line-size"); in init_vac_layout()
1047 cache_lines = prom_getint(nd, "cache-nlines"); in init_vac_layout()