Searched refs:prop64 (Results 1 – 2 of 2) sorted by relevance
2918 const __be64 *prop64; in pnv_pci_init_ioda_phb() local2931 prop64 = of_get_property(np, "ibm,opal-phbid", NULL); in pnv_pci_init_ioda_phb()2932 if (!prop64) { in pnv_pci_init_ioda_phb()2936 phb_id = be64_to_cpup(prop64); in pnv_pci_init_ioda_phb()3211 const __be64 *prop64; in pnv_pci_init_ioda_hub() local3216 prop64 = of_get_property(np, "ibm,opal-hubid", NULL); in pnv_pci_init_ioda_hub()3217 if (!prop64) { in pnv_pci_init_ioda_hub()3221 hub_id = be64_to_cpup(prop64); in pnv_pci_init_ioda_hub()
1664 const fdt64_t *prop64 = (const fdt64_t *)&prop[cell_off]; in fdt_read_prop() local1674 *val = fdt64_to_cpu(*prop64); in fdt_read_prop()