Searched defs:pci_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbusra.c1690 uint32_t pci_type = PCI_ADDR_TYPE_INVAL; local
1696 pci_type = PCI_ADDR_IO;
1699 pci_type = PCI_ADDR_MEM32;
1702 pci_type = PCI_ADDR_MEM32;
1703 pci_type |= PCI_REG_PF_M;
1706 return (pci_type);
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h630 uint32_t pci_type; member in struct:__anon4962

Completed in 65 milliseconds