Searched refs:prop64 (Results 1 – 1 of 1) sorted by relevance
2953 const __be64 *prop64; in pnv_pci_init_ioda_phb() local2966 prop64 = of_get_property(np, "ibm,opal-phbid", NULL); in pnv_pci_init_ioda_phb()2967 if (!prop64) { in pnv_pci_init_ioda_phb()2971 phb_id = be64_to_cpup(prop64); in pnv_pci_init_ioda_phb()3238 const __be64 *prop64; in pnv_pci_init_ioda_hub() local3243 prop64 = of_get_property(np, "ibm,opal-hubid", NULL); in pnv_pci_init_ioda_hub()3244 if (!prop64) { in pnv_pci_init_ioda_hub()3248 hub_id = be64_to_cpup(prop64); in pnv_pci_init_ioda_hub()