Lines Matching defs:bdfn
42 u32 bdfn;
46 ret = of_property_read_u32(np, "reg", &bdfn);
50 bdfn = ((bdfn & 0x00ffff00) >> 8);
73 *id = PCI_SLOT_ID(phbid, bdfn);
635 pr_devel(" -> EEH check, bdfn=%04x PE#%x fstate=%x\n",
657 u32 bdfn = (pdn->busno << 8) | pdn->devfn;
663 rc = opal_pci_config_read_byte(phb->opal_id, bdfn, where, &v8);
669 rc = opal_pci_config_read_half_word(phb->opal_id, bdfn, where,
676 rc = opal_pci_config_read_word(phb->opal_id, bdfn, where, &v32);
693 u32 bdfn = (pdn->busno << 8) | pdn->devfn;
699 opal_pci_config_write_byte(phb->opal_id, bdfn, where, val);
702 opal_pci_config_write_half_word(phb->opal_id, bdfn, where, val);
705 opal_pci_config_write_word(phb->opal_id, bdfn, where, val);