Searched refs:PCI_CADDR1 (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_neptune.c | 103 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 D | pci_mech1_amd.c | 84 (PCI_CADDR1((b), (d), (f), (r)) | ((((r) >> 8) & 0xf) << 24))
|
H A D | lgrpplat.c | 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 | 77 #define PCI_CADDR1(bus, device, function, reg) \ macro
|
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/ |
H A D | kvm_isadep.c | 428 addr = PCI_CADDR1(bus, dev, func, off); in kmt_pcicfg_common()
|