Searched refs:phy_mode (Results 101 - 125 of 179) sorted by relevance

12345678

/linux-master/drivers/net/ethernet/hisilicon/
H A Dhix5hd2_gmac.c259 phy_interface_t phy_mode; member in struct:hix5hd2_priv
293 switch (priv->phy_mode) {
846 &hix5hd2_adjust_link, 0, priv->phy_mode);
1190 ret = of_get_phy_mode(node, &priv->phy_mode);
/linux-master/drivers/net/ethernet/actions/
H A Dowl-emac.c979 if (priv->phy_mode == PHY_INTERFACE_MODE_RMII) {
1448 switch (priv->phy_mode) {
1459 priv->phy_mode);
1488 ret = of_get_phy_mode(dev->of_node, &priv->phy_mode);
/linux-master/drivers/usb/chipidea/
H A Dcore.c273 switch (ci->platdata->phy_mode) {
370 switch (ci->platdata->phy_mode) {
684 if (!platdata->phy_mode)
685 platdata->phy_mode = of_usb_get_phy_mode(dev->of_node);
H A Dhost.c72 if (enable && (ci->platdata->phy_mode == USBPHY_INTERFACE_MODE_HSIC)) {
/linux-master/drivers/phy/marvell/
H A Dphy-mvebu-a3700-comphy.c228 enum phy_mode mode;
274 enum phy_mode mode;
1113 enum phy_mode mode,
1135 static int mvebu_a3700_comphy_set_mode(struct phy *phy, enum phy_mode mode,
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-snps-pcie3.c76 static int rockchip_p3phy_set_mode(struct phy *phy, enum phy_mode mode, int submode)
H A Dphy-rockchip-inno-dsidphy.c214 enum phy_mode mode;
636 static int inno_dsidphy_set_mode(struct phy *phy, enum phy_mode mode,
/linux-master/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet.h441 * @phy_mode: Phy type to identify between MII/GMII/RGMII/SGMII/1000 Base-X
513 phy_interface_t phy_mode; member in struct:axienet_local
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dreg.c202 ch->phy_mode = MODE_11G;
204 ch->phy_mode = MODE_11A;
214 ch->antennamax, ch->phy_mode);
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_main.c332 config->conf.phy_mode,
802 err = of_get_phy_mode(portnp, &conf->phy_mode);
834 conf->portmode = conf->phy_mode;
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.c559 static void enetc_mac_config(struct enetc_si *si, phy_interface_t phy_mode) argument
563 if (phy_interface_mode_is_rgmii(phy_mode)) {
570 if (phy_mode == PHY_INTERFACE_MODE_USXGMII) {
/linux-master/drivers/net/ethernet/ni/
H A Dnixge.c174 phy_interface_t phy_mode; member in struct:nixge_priv
875 &nixge_handle_link_change, 0, priv->phy_mode);
1359 err = of_get_phy_mode(pdev->dev.of_node, &priv->phy_mode);
/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c5440 static int mvneta_port_power_up(struct mvneta_port *pp, int phy_mode) argument
5445 if (phy_mode != PHY_INTERFACE_MODE_QSGMII &&
5446 phy_mode != PHY_INTERFACE_MODE_SGMII &&
5447 !phy_interface_mode_is_8023z(phy_mode) &&
5448 !phy_interface_mode_is_rgmii(phy_mode))
5464 phy_interface_t phy_mode; local
5487 err = of_get_phy_mode(dn, &phy_mode);
5493 pp->phy_interface = phy_mode;
5555 } else if (phy_mode == PHY_INTERFACE_MODE_2500BASEX) {
5559 } else if (phy_mode
[all...]
/linux-master/drivers/scsi/mvsas/
H A Dmv_sas.h219 u8 phy_mode; member in struct:mvs_phy
/linux-master/drivers/phy/cadence/
H A Dphy-cadence-salvo.c304 static int cdns_salvo_set_mode(struct phy *phy, enum phy_mode mode, int submode)
H A Dcdns-dphy.c323 static int cdns_dphy_validate(struct phy *phy, enum phy_mode mode, int submode,
/linux-master/drivers/phy/ingenic/
H A Dphy-ingenic-usb.c156 enum phy_mode mode, int submode)
/linux-master/drivers/phy/ti/
H A Dphy-gmii-sel.c70 static int phy_gmii_sel_mode(struct phy *phy, enum phy_mode mode, int submode)
H A Dphy-tusb1210.c128 static int tusb1210_set_mode(struct phy *phy, enum phy_mode mode, int submode)
/linux-master/drivers/phy/freescale/
H A Dphy-fsl-imx8qm-lvds-phy.c221 static int mixel_lvds_phy_validate(struct phy *phy, enum phy_mode mode,
/linux-master/drivers/phy/renesas/
H A Dr8a779f0-ether-serdes.c300 static int r8a779f0_eth_serdes_set_mode(struct phy *p, enum phy_mode mode,
/linux-master/drivers/usb/gadget/udc/
H A Dfsl_usb2_udc.h494 enum fsl_usb2_phy_modes phy_mode; member in struct:fsl_udc
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c6701 int phy_mode; local
6718 phy_mode = fwnode_get_phy_mode(port_fwnode);
6719 if (phy_mode < 0) {
6721 err = phy_mode;
6731 if (phy_mode == PHY_INTERFACE_MODE_10GKR)
6732 phy_mode = PHY_INTERFACE_MODE_10GBASER;
6791 port->phy_interface = phy_mode;
6934 } else if (phy_mode == PHY_INTERFACE_MODE_5GBASER) {
6937 } else if (phy_mode == PHY_INTERFACE_MODE_10GBASER) {
6940 } else if (phy_mode
[all...]
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-qusb2.c446 enum phy_mode mode;
598 enum phy_mode mode, int submode)
/linux-master/drivers/net/ethernet/sfc/
H A Defx.c124 efx->phy_mode = PHY_MODE_SPECIAL;
524 if (efx->phy_mode & PHY_MODE_SPECIAL)

Completed in 465 milliseconds

12345678