Home
last modified time | relevance | path

Searched refs:phy_mode (Results 1 – 25 of 136) sorted by relevance

123456

/linux/drivers/net/ethernet/ti/
A Dcpsw-phy-sel.c36 phy_interface_t phy_mode, int slave);
41 phy_interface_t phy_mode, int slave) in cpsw_gmii_sel_am3352() argument
50 switch (phy_mode) { in cpsw_gmii_sel_am3352()
69 phy_modes(phy_mode)); in cpsw_gmii_sel_am3352()
101 phy_interface_t phy_mode, int slave) in cpsw_gmii_sel_dra7xx() argument
109 switch (phy_mode) { in cpsw_gmii_sel_dra7xx()
124 phy_modes(phy_mode)); in cpsw_gmii_sel_dra7xx()
161 void cpsw_phy_sel(struct device *dev, phy_interface_t phy_mode, int slave) in cpsw_phy_sel() argument
183 priv->cpsw_phy_sel(priv, phy_mode, slave); in cpsw_phy_sel()
A Dcpsw.h18 void cpsw_phy_sel(struct device *dev, phy_interface_t phy_mode, int slave);
21 void cpsw_phy_sel(struct device *dev, phy_interface_t phy_mode, int slave) in cpsw_phy_sel() argument
/linux/drivers/net/ethernet/sfc/falcon/
A Dtenxpress.c144 enum ef4_phy_mode phy_mode; member
172 phy_data->phy_mode = efx->phy_mode; in tenxpress_phy_probe()
191 if (!(efx->phy_mode & PHY_MODE_SPECIAL)) { in tenxpress_phy_init()
315 efx, !!(efx->phy_mode & PHY_MODE_LOW_POWER), in tenxpress_low_power()
324 if (efx->phy_mode & (PHY_MODE_OFF | PHY_MODE_SPECIAL)) { in tenxpress_phy_reconfigure()
325 phy_data->phy_mode = efx->phy_mode; in tenxpress_phy_reconfigure()
329 phy_mode_change = (efx->phy_mode == PHY_MODE_NORMAL && in tenxpress_phy_reconfigure()
330 phy_data->phy_mode != PHY_MODE_NORMAL); in tenxpress_phy_reconfigure()
346 phy_data->phy_mode = efx->phy_mode; in tenxpress_phy_reconfigure()
A Dtxc43128_phy.c158 enum ef4_phy_mode phy_mode; member
330 phy_data->phy_mode = efx->phy_mode; in txc43128_phy_probe()
364 if (!(efx->phy_mode & PHY_MODE_LOW_POWER)) in txc_glrgs_lane_power()
382 if (!(efx->phy_mode & PHY_MODE_LOW_POWER)) { in txc_analog_lane_power()
398 !!(efx->phy_mode & PHY_MODE_LOW_POWER), in txc_set_power()
447 enum ef4_phy_mode mode_change = efx->phy_mode ^ phy_data->phy_mode; in txc43128_phy_reconfigure()
450 if (efx->phy_mode & mode_change & PHY_MODE_TX_DISABLED) { in txc43128_phy_reconfigure()
469 phy_data->phy_mode = efx->phy_mode; in txc43128_phy_reconfigure()
A Dqt202x_phy.c57 enum ef4_phy_mode phy_mode; member
347 phy_data->phy_mode = efx->phy_mode; in qt202x_phy_probe()
417 efx->phy_mode & PHY_MODE_TX_DISABLED || in qt202x_phy_reconfigure()
418 efx->phy_mode & PHY_MODE_LOW_POWER || in qt202x_phy_reconfigure()
423 if (!(efx->phy_mode & PHY_MODE_TX_DISABLED) && in qt202x_phy_reconfigure()
424 (phy_data->phy_mode & PHY_MODE_TX_DISABLED)) in qt202x_phy_reconfigure()
432 phy_data->phy_mode = efx->phy_mode; in qt202x_phy_reconfigure()
A Dfalcon_boards.c313 if (efx->phy_mode & PHY_MODE_SPECIAL) in sfe4001_poweron()
333 if (efx->phy_mode & PHY_MODE_SPECIAL) { in sfe4001_poweron()
361 return sprintf(buf, "%d\n", !!(efx->phy_mode & PHY_MODE_SPECIAL)); in phy_flash_cfg_show()
373 old_mode = efx->phy_mode; in phy_flash_cfg_store()
385 efx->phy_mode = new_mode; in phy_flash_cfg_store()
437 efx->phy_mode = PHY_MODE_OFF; in sfe4001_check_hw()
477 if (efx->phy_mode & PHY_MODE_SPECIAL) { in sfe4001_init()
/linux/drivers/net/ethernet/stmicro/stmmac/
A Ddwmac-ipq806x.c90 phy_interface_t phy_mode; member
150 switch (gmac->phy_mode) { in ipq806x_gmac_set_speed()
165 phy_modes(gmac->phy_mode)); in ipq806x_gmac_set_speed()
194 ret = of_get_phy_mode(dev->of_node, &gmac->phy_mode); in ipq806x_gmac_of_parse()
284 switch (gmac->phy_mode) { in ipq806x_gmac_probe()
299 switch (gmac->phy_mode) { in ipq806x_gmac_probe()
316 switch (gmac->phy_mode) { in ipq806x_gmac_probe()
330 if (gmac->phy_mode == PHY_INTERFACE_MODE_SGMII) { in ipq806x_gmac_probe()
359 phy_modes(gmac->phy_mode)); in ipq806x_gmac_probe()
A Ddwmac-meson8b.c93 phy_interface_t phy_mode; member
215 switch (dwmac->phy_mode) { in meson8b_set_phy_mode()
232 phy_modes(dwmac->phy_mode)); in meson8b_set_phy_mode()
241 switch (dwmac->phy_mode) { in meson_axg_set_phy_mode()
259 phy_modes(dwmac->phy_mode)); in meson_axg_set_phy_mode()
298 switch (dwmac->phy_mode) { in meson8b_init_rgmii_delays()
316 phy_modes(dwmac->phy_mode)); in meson8b_init_rgmii_delays()
352 if (phy_interface_mode_is_rgmii(dwmac->phy_mode)) { in meson8b_init_prg_eth()
424 ret = of_get_phy_mode(pdev->dev.of_node, &dwmac->phy_mode); in meson8b_dwmac_probe()
A Ddwmac-loongson.c53 int ret, i, phy_mode; in loongson_dwmac_probe() local
111 phy_mode = device_get_phy_mode(&pdev->dev); in loongson_dwmac_probe()
112 if (phy_mode < 0) { in loongson_dwmac_probe()
114 return phy_mode; in loongson_dwmac_probe()
117 plat->phy_interface = phy_mode; in loongson_dwmac_probe()
A Ddwmac-anarion.c65 phy_interface_t phy_mode; in anarion_config_dt() local
82 err = of_get_phy_mode(pdev->dev.of_node, &phy_mode); in anarion_config_dt()
86 switch (phy_mode) { in anarion_config_dt()
96 phy_mode); in anarion_config_dt()
A Ddwmac-mediatek.c57 phy_interface_t phy_mode; member
97 switch (plat->phy_mode) { in mt2712_set_interface()
126 switch (plat->phy_mode) { in mt2712_delay_ps2stage()
151 switch (plat->phy_mode) { in mt2712_delay_stage2ps()
179 switch (plat->phy_mode) { in mt2712_set_delay()
283 err = of_get_phy_mode(plat->np, &plat->phy_mode); in mediatek_dwmac_config_dt()
414 plat_dat->interface = priv_plat->phy_mode; in mediatek_dwmac_probe()
/linux/drivers/usb/dwc3/
A Ddwc3-meson-g12a.c151 enum phy_mode mode);
153 enum phy_mode mode);
164 enum phy_mode mode);
166 enum phy_mode mode);
279 enum phy_mode mode) in dwc3_meson_gxl_usb2_init_phy()
302 enum phy_mode mode) in dwc3_meson_g12a_usb2_init_phy()
411 enum phy_mode mode) in dwc3_meson_g12a_usb_init_glue()
489 enum phy_mode mode) in dwc3_meson_g12a_otg_mode_set()
525 enum phy_mode mode; in dwc3_meson_g12a_role_set()
553 enum phy_mode otg_id; in dwc3_meson_g12a_irq_thread()
[all …]
/linux/include/linux/phy/
A Dphy.h24 enum phy_mode { enum
85 int (*set_mode)(struct phy *phy, enum phy_mode mode, int submode);
117 int (*validate)(struct phy *phy, enum phy_mode mode, int submode,
134 enum phy_mode mode;
225 int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, int submode);
231 int phy_validate(struct phy *phy, enum phy_mode mode, int submode,
234 static inline enum phy_mode phy_get_mode(struct phy *phy) in phy_get_mode()
348 static inline int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, in phy_set_mode_ext()
373 static inline enum phy_mode phy_get_mode(struct phy *phy) in phy_get_mode()
401 static inline int phy_validate(struct phy *phy, enum phy_mode mode, int submode, in phy_validate()
/linux/drivers/usb/musb/
A Dmediatek.c46 enum phy_mode phy_mode; member
130 glue->phy_mode = PHY_MODE_USB_HOST; in mtk_otg_switch_set()
141 glue->phy_mode = PHY_MODE_USB_DEVICE; in mtk_otg_switch_set()
151 glue->phy_mode = PHY_MODE_USB_OTG; in mtk_otg_switch_set()
165 phy_set_mode(glue->phy, glue->phy_mode); in mtk_otg_switch_set()
274 enum phy_mode new_mode; in mtk_musb_set_mode()
295 if (glue->phy_mode == new_mode) in mtk_musb_set_mode()
337 phy_set_mode(glue->phy, glue->phy_mode); in mtk_musb_init()
490 glue->phy_mode = PHY_MODE_USB_HOST; in mtk_musb_probe()
494 glue->phy_mode = PHY_MODE_USB_DEVICE; in mtk_musb_probe()
[all …]
A Dsunxi.c82 enum phy_mode phy_mode; member
136 phy_set_mode(glue->phy, glue->phy_mode); in sunxi_musb_work()
327 enum phy_mode new_mode; in sunxi_musb_set_mode()
345 if (glue->phy_mode == new_mode) in sunxi_musb_set_mode()
361 glue->phy_mode = new_mode; in sunxi_musb_set_mode()
696 glue->phy_mode = PHY_MODE_USB_HOST; in sunxi_musb_probe()
702 glue->phy_mode = PHY_MODE_USB_DEVICE; in sunxi_musb_probe()
708 glue->phy_mode = PHY_MODE_USB_OTG; in sunxi_musb_probe()
A Dda8xx.c328 enum phy_mode phy_mode; in da8xx_musb_set_mode() local
339 phy_mode = PHY_MODE_USB_HOST; in da8xx_musb_set_mode()
342 phy_mode = PHY_MODE_USB_DEVICE; in da8xx_musb_set_mode()
345 phy_mode = PHY_MODE_USB_OTG; in da8xx_musb_set_mode()
351 return phy_set_mode(glue->phy, phy_mode); in da8xx_musb_set_mode()
/linux/Documentation/devicetree/bindings/net/dsa/
A Docelot.txt49 * phy_mode = "internal": on ports 4 and 5
50 * phy_mode = "sgmii": on ports 0, 1, 2, 3
51 * phy_mode = "qsgmii": on ports 0, 1, 2, 3
52 * phy_mode = "usxgmii": on ports 0, 1, 2, 3
53 * phy_mode = "2500base-x": on ports 0, 1, 2, 3
132 * phy_mode = "internal": on ports 8 and 9
133 * phy_mode = "sgmii": on ports 0, 1, 2, 3, 4, 5, 6, 7
134 * phy_mode = "qsgmii": on ports 0, 1, 2, 3, 4, 5, 6, 7
/linux/drivers/phy/intel/
A Dphy-intel-lgm-combo.c99 enum intel_phy_mode phy_mode; member
108 u32 mask = BIT(cbphy->phy_mode * 2 + iphy->id); in intel_cbphy_iphy_enable()
208 mode = cbphy->phy_mode; in intel_cbphy_set_mode()
340 if (cbphy->phy_mode == PHY_PCIE_MODE) { in intel_cbphy_init()
362 if (cbphy->phy_mode == PHY_PCIE_MODE) { in intel_cbphy_exit()
383 if (cbphy->phy_mode != PHY_XPCS_MODE) in intel_cbphy_calibrate()
492 cbphy->phy_mode = PHY_PCIE_MODE; in intel_cbphy_fwnode_parse()
496 cbphy->phy_mode = PHY_SATA_MODE; in intel_cbphy_fwnode_parse()
500 cbphy->phy_mode = PHY_XPCS_MODE; in intel_cbphy_fwnode_parse()
508 cbphy->clk_rate = intel_iphy_clk_rates[cbphy->phy_mode]; in intel_cbphy_fwnode_parse()
/linux/drivers/net/ethernet/ibm/emac/
A Drgmii.c48 static inline int rgmii_valid_mode(int phy_mode) in rgmii_valid_mode() argument
50 return phy_interface_mode_is_rgmii(phy_mode) || in rgmii_valid_mode()
51 phy_mode == PHY_INTERFACE_MODE_GMII || in rgmii_valid_mode()
52 phy_mode == PHY_INTERFACE_MODE_MII || in rgmii_valid_mode()
53 phy_mode == PHY_INTERFACE_MODE_TBI || in rgmii_valid_mode()
54 phy_mode == PHY_INTERFACE_MODE_RTBI; in rgmii_valid_mode()
/linux/drivers/net/ethernet/apm/xgene/
A Dxgene_enet_ethtool.c116 if (phy_interface_mode_is_rgmii(pdata->phy_mode)) { in xgene_get_link_ksettings()
123 } else if (pdata->phy_mode == PHY_INTERFACE_MODE_SGMII) { in xgene_get_link_ksettings()
170 if (phy_interface_mode_is_rgmii(pdata->phy_mode)) { in xgene_set_link_ksettings()
177 if (pdata->phy_mode == PHY_INTERFACE_MODE_SGMII) { in xgene_set_link_ksettings()
230 if (pdata->phy_mode == PHY_INTERFACE_MODE_XGMII) { in xgene_get_extd_stats()
296 if (phy_interface_mode_is_rgmii(pdata->phy_mode) || in xgene_set_pauseparam()
297 pdata->phy_mode == PHY_INTERFACE_MODE_SGMII) { in xgene_set_pauseparam()
A Dxgene_enet_main.c1274 switch (p->phy_mode) { in xgene_derive_ring_owner()
1622 if (phy_interface_mode_is_rgmii(pdata->phy_mode)) in xgene_enet_get_irqs()
1651 if (pdata->phy_mode == PHY_INTERFACE_MODE_XGMII) in xgene_enet_check_phy_handle()
1667 if (pdata->phy_mode != PHY_INTERFACE_MODE_XGMII || in xgene_enet_gpiod_get()
1739 pdata->phy_mode = device_get_phy_mode(dev); in xgene_enet_get_resources()
1740 if (pdata->phy_mode < 0) { in xgene_enet_get_resources()
1742 return pdata->phy_mode; in xgene_enet_get_resources()
1745 pdata->phy_mode != PHY_INTERFACE_MODE_SGMII && in xgene_enet_get_resources()
1746 pdata->phy_mode != PHY_INTERFACE_MODE_XGMII) { in xgene_enet_get_resources()
1779 if (pdata->phy_mode != PHY_INTERFACE_MODE_XGMII) in xgene_enet_get_resources()
[all …]
/linux/drivers/phy/marvell/
A Dphy-mvebu-a3700-comphy.c53 enum phy_mode mode;
99 enum phy_mode mode;
124 enum phy_mode mode, in mvebu_a3700_comphy_get_fw_mode()
147 static int mvebu_a3700_comphy_set_mode(struct phy *phy, enum phy_mode mode, in mvebu_a3700_comphy_set_mode()
/linux/drivers/net/wireless/mediatek/mt7601u/
A Dtrace.h231 TP_PROTO(struct mt7601u_dev *dev, u8 phy_mode, s8 freq_off),
232 TP_ARGS(dev, phy_mode, freq_off),
235 __field(u8, phy_mode)
240 __entry->phy_mode = phy_mode;
244 DEV_PR_ARG, __entry->phy_mode, __entry->freq_off)
/linux/drivers/usb/host/
A Dehci-fsl.c128 pdata->phy_mode == FSL_USB2_PHY_ULPI) in fsl_ehci_drv_probe()
198 enum fsl_usb2_phy_modes phy_mode, in ehci_fsl_setup_phy() argument
215 switch (phy_mode) { in ehci_fsl_setup_phy()
291 if (phy_mode != FSL_USB2_PHY_ULPI && pdata->have_sysif_regs) { in ehci_fsl_setup_phy()
333 if (ehci_fsl_setup_phy(hcd, pdata->phy_mode, 0)) in ehci_fsl_usb_setup()
343 if (ehci_fsl_setup_phy(hcd, pdata->phy_mode, 0)) in ehci_fsl_usb_setup()
347 if (ehci_fsl_setup_phy(hcd, pdata->phy_mode, 1)) in ehci_fsl_usb_setup()
/linux/drivers/net/ethernet/socionext/
A Dsni_ave.c259 phy_interface_t phy_mode; member
1558 phy_interface_t phy_mode; in ave_probe() local
1573 ret = of_get_phy_mode(np, &phy_mode); in ave_probe()
1615 priv->phy_mode = phy_mode; in ave_probe()
1786 phy_interface_t phy_mode, u32 arg) in ave_pro4_get_pinmode() argument
1793 switch (phy_mode) { in ave_pro4_get_pinmode()
1812 phy_interface_t phy_mode, u32 arg) in ave_ld11_get_pinmode() argument
1819 switch (phy_mode) { in ave_ld11_get_pinmode()
1834 phy_interface_t phy_mode, u32 arg) in ave_ld20_get_pinmode() argument
1841 switch (phy_mode) { in ave_ld20_get_pinmode()
[all …]

Completed in 58 milliseconds

123456