Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Drk630phy.c79 int tx_level_100M; member
86 unsigned int tx_level_100M = T22_TX_LEVEL_100M; in rk630_phy_t22_get_tx_level_from_efuse() local
101 tx_level_100M = efuse_buf[1]; in rk630_phy_t22_get_tx_level_from_efuse()
110 priv->tx_level_100M = tx_level_100M; in rk630_phy_t22_get_tx_level_from_efuse()
247 if (priv->tx_level_100M <= 0 || priv->tx_level_10M <= 0) in rk630_phy_t22_config_init()
252 (priv->tx_level_100M << 8) | priv->tx_level_10M); in rk630_phy_t22_config_init()
/OK3568_Linux_fs/u-boot/drivers/net/phy/
H A Drk630phy.c169 unsigned char tx_level_100M = T22_TX_LEVEL_100M; in rk630_phy_t22_config_init() local
189 if (rk630_phy_t22_get_txlevel_from_efuse(&tx_level_100M, &tx_level_10M)) { in rk630_phy_t22_config_init()
190 tx_level_100M = T22_TX_LEVEL_100M; in rk630_phy_t22_config_init()
195 (tx_level_100M << 8) | tx_level_10M); in rk630_phy_t22_config_init()