Home
last modified time | relevance | path

Searched refs:phy_type (Results 1 – 25 of 110) sorted by relevance

12345

/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Drate.c345 int phy_type; in brcms_c_compute_rspec() local
348 phy_type = in brcms_c_compute_rspec()
351 if ((phy_type == PHY_TYPE_N) || (phy_type == PHY_TYPE_SSN) || in brcms_c_compute_rspec()
352 (phy_type == PHY_TYPE_LCN) || (phy_type == PHY_TYPE_HT)) { in brcms_c_compute_rspec()
381 if ((phy_type == PHY_TYPE_A) || (rxh->PhyRxStatus_0 & PRXS0_OFDM)) in brcms_c_compute_rspec()
443 uint phy_type, int bandtype, bool cck_only, in brcms_c_rateset_default() argument
448 if ((PHYTYPE_IS(phy_type, PHY_TYPE_HT)) || in brcms_c_rateset_default()
449 (PHYTYPE_IS(phy_type, PHY_TYPE_N)) || in brcms_c_rateset_default()
450 (PHYTYPE_IS(phy_type, PHY_TYPE_LCN)) || in brcms_c_rateset_default()
451 (PHYTYPE_IS(phy_type, PHY_TYPE_SSN))) { in brcms_c_rateset_default()
[all …]
Dmac80211_if.c1050 u16 phy_type; in ieee_hw_rate_init() local
1055 phy_type = brcms_c_get_phy_type(wl->wlc, 0); in ieee_hw_rate_init()
1056 if (phy_type == PHY_TYPE_N || phy_type == PHY_TYPE_LCN) { in ieee_hw_rate_init()
1059 if (phy_type == PHY_TYPE_LCN) { in ieee_hw_rate_init()
1072 if (phy_type == PHY_TYPE_N || phy_type == PHY_TYPE_LCN) { in ieee_hw_rate_init()
/drivers/net/ethernet/intel/ixgb/
Dixgb_hw.c86 if (hw->phy_type == ixgb_phy_type_txn17401) in ixgb_mac_reset()
202 ixgb_phy_type phy_type; in ixgb_identify_phy() local
211 phy_type = ixgb_phy_type_txn17401; in ixgb_identify_phy()
221 phy_type = ixgb_phy_type_txn17201; in ixgb_identify_phy()
224 phy_type = ixgb_phy_type_g6005; in ixgb_identify_phy()
229 phy_type = ixgb_phy_type_g6104; in ixgb_identify_phy()
236 phy_type = ixgb_phy_type_txn17201; in ixgb_identify_phy()
239 phy_type = ixgb_phy_type_g6005; in ixgb_identify_phy()
244 phy_type = ixgb_phy_type_unknown; in ixgb_identify_phy()
250 phy_type = ixgb_phy_type_bcm; in ixgb_identify_phy()
[all …]
/drivers/usb/phy/
Dof.c30 const char *phy_type; in of_usb_get_phy_mode() local
33 err = of_property_read_string(np, "phy_type", &phy_type); in of_usb_get_phy_mode()
38 if (!strcmp(phy_type, usbphy_modes[i])) in of_usb_get_phy_mode()
/drivers/usb/host/
Dfsl-mph-dr-of.c59 static enum fsl_usb2_phy_modes determine_usb_phy(const char *phy_type) in determine_usb_phy() argument
61 if (!phy_type) in determine_usb_phy()
63 if (!strcasecmp(phy_type, "ulpi")) in determine_usb_phy()
65 if (!strcasecmp(phy_type, "utmi")) in determine_usb_phy()
67 if (!strcasecmp(phy_type, "utmi_wide")) in determine_usb_phy()
69 if (!strcasecmp(phy_type, "utmi_dual")) in determine_usb_phy()
71 if (!strcasecmp(phy_type, "serial")) in determine_usb_phy()
/drivers/mmc/host/
Dsdhci-xenon-phy.c211 if (priv->phy_type == EMMC_5_0_PHY) in xenon_alloc_emmc_phy()
351 if (priv->phy_type == EMMC_5_1_PHY) in xenon_emmc_phy_enable_dll()
425 if (priv->phy_type == EMMC_5_0_PHY) { in xenon_emmc_phy_disable_strobe()
468 if (priv->phy_type == EMMC_5_0_PHY) { in xenon_emmc_phy_strobe_delay_adj()
564 if (priv->phy_type == EMMC_5_0_PHY) { in xenon_emmc_phy_set()
825 priv->phy_type = match_string(phy_types, NR_PHY_TYPES, phy_name); in xenon_add_phy()
826 if (priv->phy_type < 0) { in xenon_add_phy()
830 priv->phy_type = EMMC_5_1_PHY; in xenon_add_phy()
842 const char *phy_type = NULL; in xenon_phy_parse_params() local
844 if (!device_property_read_string(dev, "marvell,xenon-phy-type", &phy_type)) in xenon_phy_parse_params()
[all …]
Dsdhci-xenon.h92 int phy_type; member
/drivers/usb/dwc2/
Dparams.c64 p->phy_type = DWC2_PHY_TYPE_PARAM_UTMI; in dwc2_set_his_params()
120 p->phy_type = DWC2_PHY_TYPE_PARAM_UTMI; in dwc2_set_amlogic_params()
153 p->phy_type = DWC2_PHY_TYPE_PARAM_FS; in dwc2_set_stm32f4x9_fsotg_params()
177 p->phy_type = DWC2_PHY_TYPE_PARAM_FS; in dwc2_set_stm32mp15_fsotg_params()
278 hsotg->params.phy_type = DWC2_PHY_TYPE_PARAM_FS; in dwc2_set_param_phy_type()
280 hsotg->params.phy_type = val; in dwc2_set_param_phy_type()
287 val = hsotg->params.phy_type == DWC2_PHY_TYPE_PARAM_FS ? in dwc2_set_param_speed()
514 switch (hsotg->params.phy_type) { in dwc2_check_param_phy_type()
540 int phy_type = hsotg->params.phy_type; in dwc2_check_param_speed() local
546 (phy_type == DWC2_PHY_TYPE_PARAM_FS)) in dwc2_check_param_speed()
[all …]
/drivers/net/ethernet/sun/
Dsungem.c1165 if (gp->phy_type == phy_serialink) in gem_pcs_reinit_adv()
1198 if (gp->phy_type == phy_serialink || gp->phy_type == phy_serdes) in gem_reset()
1260 if (gp->phy_type != phy_mii_mdio0 && in gem_begin_auto_negotiation()
1261 gp->phy_type != phy_mii_mdio1) in gem_begin_auto_negotiation()
1354 } else if (gp->phy_type == phy_serialink || in gem_set_link_modes()
1355 gp->phy_type == phy_serdes) { in gem_set_link_modes()
1358 if ((pcs_lpa & PCS_MIIADV_FD) || gp->phy_type == phy_serdes) in gem_set_link_modes()
1382 (gp->phy_type == phy_mii_mdio0 || in gem_set_link_modes()
1383 gp->phy_type == phy_mii_mdio1)) { in gem_set_link_modes()
1411 if (gp->phy_type == phy_serialink || in gem_set_link_modes()
[all …]
Dsungem.h1009 enum gem_phy_type phy_type; member
1025 #define found_mii_phy(gp) ((gp->phy_type == phy_mii_mdio0 || gp->phy_type == phy_mii_mdio1) && \
Dcassini.c655 if (cp->phy_type & CAS_PHY_MII_MDIO1) in cas_mif_poll()
733 if (cp->phy_type & CAS_PHY_SERDES) { in cas_begin_auto_negotiation()
856 if (CAS_PHY_MII(cp->phy_type)) { in cas_phy_init()
893 writel((cp->phy_type & CAS_PHY_MII_MDIO0) ? in cas_phy_init()
3173 int phy_type = CAS_PHY_MII_MDIO0; /* default phy type */ in cas_get_vpd_info() local
3298 phy_type = CAS_PHY_SERDES; in cas_get_vpd_info()
3306 phy_type = CAS_PHY_SERDES; in cas_get_vpd_info()
3344 return phy_type; in cas_get_vpd_info()
3410 cp->phy_type = cas_get_vpd_info(cp, cp->dev->dev_addr, in cas_check_invariants()
3412 if (cp->phy_type & CAS_PHY_SERDES) { in cas_check_invariants()
[all …]
/drivers/net/ethernet/sfc/falcon/
Dqt202x_phy.c310 if (efx->phy_type == PHY_TYPE_QT2025C) { in qt202x_reset_phy()
374 if (efx->phy_type == PHY_TYPE_QT2025C) in qt202x_phy_init()
394 if (efx->phy_type == PHY_TYPE_QT2025C) in qt202x_phy_poll()
404 if (efx->phy_type == PHY_TYPE_QT2025C) { in qt202x_phy_reconfigure()
463 if (efx->phy_type == PHY_TYPE_QT2025C) { in qt202x_phy_get_module_eeprom()
/drivers/net/ethernet/intel/e1000/
De1000_hw.c102 hw->phy_type = e1000_phy_m88; in e1000_set_phy_type()
109 hw->phy_type = e1000_phy_igp; in e1000_set_phy_type()
112 hw->phy_type = e1000_phy_8211; in e1000_set_phy_type()
115 hw->phy_type = e1000_phy_8201; in e1000_set_phy_type()
119 hw->phy_type = e1000_phy_undefined; in e1000_set_phy_type()
959 switch (hw->phy_type) { in gbe_dhg_phy_setup()
1084 if (hw->phy_type == e1000_phy_igp) { in e1000_copper_link_igp_setup()
1325 if (hw->phy_type == e1000_phy_8201) in e1000_copper_link_autoneg()
1398 if (hw->phy_type == e1000_phy_igp) { in e1000_copper_link_postconfig()
1426 if (hw->phy_type == e1000_phy_igp) { in e1000_setup_copper_link()
[all …]
/drivers/phy/cadence/
Dphy-cadence-torrent.c304 enum cdns_torrent_phy_type phy_type; member
604 static const char *cdns_torrent_get_phy_type(enum cdns_torrent_phy_type phy_type) in cdns_torrent_get_phy_type() argument
606 switch (phy_type) { in cdns_torrent_get_phy_type()
1500 if (inst->phy_type == TYPE_PCIE || inst->phy_type == TYPE_USB) { in cdns_torrent_phy_on()
1916 enum cdns_torrent_phy_type phy_type = inst->phy_type; in cdns_torrent_phy_init() local
1931 if (phy_type == TYPE_SGMII || phy_type == TYPE_QSGMII) in cdns_torrent_phy_init()
1935 link_cmn_vals = init_data->link_cmn_vals[phy_type][TYPE_NONE][ssc]; in cdns_torrent_phy_init()
1952 xcvr_diag_vals = init_data->xcvr_diag_vals[phy_type][TYPE_NONE][ssc]; in cdns_torrent_phy_init()
1965 pcs_cmn_vals = init_data->pcs_cmn_vals[phy_type][TYPE_NONE][ssc]; in cdns_torrent_phy_init()
1976 cmn_vals = init_data->cmn_vals[ref_clk][phy_type][TYPE_NONE][ssc]; in cdns_torrent_phy_init()
[all …]
/drivers/net/ethernet/intel/e1000e/
Dphy.c2227 enum e1000_phy_type phy_type = e1000_phy_unknown; in e1000e_get_phy_type_from_id() local
2234 phy_type = e1000_phy_m88; in e1000e_get_phy_type_from_id()
2237 phy_type = e1000_phy_igp_2; in e1000e_get_phy_type_from_id()
2240 phy_type = e1000_phy_gg82563; in e1000e_get_phy_type_from_id()
2243 phy_type = e1000_phy_igp_3; in e1000e_get_phy_type_from_id()
2248 phy_type = e1000_phy_ife; in e1000e_get_phy_type_from_id()
2252 phy_type = e1000_phy_bm; in e1000e_get_phy_type_from_id()
2255 phy_type = e1000_phy_82578; in e1000e_get_phy_type_from_id()
2258 phy_type = e1000_phy_82577; in e1000e_get_phy_type_from_id()
2261 phy_type = e1000_phy_82579; in e1000e_get_phy_type_from_id()
[all …]
/drivers/net/ethernet/smsc/
Dsmc91x.c871 lp->phy_type = 0; in smc_phy_detect()
892 lp->phy_type = id1 << 16 | id2; in smc_phy_detect()
984 if (lp->phy_type == 0) in smc_phy_powerdown()
1048 if (lp->phy_type == 0) in smc_phy_configure()
1142 if (lp->phy_type == 0) in smc_phy_interrupt()
1352 if (lp->phy_type != 0) in smc_timeout()
1479 if (lp->phy_type == 0) in smc_open()
1487 if (lp->phy_type != 0) in smc_open()
1531 if (lp->phy_type != 0) { in smc_ethtool_get_link_ksettings()
1564 if (lp->phy_type != 0) { in smc_ethtool_set_link_ksettings()
[all …]
Dsmc911x.c668 lp->phy_type = 0; in smc911x_phy_detect()
710 lp->phy_type = id1 << 16 | id2; in smc911x_phy_detect()
725 lp->phy_type = id1 << 16 | id2; in smc911x_phy_detect()
893 if (lp->phy_type == 0) in smc911x_phy_configure()
983 if (lp->phy_type == 0) in smc911x_phy_interrupt()
1274 if (lp->phy_type != 0) in smc911x_timeout()
1421 if (lp->phy_type != 0) { in smc911x_close()
1451 if (lp->phy_type != 0) { in smc911x_ethtool_get_link_ksettings()
1488 if (lp->phy_type != 0) { in smc911x_ethtool_set_link_ksettings()
1524 if (lp->phy_type != 0) { in smc911x_ethtool_nwayreset()
[all …]
/drivers/memory/
Demif.c753 if (emif->plat_data->phy_type != EMIF_PHY_TYPE_INTELLIPHY) in emif_onetime_settings()
788 static int is_dev_data_valid(u32 type, u32 density, u32 io_width, u32 phy_type, in is_dev_data_valid() argument
803 valid = valid && (phy_type == EMIF_PHY_TYPE_ATTILAPHY); in is_dev_data_valid()
806 valid = valid && (phy_type == EMIF_PHY_TYPE_INTELLIPHY); in is_dev_data_valid()
954 of_property_read_u32(np_emif, "phy-type", &pd->phy_type); in of_get_memory_device_details()
961 pd->device_info->io_width, pd->phy_type, pd->ip_rev, in of_get_memory_device_details()
1019 pd->phy_type, pd->ip_rev, dev))) { in get_device_details()
/drivers/atm/
Diphase.c801 iadev->phy_type = PHY_OC3C_S;
803 iadev->phy_type = PHY_UTP155;
805 iadev->phy_type = PHY_OC3C_M;
808 iadev->phy_type = memType & FE_MASK;
810 memType,iadev->phy_type);)
811 if (iadev->phy_type == FE_25MBIT_PHY)
813 else if (iadev->phy_type == FE_DS3_PHY)
815 else if (iadev->phy_type == FE_E3_PHY)
837 if (iadev->phy_type & FE_25MBIT_PHY) {
840 } else if (iadev->phy_type & FE_DS3_PHY) {
[all …]
/drivers/phy/xilinx/
Dphy-zynqmp.c670 static int xpsgtr_set_lane_type(struct xpsgtr_phy *gtr_phy, u8 phy_type, in xpsgtr_set_lane_type() argument
676 switch (phy_type) { in xpsgtr_set_lane_type()
769 unsigned int phy_type; in xpsgtr_xlate() local
790 phy_type = args->args[1]; in xpsgtr_xlate()
793 ret = xpsgtr_set_lane_type(gtr_phy, phy_type, phy_instance); in xpsgtr_xlate()
/drivers/media/platform/omap3isp/
Disp.h106 u32 phy_type; member
186 u32 phy_type; member
Dispcsiphy.c105 if (phy->isp->phy_type == ISP_PHY_TYPE_3630 && on) in csiphy_routing_cfg()
107 if (phy->isp->phy_type == ISP_PHY_TYPE_3430) in csiphy_routing_cfg()
/drivers/scsi/mvsas/
Dmv_sas.c228 && phy->phy_type & PORT_TYPE_SAS) { in mvs_bytes_dmaed()
244 if (phy->phy_type & PORT_TYPE_SAS) { in mvs_bytes_dmaed()
257 } else if (phy->phy_type & PORT_TYPE_SATA) { in mvs_bytes_dmaed()
948 if (phy->phy_type & PORT_TYPE_SAS) { in mvs_is_phy_ready()
953 } else if (phy->phy_type & PORT_TYPE_SATA) in mvs_is_phy_ready()
957 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA); in mvs_is_phy_ready()
1018 if (phy->phy_type & PORT_TYPE_SATA) { in mvs_update_phyinfo()
1038 phy->phy_type &= ~PORT_TYPE_SATA; in mvs_update_phyinfo()
1041 } else if (phy->phy_type & PORT_TYPE_SAS in mvs_update_phyinfo()
1100 if (phy->phy_type & PORT_TYPE_SAS) { in mvs_port_notify_formed()
[all …]
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c362 enum ixgbe_phy_type phy_type; in ixgbe_get_phy_type_from_id() local
366 phy_type = ixgbe_phy_tn; in ixgbe_get_phy_type_from_id()
371 phy_type = ixgbe_phy_aq; in ixgbe_get_phy_type_from_id()
374 phy_type = ixgbe_phy_qt; in ixgbe_get_phy_type_from_id()
377 phy_type = ixgbe_phy_nl; in ixgbe_get_phy_type_from_id()
381 phy_type = ixgbe_phy_x550em_ext_t; in ixgbe_get_phy_type_from_id()
384 phy_type = ixgbe_phy_ext_1g_t; in ixgbe_get_phy_type_from_id()
387 phy_type = ixgbe_phy_unknown; in ixgbe_get_phy_type_from_id()
391 return phy_type; in ixgbe_get_phy_type_from_id()
/drivers/staging/ks7010/
Dks_wlan_net.c162 else if (priv->reg.phy_type == D_11B_ONLY_MODE) in ks_wlan_get_name()
164 else if (priv->reg.phy_type == D_11G_ONLY_MODE) in ks_wlan_get_name()
403 if (priv->reg.phy_type == D_11B_ONLY_MODE) { in ks_wlan_set_rate()
929 if (priv->reg.phy_type == D_11B_ONLY_MODE || in ks_wlan_get_range()
930 priv->reg.phy_type == D_11BG_COMPATIBLE_MODE) { /* channel 14 */ in ks_wlan_get_range()
943 if (priv->reg.phy_type == D_11B_ONLY_MODE) { in ks_wlan_get_range()
1968 priv->reg.phy_type = *uwrq; in ks_wlan_set_phy_type()
1982 *uwrq = priv->reg.phy_type; in ks_wlan_get_phy_type()
1999 (priv->reg.phy_type == D_11G_ONLY_MODE || in ks_wlan_set_cts_mode()
2000 priv->reg.phy_type == D_11BG_COMPATIBLE_MODE) ? in ks_wlan_set_cts_mode()

12345