Searched refs:phy_type (Results 26 - 50 of 120) sorted by relevance

12345

/linux-master/drivers/scsi/mvsas/
H A Dmv_sas.c229 && phy->phy_type & PORT_TYPE_SAS) {
245 if (phy->phy_type & PORT_TYPE_SAS) {
258 } else if (phy->phy_type & PORT_TYPE_SATA) {
942 if (phy->phy_type & PORT_TYPE_SAS) {
947 } else if (phy->phy_type & PORT_TYPE_SATA)
951 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
1012 if (phy->phy_type & PORT_TYPE_SATA) {
1032 phy->phy_type &= ~PORT_TYPE_SATA;
1035 } else if (phy->phy_type & PORT_TYPE_SAS
1094 if (phy->phy_type
[all...]
H A Dmv_94xx.c23 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
26 phy->phy_type |= PORT_TYPE_SAS;
30 phy->phy_type |= PORT_TYPE_SATA;
880 if (phy->phy_type & PORT_TYPE_SAS) {
H A Dmv_64xx.c21 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
23 phy->phy_type |= PORT_TYPE_SAS;
25 phy->phy_type |= PORT_TYPE_SATA;
/linux-master/drivers/phy/xilinx/
H A Dphy-zynqmp.c678 static int xpsgtr_set_lane_type(struct xpsgtr_phy *gtr_phy, u8 phy_type, argument
684 switch (phy_type) {
777 unsigned int phy_type; local
798 phy_type = args->args[1];
801 ret = xpsgtr_set_lane_type(gtr_phy, phy_type, phy_instance);
/linux-master/drivers/net/ethernet/sun/
H A Dsungem.h1009 enum gem_phy_type phy_type; member in struct:gem
1025 #define found_mii_phy(gp) ((gp->phy_type == phy_mii_mdio0 || gp->phy_type == phy_mii_mdio1) && \
H A Dcassini.c655 if (cp->phy_type & CAS_PHY_MII_MDIO1)
733 if (cp->phy_type & CAS_PHY_SERDES) {
856 if (CAS_PHY_MII(cp->phy_type)) {
893 writel((cp->phy_type & CAS_PHY_MII_MDIO0) ?
3140 int phy_type = CAS_PHY_MII_MDIO0; /* default phy type */ local
3265 phy_type = CAS_PHY_SERDES;
3273 phy_type = CAS_PHY_SERDES;
3311 return phy_type;
3378 cp->phy_type = cas_get_vpd_info(cp, addr, PCI_SLOT(pdev->devfn));
3380 if (cp->phy_type
[all...]
/linux-master/drivers/net/ethernet/marvell/
H A Dskge.c697 if (hw->phy_type == SK_PHY_BCOM)
722 if (hw->phy_type == SK_PHY_BCOM)
1099 if (hw->phy_type == SK_PHY_XMAC)
1188 if (hw->phy_type == SK_PHY_BCOM)
1561 if (hw->phy_type != SK_PHY_XMAC) {
1576 switch (hw->phy_type) {
1718 if (hw->phy_type != SK_PHY_XMAC) {
1776 if (hw->phy_type == SK_PHY_XMAC && (status & XM_IS_INP_ASS)) {
1850 if (hw->phy_type != SK_PHY_XMAC && skge->duplex == DUPLEX_FULL)
1857 if (hw->phy_type
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_dmcu.h247 * 22 phy_type
260 unsigned int phy_type:1; /*[22:22]*/ member in struct:dce_dmcu_psr_config_data_reg1::__anon458
/linux-master/drivers/usb/dwc2/
H A Dcore.c963 hsotg->params.phy_type == DWC2_PHY_TYPE_PARAM_FS) {
1064 switch (hsotg->params.phy_type) {
1109 if (hsotg->params.phy_type != DWC2_PHY_TYPE_PARAM_UTMI)
1131 hsotg->params.phy_type == DWC2_PHY_TYPE_PARAM_FS) {
H A Dplatform.c119 ret = hsotg->plat->phy_init(pdev, hsotg->plat->phy_type);
172 ret = hsotg->plat->phy_exit(pdev, hsotg->plat->phy_type);
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c720 const char *phy_type; local
725 "phy-mode", &phy_type);
729 if (!strcmp(phy_type, phy_modes(PHY_INTERFACE_MODE_XGMII)))
731 else if (!strcmp(phy_type, phy_modes(PHY_INTERFACE_MODE_SGMII)))
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c1053 u16 phy_type; local
1058 phy_type = brcms_c_get_phy_type(wl->wlc, 0);
1059 if (phy_type == PHY_TYPE_N || phy_type == PHY_TYPE_LCN) {
1062 if (phy_type == PHY_TYPE_LCN) {
1074 if (phy_type == PHY_TYPE_N || phy_type == PHY_TYPE_LCN) {
/linux-master/drivers/staging/ks7010/
H A Dks_wlan_net.c162 else if (priv->reg.phy_type == D_11B_ONLY_MODE)
164 else if (priv->reg.phy_type == D_11G_ONLY_MODE)
402 if (priv->reg.phy_type == D_11B_ONLY_MODE) {
928 if (priv->reg.phy_type == D_11B_ONLY_MODE ||
929 priv->reg.phy_type == D_11BG_COMPATIBLE_MODE) { /* channel 14 */
942 if (priv->reg.phy_type == D_11B_ONLY_MODE) {
1970 priv->reg.phy_type = uwrq->mode;
1984 uwrq->mode = priv->reg.phy_type;
2001 (priv->reg.phy_type == D_11G_ONLY_MODE ||
2002 priv->reg.phy_type
[all...]
H A Dks_hostif.c1324 if (priv->reg.phy_type != D_11B_ONLY_MODE) {
1335 req->phy_type = cpu_to_le16(priv->reg.phy_type);
1388 if (priv->reg.phy_type == D_11G_ONLY_MODE) {
1533 if (priv->reg.phy_type == D_11G_ONLY_MODE) {
1789 /* rate setting if rate segging is auto for changing phy_type (#94) */
1791 if (priv->reg.phy_type == D_11B_ONLY_MODE) {
1815 if (priv->reg.phy_type == D_11B_ONLY_MODE) {
1843 if (priv->reg.phy_type == D_11G_ONLY_MODE)
H A Dks_wlan.h47 u16 phy_type; member in struct:ks_wlan_parameter
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c361 enum ixgbe_phy_type phy_type; local
365 phy_type = ixgbe_phy_tn;
370 phy_type = ixgbe_phy_aq;
373 phy_type = ixgbe_phy_qt;
376 phy_type = ixgbe_phy_nl;
380 phy_type = ixgbe_phy_x550em_ext_t;
383 phy_type = ixgbe_phy_ext_1g_t;
386 phy_type = ixgbe_phy_unknown;
390 return phy_type;
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dliquidio_common.h698 u64 phy_type:5; member in struct:oct_link_status::__anon226
702 u64 phy_type:5;
/linux-master/drivers/acpi/
H A Dmipi-disco-img.c297 switch (conn->csi2_data.phy_type) {
308 conn->csi2_data.phy_type);
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h647 enum phy_type { enum
663 enum phy_type phyType;
/linux-master/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h305 u8 phy_type; member in struct:mib_phy
/linux-master/drivers/usb/phy/
H A Dphy-tegra-usb.c1344 enum usb_phy_interface phy_type; local
1406 phy_type = of_usb_get_phy_mode(np);
1407 switch (phy_type) {
1473 dev_err(&pdev->dev, "phy_type %u is invalid or unsupported\n",
1474 phy_type);
/linux-master/drivers/net/ethernet/tundra/
H A Dtsi108_eth.c72 unsigned int phy_type; member in struct:tsi108_prv_data
1219 if (data->phy_type == TSI108_PHY_BCM54XX) {
1588 data->phy_type = einfo->phy_type;
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dmcdi_port_common.c450 efx->phy_type = phy_data->type;
800 if (efx->phy_type == PHY_TYPE_SFT9001B &&
877 if (efx->phy_type == PHY_TYPE_SFT9001B) {
/linux-master/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy.c624 u32 phy_type; local
652 if (!of_property_read_u32(dev->of_node, "phy-type", &phy_type))
653 phy->cphy_mode = (phy_type == PHY_TYPE_CPHY);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_int.h32 #define ISNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_N)
33 #define ISLCNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_LCN)
504 uint phy_type; member in struct:brcms_phy_pub

Completed in 292 milliseconds

12345