Home
last modified time | relevance | path

Searched refs:PCI_REVISION (Results 1 – 25 of 33) sorted by relevance

12

/mirbsd/src/sys/dev/pci/
Dsiop_pci.c72 pp = siop_lookup_product(pa->pa_id, PCI_REVISION(pa->pa_class));
Dahc_pci.c1382 rev = PCI_REVISION(ahc->bd->class); in ahc_aic785X_setup()
1397 rev = PCI_REVISION(ahc->bd->class); in ahc_aic7860_setup()
1468 rev = PCI_REVISION(ahc->bd->class); in ahc_aic7880_setup()
1516 rev = PCI_REVISION(ahc->bd->class); in ahc_aic7890_setup()
1543 rev = PCI_REVISION(ahc->bd->class); in ahc_aic7895_setup()
Dif_dc_pci.c142 PCI_REVISION(pa->pa_class) == 0x21)
274 sc->dc_revision = revision = PCI_REVISION(pa->pa_class);
Duhci_pci.c107 printf(": %s (rev. 0x%02x)", devinfo, PCI_REVISION(pa->pa_class)); in uhci_pci_attach()
Dif_fxp_pci.c166 sc->sc_revision = PCI_REVISION(pa->pa_class);
Dohci_pci.c113 printf(": %s (rev. 0x%02x)", devinfo, PCI_REVISION(pa->pa_class)); in ohci_pci_attach()
Dpci_subr.c340 revision = PCI_REVISION(class_reg); in pci_devinfo()
Dehci_pci.c124 PCI_REVISION(pa->pa_class)); in ehci_pci_attach()
Dpcireg.h135 #define PCI_REVISION(cr) \ macro
Disic_pci_elsa_qs1p.c229 if (PCI_REVISION(pa->pa_class) == 1 && psc->sc_base & 0x00000080) {
Dsiop_pci_common.c231 siop_lookup_product(pa->pa_id, PCI_REVISION(pa->pa_class));
Dautri.c510 sc->sc_revision = PCI_REVISION(pa->pa_class);
1095 PCI_REVISION(sc->sc_class));
Dpciide.c879 sc->sc_rev = PCI_REVISION(pa->pa_class); in pciide_attach()
2583 if (PCI_REVISION(pcib_class) >= 0x02) { in apollo_chip_map()
2592 if (PCI_REVISION(pcib_class) >= 0x12) { in apollo_chip_map()
2602 if (PCI_REVISION(pcib_class) >= 0x40) { in apollo_chip_map()
4242 PCI_REVISION(pa->pa_class) >= sis_hostbr_type[i].rev) in sis_hostbr_match()
4253 PCI_REVISION(pa->pa_class) >= 0x10); in sis_south_match()
Dncr.c3547 u_char rev = PCI_REVISION(pa->pa_class);
3565 u_char rev = PCI_REVISION(pa->pa_class); in ncr_probe()
3654 u_char rev = PCI_REVISION(pa->pa_class);
Dif_vr.c694 sc->vr_revid = PCI_REVISION(pa->pa_class);
Dif_stge.c413 sc->sc_rev = PCI_REVISION(pa->pa_class); in stge_attach()
Dtga.c461 rev = PCI_REVISION(pa->pa_class);
Dauich.c463 PCI_REVISION(pa->pa_class));
/mirbsd/src/sys/arch/i386/pci/
Dichpcib.c173 PCI_REVISION(br_class) < 5) in ichss_present()
Dpchb.c233 if (PCI_REVISION(pa->pa_class) < 0x3) {
/mirbsd/src/sys/dev/cardbus/
Dif_fxp_cardbus.c195 sc->sc_revision = PCI_REVISION(ca->ca_class);
Dif_atw_cardbus.c164 sc->sc_rev = PCI_REVISION(ca->ca_class); in atw_cardbus_attach()
Dif_dc_cardbus.c205 sc->dc_revision = PCI_REVISION(ca->ca_class);
Dif_rtw_cardbus.c224 rev = PCI_REVISION(ca->ca_class); in rtw_cardbus_attach()
/mirbsd/src/sys/dev/pci/bktr/
Dbktr_os.c1016 rev = PCI_REVISION(pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_CLASS_REG)); in bktr_attach()

12