Searched refs:PCI_CONFADD (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | pci_mech1.c | 63 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); in pci_mech1_getb() 84 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); in pci_mech1_getw() 105 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); in pci_mech1_getl() 124 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); in pci_mech1_putb() 142 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); in pci_mech1_putw() 160 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); in pci_mech1_putl()
|
H A D | pci_mech1_amd.c | 109 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); in pci_mech1_amd_getb() 130 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); in pci_mech1_amd_getw() 151 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); in pci_mech1_amd_getl() 166 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); in pci_mech1_amd_putb() 180 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); in pci_mech1_amd_putw() 194 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); in pci_mech1_amd_putl()
|
H A D | pci_neptune.c | 92 tmp = inl(PCI_CONFADD); in pci_check_neptune() 103 outl(PCI_CONFADD, PCI_CADDR1(0, 0, 0, PCI_CONF_VENID)); in pci_check_neptune() 106 outl(PCI_CONFADD, tmp); in pci_check_neptune() 132 outl(PCI_CONFADD, PCI_CADDR1(0, 0, 0, 0)); in pci_neptune_disable()
|
H A D | lgrpplat.c | 3558 outl(PCI_CONFADD, OPT_PCI_ECS_ADDR(bus, dev, in opt_get_numa_config() 3574 outl(PCI_CONFADD, OPT_PCI_ECS_ADDR(bus, dev, in opt_get_numa_config() 3650 outl(PCI_CONFADD, PCI_CADDR1(0, dev, OPT_PCS_FUNC_DRAM, in opt_probe_vendor()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pci_impl.h | 73 #define PCI_CONFADD 0xcf8 macro
|
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/ |
H A D | kvm_isadep.c | 430 if (kmt_iowrite(mdb.m_target, &addr, sizeof (addr), PCI_CONFADD) != in kmt_pcicfg_common()
|