Searched refs:prop32 (Results 1 – 1 of 1) sorted by relevance
2920 const __be32 *prop32; in pnv_pci_init_ioda_phb() local2955 prop32 = of_get_property(np, "bus-range", &len); in pnv_pci_init_ioda_phb()2956 if (prop32 && len == 8) { in pnv_pci_init_ioda_phb()2957 hose->first_busno = be32_to_cpu(prop32[0]); in pnv_pci_init_ioda_phb()2958 hose->last_busno = be32_to_cpu(prop32[1]); in pnv_pci_init_ioda_phb()2983 prop32 = of_get_property(np, "ibm,phb-diag-data-size", NULL); in pnv_pci_init_ioda_phb()2984 if (prop32) in pnv_pci_init_ioda_phb()2985 phb->diag_data_size = be32_to_cpup(prop32); in pnv_pci_init_ioda_phb()3007 prop32 = of_get_property(np, "ibm,opal-num-pes", NULL); in pnv_pci_init_ioda_phb()3008 if (prop32) in pnv_pci_init_ioda_phb()[all …]