Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_bios.c100 regs.eax.word.ax = (PCI_FUNCTION_ID << 8) | PCI_GET_IRQ_ROUTING; in pci_bios_get_irq_routing()
H A Dpci_cfgspace.c279 regs.eax.word.ax = (PCI_FUNCTION_ID << 8) | PCI_BIOS_PRESENT; in pci_check_bios()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpci_cfgspace_impl.h143 #define PCI_FUNCTION_ID (0xb1) macro