Home
last modified time | relevance | path

Searched refs:prop64 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c2571 const __be64 *prop64; in pnv_pci_init_ioda_phb() local
2584 prop64 = of_get_property(np, "ibm,opal-phbid", NULL); in pnv_pci_init_ioda_phb()
2585 if (!prop64) { in pnv_pci_init_ioda_phb()
2589 phb_id = be64_to_cpup(prop64); in pnv_pci_init_ioda_phb()
/openbmc/u-boot/common/
H A Dfdt_support.c1548 const fdt64_t *prop64 = (const fdt64_t *)&prop[cell_off]; in fdt_read_prop() local
1558 *val = fdt64_to_cpu(*prop64); in fdt_read_prop()