Searched refs:phy_cfg (Results 1 – 6 of 6) sorted by relevance
262 struct efx_mcdi_phy_data *phy_cfg = efx->phy_data; in efx_get_mcdi_phy_flags() local268 if (phy_cfg->flags & (1 << MC_CMD_GET_PHY_CFG_OUT_TXDIS_LBN)) in efx_get_mcdi_phy_flags()270 if (phy_cfg->flags & (1 << MC_CMD_GET_PHY_CFG_OUT_LOWPOWER_LBN)) in efx_get_mcdi_phy_flags()272 if (phy_cfg->flags & (1 << MC_CMD_GET_PHY_CFG_OUT_POWEROFF_LBN)) in efx_get_mcdi_phy_flags()437 struct efx_mcdi_phy_data *phy_cfg = efx->phy_data; in efx_mcdi_port_reconfigure() local440 phy_cfg->forced_cap); in efx_mcdi_port_reconfigure()451 struct efx_mcdi_phy_data *phy_cfg = efx->phy_data; in efx_mcdi_phy_check_fcntl() local456 if (~phy_cfg->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_check_fcntl()508 struct efx_mcdi_phy_data *phy_cfg = efx->phy_data; in efx_mcdi_phy_get_settings() local513 mcdi_to_ethtool_cap(phy_cfg->media, phy_cfg->supported_cap); in efx_mcdi_phy_get_settings()[all …]
141 const struct exynos5_usbdrd_phy_config *phy_cfg; member178 const struct exynos5_usbdrd_phy_config *phy_cfg; member388 inst->phy_cfg->phy_init(phy_drd); in exynos5_usbdrd_phy_init()391 reg = inst->phy_cfg->set_refclk(inst); in exynos5_usbdrd_phy_init()484 inst->phy_cfg->phy_isol(inst, 0); in exynos5_usbdrd_phy_power_on()511 inst->phy_cfg->phy_isol(inst, 1); in exynos5_usbdrd_phy_power_off()615 .phy_cfg = phy_cfg_exynos5,622 .phy_cfg = phy_cfg_exynos5,628 .phy_cfg = phy_cfg_exynos5,635 .phy_cfg = phy_cfg_exynos5,[all …]
182 union reg_phy_cfg phy_cfg, phy_cfg_tmp; in set_phy_rate() local185 phy_cfg.v = 0; in set_phy_rate()186 phy_cfg.u.disable_phy = phy_cfg_tmp.u.disable_phy; in set_phy_rate()187 phy_cfg.u.sas_support = 1; in set_phy_rate()188 phy_cfg.u.sata_support = 1; in set_phy_rate()189 phy_cfg.u.sata_host_mode = 1; in set_phy_rate()194 phy_cfg.u.speed_support = 1; in set_phy_rate()195 phy_cfg.u.snw_3_support = 0; in set_phy_rate()196 phy_cfg.u.tx_lnk_parity = 1; in set_phy_rate()197 phy_cfg.u.tx_spt_phs_lnk_rate = 0x30; in set_phy_rate()[all …]
68 u32 phy_cfg; /* 0x14: USB phy config */ member
301 phy_cfg_cmd.phy_cfg = cpu_to_le32(iwl_mvm_get_phy_config(mvm)); in iwl_send_phy_cfg_cmd()308 phy_cfg_cmd.phy_cfg); in iwl_send_phy_cfg_cmd()
326 __le32 phy_cfg; member