We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c0de1 commit 93ef6eeCopy full SHA for 93ef6ee
drivers/net/pcs/pcs-xpcs-wx.c
@@ -109,7 +109,7 @@ static void txgbe_pma_config_1g(struct dw_xpcs *xpcs)
109
txgbe_write_pma(xpcs, TXGBE_DFE_TAP_CTL0, 0);
110
val = txgbe_read_pma(xpcs, TXGBE_RX_GEN_CTL3);
111
val = u16_replace_bits(val, 0x4, TXGBE_RX_GEN_CTL3_LOS_TRSHLD0);
112
- txgbe_write_pma(xpcs, TXGBE_RX_EQ_ATTN_CTL, val);
+ txgbe_write_pma(xpcs, TXGBE_RX_GEN_CTL3, val);
113
114
txgbe_write_pma(xpcs, TXGBE_MPLLA_CTL0, 0x20);
115
txgbe_write_pma(xpcs, TXGBE_MPLLA_CTL3, 0x46);
0 commit comments