Searched defs:bdfn (Results 1 – 6 of 6) sorted by relevance
41 u32 bdfn; in pnv_pci_get_slot_id() local589 u32 bdfn = (pdn->busno << 8) | pdn->devfn; in pnv_pci_cfg_read() local625 u32 bdfn = (pdn->busno << 8) | pdn->devfn; in pnv_pci_cfg_write() local
436 u32 bdfn; member445 u32 bdfn; in pnv_ocxl_spa_setup() local
669 struct pnv_ioda_pe *pnv_pci_bdfn_to_pe(struct pnv_phb *phb, u16 bdfn) in pnv_pci_bdfn_to_pe()
60 #define PCI_BUSNO(bdfn) ((bdfn >> 8) & 0xff) argument
17 #define PCI_SLOT_ID(phb_id, bdfn) \ argument
134 int bdfn; /* bdfn of device (for cfg ops) */ member
Completed in 16 milliseconds