Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/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.c1025 u16 phy_type; in ieee_hw_rate_init() local
1030 phy_type = brcms_c_get_phy_type(wl->wlc, 0); in ieee_hw_rate_init()
1031 if (phy_type == PHY_TYPE_N || phy_type == PHY_TYPE_LCN) { in ieee_hw_rate_init()
1034 if (phy_type == PHY_TYPE_LCN) { in ieee_hw_rate_init()
1047 if (phy_type == PHY_TYPE_N || phy_type == PHY_TYPE_LCN) { in ieee_hw_rate_init()
Drate.h234 const struct brcms_c_rateset *rs_hw, uint phy_type,
/linux-4.4.14/arch/powerpc/platforms/83xx/
Dmpc837x_mds.c33 const void *phy_type, *mode; in mpc837xmds_usb_cfg() local
55 phy_type = of_get_property(np, "phy_type", NULL); in mpc837xmds_usb_cfg()
56 if (phy_type && !strcmp(phy_type, "ulpi")) { in mpc837xmds_usb_cfg()
58 } else if (phy_type && !strcmp(phy_type, "serial")) { in mpc837xmds_usb_cfg()
/linux-4.4.14/drivers/usb/phy/
Dof.c34 const char *phy_type; in of_usb_get_phy_mode() local
37 err = of_property_read_string(np, "phy_type", &phy_type); in of_usb_get_phy_mode()
42 if (!strcmp(phy_type, usbphy_modes[i])) in of_usb_get_phy_mode()
Dphy-msm-usb.c350 if (motg->pdata->phy_type != SNPS_28NM_INTEGRATED_PHY) { in msm_phy_reset()
513 if (motg->pdata->phy_type == CI_45NM_INTEGRATED_PHY) { in msm_otg_suspend()
553 if (motg->pdata->phy_type == SNPS_28NM_INTEGRATED_PHY && in msm_otg_suspend()
562 if (motg->pdata->phy_type == SNPS_28NM_INTEGRATED_PHY && in msm_otg_suspend()
597 if (motg->pdata->phy_type == SNPS_28NM_INTEGRATED_PHY && in msm_otg_resume()
848 switch (motg->pdata->phy_type) { in msm_chg_check_secondary_det()
868 switch (motg->pdata->phy_type) { in msm_chg_enable_secondary_det()
909 switch (motg->pdata->phy_type) { in msm_chg_check_primary_det()
929 switch (motg->pdata->phy_type) { in msm_chg_enable_primary_det()
955 switch (motg->pdata->phy_type) { in msm_chg_check_dcd()
[all …]
Dphy-tegra-usb.c975 enum usb_phy_interface phy_type; in tegra_usb_phy_probe() local
1005 phy_type = of_usb_get_phy_mode(np); in tegra_usb_phy_probe()
1006 switch (phy_type) { in tegra_usb_phy_probe()
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dsun9i-usb-phy.txt9 - phy_type : "hsic" for HSIC usage;
12 - clock-names : depending on the "phy_type" property,
16 - reset-names : depending on the "phy_type" property,
25 The driver will only use those matching the phy_type.
Dnvidia,tegra20-usb-phy.txt14 Present if-and-only-if phy_type == utmi.
15 - phy_type : Should be one of "utmi", "ulpi" or "hsic".
21 - timer: The timeout clock (clk_m). Present if phy_type == utmi.
23 Present if phy_type == utmi.
25 Present if phy_type == ulpi, and ULPI link mode is in use.
31 registers. Required even if phy_type == ulpi.
33 Required properties for phy_type == ulpi:
/linux-4.4.14/drivers/usb/host/
Dfsl-mph-dr-of.c62 static enum fsl_usb2_phy_modes determine_usb_phy(const char *phy_type) in determine_usb_phy() argument
64 if (!phy_type) in determine_usb_phy()
66 if (!strcasecmp(phy_type, "ulpi")) in determine_usb_phy()
68 if (!strcasecmp(phy_type, "utmi")) in determine_usb_phy()
70 if (!strcasecmp(phy_type, "utmi_wide")) in determine_usb_phy()
72 if (!strcasecmp(phy_type, "utmi_dual")) in determine_usb_phy()
74 if (!strcasecmp(phy_type, "serial")) in determine_usb_phy()
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/
Dixgb_hw.c111 if (hw->phy_type == ixgb_phy_type_txn17401) in ixgb_mac_reset()
228 ixgb_phy_type phy_type; in ixgb_identify_phy() local
237 phy_type = ixgb_phy_type_txn17401; in ixgb_identify_phy()
247 phy_type = ixgb_phy_type_txn17201; in ixgb_identify_phy()
250 phy_type = ixgb_phy_type_g6005; in ixgb_identify_phy()
255 phy_type = ixgb_phy_type_g6104; in ixgb_identify_phy()
262 phy_type = ixgb_phy_type_txn17201; in ixgb_identify_phy()
265 phy_type = ixgb_phy_type_g6005; in ixgb_identify_phy()
270 phy_type = ixgb_phy_type_unknown; in ixgb_identify_phy()
276 phy_type = ixgb_phy_type_bcm; in ixgb_identify_phy()
[all …]
Dixgb_hw.h671 ixgb_phy_type phy_type; /* Transceiver/phy identifier */ member
/linux-4.4.14/drivers/net/ethernet/sun/
Dsungem.c1172 if (gp->phy_type == phy_serialink) in gem_pcs_reinit_adv()
1205 if (gp->phy_type == phy_serialink || gp->phy_type == phy_serdes) in gem_reset()
1261 if (gp->phy_type != phy_mii_mdio0 && in gem_begin_auto_negotiation()
1262 gp->phy_type != phy_mii_mdio1) in gem_begin_auto_negotiation()
1355 } else if (gp->phy_type == phy_serialink || in gem_set_link_modes()
1356 gp->phy_type == phy_serdes) { in gem_set_link_modes()
1359 if ((pcs_lpa & PCS_MIIADV_FD) || gp->phy_type == phy_serdes) in gem_set_link_modes()
1383 (gp->phy_type == phy_mii_mdio0 || in gem_set_link_modes()
1384 gp->phy_type == phy_mii_mdio1)) { in gem_set_link_modes()
1412 if (gp->phy_type == phy_serialink || in gem_set_link_modes()
[all …]
Dsungem.h1008 enum gem_phy_type phy_type; member
1024 #define found_mii_phy(gp) ((gp->phy_type == phy_mii_mdio0 || gp->phy_type == phy_mii_mdio1) && \
Dcassini.c679 if (cp->phy_type & CAS_PHY_MII_MDIO1) in cas_mif_poll()
756 if (cp->phy_type & CAS_PHY_SERDES) { in cas_begin_auto_negotiation()
879 if (CAS_PHY_MII(cp->phy_type)) { in cas_phy_init()
916 writel((cp->phy_type & CAS_PHY_MII_MDIO0) ? in cas_phy_init()
3197 int phy_type = CAS_PHY_MII_MDIO0; /* default phy type */ in cas_get_vpd_info() local
3322 phy_type = CAS_PHY_SERDES; in cas_get_vpd_info()
3330 phy_type = CAS_PHY_SERDES; in cas_get_vpd_info()
3368 return phy_type; in cas_get_vpd_info()
3434 cp->phy_type = cas_get_vpd_info(cp, cp->dev->dev_addr, in cas_check_invariants()
3436 if (cp->phy_type & CAS_PHY_SERDES) { in cas_check_invariants()
[all …]
Dniu.c8152 prop_buf = np->vpd.phy_type; in niu_pci_vpd_scan_props()
8352 } else if (niu_phy_type_prop_decode(np, np->vpd.phy_type)) { in niu_pci_vpd_validate()
8354 np->vpd.phy_type); in niu_pci_vpd_validate()
9214 const char *phy_type; in niu_get_of_props() local
9224 phy_type = of_get_property(dp, "phy-type", &prop_len); in niu_get_of_props()
9225 if (!phy_type) { in niu_get_of_props()
9231 if (!strcmp(phy_type, "none")) in niu_get_of_props()
9234 strcpy(np->vpd.phy_type, phy_type); in niu_get_of_props()
9236 if (niu_phy_type_prop_decode(np, np->vpd.phy_type)) { in niu_get_of_props()
9238 dp->full_name, np->vpd.phy_type); in niu_get_of_props()
[all …]
Dcassini.h2798 int phy_type; member
Dniu.h2987 char phy_type[NIU_VPD_PHY_TYPE_MAX]; member
/linux-4.4.14/drivers/net/ethernet/sfc/
Dqt202x_phy.c313 if (efx->phy_type == PHY_TYPE_QT2025C) { in qt202x_reset_phy()
377 if (efx->phy_type == PHY_TYPE_QT2025C) in qt202x_phy_init()
397 if (efx->phy_type == PHY_TYPE_QT2025C) in qt202x_phy_poll()
407 if (efx->phy_type == PHY_TYPE_QT2025C) { in qt202x_phy_reconfigure()
465 if (efx->phy_type == PHY_TYPE_QT2025C) { in qt202x_phy_get_module_eeprom()
Dmcdi_port.c361 efx->phy_type = phy_data->type; in efx_mcdi_phy_probe()
649 if (efx->phy_type == PHY_TYPE_SFT9001B && in efx_mcdi_bist()
725 if (efx->phy_type == PHY_TYPE_SFT9001B) { in efx_mcdi_phy_test_name()
Dfalcon.c985 if (efx->phy_type == PHY_TYPE_NONE) in falcon_setup_xaui()
1679 switch (efx->phy_type) { in falcon_probe_port()
1692 efx->phy_type); in falcon_probe_port()
2188 efx->phy_type = nvconfig->board_v2.port0_phy_type; in falcon_probe_nvconfig()
2206 efx->phy_type, efx->mdio.prtad); in falcon_probe_nvconfig()
Dnet_driver.h1010 unsigned int phy_type; member
Dsiena.c301 efx->phy_type = PHY_TYPE_NONE; in siena_probe_nic()
Defx.c2361 return sprintf(buf, "%d\n", efx->phy_type); in show_phy_type()
2363 static DEVICE_ATTR(phy_type, 0444, show_phy_type, NULL);
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dfsl-usb.txt14 - phy_type : For multi port host USB controllers, should be one of
53 phy_type = "ulpi";
80 phy_type = "utmi_wide";
Dci-hdrc-usb2.txt14 - phy_type: the type of the phy connected to the core. Should be one
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_hw.c127 hw->phy_type = e1000_phy_m88; in e1000_set_phy_type()
134 hw->phy_type = e1000_phy_igp; in e1000_set_phy_type()
137 hw->phy_type = e1000_phy_8211; in e1000_set_phy_type()
140 hw->phy_type = e1000_phy_8201; in e1000_set_phy_type()
144 hw->phy_type = e1000_phy_undefined; in e1000_set_phy_type()
987 switch (hw->phy_type) { in gbe_dhg_phy_setup()
1112 if (hw->phy_type == e1000_phy_igp) { in e1000_copper_link_igp_setup()
1352 if (hw->phy_type == e1000_phy_8201) in e1000_copper_link_autoneg()
1425 if (hw->phy_type == e1000_phy_igp) { in e1000_copper_link_postconfig()
1453 if (hw->phy_type == e1000_phy_igp) { in e1000_setup_copper_link()
[all …]
De1000_ethtool.c372 regs_buff[12] = hw->phy_type; /* PHY type (IGP=1, M88=0) */ in e1000_get_regs()
373 if (hw->phy_type == e1000_phy_igp) { in e1000_get_regs()
1232 if (hw->phy_type == e1000_phy_m88) { in e1000_integrated_phy_loopback()
1256 hw->phy_type == e1000_phy_m88) in e1000_integrated_phy_loopback()
1272 if (hw->phy_type == e1000_phy_m88) in e1000_integrated_phy_loopback()
De1000_hw.h1355 e1000_phy_type phy_type; member
De1000_main.c3737 (hw->phy_type == e1000_phy_m88) && in e1000_update_stats()
4677 if ((hw->phy_type != e1000_phy_igp) || !hw->autoneg || in e1000_smartspeed()
/linux-4.4.14/drivers/usb/dwc2/
Dplatform.c71 .phy_type = 1, /* UTMI */
101 .phy_type = -1,
137 ret = hsotg->plat->phy_init(pdev, hsotg->plat->phy_type); in __dwc2_lowlevel_hw_enable()
171 ret = hsotg->plat->phy_exit(pdev, hsotg->plat->phy_type); in __dwc2_lowlevel_hw_disable()
Dcore_intr.c165 if (hsotg->core_params->phy_type == in dwc2_handle_otg_intr()
Dcore.c465 hsotg->core_params->phy_type == DWC2_PHY_TYPE_PARAM_FS) { in dwc2_init_fs_ls_pclk_sel()
613 switch (hsotg->core_params->phy_type) { in dwc2_hs_phy_init()
653 hsotg->core_params->phy_type == DWC2_PHY_TYPE_PARAM_FS) { in dwc2_phy_init()
2688 hsotg->core_params->phy_type = val; in dwc2_set_param_phy_type()
2693 return hsotg->core_params->phy_type; in dwc2_get_param_phy_type()
3034 dwc2_set_param_phy_type(hsotg, params->phy_type); in dwc2_set_parameters()
Dcore.h387 int phy_type; member
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dphy.c2244 enum e1000_phy_type phy_type = e1000_phy_unknown; in e1000e_get_phy_type_from_id() local
2251 phy_type = e1000_phy_m88; in e1000e_get_phy_type_from_id()
2254 phy_type = e1000_phy_igp_2; in e1000e_get_phy_type_from_id()
2257 phy_type = e1000_phy_gg82563; in e1000e_get_phy_type_from_id()
2260 phy_type = e1000_phy_igp_3; in e1000e_get_phy_type_from_id()
2265 phy_type = e1000_phy_ife; in e1000e_get_phy_type_from_id()
2269 phy_type = e1000_phy_bm; in e1000e_get_phy_type_from_id()
2272 phy_type = e1000_phy_82578; in e1000e_get_phy_type_from_id()
2275 phy_type = e1000_phy_82577; in e1000e_get_phy_type_from_id()
2278 phy_type = e1000_phy_82579; in e1000e_get_phy_type_from_id()
[all …]
/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmc911x.c674 lp->phy_type = 0; in smc911x_phy_detect()
716 lp->phy_type = id1 << 16 | id2; in smc911x_phy_detect()
730 lp->phy_type = id1 << 16 | id2; in smc911x_phy_detect()
898 if (lp->phy_type == 0) in smc911x_phy_configure()
988 if (lp->phy_type == 0) in smc911x_phy_interrupt()
1283 if (lp->phy_type != 0) in smc911x_timeout()
1430 if (lp->phy_type != 0) { in smc911x_close()
1460 if (lp->phy_type != 0) { in smc911x_ethtool_getsettings()
1497 if (lp->phy_type != 0) { in smc911x_ethtool_setsettings()
1531 if (lp->phy_type != 0) { in smc911x_ethtool_nwayreset()
[all …]
Dsmc91x.c881 lp->phy_type = 0; in smc_phy_detect()
902 lp->phy_type = id1 << 16 | id2; in smc_phy_detect()
994 if (lp->phy_type == 0) in smc_phy_powerdown()
1059 if (lp->phy_type == 0) in smc_phy_configure()
1153 if (lp->phy_type == 0) in smc_phy_interrupt()
1363 if (lp->phy_type != 0) in smc_timeout()
1490 if (lp->phy_type == 0) in smc_open()
1498 if (lp->phy_type != 0) in smc_open()
1545 if (lp->phy_type != 0) { in smc_ethtool_getsettings()
1576 if (lp->phy_type != 0) { in smc_ethtool_setsettings()
[all …]
Dsmc911x.h90 u32 phy_type; member
Dsmc91x.h233 u32 phy_type; member
/linux-4.4.14/include/linux/platform_data/
Ds3c-hsotg.h34 int phy_type; member
Demif_plat.h125 u32 phy_type; member
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_utils.c246 nesadapter->phy_type[0] = (u8)(eeprom_data >> 8); in nes_read_eeprom_values()
247 nesadapter->phy_type[1] = (u8)eeprom_data; in nes_read_eeprom_values()
252 nesadapter->phy_type[2] = (u8)(eeprom_data >> 8); in nes_read_eeprom_values()
253 nesadapter->phy_type[3] = (u8)eeprom_data; in nes_read_eeprom_values()
258 nesadapter->phy_type[0], nesadapter->phy_type[1], in nes_read_eeprom_values()
259 nesadapter->phy_type[2], nesadapter->phy_type[3]); in nes_read_eeprom_values()
Dnes_nic.c245 if (nesdev->nesadapter->phy_type[nesdev->mac_index] == NES_PHY_TYPE_SFP_D) { in nes_netdev_open()
1487 u8 phy_type = nesadapter->phy_type[mac_index]; in nes_netdev_get_settings() local
1498 if (phy_type == NES_PHY_TYPE_PUMA_1G) { in nes_netdev_get_settings()
1522 if ((phy_type == NES_PHY_TYPE_ARGUS) || in nes_netdev_get_settings()
1523 (phy_type == NES_PHY_TYPE_SFP_D) || in nes_netdev_get_settings()
1524 (phy_type == NES_PHY_TYPE_KR)) { in nes_netdev_get_settings()
1552 (nesadapter->phy_type[nesdev->mac_index] != NES_PHY_TYPE_PUMA_1G)) { in nes_netdev_set_settings()
1659 u8 phy_type = nesdev->nesadapter->phy_type[nesdev->mac_index]; in nes_netdev_init() local
1767 ((phy_type == NES_PHY_TYPE_PUMA_1G) && in nes_netdev_init()
1779 if (phy_type != NES_PHY_TYPE_PUMA_1G) { in nes_netdev_init()
[all …]
Dnes_hw.c514 if (nesadapter->phy_type[0] == NES_PHY_TYPE_PUMA_1G) { in nes_init_adapter()
759 switch (nesadapter->phy_type[0]) { in nes_init_serdes()
788 if (!(OneG_Mode && (nesadapter->phy_type[1] != NES_PHY_TYPE_PUMA_1G))) in nes_init_serdes()
791 switch (nesadapter->phy_type[1]) { in nes_init_serdes()
1307 static int nes_init_1g_phy(struct nes_device *nesdev, u8 phy_type, u8 phy_index) in nes_init_1g_phy() argument
1361 static int nes_init_2025_phy(struct nes_device *nesdev, u8 phy_type, u8 phy_index) in nes_init_2025_phy() argument
1392 switch (phy_type) { in nes_init_2025_phy()
1487 if (phy_type == NES_PHY_TYPE_KR) { in nes_init_2025_phy()
1519 u8 phy_type = nesadapter->phy_type[mac_index]; in nes_init_phy() local
1524 if (phy_type == NES_PHY_TYPE_1G) { in nes_init_phy()
[all …]
Dnes.c589 if (nesdev->nesadapter->phy_type[0] == NES_PHY_TYPE_PUMA_1G) { in nes_probe()
611 ((nesdev->nesadapter->phy_type[0] == NES_PHY_TYPE_GLADIUS) && in nes_probe()
Dnes_hw.h1167 u8 phy_type[4]; member
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Dmpc8536ds.dtsi186 phy_type = "ulpi";
190 phy_type = "ulpi";
242 phy_type = "ulpi";
Dp1020utm-pc.dtsi127 phy_type = "ulpi";
138 phy_type = "ulpi";
Dp1020mbg-pc.dtsi138 phy_type = "ulpi";
149 phy_type = "ulpi";
Dp1022rdk.dts105 phy_type = "ulpi";
109 phy_type = "ulpi";
Dp4080ds.dts133 phy_type = "ulpi";
138 phy_type = "ulpi";
Dp1020rdb.dtsi192 phy_type = "ulpi";
200 phy_type = "ulpi";
Dp1020rdb-pc.dtsi192 phy_type = "ulpi";
201 phy_type = "ulpi";
Dbsc9131rdb.dtsi64 phy_type = "ulpi";
Dbsc9132qds.dtsi72 phy_type = "ulpi";
Dt1023si-post.dtsi312 phy_type = "utmi";
321 phy_type = "utmi";
Dp1025rdb.dtsi178 phy_type = "ulpi";
187 phy_type = "ulpi";
Dp5020si-post.dtsi415 phy_type = "utmi";
425 phy_type = "utmi";
Dp2041si-post.dtsi399 phy_type = "utmi";
411 phy_type = "utmi";
Dmvme2500.dts86 phy_type = "ulpi";
Db4qds.dtsi210 phy_type = "ulpi";
Dge_imp3a.dts156 phy_type = "ulpi";
Dp3041si-post.dtsi426 phy_type = "utmi";
438 phy_type = "utmi";
Dp5040si-post.dtsi393 phy_type = "utmi";
403 phy_type = "utmi";
Dp1022ds.dtsi196 phy_type = "ulpi";
Dp1010rdb.dtsi152 phy_type = "utmi";
Dp1024rdb.dtsi177 phy_type = "ulpi";
Dp2020rdb.dts199 phy_type = "ulpi";
Dp2020rdb-pc.dtsi192 phy_type = "ulpi";
Dt1040si-post.dtsi519 phy_type = "utmi";
528 phy_type = "utmi";
Dp1021rdb-pc.dtsi191 phy_type = "ulpi";
Dp1023rdb.dts94 phy_type = "ulpi";
Dp1021mds.dts153 phy_type = "ulpi";
Dp1020rdb-pd.dts257 phy_type = "ulpi";
Dt2081si-post.dtsi618 phy_type = "utmi";
627 phy_type = "utmi";
Dp2020ds.dtsi136 phy_type = "ulpi";
Dp1025twr.dtsi105 phy_type = "ulpi";
Dt4240si-post.dtsi1056 phy_type = "utmi";
1063 phy_type = "utmi";
/linux-4.4.14/drivers/memory/
Demif.c1176 if (emif->plat_data->phy_type != EMIF_PHY_TYPE_INTELLIPHY) in emif_onetime_settings()
1211 static int is_dev_data_valid(u32 type, u32 density, u32 io_width, u32 phy_type, in is_dev_data_valid() argument
1226 valid = valid && (phy_type == EMIF_PHY_TYPE_ATTILAPHY); in is_dev_data_valid()
1229 valid = valid && (phy_type == EMIF_PHY_TYPE_INTELLIPHY); in is_dev_data_valid()
1377 of_property_read_u32(np_emif, "phy-type", &pd->phy_type); in of_get_memory_device_details()
1384 pd->device_info->io_width, pd->phy_type, pd->ip_rev, in of_get_memory_device_details()
1442 pd->phy_type, pd->ip_rev, dev))) { in get_device_details()
1618 u32 cs1_used, ip_rev, phy_type; in get_emif_reg_values() local
1646 phy_type = emif_for_calc->plat_data->phy_type; in get_emif_reg_values()
1663 if (phy_type == EMIF_PHY_TYPE_ATTILAPHY && ip_rev == EMIF_4D) { in get_emif_reg_values()
[all …]
/linux-4.4.14/arch/arm/boot/dts/
Dimx35-eukrea-mbimxsd35-baseboard.dts154 phy_type = "serial";
160 phy_type = "utmi";
Dimx25-eukrea-mbimxsd25-baseboard.dts176 phy_type = "serial";
182 phy_type = "utmi";
Dtegra20.dtsi642 phy_type = "utmi";
655 phy_type = "utmi";
679 phy_type = "ulpi";
690 phy_type = "ulpi";
704 phy_type = "utmi";
715 phy_type = "utmi";
Dimx27-eukrea-cpuimx27.dtsi88 phy_type = "ulpi";
97 phy_type = "ulpi";
Dimx51-eukrea-mbimxsd51-baseboard.dts280 phy_type = "ulpi";
286 phy_type = "utmi_wide";
Dtegra30.dtsi802 phy_type = "utmi";
814 phy_type = "utmi";
840 phy_type = "utmi";
851 phy_type = "utmi";
876 phy_type = "utmi";
887 phy_type = "utmi";
Dimx51-digi-connectcore-jsk.dts57 phy_type = "ulpi";
Dimx25-pdk.dts306 phy_type = "serial";
312 phy_type = "utmi";
Dimx28-cfa10036.dts119 phy_type = "utmi";
Dtegra124.dtsi837 phy_type = "utmi";
849 phy_type = "utmi";
874 phy_type = "utmi";
886 phy_type = "utmi";
910 phy_type = "utmi";
922 phy_type = "utmi";
Dzynq-7000.dtsi343 phy_type = "ulpi";
353 phy_type = "ulpi";
Dtegra114.dtsi678 phy_type = "utmi";
689 phy_type = "utmi";
714 phy_type = "utmi";
725 phy_type = "utmi";
Dimx27-pdk.dts120 phy_type = "ulpi";
Dimx53-tx53.dtsi537 phy_type = "utmi";
544 phy_type = "utmi";
Dimx51-babbage.dts413 phy_type = "ulpi";
420 phy_type = "utmi_wide";
Dimx53-voipac-dmm-668.dtsi275 phy_type = "utmi";
Dimx27-phytec-phycore-rdk.dts303 phy_type = "ulpi";
Dimx53-m53evk.dts349 phy_type = "utmi";
Dimx28-tx28.dts714 phy_type = "utmi";
721 phy_type = "utmi";
Dimx27-phytec-phycore-som.dtsi320 phy_type = "ulpi";
Dimx53-qsb-common.dtsi361 phy_type = "utmi";
Dimx51-digi-connectcore-som.dtsi202 phy_type = "utmi_wide";
Dimx6qdl-apf6dev.dtsi270 phy_type = "utmi";
Datlas7.dtsi1508 phy_type = "utmi";
1521 phy_type = "utmi";
Dls1021a.dtsi532 phy_type = "ulpi";
Dsun9i-a80.dtsi420 phy_type = "hsic";
Dimx7d.dtsi784 phy_type = "hsic";
Dimx6sx.dtsi805 phy_type = "hsic";
/linux-4.4.14/drivers/media/platform/omap3isp/
Disp.h109 u32 phy_type; member
189 u32 phy_type; member
Dispcsiphy.c108 if (phy->isp->phy_type == ISP_PHY_TYPE_3630 && on) in csiphy_routing_cfg()
110 if (phy->isp->phy_type == ISP_PHY_TYPE_3430) in csiphy_routing_cfg()
Disp.c104 .phy_type = ISP_PHY_TYPE_3430,
126 .phy_type = ISP_PHY_TYPE_3630,
2330 &isp->phy_type); in isp_probe()
/linux-4.4.14/include/linux/usb/
Dmsm_hsusb.h119 enum msm_usb_phy_type phy_type; member
/linux-4.4.14/arch/powerpc/include/asm/
Dtsi108.h101 u16 phy_type; /* type of phy on board */ member
/linux-4.4.14/drivers/scsi/mvsas/
Dmv_sas.c244 && phy->phy_type & PORT_TYPE_SAS) { in mvs_bytes_dmaed()
261 if (phy->phy_type & PORT_TYPE_SAS) { in mvs_bytes_dmaed()
274 } else if (phy->phy_type & PORT_TYPE_SATA) { in mvs_bytes_dmaed()
962 if (phy->phy_type & PORT_TYPE_SAS) { in mvs_is_phy_ready()
967 } else if (phy->phy_type & PORT_TYPE_SATA) in mvs_is_phy_ready()
971 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA); in mvs_is_phy_ready()
1032 if (phy->phy_type & PORT_TYPE_SATA) { in mvs_update_phyinfo()
1052 phy->phy_type &= ~PORT_TYPE_SATA; in mvs_update_phyinfo()
1055 } else if (phy->phy_type & PORT_TYPE_SAS in mvs_update_phyinfo()
1114 if (phy->phy_type & PORT_TYPE_SAS) { in mvs_port_notify_formed()
[all …]
Dmv_94xx.c39 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA); in mvs_94xx_detect_porttype()
42 phy->phy_type |= PORT_TYPE_SAS; in mvs_94xx_detect_porttype()
46 phy->phy_type |= PORT_TYPE_SATA; in mvs_94xx_detect_porttype()
848 if (phy->phy_type & PORT_TYPE_SAS) { in mvs_94xx_fix_phy_info()
Dmv_64xx.c37 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA); in mvs_64xx_detect_porttype()
39 phy->phy_type |= PORT_TYPE_SAS; in mvs_64xx_detect_porttype()
41 phy->phy_type |= PORT_TYPE_SATA; in mvs_64xx_detect_porttype()
Dmv_sas.h229 u32 phy_type; member
/linux-4.4.14/drivers/atm/
Diphase.c799 iadev->phy_type = PHY_OC3C_S;
801 iadev->phy_type = PHY_UTP155;
803 iadev->phy_type = PHY_OC3C_M;
806 iadev->phy_type = memType & FE_MASK;
808 memType,iadev->phy_type);)
809 if (iadev->phy_type == FE_25MBIT_PHY)
811 else if (iadev->phy_type == FE_DS3_PHY)
813 else if (iadev->phy_type == FE_E3_PHY)
835 if (iadev->phy_type & FE_25MBIT_PHY) {
838 } else if (iadev->phy_type & FE_DS3_PHY) {
[all …]
Diphase.h1031 u_short phy_type; member
/linux-4.4.14/arch/powerpc/sysdev/
Dtsi108_dev.c142 tsi_eth_data.phy_type = TSI108_PHY_BCM54XX; in tsi108_eth_of_init()
Dfsl_rio.c644 port->phy_type = (ccsr & 1) ? RIO_PHY_SERIAL : RIO_PHY_PARALLEL; in fsl_rio_setup()
645 if (port->phy_type == RIO_PHY_PARALLEL) { in fsl_rio_setup()
710 if (port->phy_type == RIO_PHY_SERIAL) in fsl_rio_setup()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.h99 #define FW_PARAM_SET(phy_addr, phy_type, mdio_access) \ argument
100 (phy_addr | phy_type | mdio_access << FW_PARAM_MDIO_CTRL_OFFSET)
Dbnx2x_link.c12233 u32 ext_phy_config, phy_type, config2; in bnx2x_populate_ext_phy() local
12237 phy_type = XGXS_EXT_PHY_TYPE(ext_phy_config); in bnx2x_populate_ext_phy()
12239 switch (phy_type) { in bnx2x_populate_ext_phy()
12283 if (phy_type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM54618SE) in bnx2x_populate_ext_phy()
12295 if ((phy_type != PORT_HW_CFG_XGXS_EXT_PHY_TYPE_DIRECT) && in bnx2x_populate_ext_phy()
12296 (phy_type != PORT_HW_CFG_XGXS_EXT_PHY_TYPE_NOT_CONN)) in bnx2x_populate_ext_phy()
12348 phy_type, port, phy_index); in bnx2x_populate_ext_phy()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c413 enum ixgbe_phy_type phy_type; in ixgbe_get_phy_type_from_id() local
417 phy_type = ixgbe_phy_tn; in ixgbe_get_phy_type_from_id()
421 phy_type = ixgbe_phy_aq; in ixgbe_get_phy_type_from_id()
424 phy_type = ixgbe_phy_qt; in ixgbe_get_phy_type_from_id()
427 phy_type = ixgbe_phy_nl; in ixgbe_get_phy_type_from_id()
430 phy_type = ixgbe_phy_x550em_ext_t; in ixgbe_get_phy_type_from_id()
433 phy_type = ixgbe_phy_unknown; in ixgbe_get_phy_type_from_id()
437 return phy_type; in ixgbe_get_phy_type_from_id()
/linux-4.4.14/arch/powerpc/boot/dts/
Dasp834x-redboot.dts169 phy_type = "ulpi";
181 phy_type = "ulpi";
Dmpc8349emitx.dts201 phy_type = "ulpi";
213 phy_type = "ulpi";
Dmpc834x_mds.dts155 phy_type = "ulpi";
167 phy_type = "ulpi";
Dmpc5121.dtsi304 phy_type = "ulpi";
317 phy_type = "utmi_wide";
Dmpc8349emitxgp.dts149 phy_type = "ulpi";
Dmpc8308_p1m.dts165 phy_type = "ulpi";
Dmpc8308rdb.dts140 phy_type = "ulpi";
Dmpc5125twr.dts243 phy_type = "ulpi";
Dsbc8349.dts146 phy_type = "ulpi";
Dmpc8313erdb.dts175 phy_type = "utmi_wide";
Dmpc8377_wlan.dts224 phy_type = "ulpi";
Dmpc8379_rdb.dts246 phy_type = "ulpi";
Dmpc8315erdb.dts190 phy_type = "utmi";
Dmpc8377_rdb.dts248 phy_type = "ulpi";
Dmpc8379_mds.dts233 phy_type = "ulpi";
Dmpc8378_rdb.dts248 phy_type = "ulpi";
Dmpc8378_mds.dts235 phy_type = "ulpi";
Dmpc8377_mds.dts196 phy_type = "ulpi";
/linux-4.4.14/drivers/net/ethernet/marvell/
Dskge.c689 if (hw->phy_type == SK_PHY_BCOM) in skge_led()
714 if (hw->phy_type == SK_PHY_BCOM) in skge_led()
1090 if (hw->phy_type == SK_PHY_XMAC) in __xm_phy_read()
1179 if (hw->phy_type == SK_PHY_BCOM) in genesis_reset()
1552 if (hw->phy_type != SK_PHY_XMAC) { in genesis_mac_init()
1567 switch (hw->phy_type) { in genesis_mac_init()
1709 if (hw->phy_type != SK_PHY_XMAC) { in genesis_stop()
1767 if (hw->phy_type == SK_PHY_XMAC && (status & XM_IS_INP_ASS)) { in genesis_mac_intr()
1841 if (hw->phy_type != SK_PHY_XMAC && skge->duplex == DUPLEX_FULL) in genesis_link_up()
1848 if (hw->phy_type == SK_PHY_BCOM) { in genesis_link_up()
[all …]
Dskge.h2420 u8 phy_type; member
/linux-4.4.14/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c533 if (lp->phy_type == XAE_PHY_TYPE_1000BASE_X) in axienet_adjust_link()
537 (lp->phy_type == XAE_PHY_TYPE_MII)) in axienet_adjust_link()
936 if (lp->phy_type == XAE_PHY_TYPE_GMII) { in axienet_open()
940 } else if (lp->phy_type == XAE_PHY_TYPE_RGMII_2_0) { in axienet_open()
1586 of_property_read_u32(pdev->dev.of_node, "xlnx,phy-type", &lp->phy_type); in axienet_probe()
Dxilinx_axienet.h439 u32 phy_type; member
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_cmn.c165 switch (pi->pubpi.phy_type) { in read_radio_reg()
187 && (pi->pubpi.phy_type != PHY_TYPE_SSN))) { in read_radio_reg()
203 && (pi->pubpi.phy_type != PHY_TYPE_SSN))) { in write_radio_reg()
476 pi->pubpi.phy_type = PHY_TYPE(phyversion); in wlc_phy_attach()
479 if (pi->pubpi.phy_type == PHY_TYPE_LCNXN) { in wlc_phy_attach()
480 pi->pubpi.phy_type = PHY_TYPE_N; in wlc_phy_attach()
486 if (pi->pubpi.phy_type != PHY_TYPE_N && in wlc_phy_attach()
487 pi->pubpi.phy_type != PHY_TYPE_LCN) in wlc_phy_attach()
617 *phytype = (u16) pi->pubpi.phy_type; in wlc_phy_get_phyversion()
Dphy_int.h43 #define ISNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_N)
44 #define ISLCNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_LCN)
522 uint phy_type; member
/linux-4.4.14/drivers/net/ethernet/tundra/
Dtsi108_eth.c87 unsigned int phy_type; member
1237 if (data->phy_type == TSI108_PHY_BCM54XX) { in tsi108_init_phy()
1601 data->phy_type = einfo->phy_type; in tsi108_init_one()
/linux-4.4.14/include/linux/
Drio.h274 enum rio_phy_type phy_type; /* RapidIO phy type */ member
/linux-4.4.14/drivers/net/wireless/b43/
Dmain.c4456 static char *b43_phy_name(struct b43_wldev *dev, u8 phy_type) in b43_phy_name() argument
4458 switch (phy_type) { in b43_phy_name()
4492 u8 phy_type; in b43_phy_versioning() local
4503 phy_type = (tmp & B43_PHYVER_TYPE) >> B43_PHYVER_TYPE_SHIFT; in b43_phy_versioning()
4507 if (phy_type == B43_PHYTYPE_LCNXN) { in b43_phy_versioning()
4508 phy_type = B43_PHYTYPE_N; in b43_phy_versioning()
4512 switch (phy_type) { in b43_phy_versioning()
4554 analog_type, phy_type, b43_phy_name(dev, phy_type), in b43_phy_versioning()
4559 analog_type, phy_type, b43_phy_name(dev, phy_type), phy_rev); in b43_phy_versioning()
4608 switch (phy_type) { in b43_phy_versioning()
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_common.c1183 switch (hw->phy.link_info.phy_type) { in i40e_get_media_type()
1610 hw->phy.phy_types = le32_to_cpu(abilities->phy_type); in i40e_aq_get_phy_capabilities()
1701 config.phy_type = abilities.phy_type; in i40e_set_fc()
1823 hw_link_info->phy_type = (enum i40e_aq_phy_type)resp->phy_type; in i40e_aq_get_link_info()
1856 hw->aq.fw_min_ver < 40)) && hw_link_info->phy_type == 0xE) in i40e_aq_get_link_info()
1857 hw_link_info->phy_type = I40E_PHY_TYPE_10GBASE_SFPP_CU; in i40e_aq_get_link_info()
Di40e_adminq_cmd.h1631 __le32 phy_type; /* bitmap using the above enum for offsets */ member
1662 __le32 phy_type; member
1722 u8 phy_type; /* i40e_aq_phy_type */ member
Di40e_ethtool.c263 switch (hw_link_info->phy_type) { in i40e_get_settings_link_up()
360 hw_link_info->phy_type); in i40e_get_settings_link_up()
683 hw->phy.link_info.phy_type != in i40e_set_settings()
724 config.phy_type = abilities.phy_type; in i40e_set_settings()
Di40e_type.h158 enum i40e_aq_phy_type phy_type; member
Di40e_main.c10632 pf->hw.phy.phy_types = le32_to_cpu(abilities.phy_type); in i40e_probe()
/linux-4.4.14/drivers/net/wireless/
Dat76c50x-usb.h309 u8 phy_type; member
Dat76c50x-usb.c1105 m->phy_type, m->current_reg_domain); in at76_dump_mib_phy()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_adminq_cmd.h1628 __le32 phy_type; /* bitmap using the above enum for offsets */ member
1659 __le32 phy_type; member
1719 u8 phy_type; /* i40e_aq_phy_type */ member
Di40e_type.h158 enum i40e_aq_phy_type phy_type; member
/linux-4.4.14/drivers/net/wireless/b43legacy/
Dmain.c3020 u8 phy_type; in b43legacy_phy_versioning() local
3031 phy_type = (tmp & B43legacy_PHYVER_TYPE) >> B43legacy_PHYVER_TYPE_SHIFT; in b43legacy_phy_versioning()
3033 switch (phy_type) { in b43legacy_phy_versioning()
3049 analog_type, phy_type, phy_rev); in b43legacy_phy_versioning()
3053 analog_type, phy_type, phy_rev); in b43legacy_phy_versioning()
3076 switch (phy_type) { in b43legacy_phy_versioning()
3103 phy->type = phy_type; in b43legacy_phy_versioning()
/linux-4.4.14/drivers/net/fddi/skfp/h/
Dsmt.h242 u_char phy_type ; /* A/B/S/M */ member
/linux-4.4.14/drivers/infiniband/hw/ocrdma/
Docrdma.h231 u16 phy_type; member
Docrdma_hw.c1442 dev->phy.phy_type = in ocrdma_mbx_get_phy_info()
/linux-4.4.14/drivers/scsi/pm8001/
Dpm80xx_hwi.c2947 phy->phy_type |= PORT_TYPE_SAS; in hw_event_sas_phy_up()
3000 phy->phy_type |= PORT_TYPE_SATA; in hw_event_sata_phy_up()
3048 if (phy->phy_type & PORT_TYPE_SATA) { in hw_event_phy_down()
3049 phy->phy_type = 0; in hw_event_phy_down()
3070 if (phy->phy_type & PORT_TYPE_SATA) { in hw_event_phy_down()
3072 phy->phy_type = 0; in hw_event_phy_down()
3188 if (phy->phy_type & PORT_TYPE_SATA) in mpi_hw_event()
Dpm8001_sas.h258 u32 phy_type; member
Dpm8001_hwi.c3246 if (phy->phy_type & PORT_TYPE_SAS) { in pm8001_bytes_dmaed()
3252 } else if (phy->phy_type & PORT_TYPE_SATA) { in pm8001_bytes_dmaed()
3410 phy->phy_type |= PORT_TYPE_SAS; in hw_event_sas_phy_up()
3460 phy->phy_type |= PORT_TYPE_SATA; in hw_event_sata_phy_up()
3495 phy->phy_type = 0; in hw_event_phy_down()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe.h407 u16 phy_type; member
Dbe_cmds.h1617 u16 phy_type; member
Dbe_cmds.c2803 adapter->phy.phy_type = le16_to_cpu(resp_phy_info->phy_type); in be_cmd_get_phy_info()
Dbe_main.c4497 return (adapter->phy.phy_type == PHY_TYPE_TN_8022 && in phy_flashing_required()
/linux-4.4.14/drivers/net/ethernet/intel/
De100.c1423 u8 phy_type; in e100_phy_check_without_mii() local
1426 phy_type = (nic->eeprom[eeprom_phy_iface] >> 8) & 0x0f; in e100_phy_check_without_mii()
1428 switch (phy_type) { in e100_phy_check_without_mii()
/linux-4.4.14/drivers/net/fddi/
Ddefxx.h706 PI_UINT32 phy_type[PI_PHY_K_MAX]; /* Phy */ member
/linux-4.4.14/drivers/net/fddi/skfp/
Dsmt.c1367 phy->phy_type = type ; in smt_fill_path()
/linux-4.4.14/drivers/rapidio/devices/
Dtsi721.c2251 mport->phy_type = RIO_PHY_SERIAL; in tsi721_setup_mport()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_hsi.h1508 u8 phy_type; member