Searched refs:phy_tuning (Results 1 – 2 of 2) sorted by relevance
52 struct phy_tuning phy_tuning) in set_phy_tuning() argument99 tmp |= (((phy_tuning.trans_emp_en << 11) | in set_phy_tuning()100 (phy_tuning.trans_emp_amp << 7) | in set_phy_tuning()101 (phy_tuning.trans_amp << 1)) << 16); in set_phy_tuning()108 tmp |= (phy_tuning.trans_amp_adj << 14); in set_phy_tuning()222 temp = (u32)(*(u32 *)&mvi->hba_info_param.phy_tuning[phy_id]); in mvs_94xx_config_reg_from_hba()224 mvi->hba_info_param.phy_tuning[phy_id].trans_emp_amp = 0x6; in mvs_94xx_config_reg_from_hba()225 mvi->hba_info_param.phy_tuning[phy_id].trans_amp = 0x1A; in mvs_94xx_config_reg_from_hba()226 mvi->hba_info_param.phy_tuning[phy_id].trans_amp_adj = 0x3; in mvs_94xx_config_reg_from_hba()253 mvi->hba_info_param.phy_tuning[phy_id]); in mvs_94xx_config_reg_from_hba()
257 struct phy_tuning { struct317 struct phy_tuning phy_tuning[8]; member