Lines Matching defs:oem
904 struct sci_oem_params *oem = &ihost->oem_parameters;
922 if (oem->controller.mode_type == SCIC_PORT_MANUAL_CONFIGURATION_MODE) {
1654 int sci_oem_parameters_validate(struct sci_oem_params *oem, u8 version)
1659 if (oem->ports[i].phy_mask > SCIC_SDS_PARM_PHY_MASK_MAX)
1663 if (oem->phys[i].sas_address.high == 0 &&
1664 oem->phys[i].sas_address.low == 0)
1667 if (oem->controller.mode_type == SCIC_PORT_AUTOMATIC_CONFIGURATION_MODE) {
1669 if (oem->ports[i].phy_mask != 0)
1671 } else if (oem->controller.mode_type == SCIC_PORT_MANUAL_CONFIGURATION_MODE) {
1675 phy_mask |= oem->ports[i].phy_mask;
1682 if (oem->controller.max_concurr_spin_up > MAX_CONCURRENT_DEVICE_SPIN_UP_COUNT ||
1683 oem->controller.max_concurr_spin_up < 1)
1686 if (oem->controller.do_enable_ssc) {
1687 if (version < ISCI_ROM_VER_1_1 && oem->controller.do_enable_ssc != 1)
1691 u8 test = oem->controller.ssc_sata_tx_spread_level;
1704 test = oem->controller.ssc_sas_tx_spread_level;
1705 if (oem->controller.ssc_sas_tx_type == 0) {
1714 } else if (oem->controller.ssc_sas_tx_type == 1) {
1926 const struct sci_oem_params *oem = &ihost->oem_parameters;
1985 const struct sci_phy_oem_params *oem_phy = &oem->phys[phy_id];