Home
last modified time | relevance | path

Searched full:phy_type (Results 1 – 25 of 461) sorted by relevance

12345678910>>...19

/kernel/linux/linux-5.10/arch/powerpc/platforms/83xx/
Dmpc837x_mds.c29 const void *phy_type, *mode; in mpc837xmds_usb_cfg() local
51 phy_type = of_get_property(np, "phy_type", NULL); in mpc837xmds_usb_cfg()
52 if (phy_type && !strcmp(phy_type, "ulpi")) { in mpc837xmds_usb_cfg()
54 } else if (phy_type && !strcmp(phy_type, "serial")) { in mpc837xmds_usb_cfg()
/kernel/linux/linux-5.10/drivers/usb/phy/
Dof.c25 * The function gets phy interface string from property 'phy_type',
30 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()
/kernel/linux/linux-6.6/drivers/usb/phy/
Dof.c25 * The function gets phy interface string from property 'phy_type',
30 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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/
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.
27 Present if phy_type == ulpi, and ULPI link mode is in use.
33 registers. Required even if phy_type == ulpi.
35 Required properties for phy_type == ulpi:
Dallwinner,sun9i-a80-usb-phy.yaml57 phy_type:
79 phy_type:
83 - phy_type
132 phy_type = "hsic";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/
Dallwinner,sun9i-a80-usb-phy.yaml54 phy_type:
76 phy_type:
80 - phy_type
129 phy_type = "hsic";
Dnvidia,tegra20-usb-phy.yaml103 phy_type:
222 - phy_type
229 phy_type:
292 phy_type:
336 phy_type = "utmi";
364 phy_type = "ulpi";
/kernel/linux/linux-5.10/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()
219 prop = of_get_property(np, "phy_type", NULL); in fsl_usb2_mph_dr_of_probe()
/kernel/linux/linux-5.10/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()
437 /* select rateset for a given phy_type and bandtype and filter it, sort it
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()
[all …]
/kernel/linux/linux-6.6/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()
437 /* select rateset for a given phy_type and bandtype and filter it, sort it
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()
[all …]
/kernel/linux/linux-6.6/drivers/usb/host/
Dfsl-mph-dr-of.c60 static enum fsl_usb2_phy_modes determine_usb_phy(const char *phy_type) in determine_usb_phy() argument
62 if (!phy_type) in determine_usb_phy()
64 if (!strcasecmp(phy_type, "ulpi")) in determine_usb_phy()
66 if (!strcasecmp(phy_type, "utmi")) in determine_usb_phy()
68 if (!strcasecmp(phy_type, "utmi_wide")) in determine_usb_phy()
70 if (!strcasecmp(phy_type, "utmi_dual")) in determine_usb_phy()
72 if (!strcasecmp(phy_type, "serial")) in determine_usb_phy()
219 prop = of_get_property(np, "phy_type", NULL); in fsl_usb2_mph_dr_of_probe()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
Dparams.c41 p->phy_type = DWC2_PHY_TYPE_PARAM_UTMI; in dwc2_set_his_params()
57 p->phy_type = DWC2_PHY_TYPE_PARAM_UTMI; in dwc2_set_jz4775_params()
78 p->phy_type = DWC2_PHY_TYPE_PARAM_UTMI; in dwc2_set_x1600_params()
94 p->phy_type = DWC2_PHY_TYPE_PARAM_UTMI; in dwc2_set_x2000_params()
161 p->phy_type = DWC2_PHY_TYPE_PARAM_UTMI; in dwc2_set_amlogic_params()
187 p->phy_type = DWC2_PHY_TYPE_PARAM_UTMI; in dwc2_set_amlogic_a1_params()
214 p->phy_type = DWC2_PHY_TYPE_PARAM_FS; in dwc2_set_stm32f4x9_fsotg_params()
240 p->phy_type = DWC2_PHY_TYPE_PARAM_FS; in dwc2_set_stm32mp15_fsotg_params()
370 hsotg->params.phy_type = DWC2_PHY_TYPE_PARAM_FS; in dwc2_set_param_phy_type()
372 hsotg->params.phy_type = val; in dwc2_set_param_phy_type()
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/
Dfsl-usb.txt14 - phy_type : For multi port host USB controllers, should be one of
51 phy_type = "ulpi";
78 phy_type = "utmi_wide";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
Dfsl-usb.txt14 - phy_type : For multi port host USB controllers, should be one of
51 phy_type = "ulpi";
78 phy_type = "utmi_wide";
Dgeneric.txt15 - phy_type: tells USB controllers that we want to configure the core to support
54 phy_type = "utmi_wide";
/kernel/linux/linux-5.10/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()
821 priv->phy_type = match_string(phy_types, NR_PHY_TYPES, phy_name); in xenon_add_phy()
822 if (priv->phy_type < 0) { in xenon_add_phy()
826 priv->phy_type = EMMC_5_1_PHY; in xenon_add_phy()
838 const char *phy_type = NULL; in xenon_phy_parse_dt() local
840 if (!of_property_read_string(np, "marvell,xenon-phy-type", &phy_type)) in xenon_phy_parse_dt()
[all …]
/kernel/linux/linux-5.10/drivers/usb/dwc2/
Dparams.c64 p->phy_type = DWC2_PHY_TYPE_PARAM_UTMI; in dwc2_set_his_params()
119 p->phy_type = DWC2_PHY_TYPE_PARAM_UTMI; in dwc2_set_amlogic_params()
152 p->phy_type = DWC2_PHY_TYPE_PARAM_FS; in dwc2_set_stm32f4x9_fsotg_params()
176 p->phy_type = DWC2_PHY_TYPE_PARAM_FS; in dwc2_set_stm32mp15_fsotg_params()
263 hsotg->params.phy_type = DWC2_PHY_TYPE_PARAM_FS; in dwc2_set_param_phy_type()
265 hsotg->params.phy_type = val; in dwc2_set_param_phy_type()
272 val = hsotg->params.phy_type == DWC2_PHY_TYPE_PARAM_FS ? in dwc2_set_param_speed()
499 switch (hsotg->params.phy_type) { in dwc2_check_param_phy_type()
525 int phy_type = hsotg->params.phy_type; in dwc2_check_param_speed() local
531 (phy_type == DWC2_PHY_TYPE_PARAM_FS)) in dwc2_check_param_speed()
[all …]
/kernel/linux/linux-6.6/drivers/mmc/host/
Dsdhci-xenon-phy.c214 if (priv->phy_type == EMMC_5_0_PHY) in xenon_alloc_emmc_phy()
381 if (priv->phy_type == EMMC_5_1_PHY) in xenon_emmc_phy_enable_dll()
455 if (priv->phy_type == EMMC_5_0_PHY) { in xenon_emmc_phy_disable_strobe()
498 if (priv->phy_type == EMMC_5_0_PHY) { in xenon_emmc_phy_strobe_delay_adj()
594 if (priv->phy_type == EMMC_5_0_PHY) { in xenon_emmc_phy_set()
855 priv->phy_type = match_string(phy_types, NR_PHY_TYPES, phy_name); in xenon_add_phy()
856 if (priv->phy_type < 0) { in xenon_add_phy()
860 priv->phy_type = EMMC_5_1_PHY; in xenon_add_phy()
872 const char *phy_type = NULL; in xenon_phy_parse_params() local
874 if (!device_property_read_string(dev, "marvell,xenon-phy-type", &phy_type)) in xenon_phy_parse_params()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
Dsungem.c1154 if (gp->phy_type == phy_serialink) in gem_pcs_reinit_adv()
1187 if (gp->phy_type == phy_serialink || gp->phy_type == phy_serdes) in gem_reset()
1249 if (gp->phy_type != phy_mii_mdio0 && in gem_begin_auto_negotiation()
1250 gp->phy_type != phy_mii_mdio1) in gem_begin_auto_negotiation()
1343 } else if (gp->phy_type == phy_serialink || in gem_set_link_modes()
1344 gp->phy_type == phy_serdes) { in gem_set_link_modes()
1347 if ((pcs_lpa & PCS_MIIADV_FD) || gp->phy_type == phy_serdes) in gem_set_link_modes()
1371 (gp->phy_type == phy_mii_mdio0 || in gem_set_link_modes()
1372 gp->phy_type == phy_mii_mdio1)) { in gem_set_link_modes()
1400 if (gp->phy_type == phy_serialink || in gem_set_link_modes()
[all …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
Disp.h101 * @phy_type: ISP_PHY_TYPE_{3430,3630}
106 u32 phy_type; member
147 * @phy_type: ISP_PHY_TYPE_{3430,3630}
186 u32 phy_type; member
/kernel/linux/linux-6.6/arch/powerpc/boot/dts/fsl/
Dmpc8536ds.dtsi186 phy_type = "ulpi";
190 phy_type = "ulpi";
242 phy_type = "ulpi";
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/fsl/
Dmpc8536ds.dtsi186 phy_type = "ulpi";
190 phy_type = "ulpi";
242 phy_type = "ulpi";
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
Disp.h101 * @phy_type: ISP_PHY_TYPE_{3430,3630}
106 u32 phy_type; member
147 * @phy_type: ISP_PHY_TYPE_{3430,3630}
186 u32 phy_type; member
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dimx35-eukrea-mbimxsd35-baseboard.dts146 phy_type = "serial";
152 phy_type = "utmi";

12345678910>>...19