Lines Matching refs:tx_drive_strength

116 	u32 tx_drive_strength;  member
494 unsigned int tx_drive_strength; in qca807x_phy_package_probe_once() local
499 &tx_drive_strength)) in qca807x_phy_package_probe_once()
500 tx_drive_strength = 600; in qca807x_phy_package_probe_once()
502 switch (tx_drive_strength) { in qca807x_phy_package_probe_once()
504 priv->tx_drive_strength = PQSGMII_TX_DRIVER_140MV; in qca807x_phy_package_probe_once()
507 priv->tx_drive_strength = PQSGMII_TX_DRIVER_160MV; in qca807x_phy_package_probe_once()
510 priv->tx_drive_strength = PQSGMII_TX_DRIVER_180MV; in qca807x_phy_package_probe_once()
513 priv->tx_drive_strength = PQSGMII_TX_DRIVER_200MV; in qca807x_phy_package_probe_once()
516 priv->tx_drive_strength = PQSGMII_TX_DRIVER_220MV; in qca807x_phy_package_probe_once()
519 priv->tx_drive_strength = PQSGMII_TX_DRIVER_240MV; in qca807x_phy_package_probe_once()
522 priv->tx_drive_strength = PQSGMII_TX_DRIVER_260MV; in qca807x_phy_package_probe_once()
525 priv->tx_drive_strength = PQSGMII_TX_DRIVER_280MV; in qca807x_phy_package_probe_once()
528 priv->tx_drive_strength = PQSGMII_TX_DRIVER_300MV; in qca807x_phy_package_probe_once()
531 priv->tx_drive_strength = PQSGMII_TX_DRIVER_320MV; in qca807x_phy_package_probe_once()
534 priv->tx_drive_strength = PQSGMII_TX_DRIVER_400MV; in qca807x_phy_package_probe_once()
537 priv->tx_drive_strength = PQSGMII_TX_DRIVER_500MV; in qca807x_phy_package_probe_once()
540 priv->tx_drive_strength = PQSGMII_TX_DRIVER_600MV; in qca807x_phy_package_probe_once()
627 val |= FIELD_PREP(PQSGMII_TX_DRIVER_MASK, priv->tx_drive_strength); in qca807x_phy_package_config_init_once()