Searched refs:prom_getintdefault (Results 1 – 10 of 10) sorted by relevance
/arch/sparc/kernel/ |
D | devices.c | 41 *mid = prom_getintdefault(nd, cpu_mid_prop(), 0); in check_cpu_node() 93 this_mid = prom_getintdefault(nd, cpu_mid_prop(), 0); in cpu_mid_compare() 112 return prom_getintdefault(prom_node, cpu_mid_prop(), -ENODEV); in cpu_get_hwmid() 129 cpu_data(0).clock_tick = prom_getintdefault(cpu_node, in device_scan()
|
D | setup_64.c | 606 cl = prom_getintdefault (chosen, "client-ip", 0); in setup_arch() 607 sv = prom_getintdefault (chosen, "server-ip", 0); in setup_arch() 608 gw = prom_getintdefault (chosen, "gateway-ip", 0); in setup_arch()
|
D | smp_32.c | 65 cpu_data(id).clock_tick = prom_getintdefault(cpu_node, in smp_store_cpu_info()
|
/arch/m68k/sun3x/ |
D | prom.c | 132 int prom_getintdefault(int node, char *property, int deflt) in prom_getintdefault() function
|
/arch/sparc/prom/ |
D | tree_32.c | 143 int prom_getintdefault(phandle node, char *property, int deflt) in prom_getintdefault() function 152 EXPORT_SYMBOL(prom_getintdefault);
|
D | tree_64.c | 159 int prom_getintdefault(phandle node, const char *property, int deflt) in prom_getintdefault() function 169 EXPORT_SYMBOL(prom_getintdefault);
|
/arch/sparc/include/asm/ |
D | oplib_32.h | 136 int prom_getintdefault(phandle node, char *property, int defval);
|
D | oplib_64.h | 204 int prom_getintdefault(phandle node, const char *property, int defval);
|
/arch/m68k/include/asm/ |
D | oplib.h | 235 extern int prom_getintdefault(int node, char *property, int defval);
|
/arch/sparc/mm/ |
D | srmmu.c | 892 num_contexts = prom_getintdefault(cpunode, "mmu-nctx", 0x8); in srmmu_paging_init() 1589 if (!prom_getintdefault(cpunode, "psr-implementation", 1) && in get_srmmu_type() 1590 prom_getintdefault(cpunode, "psr-version", 1) == 5) { in get_srmmu_type()
|