Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/os/
H A Dpci_mech1.c57 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); in pci_mech1_getb()
74 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); in pci_mech1_getw()
91 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); in pci_mech1_getl()
106 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); in pci_mech1_putb()
120 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); in pci_mech1_putw()
134 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); in pci_mech1_putl()
H A Dpci_mech1_amd.c105 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); in pci_mech1_amd_getb()
122 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); in pci_mech1_amd_getw()
139 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); in pci_mech1_amd_getl()
154 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); in pci_mech1_amd_putb()
168 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); in pci_mech1_amd_putw()
182 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); in pci_mech1_amd_putl()
H A Dpci_neptune.c94 tmp = inl(PCI_CONFADD); in pci_check_neptune()
105 outl(PCI_CONFADD, PCI_CADDR1(0, 0, 0, PCI_CONF_VENID)); in pci_check_neptune()
108 outl(PCI_CONFADD, tmp); in pci_check_neptune()
134 outl(PCI_CONFADD, PCI_CADDR1(0, 0, 0, 0)); in pci_neptune_disable()
H A Dlgrpplat.c3548 outl(PCI_CONFADD, OPT_PCI_ECS_ADDR(bus, dev, in opt_get_numa_config()
3564 outl(PCI_CONFADD, OPT_PCI_ECS_ADDR(bus, dev, in opt_get_numa_config()
3640 outl(PCI_CONFADD, PCI_CADDR1(0, dev, OPT_PCS_FUNC_DRAM, in opt_probe_vendor()
/titanic_44/usr/src/uts/common/sys/
H A Dpci_impl.h71 #define PCI_CONFADD 0xcf8 macro
/titanic_44/usr/src/cmd/mdb/intel/kmdb/
H A Dkvm_isadep.c463 if (kmt_iowrite(mdb.m_target, &addr, sizeof (addr), PCI_CONFADD) != in kmt_pcicfg_common()