Home | History | Annotate | Download | only in mpc5200

Lines Matching refs:pbi

155     struct genppc_pci_chipset_businfo *pbi, int pcinode)
167 prop_dictionary_set(pbi->pbi_properties, "ofw-pci-intrmap", dict);
186 prop_dictionary_set(pbi->pbi_properties, "ofw-pci-intrmap", dict);
218 aprint_debug("%s\n", prop_dictionary_externalize(pbi->pbi_properties));
228 struct genppc_pci_chipset_businfo *pbi;
242 pbi = SIMPLEQ_FIRST(&pa->pa_pc->pc_pbi);
244 pbi = SIMPLEQ_NEXT(pbi, next);
245 KASSERT(pbi != NULL);
247 dict = prop_dictionary_get(pbi->pbi_properties, "ofw-pci-intrmap");
253 pbus = prop_dictionary_get(pbi->pbi_properties,
258 pbus = prop_dictionary_get(pbi->pbi_properties,
262 pbi = SIMPLEQ_FIRST(&pa->pa_pc->pc_pbi);
264 pbi = SIMPLEQ_NEXT(pbi, next);
265 KASSERT(pbi != NULL);
269 dict = prop_dictionary_get(pbi->pbi_properties,
373 struct genppc_pci_chipset_businfo *pbi;
417 pbi = kmem_alloc(sizeof(struct genppc_pci_chipset_businfo), KM_SLEEP);
418 pbi->pbi_properties = prop_dictionary_create();
419 KASSERT(pbi->pbi_properties != NULL);
421 SIMPLEQ_INSERT_TAIL(&pc->pc_pbi, pbi, next);
423 mpcpci_setup_intrmap(pc, pbi, pc->pc_node);