Searched refs:PCIY_PCIX (Results 1 – 11 of 11) sorted by relevance
| /freebsd-9-stable/sys/dev/oce/ |
| D | oce_hw.c | 211 if (pci_find_extcap(sc->dev, PCIY_PCIX, &val) == 0) { in oce_get_pci_capabilities()
|
| /freebsd-9-stable/sys/dev/pci/ |
| D | pcireg.h | 108 #define PCIY_PCIX 0x07 /* PCI-X */ macro
|
| D | pci.c | 781 case PCIY_PCIX: /* PCI-X */ in pci_read_cap()
|
| /freebsd-9-stable/usr.sbin/pciconf/ |
| D | cap.c | 567 case PCIY_PCIX: in list_caps()
|
| /freebsd-9-stable/sys/ofed/include/linux/ |
| D | pci.h | 350 #define PCI_CAP_ID_PCIX PCIY_PCIX
|
| /freebsd-9-stable/sys/dev/aic7xxx/ |
| D | aic79xx_pci.c | 370 pci_find_cap(ahd->dev_softc, PCIY_PCIX, &ahd->pcix_ptr); in ahd_pci_config()
|
| /freebsd-9-stable/sys/powerpc/mpc85xx/ |
| D | pci_fdt.c | 265 case PCIY_PCIX: in fsl_pcib_attach()
|
| /freebsd-9-stable/sys/sparc64/pci/ |
| D | schizo.c | 1498 pci_find_cap(child, PCIY_PCIX, &capreg) == 0) in schizo_setup_device()
|
| /freebsd-9-stable/sys/dev/msk/ |
| D | if_msk.c | 1838 } else if (pci_find_cap(sc->msk_dev, PCIY_PCIX, ®) == 0) { in mskc_attach()
|
| /freebsd-9-stable/sys/dev/bge/ |
| D | if_bge.c | 3618 if (pci_find_cap(dev, PCIY_PCIX, ®) == 0) in bge_attach()
|
| /freebsd-9-stable/sys/dev/bce/ |
| D | if_bce.c | 804 if (pci_find_cap(dev, PCIY_PCIX, ®) == 0) { in bce_probe_pci_caps()
|