Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c2918 const __be64 *prop64; in pnv_pci_init_ioda_phb() local
2931 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() local
3216 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()
/OK3568_Linux_fs/u-boot/common/
H A Dfdt_support.c1664 const fdt64_t *prop64 = (const fdt64_t *)&prop[cell_off]; in fdt_read_prop() local
1674 *val = fdt64_to_cpu(*prop64); in fdt_read_prop()