Searched refs:PCI_CLASS_REG (Results 26 - 50 of 62) sorted by relevance

123

/netbsd-current/usr.sbin/pcictl/
H A Dpcictl.c437 if (pcibus_conf_read(pcifd, bus, dev, func, PCI_CLASS_REG, &class) != 0)
/netbsd-current/sys/arch/hppa/dev/
H A Dssio.c153 pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_CLASS_REG,
/netbsd-current/sys/arch/arm/acpi/
H A Dacpi_pci_layerscape_gen4.c289 const pcireg_t cr = bus_space_read_4(pcie->bst, pcie->bsh, PCI_CLASS_REG);
/netbsd-current/sys/arch/atari/pci/
H A Dpci_vga.c163 class = pci_conf_read(pc, tag, PCI_CLASS_REG);
H A Dpci_machdep.c364 class = pci_conf_read(pc, tag, PCI_CLASS_REG);
/netbsd-current/sys/arch/x86/pci/
H A Dpci_machdep.c449 x = pci_conf_read(NULL, t, PCI_CLASS_REG);
515 class = pci_conf_read(pc, tag, PCI_CLASS_REG);
970 reg = pci_conf_read(pc, tag, PCI_CLASS_REG);
/netbsd-current/sys/arch/macppc/pci/
H A Dpci_machdep.c312 cr = pci_conf_read(pc, tag, PCI_CLASS_REG);
/netbsd-current/sys/dev/pci/
H A Dhptide.c289 PCI_REVISION(pci_conf_read(sc->sc_pc, sc->sc_tag, PCI_CLASS_REG));
H A Dpci.c327 pciclass = pci_conf_read(pc, tag, PCI_CLASS_REG);
1373 priv->p_class = pci_conf_read(priv->p_pc, priv->p_tag, PCI_CLASS_REG);
H A Dpciconf.c605 classreg = pci_conf_read(pb->pc, tag, PCI_CLASS_REG);
1313 classreg = pci_conf_read(pd->pc, pd->tag, PCI_CLASS_REG);
H A Dpiixide.c552 sc->sc_tag, PCI_CLASS_REG));
H A Dviaide.c744 pci_conf_read(sc->sc_pc, sc->sc_tag, PCI_CLASS_REG));
/netbsd-current/sys/arch/arc/pci/
H A Dnecpb.c226 class = necpb_conf_read(pc, tag, PCI_CLASS_REG);
/netbsd-current/sys/arch/evbarm/adi_brh/
H A Dbrh_machdep.c649 PCI_CLASS_REG;
/netbsd-current/sys/arch/evbmips/loongson/
H A Dmachdep.c530 reg = pci_conf_read(&bonito_pc, pcitag, PCI_CLASS_REG);
/netbsd-current/sys/arch/sandpoint/stand/altboot/
H A Dstg.c242 if (PCI_REVISION(pcicfgread(tag, PCI_CLASS_REG)) >= 6) {
H A Dbrdsetup.c261 else if (PCI_CLASS(pcicfgread(dev11, PCI_CLASS_REG)) == PCI_CLASS_ETH) {
/netbsd-current/sys/arch/powerpc/pci/
H A Dpci_machdep_ofw.c503 class = pci_conf_read(pct, tag, PCI_CLASS_REG);
/netbsd-current/sys/arch/alpha/pci/
H A Dpci_machdep.c115 class = pci_conf_read(pc, tag, PCI_CLASS_REG);
/netbsd-current/sys/arch/sparc/sparc/
H A Dpci_fixup.c356 val = pci_conf_read(NULL, tag, PCI_CLASS_REG);
/netbsd-current/sys/arch/arm/s3c2xx0/
H A Ds3c2800_pci.c290 sc->sc_reg_ioh, PCI_CLASS_REG);
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm53xx_pax.c443 && reg == PCI_CLASS_REG) {
/netbsd-current/sys/dev/marvell/
H A Dgt.c253 gt_write(gt, GTPCI_CA(0), PCI_CLASS_REG);
/netbsd-current/sys/dev/cardbus/
H A Dcardbus.c517 class = cardbus_conf_read(cc, cf, tag, PCI_CLASS_REG);
/netbsd-current/sys/arch/arm/nxp/
H A Dimxpcie.c592 PCIE_WRITE(sc, PCI_CLASS_REG,

Completed in 399 milliseconds

123