Home
last modified time | relevance | path

Searched refs:tx_drive_strength (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/phy/qcom/
H A Dqca807x.c115 u32 tx_drive_strength; member
491 unsigned int tx_drive_strength; in qca807x_phy_package_probe_once() local
496 &tx_drive_strength)) in qca807x_phy_package_probe_once()
497 tx_drive_strength = 600; in qca807x_phy_package_probe_once()
499 switch (tx_drive_strength) { in qca807x_phy_package_probe_once()
501 priv->tx_drive_strength = PQSGMII_TX_DRIVER_140MV; in qca807x_phy_package_probe_once()
504 priv->tx_drive_strength = PQSGMII_TX_DRIVER_160MV; in qca807x_phy_package_probe_once()
507 priv->tx_drive_strength = PQSGMII_TX_DRIVER_180MV; in qca807x_phy_package_probe_once()
510 priv->tx_drive_strength = PQSGMII_TX_DRIVER_200MV; in qca807x_phy_package_probe_once()
513 priv->tx_drive_strength = PQSGMII_TX_DRIVER_220MV; in qca807x_phy_package_probe_once()
[all …]