/src/sys/arch/sandpoint/stand/altboot/ |
pci.c | 164 pciid = cfgread(bus, device, 0, PCI_ID_REG); 172 pciid = cfgread(bus, device, function, PCI_ID_REG); 193 val = cfgread(bus, dev, func, PCI_ID_REG); 330 pciid = cfgread(bus, dev, func, PCI_ID_REG); 350 pciid = cfgread(bus, device, 0, PCI_ID_REG); 367 pciid = cfgread(bus, device, function, PCI_ID_REG);
|
brdsetup.c | 263 if (PCI_VENDOR(pcicfgread(dev11, PCI_ID_REG)) == 0x1317) 265 else if (PCI_VENDOR(pcicfgread(dev11, PCI_ID_REG)) == 0x10ec) { 266 if (PCI_PRODUCT(pcicfgread(dev12,PCI_ID_REG)) != 0x3512) 272 else if (PCI_VENDOR(pcicfgread(dev15, PCI_ID_REG)) == 0x1148 273 || PCI_VENDOR(pcicfgread(dev15, PCI_ID_REG)) == 0x11ab) { 277 else if (PCI_VENDOR(pcicfgread(dev13, PCI_ID_REG)) == 0x1106) { 281 else if (PCI_VENDOR(pcicfgread(dev16, PCI_ID_REG)) == 0x1191) { 285 else if (PCI_VENDOR(pcicfgread(dev16, PCI_ID_REG)) == 0x1283 286 || PCI_VENDOR(pcicfgread(dev16, PCI_ID_REG)) == 0x1095) { 290 else if (PCI_VENDOR(pcicfgread(dev15, PCI_ID_REG)) == 0x808 [all...] |
siisata.c | 55 v = pcicfgread(tag, PCI_ID_REG); 77 idreg = pcicfgread(tag, PCI_ID_REG);
|
globals.h | 98 #define PCI_ID_REG 0x00
|
kse.c | 116 v = pcicfgread(tag, PCI_ID_REG); 155 val = pcicfgread(tag, PCI_ID_REG);
|
sip.c | 124 v = pcicfgread(tag, PCI_ID_REG); 141 val = pcicfgread(tag, PCI_ID_REG);
|
/src/sys/arch/x86/pci/ |
pci_bus_fixup.c | 79 reg = pci_conf_read(pc, tag, PCI_ID_REG); 100 reg = pci_conf_read(pc, tag, PCI_ID_REG);
|
pci_machdep.c | 453 x = pci_conf_read(NULL, t, PCI_ID_REG); 515 id = pci_conf_read(pc, tag, PCI_ID_REG); 817 idreg = pci_conf_read(NULL, t, PCI_ID_REG); /* needs "pci_mode" */ 916 id = pci_conf_read(pc, tag, PCI_ID_REG); 938 id = pci_conf_read(pc, tag, PCI_ID_REG);
|
/src/sys/arch/macppc/macppc/ |
rbus_machdep.c | 140 x = pci_conf_read(pc, tag, PCI_ID_REG); 152 x = pci_conf_read(pc, tag, PCI_ID_REG);
|
/src/sys/dev/pci/ |
puccn.c | 112 reg = pci_conf_read(pa.pa_pc, pa.pa_tag, PCI_ID_REG); 131 PCI_ID_REG);
|
agp_amd64.c | 171 reg = pci_conf_read(pa->pa_pc, tag, PCI_ID_REG); 191 reg = pci_conf_read(pa->pa_pc, tag, PCI_ID_REG); 222 id = pci_conf_read(pa->pa_pc, tag, PCI_ID_REG);
|
/src/sys/arch/powerpc/ibm4xx/pci/ |
pchb.c | 100 id = pci_conf_read(pc, tag, PCI_ID_REG); 138 id = pci_conf_read(pc, tag, PCI_ID_REG);
|
/src/sys/arch/alpha/pci/ |
irongate_pci.c | 90 if (b == 0 && d == IRONGATE_PCIHOST_DEV && offset == PCI_ID_REG)
|
irongate.c | 177 irongate_conf_read0(icp, tag, PCI_ID_REG);
|
/src/sys/arch/evbmips/loongson/ |
gdium_machdep.c | 136 id = pci_conf_read(pc, tag, PCI_ID_REG); 146 id = pci_conf_read(pc, tag, PCI_ID_REG); 157 id = pci_conf_read(pc, tag, PCI_ID_REG);
|
/src/sys/arch/sandpoint/pci/ |
pci_machdep.c | 136 dev15 = pci_conf_read(pba->pba_pc, tag, PCI_ID_REG); 143 dev13 = pci_conf_read(pba->pba_pc, tag, PCI_ID_REG); 150 dev16 = pci_conf_read(pba->pba_pc, tag, PCI_ID_REG);
|
/src/sys/arch/bebox/stand/boot/ |
pci.c | 71 #define DEVID (PCI_ID_REG >> 2)
|
/src/sys/arch/evbmips/loongson/dev/ |
glx.c | 365 case PCI_ID_REG: 491 case PCI_ID_REG: 616 case PCI_ID_REG: 718 case PCI_ID_REG: 838 case PCI_ID_REG:
|
/src/sys/arch/macppc/pci/ |
pci_machdep.c | 177 id = pci_conf_read(pc, tag, PCI_ID_REG); 190 isp = pci_conf_read(pc, tag_isp, PCI_ID_REG); 293 id = pci_conf_read(pc, tag, PCI_ID_REG);
|
/src/sys/arch/evbarm/iq80310/ |
iq80310_pci.c | 169 reg = pci_conf_read(pa->pa_pc, tag, PCI_ID_REG);
|
/src/sys/arch/i386/pci/ |
pci_intr_fixup.c | 667 id = pci_conf_read(pc, tag, PCI_ID_REG); 803 icuid = pci_conf_read(pc, icutag, PCI_ID_REG); 825 icuid = pci_conf_read(pc, icutag, PCI_ID_REG); 847 icuid = pci_conf_read(pc, icutag, PCI_ID_REG);
|
/src/sys/arch/prep/stand/boot/ |
pci.c | 59 #define DEVID (PCI_ID_REG >> 2)
|
/src/usr.sbin/pcictl/ |
pcictl.c | 410 func, PCI_ID_REG, &id) != 0) 435 if (pcibus_conf_read(pcifd, bus, dev, func, PCI_ID_REG, &id) != 0)
|
/src/sys/arch/arm/acpi/ |
acpi_pci_layerscape_gen4.c | 166 if (pcie->rev == 0x10 && reg == PCI_ID_REG) 176 if (pcie->rev == 0x10 && reg == PCI_ID_REG)
|
/src/sys/arch/hpcmips/vr/ |
vrpciu.c | 229 vrpciu_read(sc, VRPCIU_CONF_BASE + PCI_ID_REG)); 277 PCI_ID_REG)); 383 id = pci_conf_read(pc, pci_make_tag(pc, 0, dev, 0), PCI_ID_REG);
|