Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_mech1.c63 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 Dpci_neptune.c103 outl(PCI_CONFADD, PCI_CADDR1(0, 0, 0, PCI_CONF_VENID)); in pci_check_neptune()
132 outl(PCI_CONFADD, PCI_CADDR1(0, 0, 0, 0)); in pci_neptune_disable()
H A Dpci_mech1_amd.c84 (PCI_CADDR1((b), (d), (f), (r)) | ((((r) >> 8) & 0xf) << 24))
H A Dlgrpplat.c3642 outl(PCI_CONFADD, PCI_CADDR1(0, dev, OPT_PCS_FUNC_DRAM, in opt_probe_vendor()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_impl.h77 #define PCI_CADDR1(bus, device, function, reg) \ macro
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkvm_isadep.c439 addr = PCI_CADDR1(bus, dev, func, off); in kmt_pcicfg_common()