Home
last modified time | relevance | path

Searched refs:pci_revision (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sys/dev/isci/scil/
Dscic_sds_library.c125 this_library->pci_revision = SCIC_SDS_PCI_REVISION_A0; in scic_library_set_pci_info()
127 this_library->pci_revision = SCIC_SDS_PCI_REVISION_A2; in scic_library_set_pci_info()
129 this_library->pci_revision = SCIC_SDS_PCI_REVISION_B0; in scic_library_set_pci_info()
136 this_library->pci_revision = SCIC_SDS_PCI_REVISION_A2; in scic_library_set_pci_info()
138 this_library->pci_revision = pci_header->revision; in scic_library_set_pci_info()
212 (this_library->pci_revision == SCU_PBG_HBA_REV_B0) in scic_library_get_pci_device_controller_count()
213 || (this_library->pci_revision == SCU_PBG_HBA_REV_C0) in scic_library_get_pci_device_controller_count()
214 || (this_library->pci_revision == SCU_PBG_HBA_REV_C1) in scic_library_get_pci_device_controller_count()
Dscic_sds_controller.c1035 (this_controller->pci_revision != SCIC_SDS_PCI_REVISION_A0) in scic_sds_controller_afe_initialization()
1036 && (this_controller->pci_revision != SCIC_SDS_PCI_REVISION_A2) in scic_sds_controller_afe_initialization()
1037 && (this_controller->pci_revision != SCIC_SDS_PCI_REVISION_B0) in scic_sds_controller_afe_initialization()
1038 && (this_controller->pci_revision != SCIC_SDS_PCI_REVISION_C0) in scic_sds_controller_afe_initialization()
1039 && (this_controller->pci_revision != SCIC_SDS_PCI_REVISION_C1) in scic_sds_controller_afe_initialization()
1046 this_controller->pci_revision = SCIC_SDS_PCI_REVISION_C1; in scic_sds_controller_afe_initialization()
1059 (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_B0) in scic_sds_controller_afe_initialization()
1060 || (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C0) in scic_sds_controller_afe_initialization()
1061 || (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C1) in scic_sds_controller_afe_initialization()
1071 if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_A0) in scic_sds_controller_afe_initialization()
[all …]
Dscic_sds_library.h99 U8 pci_revision; member
Dscic_sds_pci.c116 if (this_controller->pci_revision == SCU_PBG_HBA_REV_B0) in scic_sds_pci_bar_initialization()
Dscic_sds_controller.h389 enum SCU_CONTROLLER_PCI_REVISION_CODE pci_revision; member
Dscic_sds_phy.c348 (this_phy->owning_port->owning_controller->pci_revision == SCIC_SDS_PCI_REVISION_C0) in scic_sds_phy_link_layer_initialization()
349 || (this_phy->owning_port->owning_controller->pci_revision == SCIC_SDS_PCI_REVISION_C1) in scic_sds_phy_link_layer_initialization()