Home
last modified time | relevance | path

Searched refs:PCIY_PCIX (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/oce/
H A Doce_hw.c199 if (pci_find_cap(sc->dev, PCIY_PCIX, &val) == 0) { in oce_get_pci_capabilities()
/freebsd/sys/dev/pci/
H A Dpcireg.h141 #define PCIY_PCIX 0x07 /* PCI-X */ macro
H A Dpci.c979 case PCIY_PCIX: /* PCI-X */ in pci_read_cap()
/freebsd/sys/dev/aic7xxx/
H A Daic79xx_pci.c363 pci_find_cap(ahd->dev_softc, PCIY_PCIX, &ahd->pcix_ptr); in ahd_pci_config()
/freebsd/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c345 case PCIY_PCIX: in fsl_pcib_attach()
/freebsd/usr.sbin/pciconf/
H A Dcap.c913 case PCIY_PCIX: in ecap_vendor()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h621 #define PCI_CAP_ID_PCIX PCIY_PCIX
/freebsd/sys/dev/msk/
H A Dif_msk.c1826 } else if (pci_find_cap(sc->msk_dev, PCIY_PCIX, &reg) == 0) { in mskc_attach()
/freebsd/sys/dev/bge/
H A Dif_bge.c3586 if (pci_find_cap(dev, PCIY_PCIX, &reg) == 0) in bge_attach()
/freebsd/sys/dev/bce/
H A Dif_bce.c815 if (pci_find_cap(dev, PCIY_PCIX, &reg) == 0) { in bce_probe_pci_caps()