Searched refs:phy_type (Results 1 - 25 of 120) sorted by relevance

12345

/linux-master/drivers/usb/phy/
H A Dof.c25 * The function gets phy interface string from property 'phy_type',
30 const char *phy_type; local
33 err = of_property_read_string(np, "phy_type", &phy_type);
38 if (!strcmp(phy_type, usbphy_modes[i]))
/linux-master/include/linux/platform_data/
H A Ds3c-hsotg.h31 int phy_type; member in struct:dwc2_hsotg_plat
H A Demif_plat.h122 u32 phy_type; member in struct:emif_platform_data
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Drate.c345 int phy_type; local
348 phy_type =
351 if ((phy_type == PHY_TYPE_N) || (phy_type == PHY_TYPE_SSN) ||
352 (phy_type == PHY_TYPE_LCN) || (phy_type == PHY_TYPE_HT)) {
381 if ((phy_type == PHY_TYPE_A) || (rxh->PhyRxStatus_0 & PRXS0_OFDM))
437 /* select rateset for a given phy_type and bandtype and filter it, sort it
443 uint phy_type, int bandtype, bool cck_only,
448 if ((PHYTYPE_IS(phy_type, PHY_TYPE_H
441 brcms_c_rateset_default(struct brcms_c_rateset *rs_tgt, const struct brcms_c_rateset *rs_hw, uint phy_type, int bandtype, bool cck_only, uint rate_mask, bool mcsallow, u8 bw, u8 txstreams) argument
[all...]
H A Drate.h234 const struct brcms_c_rateset *rs_hw, uint phy_type,
/linux-master/drivers/usb/host/
H A Dfsl-mph-dr-of.c60 static enum fsl_usb2_phy_modes determine_usb_phy(const char *phy_type) argument
62 if (!phy_type)
64 if (!strcasecmp(phy_type, "ulpi"))
66 if (!strcasecmp(phy_type, "utmi"))
68 if (!strcasecmp(phy_type, "utmi_wide"))
70 if (!strcasecmp(phy_type, "utmi_dual"))
72 if (!strcasecmp(phy_type, "serial"))
219 prop = of_get_property(np, "phy_type", NULL);
/linux-master/drivers/mmc/host/
H A Dsdhci-xenon-phy.c214 if (priv->phy_type == EMMC_5_0_PHY)
381 if (priv->phy_type == EMMC_5_1_PHY)
455 if (priv->phy_type == EMMC_5_0_PHY) {
498 if (priv->phy_type == EMMC_5_0_PHY) {
594 if (priv->phy_type == EMMC_5_0_PHY) {
855 priv->phy_type = match_string(phy_types, NR_PHY_TYPES, phy_name);
856 if (priv->phy_type < 0) {
860 priv->phy_type = EMMC_5_1_PHY;
872 const char *phy_type = NULL; local
874 if (!device_property_read_string(dev, "marvell,xenon-phy-type", &phy_type))
[all...]
H A Dsdhci-xenon.h93 int phy_type; member in struct:xenon_priv
/linux-master/drivers/usb/dwc2/
H A Dparams.c41 p->phy_type = DWC2_PHY_TYPE_PARAM_UTMI;
57 p->phy_type = DWC2_PHY_TYPE_PARAM_UTMI;
78 p->phy_type = DWC2_PHY_TYPE_PARAM_UTMI;
94 p->phy_type = DWC2_PHY_TYPE_PARAM_UTMI;
162 p->phy_type = DWC2_PHY_TYPE_PARAM_UTMI;
188 p->phy_type = DWC2_PHY_TYPE_PARAM_UTMI;
215 p->phy_type = DWC2_PHY_TYPE_PARAM_FS;
241 p->phy_type = DWC2_PHY_TYPE_PARAM_FS;
371 hsotg->params.phy_type = DWC2_PHY_TYPE_PARAM_FS;
373 hsotg->params.phy_type
632 int phy_type = hsotg->params.phy_type; local
[all...]
/linux-master/drivers/net/ethernet/sun/
H A Dsungem.c1165 if (gp->phy_type == phy_serialink)
1198 if (gp->phy_type == phy_serialink || gp->phy_type == phy_serdes)
1260 if (gp->phy_type != phy_mii_mdio0 &&
1261 gp->phy_type != phy_mii_mdio1)
1354 } else if (gp->phy_type == phy_serialink ||
1355 gp->phy_type == phy_serdes) {
1358 if ((pcs_lpa & PCS_MIIADV_FD) || gp->phy_type == phy_serdes)
1382 (gp->phy_type == phy_mii_mdio0 ||
1383 gp->phy_type
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dtsi108.h97 u16 phy_type; /* type of phy on board */ member in struct:__anon125
/linux-master/drivers/phy/mediatek/
H A Dphy-mtk-mipi-csi-0-5.c217 u32 phy_type; local
241 ret = of_property_read_u32(dev->of_node, "phy-type", &phy_type);
246 switch (phy_type) {
251 dev_err(dev, "Unsupported PHY type: %i\n", phy_type);
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dqt202x_phy.c310 if (efx->phy_type == PHY_TYPE_QT2025C) {
374 if (efx->phy_type == PHY_TYPE_QT2025C)
394 if (efx->phy_type == PHY_TYPE_QT2025C)
404 if (efx->phy_type == PHY_TYPE_QT2025C) {
463 if (efx->phy_type == PHY_TYPE_QT2025C) {
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dphy.c2275 enum e1000_phy_type phy_type = e1000_phy_unknown; local
2282 phy_type = e1000_phy_m88;
2285 phy_type = e1000_phy_igp_2;
2288 phy_type = e1000_phy_gg82563;
2291 phy_type = e1000_phy_igp_3;
2296 phy_type = e1000_phy_ife;
2300 phy_type = e1000_phy_bm;
2303 phy_type = e1000_phy_82578;
2306 phy_type = e1000_phy_82577;
2309 phy_type
2333 enum e1000_phy_type phy_type = e1000_phy_unknown; local
[all...]
/linux-master/drivers/net/ethernet/smsc/
H A Dsmc91x.c872 lp->phy_type = 0;
893 lp->phy_type = id1 << 16 | id2;
985 if (lp->phy_type == 0)
1047 * We should not be called if phy_type is zero.
1049 if (lp->phy_type == 0)
1143 if (lp->phy_type == 0)
1353 if (lp->phy_type != 0)
1480 if (lp->phy_type == 0)
1488 if (lp->phy_type != 0)
1532 if (lp->phy_type !
[all...]
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c103 hw->phy_type = e1000_phy_m88;
110 hw->phy_type = e1000_phy_igp;
113 hw->phy_type = e1000_phy_8211;
116 hw->phy_type = e1000_phy_8201;
120 hw->phy_type = e1000_phy_undefined;
960 switch (hw->phy_type) {
1085 if (hw->phy_type == e1000_phy_igp) {
1326 if (hw->phy_type == e1000_phy_8201)
1399 if (hw->phy_type == e1000_phy_igp) {
1427 if (hw->phy_type
[all...]
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disp.h101 * @phy_type: ISP_PHY_TYPE_{3430,3630}
106 u32 phy_type; member in struct:isp_res_mapping
147 * @phy_type: ISP_PHY_TYPE_{3430,3630}
186 u32 phy_type; member in struct:isp_device
H A Dispcsiphy.c106 if (phy->isp->phy_type == ISP_PHY_TYPE_3630 && on)
108 if (phy->isp->phy_type == ISP_PHY_TYPE_3430)
/linux-master/drivers/phy/cadence/
H A Dphy-cadence-sierra.c344 enum cdns_sierra_phy_type phy_type; member in struct:cdns_sierra_inst
543 enum cdns_sierra_phy_type phy_type = ins->phy_type; local
560 pcs_cmn_vals = init_data->pcs_cmn_vals[phy_type][TYPE_NONE][ssc];
570 phy_pma_ln_vals = init_data->phy_pma_ln_vals[phy_type][TYPE_NONE][ssc];
582 pma_cmn_vals = init_data->pma_cmn_vals[phy_type][TYPE_NONE][ssc];
592 pma_ln_vals = init_data->pma_ln_vals[phy_type][TYPE_NONE][ssc];
630 if (ins->phy_type == TYPE_PCIE || ins->phy_type == TYPE_USB) {
940 u32 phy_type; local
[all...]
H A Dphy-cadence-torrent.c343 enum cdns_torrent_phy_type phy_type; member in struct:cdns_torrent_inst
688 static const char *cdns_torrent_get_phy_type(enum cdns_torrent_phy_type phy_type) argument
690 switch (phy_type) {
1654 if (inst->phy_type == TYPE_PCIE || inst->phy_type == TYPE_USB) {
2301 enum cdns_torrent_phy_type phy_type = inst->phy_type; local
2311 if (phy_type == TYPE_DP)
2320 if (phy_type == TYPE_SGMII || phy_type
2812 u32 phy_type; local
[all...]
/linux-master/drivers/memory/
H A Demif.c745 if (emif->plat_data->phy_type != EMIF_PHY_TYPE_INTELLIPHY)
780 static int is_dev_data_valid(u32 type, u32 density, u32 io_width, u32 phy_type, argument
795 valid = valid && (phy_type == EMIF_PHY_TYPE_ATTILAPHY);
798 valid = valid && (phy_type == EMIF_PHY_TYPE_INTELLIPHY);
945 of_property_read_u32(np_emif, "phy-type", &pd->phy_type);
952 pd->device_info->io_width, pd->phy_type, pd->ip_rev,
1001 pd->phy_type, pd->ip_rev, dev))) {
/linux-master/arch/powerpc/sysdev/
H A Dtsi108_dev.c136 tsi_eth_data.phy_type = TSI108_PHY_BCM54XX;
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-kirin.c751 enum pcie_kirin_phy_type phy_type; member in struct:kirin_pcie_data
755 .phy_type = PCIE_KIRIN_INTERNAL_PHY,
759 .phy_type = PCIE_KIRIN_EXTERNAL_PHY,
799 kirin_pcie->type = data->phy_type;
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.h100 #define FW_PARAM_SET(phy_addr, phy_type, mdio_access) \
101 (phy_addr | phy_type | mdio_access << FW_PARAM_MDIO_CTRL_OFFSET)
/linux-master/drivers/atm/
H A Diphase.c800 iadev->phy_type = PHY_OC3C_S;
802 iadev->phy_type = PHY_UTP155;
804 iadev->phy_type = PHY_OC3C_M;
807 iadev->phy_type = memType & FE_MASK;
808 IF_INIT(printk("memType = 0x%x iadev->phy_type = 0x%x\n",
809 memType,iadev->phy_type);)
810 if (iadev->phy_type == FE_25MBIT_PHY)
812 else if (iadev->phy_type == FE_DS3_PHY)
814 else if (iadev->phy_type == FE_E3_PHY)
836 if (iadev->phy_type
[all...]

Completed in 923 milliseconds

12345