Home
last modified time | relevance | path

Searched refs:SCIC_SDS_PCI_REVISION_C0 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_pci.h78 #define SCIC_SDS_PCI_REVISION_C0 5 macro
86 SCU_PBG_HBA_REV_C0 = SCIC_SDS_PCI_REVISION_C0,
H A Dscic_sds_controller.c1038 && (this_controller->pci_revision != SCIC_SDS_PCI_REVISION_C0) in scic_sds_controller_afe_initialization()
1060 || (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C0) in scic_sds_controller_afe_initialization()
1076 || (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C0) ) in scic_sds_controller_afe_initialization()
1091 || (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C0) ) in scic_sds_controller_afe_initialization()
1154 else if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C0) in scic_sds_controller_afe_initialization()
1221 else if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C0) in scic_sds_controller_afe_initialization()
1284 else if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C0) in scic_sds_controller_afe_initialization()
1327 else if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C0) in scic_sds_controller_afe_initialization()
H A Dscic_sds_phy.c348 (this_phy->owning_port->owning_controller->pci_revision == SCIC_SDS_PCI_REVISION_C0) in scic_sds_phy_link_layer_initialization()