Searched refs:prom_node (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/arch/sparc/kernel/ |
D | devices.c | 35 phandle *prom_node, int *mid) in check_cpu_node() argument 38 if (prom_node) in check_cpu_node() 39 *prom_node = nd; in check_cpu_node() 54 void *compare_arg, phandle *prom_node, int *mid) in __cpu_find_by() argument 63 prom_node, mid); in __cpu_find_by() 82 int cpu_find_by_instance(int instance, phandle *prom_node, int *mid) in cpu_find_by_instance() argument 85 prom_node, mid); in cpu_find_by_instance() 100 int cpu_find_by_mid(int mid, phandle *prom_node) in cpu_find_by_mid() argument 103 prom_node, NULL); in cpu_find_by_mid() 110 int cpu_get_hwmid(phandle prom_node) in cpu_get_hwmid() argument [all …]
|
D | pcic.c | 351 pbm->prom_node = node; in pcic_probe() 395 pci_fill_in_pbm_cookies(pbm->pci_bus, pbm, pbm->prom_node); in pcic_pbm_scan_bus() 447 phandle node = prom_getchild(pbm->prom_node); in pdev_to_pnode() 663 pcp->prom_node = of_find_node_by_phandle(node); in pcibios_fixup_bus()
|
D | smp_32.c | 61 cpu_data(id).prom_node = cpu_node; in smp_store_cpu_info()
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | pbm.h | 28 int prom_node; member 44 struct device_node *prom_node; member
|
D | oplib_32.h | 185 int cpu_find_by_instance(int instance, phandle *prom_node, int *mid); 186 int cpu_find_by_mid(int mid, phandle *prom_node); 187 int cpu_get_hwmid(phandle prom_node);
|
D | cpudata_32.h | 23 int prom_node; member
|
/linux-3.4.99/drivers/scsi/ |
D | qlogicpti.h | 365 int prom_node; member
|
D | qlogicpti.c | 797 cfreq = prom_getintdefault(qpti->prom_node,"clock-frequency",40000000); in qpti_get_clock()
|