prop32           3670 arch/powerpc/platforms/powernv/pci-ioda.c 	const __be32 *prop32;
prop32           3705 arch/powerpc/platforms/powernv/pci-ioda.c 	prop32 = of_get_property(np, "bus-range", &len);
prop32           3706 arch/powerpc/platforms/powernv/pci-ioda.c 	if (prop32 && len == 8) {
prop32           3707 arch/powerpc/platforms/powernv/pci-ioda.c 		hose->first_busno = be32_to_cpu(prop32[0]);
prop32           3708 arch/powerpc/platforms/powernv/pci-ioda.c 		hose->last_busno = be32_to_cpu(prop32[1]);
prop32           3733 arch/powerpc/platforms/powernv/pci-ioda.c 	prop32 = of_get_property(np, "ibm,phb-diag-data-size", NULL);
prop32           3734 arch/powerpc/platforms/powernv/pci-ioda.c 	if (prop32)
prop32           3735 arch/powerpc/platforms/powernv/pci-ioda.c 		phb->diag_data_size = be32_to_cpup(prop32);
prop32           3757 arch/powerpc/platforms/powernv/pci-ioda.c 	prop32 = of_get_property(np, "ibm,opal-num-pes", NULL);
prop32           3758 arch/powerpc/platforms/powernv/pci-ioda.c 	if (prop32)
prop32           3759 arch/powerpc/platforms/powernv/pci-ioda.c 		phb->ioda.total_pe_num = be32_to_cpup(prop32);
prop32           3760 arch/powerpc/platforms/powernv/pci-ioda.c 	prop32 = of_get_property(np, "ibm,opal-reserved-pe", NULL);
prop32           3761 arch/powerpc/platforms/powernv/pci-ioda.c 	if (prop32)
prop32           3762 arch/powerpc/platforms/powernv/pci-ioda.c 		phb->ioda.reserved_pe_idx = be32_to_cpup(prop32);
prop32            924 drivers/pci/hotplug/pnv_php.c 	u32 prop32;
prop32            928 drivers/pci/hotplug/pnv_php.c 	ret = of_property_read_u32(dn, "ibm,slot-pluggable", &prop32);
prop32            929 drivers/pci/hotplug/pnv_php.c 	if (ret || !prop32)
prop32            932 drivers/pci/hotplug/pnv_php.c 	ret = of_property_read_u32(dn, "ibm,reset-by-firmware", &prop32);
prop32            933 drivers/pci/hotplug/pnv_php.c 	if (ret || !prop32)
prop32            949 drivers/pci/hotplug/pnv_php.c 	ret = of_property_read_u32(dn, "ibm,slot-surprise-pluggable", &prop32);
prop32            950 drivers/pci/hotplug/pnv_php.c 	if (!ret && prop32)