Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/os/
H A Dpci_cfgacc_x86.c41 #define PCI_BDF_DEV(bdf) ((((uint16_t)bdf) & 0xf8) >> 3) macro
111 dev = PCI_BDF_DEV(req->bdf); in pci_cfgacc_io()