Searched refs:prop64 (Results 1 – 1 of 1) sorted by relevance
2946 const __be64 *prop64; in pnv_pci_init_ioda_phb() local2959 prop64 = of_get_property(np, "ibm,opal-phbid", NULL); in pnv_pci_init_ioda_phb()2960 if (!prop64) { in pnv_pci_init_ioda_phb()2964 phb_id = be64_to_cpup(prop64); in pnv_pci_init_ioda_phb()3231 const __be64 *prop64; in pnv_pci_init_ioda_hub() local3236 prop64 = of_get_property(np, "ibm,opal-hubid", NULL); in pnv_pci_init_ioda_hub()3237 if (!prop64) { in pnv_pci_init_ioda_hub()3241 hub_id = be64_to_cpup(prop64); in pnv_pci_init_ioda_hub()