Home
last modified time | relevance | path

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

123

/openbsd/sys/dev/pci/
H A Dehci_pci.c149 (PCI_REVISION(pa->pa_class) & 0xf0) == 0x60) { in ehci_pci_attach()
342 (PCI_REVISION(pa->pa_class) == 0x3a || in ehci_sb700_match()
343 PCI_REVISION(pa->pa_class) == 0x3b)) in ehci_sb700_match()
H A Dif_bwi_pci.c101 PCI_REVISION(pa->pa_class) == 0x02) in bwi_pci_match()
158 sc->sc_pci_revid = PCI_REVISION(pa->pa_class); in bwi_pci_attach()
H A Dsiop_pci.c63 pp = siop_lookup_product(pa->pa_id, PCI_REVISION(pa->pa_class)); in siop_pci_match()
H A Dqlw_pci.c167 switch (PCI_REVISION(pa->pa_class)) { in qlw_pci_attach()
189 if (PCI_REVISION(pa->pa_class) < 2) in qlw_pci_attach()
H A Dif_rl_pci.c107 PCI_REVISION(pa->pa_class) == 0x10) in rl_pci_match()
H A Dahc_pci.c1445 rev = PCI_REVISION(ahc->bd->class); in ahc_aic785X_setup()
1461 rev = PCI_REVISION(ahc->bd->class); in ahc_aic7860_setup()
1534 rev = PCI_REVISION(ahc->bd->class); in ahc_aic7880_setup()
1583 rev = PCI_REVISION(ahc->bd->class); in ahc_aic7890_setup()
1612 rev = PCI_REVISION(ahc->bd->class); in ahc_aic7895_setup()
H A Dif_rtw_pci.c164 sc->sc_rev = PCI_REVISION(pa->pa_class); in rtw_pci_attach()
H A Dif_dc_pci.c139 PCI_REVISION(pa->pa_class) == 0x21) in dc_pci_match()
212 sc->dc_revision = PCI_REVISION(pa->pa_class); in dc_pci_attach()
H A Dpiixpm.c146 PCI_REVISION(pa->pa_class) >= 0x40)) { in piixpm_attach()
166 PCI_REVISION(pa->pa_class) >= 0x1f) || in piixpm_attach()
H A Dif_atw_pci.c151 sc->sc_rev = PCI_REVISION(pa->pa_class); in atw_pci_attach()
H A Dif_fxp_pci.c155 sc->sc_revision = PCI_REVISION(pa->pa_class); in fxp_pci_attach()
H A Dif_re_pci.c103 PCI_REVISION(pa->pa_class) == 0x20) in re_pci_probe()
H A Dpci_subr.c352 revision = PCI_REVISION(class_reg); in pci_devinfo()
H A Dvirtio_pci.c361 PCI_REVISION(pa->pa_class) == 0) in virtio_pci_match()
601 revision = PCI_REVISION(pa->pa_class); in virtio_pci_attach()
H A Dsiop_pci_common.c217 siop_lookup_product(pa->pa_id, PCI_REVISION(pa->pa_class)); in siop_pci_attach_common()
H A Dpcireg.h133 #define PCI_REVISION(cr) \ macro
H A Dahci_pci.c233 PCI_REVISION(pa->pa_class) << PCI_REVISION_SHIFT); in ahci_ati_sb_idetoahci()
/openbsd/sys/arch/alpha/pci/
H A Dirongate.c101 icp->ic_rev = PCI_REVISION(reg); in irongate_init()
/openbsd/sys/dev/cardbus/
H A Dif_fxp_cardbus.c162 sc->sc_revision = PCI_REVISION(ca->ca_class); in fxp_cardbus_attach()
H A Dif_bwi_cardbus.c137 sc->sc_pci_revid = PCI_REVISION(ca->ca_class); in bwi_cardbus_attach()
H A Dif_atw_cardbus.c139 sc->sc_rev = PCI_REVISION(ca->ca_class); in atw_cardbus_attach()
H A Dif_dc_cardbus.c228 sc->dc_revision = PCI_REVISION(ca->ca_class); in dc_cardbus_attach()
H A Dif_rtw_cardbus.c202 rev = PCI_REVISION(ca->ca_class); in rtw_cardbus_attach()
/openbsd/sys/arch/i386/pci/
H A Dichpcib.c233 PCI_REVISION(br_class) < 5) { in ichss_present()
H A Dpchb.c240 if (PCI_REVISION(pa->pa_class) < 0x3) { in pchbattach()

123