Lines Matching defs:oem
902 struct sci_oem_params *oem = &ihost->oem_parameters;
920 if (oem->controller.mode_type == SCIC_PORT_MANUAL_CONFIGURATION_MODE) {
1652 int sci_oem_parameters_validate(struct sci_oem_params *oem, u8 version)
1657 if (oem->ports[i].phy_mask > SCIC_SDS_PARM_PHY_MASK_MAX)
1661 if (oem->phys[i].sas_address.high == 0 &&
1662 oem->phys[i].sas_address.low == 0)
1665 if (oem->controller.mode_type == SCIC_PORT_AUTOMATIC_CONFIGURATION_MODE) {
1667 if (oem->ports[i].phy_mask != 0)
1669 } else if (oem->controller.mode_type == SCIC_PORT_MANUAL_CONFIGURATION_MODE) {
1673 phy_mask |= oem->ports[i].phy_mask;
1680 if (oem->controller.max_concurr_spin_up > MAX_CONCURRENT_DEVICE_SPIN_UP_COUNT ||
1681 oem->controller.max_concurr_spin_up < 1)
1684 if (oem->controller.do_enable_ssc) {
1685 if (version < ISCI_ROM_VER_1_1 && oem->controller.do_enable_ssc != 1)
1689 u8 test = oem->controller.ssc_sata_tx_spread_level;
1702 test = oem->controller.ssc_sas_tx_spread_level;
1703 if (oem->controller.ssc_sas_tx_type == 0) {
1712 } else if (oem->controller.ssc_sas_tx_type == 1) {
1924 const struct sci_oem_params *oem = &ihost->oem_parameters;
1983 const struct sci_phy_oem_params *oem_phy = &oem->phys[phy_id];