Searched refs:phy_tuning (Results 1 – 3 of 3) 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
176 int (*phy_tuning)(struct rockchip_usb2phy *rphy); member1400 if (rphy->phy_cfg->phy_tuning) { in rockchip_usb2phy_probe()1401 ret = rphy->phy_cfg->phy_tuning(rphy); in rockchip_usb2phy_probe()1835 .phy_tuning = rk3588_usb2phy_tuning,1872 .phy_tuning = rk3588_usb2phy_tuning,1909 .phy_tuning = rk3588_usb2phy_tuning,1930 .phy_tuning = rk3588_usb2phy_tuning,