Searched defs:phy_cfg (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dmcdi_port.c262 struct efx_mcdi_phy_data *phy_cfg = efx->phy_data; local
268 if (phy_cfg->flags & (1 << MC_CMD_GET_PHY_CFG_OUT_TXDIS_LBN))
270 if (phy_cfg->flags & (1 << MC_CMD_GET_PHY_CFG_OUT_LOWPOWER_LBN))
272 if (phy_cfg->flags & (1 << MC_CMD_GET_PHY_CFG_OUT_POWEROFF_LBN))
437 struct efx_mcdi_phy_data *phy_cfg = efx->phy_data; local
440 phy_cfg->forced_cap);
451 struct efx_mcdi_phy_data *phy_cfg = efx->phy_data; local
456 if (~phy_cfg->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN))
508 struct efx_mcdi_phy_data *phy_cfg = efx->phy_data; local
513 mcdi_to_ethtool_cap(phy_cfg
536 struct efx_mcdi_phy_data *phy_cfg = efx->phy_data; local
672 struct efx_mcdi_phy_data *phy_cfg = efx->phy_data; local
711 struct efx_mcdi_phy_data *phy_cfg = efx->phy_data; local
796 struct efx_mcdi_phy_data *phy_cfg = efx->phy_data; local
[all...]
/drivers/scsi/mvsas/
H A Dmv_94xx.c182 union reg_phy_cfg phy_cfg, phy_cfg_tmp; local
185 phy_cfg.v = 0;
186 phy_cfg.u.disable_phy = phy_cfg_tmp.u.disable_phy;
187 phy_cfg.u.sas_support = 1;
188 phy_cfg.u.sata_support = 1;
189 phy_cfg.u.sata_host_mode = 1;
194 phy_cfg.u.speed_support = 1;
195 phy_cfg.u.snw_3_support = 0;
196 phy_cfg.u.tx_lnk_parity = 1;
197 phy_cfg
[all...]
/drivers/phy/
H A Dphy-exynos5-usbdrd.c141 const struct exynos5_usbdrd_phy_config *phy_cfg; member in struct:exynos5_usbdrd_phy_drvdata
153 * instances each with its 'phy' and 'phy_cfg'.
170 const struct exynos5_usbdrd_phy_config *phy_cfg; member in struct:exynos5_usbdrd_phy::phy_usb_instance
379 inst->phy_cfg->phy_init(phy_drd);
382 reg = inst->phy_cfg->set_refclk(inst);
461 inst->phy_cfg->phy_isol(inst, 0);
479 inst->phy_cfg->phy_isol(inst, 1);
525 .phy_cfg = phy_cfg_exynos5,
531 .phy_cfg = phy_cfg_exynos5,
651 phy_drd->phys[i].phy_cfg
[all...]
/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api.h319 __le32 phy_cfg; member in struct:iwl_phy_cfg_cmd

Completed in 112 milliseconds