Home
last modified time | relevance | path

Searched refs:prop32 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A Dpnv_php.c935 u32 prop32; in pnv_php_register_one() local
939 ret = of_property_read_u32(dn, "ibm,slot-pluggable", &prop32); in pnv_php_register_one()
940 if (ret || !prop32) in pnv_php_register_one()
943 ret = of_property_read_u32(dn, "ibm,reset-by-firmware", &prop32); in pnv_php_register_one()
944 if (ret || !prop32) in pnv_php_register_one()
960 ret = of_property_read_u32(dn, "ibm,slot-surprise-pluggable", &prop32); in pnv_php_register_one()
961 if (!ret && prop32) in pnv_php_register_one()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c2572 const __be32 *prop32; in pnv_pci_init_ioda_phb() local
2607 prop32 = of_get_property(np, "bus-range", &len); in pnv_pci_init_ioda_phb()
2608 if (prop32 && len == 8) { in pnv_pci_init_ioda_phb()
2609 hose->first_busno = be32_to_cpu(prop32[0]); in pnv_pci_init_ioda_phb()
2610 hose->last_busno = be32_to_cpu(prop32[1]); in pnv_pci_init_ioda_phb()
2632 if (prop32) in pnv_pci_init_ioda_phb()
2633 phb->diag_data_size = be32_to_cpup(prop32); in pnv_pci_init_ioda_phb()
2656 if (prop32) in pnv_pci_init_ioda_phb()
2657 phb->ioda.total_pe_num = be32_to_cpup(prop32); in pnv_pci_init_ioda_phb()
2659 if (prop32) in pnv_pci_init_ioda_phb()
[all …]
/openbmc/u-boot/common/
H A Dfdt_support.c1547 const fdt32_t *prop32 = &prop[cell_off]; in fdt_read_prop() local
1555 *val = fdt32_to_cpu(*prop32); in fdt_read_prop()