Searched refs:phy_tuning (Results 1 – 2 of 2) sorted by relevance
36 struct phy_tuning phy_tuning) in set_phy_tuning() argument83 tmp |= (((phy_tuning.trans_emp_en << 11) | in set_phy_tuning()84 (phy_tuning.trans_emp_amp << 7) | in set_phy_tuning()85 (phy_tuning.trans_amp << 1)) << 16); in set_phy_tuning()92 tmp |= (phy_tuning.trans_amp_adj << 14); in set_phy_tuning()206 temp = (u32)(*(u32 *)&mvi->hba_info_param.phy_tuning[phy_id]); in mvs_94xx_config_reg_from_hba()208 mvi->hba_info_param.phy_tuning[phy_id].trans_emp_amp = 0x6; in mvs_94xx_config_reg_from_hba()209 mvi->hba_info_param.phy_tuning[phy_id].trans_amp = 0x1A; in mvs_94xx_config_reg_from_hba()210 mvi->hba_info_param.phy_tuning[phy_id].trans_amp_adj = 0x3; in mvs_94xx_config_reg_from_hba()237 mvi->hba_info_param.phy_tuning[phy_id]); in mvs_94xx_config_reg_from_hba()
240 struct phy_tuning { struct300 struct phy_tuning phy_tuning[8]; member