Searched refs:prom_getintdefault (Results 1 – 13 of 13) sorted by relevance
/linux-3.4.99/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 | 530 cl = prom_getintdefault (chosen, "client-ip", 0); in setup_arch() 531 sv = prom_getintdefault (chosen, "server-ip", 0); in setup_arch() 532 gw = prom_getintdefault (chosen, "gateway-ip", 0); in setup_arch()
|
D | smp_32.c | 59 cpu_data(id).clock_tick = prom_getintdefault(cpu_node, in smp_store_cpu_info()
|
/linux-3.4.99/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);
|
/linux-3.4.99/drivers/video/ |
D | igafb.c | 482 int width = prom_getintdefault(node, "width", 1024); in igafb_init() 483 int height = prom_getintdefault(node, "height", 768); in igafb_init() 484 int depth = prom_getintdefault(node, "depth", 8); in igafb_init()
|
/linux-3.4.99/arch/m68k/sun3x/ |
D | prom.c | 133 int prom_getintdefault(int node, char *property, int deflt) in prom_getintdefault() function
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | oplib_32.h | 144 extern int prom_getintdefault(phandle node, char *property, int defval);
|
D | oplib_64.h | 203 extern int prom_getintdefault(phandle node, const char *property, int defval);
|
/linux-3.4.99/arch/m68k/include/asm/ |
D | oplib.h | 235 extern int prom_getintdefault(int node, char *property, int defval);
|
/linux-3.4.99/arch/sparc/mm/ |
D | sun4c.c | 293 prom_getintdefault(prom_root_node, "vac-size", 65536); in sun4c_probe_vac() 295 prom_getintdefault(prom_root_node, "vac-linesize", 16); in sun4c_probe_vac() 298 prom_getintdefault(prom_root_node, "vac-hwflush", 0); in sun4c_probe_vac() 302 prom_getintdefault(prom_root_node, "vac_hwflush", 0); in sun4c_probe_vac() 412 prom_getintdefault(prom_root_node, "mmu-npmg", 128); in sun4c_probe_mmu() 414 prom_getintdefault(prom_root_node, "mmu-nctx", 0x8); in sun4c_probe_mmu()
|
D | srmmu.c | 1284 num_contexts = prom_getintdefault(cpunode, "mmu-nctx", 0x8); in srmmu_paging_init() 2095 if (!prom_getintdefault(cpunode, "psr-implementation", 1) && in get_srmmu_type() 2096 prom_getintdefault(cpunode, "psr-version", 1) == 5) { in get_srmmu_type()
|
/linux-3.4.99/drivers/scsi/ |
D | qlogicpti.c | 797 cfreq = prom_getintdefault(qpti->prom_node,"clock-frequency",40000000); in qpti_get_clock()
|