Home
last modified time | relevance | path

Searched refs:phy_tuning (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/mvsas/
Dmv_94xx.c36 struct phy_tuning phy_tuning) in set_phy_tuning() argument
83 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()
Dmv_sas.h240 struct phy_tuning { struct
300 struct phy_tuning phy_tuning[8]; member
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch47018 + * @phy_tuning: phy default parameters tuning.
47027 + int (*phy_tuning)(struct rockchip_usb2phy *rphy);
48829 + if (rphy->phy_cfg->phy_tuning) {
48830 + ret = rphy->phy_cfg->phy_tuning(rphy);
49386 + if (rphy->phy_cfg->phy_tuning)
49387 + ret = rphy->phy_cfg->phy_tuning(rphy);
49507 + .phy_tuning = rk312x_usb2phy_tuning,
49559 + .phy_tuning = rk3228_usb2phy_tuning,
49623 + .phy_tuning = rk3308_usb2phy_tuning,
49680 + .phy_tuning = rk3328_usb2phy_tuning,
[all …]