blob: 81fba6cfb3a483ce77fa6009dc22a5b80d94bdde [file] [log] [blame]
Auke Kokbc7f75f2007-09-17 12:30:59 -07001/*******************************************************************************
2
3 Intel PRO/1000 Linux driver
Bruce Allanbf670442013-01-01 16:00:01 +00004 Copyright(c) 1999 - 2013 Intel Corporation.
Auke Kokbc7f75f2007-09-17 12:30:59 -07005
6 This program is free software; you can redistribute it and/or modify it
7 under the terms and conditions of the GNU General Public License,
8 version 2, as published by the Free Software Foundation.
9
10 This program is distributed in the hope it will be useful, but WITHOUT
11 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 more details.
14
15 You should have received a copy of the GNU General Public License along with
16 this program; if not, write to the Free Software Foundation, Inc.,
17 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
18
19 The full GNU General Public License is included in this distribution in
20 the file called "COPYING".
21
22 Contact Information:
23 Linux NICS <linux.nics@intel.com>
24 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
25 Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
26
27*******************************************************************************/
28
Auke Kokbc7f75f2007-09-17 12:30:59 -070029#include "e1000.h"
30
31static s32 e1000_get_phy_cfg_done(struct e1000_hw *hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -070032static s32 e1000_wait_autoneg(struct e1000_hw *hw);
Bruce Allan97ac8ca2008-04-29 09:16:05 -070033static s32 e1000_access_phy_wakeup_reg_bm(struct e1000_hw *hw, u32 offset,
Bruce Allan2b6b1682011-05-13 07:20:09 +000034 u16 *data, bool read, bool page_set);
Bruce Allana4f58f52009-06-02 11:29:18 +000035static u32 e1000_get_phy_addr_for_hv_page(u32 page);
36static s32 e1000_access_phy_debug_regs_hv(struct e1000_hw *hw, u32 offset,
Bruce Allan1f96012d2013-01-05 03:06:54 +000037 u16 *data, bool read);
Auke Kokbc7f75f2007-09-17 12:30:59 -070038
39/* Cable length tables */
Bruce Allan64806412010-12-11 05:53:42 +000040static const u16 e1000_m88_cable_length_table[] = {
41 0, 50, 80, 110, 140, 140, E1000_CABLE_LENGTH_UNDEFINED };
Bruce Allaneb656d42009-12-01 15:47:02 +000042#define M88E1000_CABLE_LENGTH_TABLE_SIZE \
43 ARRAY_SIZE(e1000_m88_cable_length_table)
Auke Kokbc7f75f2007-09-17 12:30:59 -070044
Bruce Allan64806412010-12-11 05:53:42 +000045static const u16 e1000_igp_2_cable_length_table[] = {
46 0, 0, 0, 0, 0, 0, 0, 0, 3, 5, 8, 11, 13, 16, 18, 21, 0, 0, 0, 3,
47 6, 10, 13, 16, 19, 23, 26, 29, 32, 35, 38, 41, 6, 10, 14, 18, 22,
48 26, 30, 33, 37, 41, 44, 48, 51, 54, 58, 61, 21, 26, 31, 35, 40,
49 44, 49, 53, 57, 61, 65, 68, 72, 75, 79, 82, 40, 45, 51, 56, 61,
50 66, 70, 75, 79, 83, 87, 91, 94, 98, 101, 104, 60, 66, 72, 77, 82,
51 87, 92, 96, 100, 104, 108, 111, 114, 117, 119, 121, 83, 89, 95,
52 100, 105, 109, 113, 116, 119, 122, 124, 104, 109, 114, 118, 121,
53 124};
Auke Kokbc7f75f2007-09-17 12:30:59 -070054#define IGP02E1000_CABLE_LENGTH_TABLE_SIZE \
Alejandro Martinez Ruizc00acf42007-10-18 10:16:33 +020055 ARRAY_SIZE(e1000_igp_2_cable_length_table)
Auke Kokbc7f75f2007-09-17 12:30:59 -070056
Bruce Allana4f58f52009-06-02 11:29:18 +000057#define BM_PHY_REG_PAGE(offset) \
58 ((u16)(((offset) >> PHY_PAGE_SHIFT) & 0xFFFF))
59#define BM_PHY_REG_NUM(offset) \
60 ((u16)(((offset) & MAX_PHY_REG_ADDRESS) |\
61 (((offset) >> (PHY_UPPER_SHIFT - PHY_PAGE_SHIFT)) &\
62 ~MAX_PHY_REG_ADDRESS)))
63
64#define HV_INTC_FC_PAGE_START 768
65#define I82578_ADDR_REG 29
66#define I82577_ADDR_REG 16
67#define I82577_CFG_REG 22
68#define I82577_CFG_ASSERT_CRS_ON_TX (1 << 15)
69#define I82577_CFG_ENABLE_DOWNSHIFT (3 << 10) /* auto downshift 100/10 */
70#define I82577_CTRL_REG 23
Bruce Allana4f58f52009-06-02 11:29:18 +000071
72/* 82577 specific PHY registers */
73#define I82577_PHY_CTRL_2 18
74#define I82577_PHY_STATUS_2 26
75#define I82577_PHY_DIAG_STATUS 31
76
77/* I82577 PHY Status 2 */
78#define I82577_PHY_STATUS2_REV_POLARITY 0x0400
79#define I82577_PHY_STATUS2_MDIX 0x0800
80#define I82577_PHY_STATUS2_SPEED_MASK 0x0300
81#define I82577_PHY_STATUS2_SPEED_1000MBPS 0x0200
82
83/* I82577 PHY Control 2 */
Bruce W Allane86fd892012-07-26 02:30:59 +000084#define I82577_PHY_CTRL2_MANUAL_MDIX 0x0200
85#define I82577_PHY_CTRL2_AUTO_MDI_MDIX 0x0400
86#define I82577_PHY_CTRL2_MDIX_CFG_MASK 0x0600
Bruce Allana4f58f52009-06-02 11:29:18 +000087
88/* I82577 PHY Diagnostics Status */
89#define I82577_DSTATUS_CABLE_LENGTH 0x03FC
90#define I82577_DSTATUS_CABLE_LENGTH_SHIFT 2
91
92/* BM PHY Copper Specific Control 1 */
93#define BM_CS_CTRL1 16
94
Bruce Allana4f58f52009-06-02 11:29:18 +000095#define HV_MUX_DATA_CTRL PHY_REG(776, 16)
96#define HV_MUX_DATA_CTRL_GEN_TO_MAC 0x0400
97#define HV_MUX_DATA_CTRL_FORCE_SPEED 0x0004
98
Auke Kokbc7f75f2007-09-17 12:30:59 -070099/**
100 * e1000e_check_reset_block_generic - Check if PHY reset is blocked
101 * @hw: pointer to the HW structure
102 *
103 * Read the PHY management control register and check whether a PHY reset
104 * is blocked. If a reset is not blocked return 0, otherwise
105 * return E1000_BLK_PHY_RESET (12).
106 **/
107s32 e1000e_check_reset_block_generic(struct e1000_hw *hw)
108{
109 u32 manc;
110
111 manc = er32(MANC);
112
113 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ?
114 E1000_BLK_PHY_RESET : 0;
115}
116
117/**
118 * e1000e_get_phy_id - Retrieve the PHY ID and revision
119 * @hw: pointer to the HW structure
120 *
121 * Reads the PHY registers and stores the PHY ID and possibly the PHY
122 * revision in the hardware structure.
123 **/
124s32 e1000e_get_phy_id(struct e1000_hw *hw)
125{
126 struct e1000_phy_info *phy = &hw->phy;
Bruce Allana4f58f52009-06-02 11:29:18 +0000127 s32 ret_val = 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700128 u16 phy_id;
Bruce Allana4f58f52009-06-02 11:29:18 +0000129 u16 retry_count = 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700130
Bruce Allan668018d2012-01-31 07:02:56 +0000131 if (!phy->ops.read_reg)
Bruce Allan5015e532012-02-08 02:55:56 +0000132 return 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700133
Bruce Allana4f58f52009-06-02 11:29:18 +0000134 while (retry_count < 2) {
135 ret_val = e1e_rphy(hw, PHY_ID1, &phy_id);
136 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +0000137 return ret_val;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700138
Bruce Allana4f58f52009-06-02 11:29:18 +0000139 phy->id = (u32)(phy_id << 16);
140 udelay(20);
141 ret_val = e1e_rphy(hw, PHY_ID2, &phy_id);
142 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +0000143 return ret_val;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700144
Bruce Allana4f58f52009-06-02 11:29:18 +0000145 phy->id |= (u32)(phy_id & PHY_REVISION_MASK);
146 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK);
147
148 if (phy->id != 0 && phy->id != PHY_REVISION_MASK)
Bruce Allan5015e532012-02-08 02:55:56 +0000149 return 0;
Bruce Allana4f58f52009-06-02 11:29:18 +0000150
Bruce Allana4f58f52009-06-02 11:29:18 +0000151 retry_count++;
152 }
Bruce Allan5015e532012-02-08 02:55:56 +0000153
154 return 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700155}
156
157/**
158 * e1000e_phy_reset_dsp - Reset PHY DSP
159 * @hw: pointer to the HW structure
160 *
161 * Reset the digital signal processor.
162 **/
163s32 e1000e_phy_reset_dsp(struct e1000_hw *hw)
164{
165 s32 ret_val;
166
167 ret_val = e1e_wphy(hw, M88E1000_PHY_GEN_CONTROL, 0xC1);
168 if (ret_val)
169 return ret_val;
170
171 return e1e_wphy(hw, M88E1000_PHY_GEN_CONTROL, 0);
172}
173
174/**
David Graham2d9498f2008-04-23 11:09:14 -0700175 * e1000e_read_phy_reg_mdic - Read MDI control register
Auke Kokbc7f75f2007-09-17 12:30:59 -0700176 * @hw: pointer to the HW structure
177 * @offset: register offset to be read
178 * @data: pointer to the read data
179 *
Auke Kok489815c2008-02-21 15:11:07 -0800180 * Reads the MDI control register in the PHY at offset and stores the
Auke Kokbc7f75f2007-09-17 12:30:59 -0700181 * information read to data.
182 **/
David Graham2d9498f2008-04-23 11:09:14 -0700183s32 e1000e_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data)
Auke Kokbc7f75f2007-09-17 12:30:59 -0700184{
185 struct e1000_phy_info *phy = &hw->phy;
186 u32 i, mdic = 0;
187
188 if (offset > MAX_PHY_REG_ADDRESS) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000189 e_dbg("PHY Address %d is out of range\n", offset);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700190 return -E1000_ERR_PARAM;
191 }
192
Bruce Allane921eb12012-11-28 09:28:37 +0000193 /* Set up Op-code, Phy Address, and register offset in the MDI
Auke Kokbc7f75f2007-09-17 12:30:59 -0700194 * Control register. The MAC will take care of interfacing with the
195 * PHY to retrieve the desired data.
196 */
197 mdic = ((offset << E1000_MDIC_REG_SHIFT) |
198 (phy->addr << E1000_MDIC_PHY_SHIFT) |
199 (E1000_MDIC_OP_READ));
200
201 ew32(MDIC, mdic);
202
Bruce Allane921eb12012-11-28 09:28:37 +0000203 /* Poll the ready bit to see if the MDI read completed
Bruce Allanad680762008-03-28 09:15:03 -0700204 * Increasing the time out as testing showed failures with
205 * the lower time out
206 */
David Graham2d9498f2008-04-23 11:09:14 -0700207 for (i = 0; i < (E1000_GEN_POLL_TIMEOUT * 3); i++) {
Auke Kokbc7f75f2007-09-17 12:30:59 -0700208 udelay(50);
209 mdic = er32(MDIC);
210 if (mdic & E1000_MDIC_READY)
211 break;
212 }
213 if (!(mdic & E1000_MDIC_READY)) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000214 e_dbg("MDI Read did not complete\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700215 return -E1000_ERR_PHY;
216 }
217 if (mdic & E1000_MDIC_ERROR) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000218 e_dbg("MDI Error\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700219 return -E1000_ERR_PHY;
220 }
221 *data = (u16) mdic;
222
Bruce Allane921eb12012-11-28 09:28:37 +0000223 /* Allow some time after each MDIC transaction to avoid
Bruce Allan664dc872010-11-24 06:01:46 +0000224 * reading duplicate data in the next MDIC transaction.
225 */
226 if (hw->mac.type == e1000_pch2lan)
227 udelay(100);
228
Auke Kokbc7f75f2007-09-17 12:30:59 -0700229 return 0;
230}
231
232/**
David Graham2d9498f2008-04-23 11:09:14 -0700233 * e1000e_write_phy_reg_mdic - Write MDI control register
Auke Kokbc7f75f2007-09-17 12:30:59 -0700234 * @hw: pointer to the HW structure
235 * @offset: register offset to write to
236 * @data: data to write to register at offset
237 *
238 * Writes data to MDI control register in the PHY at offset.
239 **/
David Graham2d9498f2008-04-23 11:09:14 -0700240s32 e1000e_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data)
Auke Kokbc7f75f2007-09-17 12:30:59 -0700241{
242 struct e1000_phy_info *phy = &hw->phy;
243 u32 i, mdic = 0;
244
245 if (offset > MAX_PHY_REG_ADDRESS) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000246 e_dbg("PHY Address %d is out of range\n", offset);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700247 return -E1000_ERR_PARAM;
248 }
249
Bruce Allane921eb12012-11-28 09:28:37 +0000250 /* Set up Op-code, Phy Address, and register offset in the MDI
Auke Kokbc7f75f2007-09-17 12:30:59 -0700251 * Control register. The MAC will take care of interfacing with the
252 * PHY to retrieve the desired data.
253 */
254 mdic = (((u32)data) |
255 (offset << E1000_MDIC_REG_SHIFT) |
256 (phy->addr << E1000_MDIC_PHY_SHIFT) |
257 (E1000_MDIC_OP_WRITE));
258
259 ew32(MDIC, mdic);
260
Bruce Allane921eb12012-11-28 09:28:37 +0000261 /* Poll the ready bit to see if the MDI read completed
David Graham2d9498f2008-04-23 11:09:14 -0700262 * Increasing the time out as testing showed failures with
263 * the lower time out
264 */
265 for (i = 0; i < (E1000_GEN_POLL_TIMEOUT * 3); i++) {
266 udelay(50);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700267 mdic = er32(MDIC);
268 if (mdic & E1000_MDIC_READY)
269 break;
270 }
271 if (!(mdic & E1000_MDIC_READY)) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000272 e_dbg("MDI Write did not complete\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700273 return -E1000_ERR_PHY;
274 }
David Graham2d9498f2008-04-23 11:09:14 -0700275 if (mdic & E1000_MDIC_ERROR) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000276 e_dbg("MDI Error\n");
David Graham2d9498f2008-04-23 11:09:14 -0700277 return -E1000_ERR_PHY;
278 }
Auke Kokbc7f75f2007-09-17 12:30:59 -0700279
Bruce Allane921eb12012-11-28 09:28:37 +0000280 /* Allow some time after each MDIC transaction to avoid
Bruce Allan664dc872010-11-24 06:01:46 +0000281 * reading duplicate data in the next MDIC transaction.
282 */
283 if (hw->mac.type == e1000_pch2lan)
284 udelay(100);
285
Auke Kokbc7f75f2007-09-17 12:30:59 -0700286 return 0;
287}
288
289/**
290 * e1000e_read_phy_reg_m88 - Read m88 PHY register
291 * @hw: pointer to the HW structure
292 * @offset: register offset to be read
293 * @data: pointer to the read data
294 *
295 * Acquires semaphore, if necessary, then reads the PHY register at offset
296 * and storing the retrieved information in data. Release any acquired
297 * semaphores before exiting.
298 **/
299s32 e1000e_read_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 *data)
300{
301 s32 ret_val;
302
Bruce Allan94d81862009-11-20 23:25:26 +0000303 ret_val = hw->phy.ops.acquire(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700304 if (ret_val)
305 return ret_val;
306
David Graham2d9498f2008-04-23 11:09:14 -0700307 ret_val = e1000e_read_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset,
308 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700309
Bruce Allan94d81862009-11-20 23:25:26 +0000310 hw->phy.ops.release(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700311
312 return ret_val;
313}
314
315/**
316 * e1000e_write_phy_reg_m88 - Write m88 PHY register
317 * @hw: pointer to the HW structure
318 * @offset: register offset to write to
319 * @data: data to write at register offset
320 *
321 * Acquires semaphore, if necessary, then writes the data to PHY register
322 * at the offset. Release any acquired semaphores before exiting.
323 **/
324s32 e1000e_write_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 data)
325{
326 s32 ret_val;
327
Bruce Allan94d81862009-11-20 23:25:26 +0000328 ret_val = hw->phy.ops.acquire(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700329 if (ret_val)
330 return ret_val;
331
David Graham2d9498f2008-04-23 11:09:14 -0700332 ret_val = e1000e_write_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset,
333 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700334
Bruce Allan94d81862009-11-20 23:25:26 +0000335 hw->phy.ops.release(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700336
337 return ret_val;
338}
339
340/**
Bruce Allan2b6b1682011-05-13 07:20:09 +0000341 * e1000_set_page_igp - Set page as on IGP-like PHY(s)
342 * @hw: pointer to the HW structure
343 * @page: page to set (shifted left when necessary)
344 *
345 * Sets PHY page required for PHY register access. Assumes semaphore is
346 * already acquired. Note, this function sets phy.addr to 1 so the caller
347 * must set it appropriately (if necessary) after this function returns.
348 **/
349s32 e1000_set_page_igp(struct e1000_hw *hw, u16 page)
350{
351 e_dbg("Setting page 0x%x\n", page);
352
353 hw->phy.addr = 1;
354
355 return e1000e_write_phy_reg_mdic(hw, IGP01E1000_PHY_PAGE_SELECT, page);
356}
357
358/**
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000359 * __e1000e_read_phy_reg_igp - Read igp PHY register
Auke Kokbc7f75f2007-09-17 12:30:59 -0700360 * @hw: pointer to the HW structure
361 * @offset: register offset to be read
362 * @data: pointer to the read data
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000363 * @locked: semaphore has already been acquired or not
Auke Kokbc7f75f2007-09-17 12:30:59 -0700364 *
365 * Acquires semaphore, if necessary, then reads the PHY register at offset
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000366 * and stores the retrieved information in data. Release any acquired
Auke Kokbc7f75f2007-09-17 12:30:59 -0700367 * semaphores before exiting.
368 **/
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000369static s32 __e1000e_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data,
370 bool locked)
Auke Kokbc7f75f2007-09-17 12:30:59 -0700371{
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000372 s32 ret_val = 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700373
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000374 if (!locked) {
Bruce Allan668018d2012-01-31 07:02:56 +0000375 if (!hw->phy.ops.acquire)
Bruce Allan5015e532012-02-08 02:55:56 +0000376 return 0;
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000377
Bruce Allan94d81862009-11-20 23:25:26 +0000378 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000379 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +0000380 return ret_val;
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000381 }
Auke Kokbc7f75f2007-09-17 12:30:59 -0700382
Bruce Allan5015e532012-02-08 02:55:56 +0000383 if (offset > MAX_PHY_MULTI_PAGE_REG)
David Graham2d9498f2008-04-23 11:09:14 -0700384 ret_val = e1000e_write_phy_reg_mdic(hw,
385 IGP01E1000_PHY_PAGE_SELECT,
386 (u16)offset);
Bruce Allan5015e532012-02-08 02:55:56 +0000387 if (!ret_val)
388 ret_val = e1000e_read_phy_reg_mdic(hw,
389 MAX_PHY_REG_ADDRESS & offset,
390 data);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000391 if (!locked)
Bruce Allan94d81862009-11-20 23:25:26 +0000392 hw->phy.ops.release(hw);
Bruce Allan5015e532012-02-08 02:55:56 +0000393
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000394 return ret_val;
395}
Auke Kokbc7f75f2007-09-17 12:30:59 -0700396
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000397/**
398 * e1000e_read_phy_reg_igp - Read igp PHY register
399 * @hw: pointer to the HW structure
400 * @offset: register offset to be read
401 * @data: pointer to the read data
402 *
403 * Acquires semaphore then reads the PHY register at offset and stores the
404 * retrieved information in data.
405 * Release the acquired semaphore before exiting.
406 **/
407s32 e1000e_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data)
408{
409 return __e1000e_read_phy_reg_igp(hw, offset, data, false);
410}
411
412/**
413 * e1000e_read_phy_reg_igp_locked - Read igp PHY register
414 * @hw: pointer to the HW structure
415 * @offset: register offset to be read
416 * @data: pointer to the read data
417 *
418 * Reads the PHY register at offset and stores the retrieved information
419 * in data. Assumes semaphore already acquired.
420 **/
421s32 e1000e_read_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 *data)
422{
423 return __e1000e_read_phy_reg_igp(hw, offset, data, true);
424}
425
426/**
427 * e1000e_write_phy_reg_igp - Write igp PHY register
428 * @hw: pointer to the HW structure
429 * @offset: register offset to write to
430 * @data: data to write at register offset
431 * @locked: semaphore has already been acquired or not
432 *
433 * Acquires semaphore, if necessary, then writes the data to PHY register
434 * at the offset. Release any acquired semaphores before exiting.
435 **/
436static s32 __e1000e_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data,
437 bool locked)
438{
439 s32 ret_val = 0;
440
441 if (!locked) {
Bruce Allan668018d2012-01-31 07:02:56 +0000442 if (!hw->phy.ops.acquire)
Bruce Allan5015e532012-02-08 02:55:56 +0000443 return 0;
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000444
Bruce Allan94d81862009-11-20 23:25:26 +0000445 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000446 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +0000447 return ret_val;
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000448 }
449
Bruce Allan5015e532012-02-08 02:55:56 +0000450 if (offset > MAX_PHY_MULTI_PAGE_REG)
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000451 ret_val = e1000e_write_phy_reg_mdic(hw,
452 IGP01E1000_PHY_PAGE_SELECT,
453 (u16)offset);
Bruce Allan5015e532012-02-08 02:55:56 +0000454 if (!ret_val)
455 ret_val = e1000e_write_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS &
456 offset,
457 data);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000458 if (!locked)
Bruce Allan94d81862009-11-20 23:25:26 +0000459 hw->phy.ops.release(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000460
Auke Kokbc7f75f2007-09-17 12:30:59 -0700461 return ret_val;
462}
463
464/**
465 * e1000e_write_phy_reg_igp - Write igp PHY register
466 * @hw: pointer to the HW structure
467 * @offset: register offset to write to
468 * @data: data to write at register offset
469 *
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000470 * Acquires semaphore then writes the data to PHY register
Auke Kokbc7f75f2007-09-17 12:30:59 -0700471 * at the offset. Release any acquired semaphores before exiting.
472 **/
473s32 e1000e_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data)
474{
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000475 return __e1000e_write_phy_reg_igp(hw, offset, data, false);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700476}
477
478/**
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000479 * e1000e_write_phy_reg_igp_locked - Write igp PHY register
480 * @hw: pointer to the HW structure
481 * @offset: register offset to write to
482 * @data: data to write at register offset
483 *
484 * Writes the data to PHY register at the offset.
485 * Assumes semaphore already acquired.
486 **/
487s32 e1000e_write_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 data)
488{
489 return __e1000e_write_phy_reg_igp(hw, offset, data, true);
490}
491
492/**
493 * __e1000_read_kmrn_reg - Read kumeran register
Auke Kokbc7f75f2007-09-17 12:30:59 -0700494 * @hw: pointer to the HW structure
495 * @offset: register offset to be read
496 * @data: pointer to the read data
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000497 * @locked: semaphore has already been acquired or not
Auke Kokbc7f75f2007-09-17 12:30:59 -0700498 *
499 * Acquires semaphore, if necessary. Then reads the PHY register at offset
500 * using the kumeran interface. The information retrieved is stored in data.
501 * Release any acquired semaphores before exiting.
502 **/
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000503static s32 __e1000_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data,
504 bool locked)
Auke Kokbc7f75f2007-09-17 12:30:59 -0700505{
506 u32 kmrnctrlsta;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700507
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000508 if (!locked) {
Bruce Allan5015e532012-02-08 02:55:56 +0000509 s32 ret_val = 0;
510
Bruce Allan668018d2012-01-31 07:02:56 +0000511 if (!hw->phy.ops.acquire)
Bruce Allan5015e532012-02-08 02:55:56 +0000512 return 0;
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000513
Bruce Allan94d81862009-11-20 23:25:26 +0000514 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000515 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +0000516 return ret_val;
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000517 }
Auke Kokbc7f75f2007-09-17 12:30:59 -0700518
519 kmrnctrlsta = ((offset << E1000_KMRNCTRLSTA_OFFSET_SHIFT) &
520 E1000_KMRNCTRLSTA_OFFSET) | E1000_KMRNCTRLSTA_REN;
521 ew32(KMRNCTRLSTA, kmrnctrlsta);
Jesse Brandeburg945a5152011-07-20 00:56:21 +0000522 e1e_flush();
Auke Kokbc7f75f2007-09-17 12:30:59 -0700523
524 udelay(2);
525
526 kmrnctrlsta = er32(KMRNCTRLSTA);
527 *data = (u16)kmrnctrlsta;
528
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000529 if (!locked)
Bruce Allan94d81862009-11-20 23:25:26 +0000530 hw->phy.ops.release(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700531
Bruce Allan5015e532012-02-08 02:55:56 +0000532 return 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700533}
534
535/**
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000536 * e1000e_read_kmrn_reg - Read kumeran register
537 * @hw: pointer to the HW structure
538 * @offset: register offset to be read
539 * @data: pointer to the read data
540 *
541 * Acquires semaphore then reads the PHY register at offset using the
542 * kumeran interface. The information retrieved is stored in data.
543 * Release the acquired semaphore before exiting.
544 **/
545s32 e1000e_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data)
546{
547 return __e1000_read_kmrn_reg(hw, offset, data, false);
548}
549
550/**
Bruce Allan1d5846b2009-10-29 13:46:05 +0000551 * e1000e_read_kmrn_reg_locked - Read kumeran register
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000552 * @hw: pointer to the HW structure
553 * @offset: register offset to be read
554 * @data: pointer to the read data
555 *
556 * Reads the PHY register at offset using the kumeran interface. The
557 * information retrieved is stored in data.
558 * Assumes semaphore already acquired.
559 **/
Bruce Allan1d5846b2009-10-29 13:46:05 +0000560s32 e1000e_read_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 *data)
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000561{
562 return __e1000_read_kmrn_reg(hw, offset, data, true);
563}
564
565/**
566 * __e1000_write_kmrn_reg - Write kumeran register
Auke Kokbc7f75f2007-09-17 12:30:59 -0700567 * @hw: pointer to the HW structure
568 * @offset: register offset to write to
569 * @data: data to write at register offset
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000570 * @locked: semaphore has already been acquired or not
Auke Kokbc7f75f2007-09-17 12:30:59 -0700571 *
572 * Acquires semaphore, if necessary. Then write the data to PHY register
573 * at the offset using the kumeran interface. Release any acquired semaphores
574 * before exiting.
575 **/
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000576static s32 __e1000_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data,
577 bool locked)
Auke Kokbc7f75f2007-09-17 12:30:59 -0700578{
579 u32 kmrnctrlsta;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700580
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000581 if (!locked) {
Bruce Allan5015e532012-02-08 02:55:56 +0000582 s32 ret_val = 0;
583
Bruce Allan668018d2012-01-31 07:02:56 +0000584 if (!hw->phy.ops.acquire)
Bruce Allan5015e532012-02-08 02:55:56 +0000585 return 0;
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000586
Bruce Allan94d81862009-11-20 23:25:26 +0000587 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000588 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +0000589 return ret_val;
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000590 }
Auke Kokbc7f75f2007-09-17 12:30:59 -0700591
592 kmrnctrlsta = ((offset << E1000_KMRNCTRLSTA_OFFSET_SHIFT) &
593 E1000_KMRNCTRLSTA_OFFSET) | data;
594 ew32(KMRNCTRLSTA, kmrnctrlsta);
Jesse Brandeburg945a5152011-07-20 00:56:21 +0000595 e1e_flush();
Auke Kokbc7f75f2007-09-17 12:30:59 -0700596
597 udelay(2);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700598
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000599 if (!locked)
Bruce Allan94d81862009-11-20 23:25:26 +0000600 hw->phy.ops.release(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000601
Bruce Allan5015e532012-02-08 02:55:56 +0000602 return 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700603}
604
605/**
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000606 * e1000e_write_kmrn_reg - Write kumeran register
607 * @hw: pointer to the HW structure
608 * @offset: register offset to write to
609 * @data: data to write at register offset
610 *
611 * Acquires semaphore then writes the data to the PHY register at the offset
612 * using the kumeran interface. Release the acquired semaphore before exiting.
613 **/
614s32 e1000e_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data)
615{
616 return __e1000_write_kmrn_reg(hw, offset, data, false);
617}
618
619/**
Bruce Allan1d5846b2009-10-29 13:46:05 +0000620 * e1000e_write_kmrn_reg_locked - Write kumeran register
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000621 * @hw: pointer to the HW structure
622 * @offset: register offset to write to
623 * @data: data to write at register offset
624 *
625 * Write the data to PHY register at the offset using the kumeran interface.
626 * Assumes semaphore already acquired.
627 **/
Bruce Allan1d5846b2009-10-29 13:46:05 +0000628s32 e1000e_write_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 data)
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000629{
630 return __e1000_write_kmrn_reg(hw, offset, data, true);
631}
632
633/**
Bruce Allan7b9f7e32012-03-20 03:47:41 +0000634 * e1000_set_master_slave_mode - Setup PHY for Master/slave mode
635 * @hw: pointer to the HW structure
636 *
637 * Sets up Master/slave mode
638 **/
639static s32 e1000_set_master_slave_mode(struct e1000_hw *hw)
640{
641 s32 ret_val;
642 u16 phy_data;
643
644 /* Resolve Master/Slave mode */
645 ret_val = e1e_rphy(hw, PHY_1000T_CTRL, &phy_data);
646 if (ret_val)
647 return ret_val;
648
649 /* load defaults for future use */
650 hw->phy.original_ms_type = (phy_data & CR_1000T_MS_ENABLE) ?
651 ((phy_data & CR_1000T_MS_VALUE) ?
652 e1000_ms_force_master : e1000_ms_force_slave) : e1000_ms_auto;
653
654 switch (hw->phy.ms_type) {
655 case e1000_ms_force_master:
656 phy_data |= (CR_1000T_MS_ENABLE | CR_1000T_MS_VALUE);
657 break;
658 case e1000_ms_force_slave:
659 phy_data |= CR_1000T_MS_ENABLE;
660 phy_data &= ~(CR_1000T_MS_VALUE);
661 break;
662 case e1000_ms_auto:
663 phy_data &= ~CR_1000T_MS_ENABLE;
664 /* fall-through */
665 default:
666 break;
667 }
668
669 return e1e_wphy(hw, PHY_1000T_CTRL, phy_data);
670}
671
672/**
Bruce Allana4f58f52009-06-02 11:29:18 +0000673 * e1000_copper_link_setup_82577 - Setup 82577 PHY for copper link
674 * @hw: pointer to the HW structure
675 *
676 * Sets up Carrier-sense on Transmit and downshift values.
677 **/
678s32 e1000_copper_link_setup_82577(struct e1000_hw *hw)
679{
Bruce Allana4f58f52009-06-02 11:29:18 +0000680 s32 ret_val;
681 u16 phy_data;
682
Bruce Allanaf667a22010-12-31 06:10:01 +0000683 /* Enable CRS on Tx. This must be set for half-duplex operation. */
Bruce Allan482fed82011-01-06 14:29:49 +0000684 ret_val = e1e_rphy(hw, I82577_CFG_REG, &phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +0000685 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +0000686 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +0000687
688 phy_data |= I82577_CFG_ASSERT_CRS_ON_TX;
689
690 /* Enable downshift */
691 phy_data |= I82577_CFG_ENABLE_DOWNSHIFT;
692
Bruce Allan7b9f7e32012-03-20 03:47:41 +0000693 ret_val = e1e_wphy(hw, I82577_CFG_REG, phy_data);
694 if (ret_val)
695 return ret_val;
696
Bruce W Allane86fd892012-07-26 02:30:59 +0000697 /* Set MDI/MDIX mode */
698 ret_val = e1e_rphy(hw, I82577_PHY_CTRL_2, &phy_data);
699 if (ret_val)
700 return ret_val;
701 phy_data &= ~I82577_PHY_CTRL2_MDIX_CFG_MASK;
Bruce Allane921eb12012-11-28 09:28:37 +0000702 /* Options:
Bruce W Allane86fd892012-07-26 02:30:59 +0000703 * 0 - Auto (default)
704 * 1 - MDI mode
705 * 2 - MDI-X mode
706 */
707 switch (hw->phy.mdix) {
708 case 1:
709 break;
710 case 2:
711 phy_data |= I82577_PHY_CTRL2_MANUAL_MDIX;
712 break;
713 case 0:
714 default:
715 phy_data |= I82577_PHY_CTRL2_AUTO_MDI_MDIX;
716 break;
717 }
718 ret_val = e1e_wphy(hw, I82577_PHY_CTRL_2, phy_data);
719 if (ret_val)
720 return ret_val;
721
Bruce Allan7b9f7e32012-03-20 03:47:41 +0000722 return e1000_set_master_slave_mode(hw);
Bruce Allana4f58f52009-06-02 11:29:18 +0000723}
724
725/**
Auke Kokbc7f75f2007-09-17 12:30:59 -0700726 * e1000e_copper_link_setup_m88 - Setup m88 PHY's for copper link
727 * @hw: pointer to the HW structure
728 *
729 * Sets up MDI/MDI-X and polarity for m88 PHY's. If necessary, transmit clock
730 * and downshift values are set also.
731 **/
732s32 e1000e_copper_link_setup_m88(struct e1000_hw *hw)
733{
734 struct e1000_phy_info *phy = &hw->phy;
735 s32 ret_val;
736 u16 phy_data;
737
Bruce Allanad680762008-03-28 09:15:03 -0700738 /* Enable CRS on Tx. This must be set for half-duplex operation. */
Auke Kokbc7f75f2007-09-17 12:30:59 -0700739 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_CTRL, &phy_data);
740 if (ret_val)
741 return ret_val;
742
Bruce Allana4f58f52009-06-02 11:29:18 +0000743 /* For BM PHY this bit is downshift enable */
744 if (phy->type != e1000_phy_bm)
David Graham2d9498f2008-04-23 11:09:14 -0700745 phy_data |= M88E1000_PSCR_ASSERT_CRS_ON_TX;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700746
Bruce Allane921eb12012-11-28 09:28:37 +0000747 /* Options:
Auke Kokbc7f75f2007-09-17 12:30:59 -0700748 * MDI/MDI-X = 0 (default)
749 * 0 - Auto for all speeds
750 * 1 - MDI mode
751 * 2 - MDI-X mode
752 * 3 - Auto for 1000Base-T only (MDI-X for 10/100Base-T modes)
753 */
754 phy_data &= ~M88E1000_PSCR_AUTO_X_MODE;
755
756 switch (phy->mdix) {
757 case 1:
758 phy_data |= M88E1000_PSCR_MDI_MANUAL_MODE;
759 break;
760 case 2:
761 phy_data |= M88E1000_PSCR_MDIX_MANUAL_MODE;
762 break;
763 case 3:
764 phy_data |= M88E1000_PSCR_AUTO_X_1000T;
765 break;
766 case 0:
767 default:
768 phy_data |= M88E1000_PSCR_AUTO_X_MODE;
769 break;
770 }
771
Bruce Allane921eb12012-11-28 09:28:37 +0000772 /* Options:
Auke Kokbc7f75f2007-09-17 12:30:59 -0700773 * disable_polarity_correction = 0 (default)
774 * Automatic Correction for Reversed Cable Polarity
775 * 0 - Disabled
776 * 1 - Enabled
777 */
778 phy_data &= ~M88E1000_PSCR_POLARITY_REVERSAL;
Bruce Allan04499ec2012-04-13 00:08:31 +0000779 if (phy->disable_polarity_correction)
Auke Kokbc7f75f2007-09-17 12:30:59 -0700780 phy_data |= M88E1000_PSCR_POLARITY_REVERSAL;
781
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700782 /* Enable downshift on BM (disabled by default) */
Matthew Vick885fe7b2012-04-25 07:25:18 +0000783 if (phy->type == e1000_phy_bm) {
784 /* For 82574/82583, first disable then enable downshift */
785 if (phy->id == BME1000_E_PHY_ID_R2) {
786 phy_data &= ~BME1000_PSCR_ENABLE_DOWNSHIFT;
787 ret_val = e1e_wphy(hw, M88E1000_PHY_SPEC_CTRL,
788 phy_data);
789 if (ret_val)
790 return ret_val;
791 /* Commit the changes. */
792 ret_val = e1000e_commit_phy(hw);
793 if (ret_val) {
794 e_dbg("Error committing the PHY changes\n");
795 return ret_val;
796 }
797 }
798
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700799 phy_data |= BME1000_PSCR_ENABLE_DOWNSHIFT;
Matthew Vick885fe7b2012-04-25 07:25:18 +0000800 }
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700801
Auke Kokbc7f75f2007-09-17 12:30:59 -0700802 ret_val = e1e_wphy(hw, M88E1000_PHY_SPEC_CTRL, phy_data);
803 if (ret_val)
804 return ret_val;
805
Bruce Allan4662e822008-08-26 18:37:06 -0700806 if ((phy->type == e1000_phy_m88) &&
807 (phy->revision < E1000_REVISION_4) &&
808 (phy->id != BME1000_E_PHY_ID_R2)) {
Bruce Allane921eb12012-11-28 09:28:37 +0000809 /* Force TX_CLK in the Extended PHY Specific Control Register
Auke Kokbc7f75f2007-09-17 12:30:59 -0700810 * to 25MHz clock.
811 */
812 ret_val = e1e_rphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, &phy_data);
813 if (ret_val)
814 return ret_val;
815
816 phy_data |= M88E1000_EPSCR_TX_CLK_25;
817
818 if ((phy->revision == 2) &&
819 (phy->id == M88E1111_I_PHY_ID)) {
820 /* 82573L PHY - set the downshift counter to 5x. */
821 phy_data &= ~M88EC018_EPSCR_DOWNSHIFT_COUNTER_MASK;
822 phy_data |= M88EC018_EPSCR_DOWNSHIFT_COUNTER_5X;
823 } else {
824 /* Configure Master and Slave downshift values */
825 phy_data &= ~(M88E1000_EPSCR_MASTER_DOWNSHIFT_MASK |
826 M88E1000_EPSCR_SLAVE_DOWNSHIFT_MASK);
827 phy_data |= (M88E1000_EPSCR_MASTER_DOWNSHIFT_1X |
828 M88E1000_EPSCR_SLAVE_DOWNSHIFT_1X);
829 }
830 ret_val = e1e_wphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, phy_data);
831 if (ret_val)
832 return ret_val;
833 }
834
Bruce Allan4662e822008-08-26 18:37:06 -0700835 if ((phy->type == e1000_phy_bm) && (phy->id == BME1000_E_PHY_ID_R2)) {
836 /* Set PHY page 0, register 29 to 0x0003 */
837 ret_val = e1e_wphy(hw, 29, 0x0003);
838 if (ret_val)
839 return ret_val;
840
841 /* Set PHY page 0, register 30 to 0x0000 */
842 ret_val = e1e_wphy(hw, 30, 0x0000);
843 if (ret_val)
844 return ret_val;
845 }
846
Auke Kokbc7f75f2007-09-17 12:30:59 -0700847 /* Commit the changes. */
848 ret_val = e1000e_commit_phy(hw);
Bruce Allana4f58f52009-06-02 11:29:18 +0000849 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000850 e_dbg("Error committing the PHY changes\n");
Bruce Allana4f58f52009-06-02 11:29:18 +0000851 return ret_val;
852 }
Auke Kokbc7f75f2007-09-17 12:30:59 -0700853
Bruce Allana4f58f52009-06-02 11:29:18 +0000854 if (phy->type == e1000_phy_82578) {
Bruce Allan482fed82011-01-06 14:29:49 +0000855 ret_val = e1e_rphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, &phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +0000856 if (ret_val)
857 return ret_val;
858
859 /* 82578 PHY - set the downshift count to 1x. */
860 phy_data |= I82578_EPSCR_DOWNSHIFT_ENABLE;
861 phy_data &= ~I82578_EPSCR_DOWNSHIFT_COUNTER_MASK;
Bruce Allan482fed82011-01-06 14:29:49 +0000862 ret_val = e1e_wphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +0000863 if (ret_val)
864 return ret_val;
865 }
866
867 return 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700868}
869
870/**
871 * e1000e_copper_link_setup_igp - Setup igp PHY's for copper link
872 * @hw: pointer to the HW structure
873 *
874 * Sets up LPLU, MDI/MDI-X, polarity, Smartspeed and Master/Slave config for
875 * igp PHY's.
876 **/
877s32 e1000e_copper_link_setup_igp(struct e1000_hw *hw)
878{
879 struct e1000_phy_info *phy = &hw->phy;
880 s32 ret_val;
881 u16 data;
882
883 ret_val = e1000_phy_hw_reset(hw);
884 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000885 e_dbg("Error resetting the PHY.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700886 return ret_val;
887 }
888
Bruce Allane921eb12012-11-28 09:28:37 +0000889 /* Wait 100ms for MAC to configure PHY from NVM settings, to avoid
David Graham2d9498f2008-04-23 11:09:14 -0700890 * timeout issues when LFS is enabled.
891 */
892 msleep(100);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700893
894 /* disable lplu d0 during driver init */
Bruce Allan7de89f02013-01-05 08:06:03 +0000895 if (hw->phy.ops.set_d0_lplu_state) {
896 ret_val = hw->phy.ops.set_d0_lplu_state(hw, false);
897 if (ret_val) {
898 e_dbg("Error Disabling LPLU D0\n");
899 return ret_val;
900 }
Auke Kokbc7f75f2007-09-17 12:30:59 -0700901 }
902 /* Configure mdi-mdix settings */
903 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CTRL, &data);
904 if (ret_val)
905 return ret_val;
906
907 data &= ~IGP01E1000_PSCR_AUTO_MDIX;
908
909 switch (phy->mdix) {
910 case 1:
911 data &= ~IGP01E1000_PSCR_FORCE_MDI_MDIX;
912 break;
913 case 2:
914 data |= IGP01E1000_PSCR_FORCE_MDI_MDIX;
915 break;
916 case 0:
917 default:
918 data |= IGP01E1000_PSCR_AUTO_MDIX;
919 break;
920 }
921 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CTRL, data);
922 if (ret_val)
923 return ret_val;
924
925 /* set auto-master slave resolution settings */
926 if (hw->mac.autoneg) {
Bruce Allane921eb12012-11-28 09:28:37 +0000927 /* when autonegotiation advertisement is only 1000Mbps then we
Auke Kokbc7f75f2007-09-17 12:30:59 -0700928 * should disable SmartSpeed and enable Auto MasterSlave
Bruce Allanad680762008-03-28 09:15:03 -0700929 * resolution as hardware default.
930 */
Auke Kokbc7f75f2007-09-17 12:30:59 -0700931 if (phy->autoneg_advertised == ADVERTISE_1000_FULL) {
932 /* Disable SmartSpeed */
933 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -0700934 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700935 if (ret_val)
936 return ret_val;
937
938 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
939 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -0700940 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700941 if (ret_val)
942 return ret_val;
943
944 /* Set auto Master/Slave resolution process */
945 ret_val = e1e_rphy(hw, PHY_1000T_CTRL, &data);
946 if (ret_val)
947 return ret_val;
948
949 data &= ~CR_1000T_MS_ENABLE;
950 ret_val = e1e_wphy(hw, PHY_1000T_CTRL, data);
951 if (ret_val)
952 return ret_val;
953 }
954
Bruce Allan7b9f7e32012-03-20 03:47:41 +0000955 ret_val = e1000_set_master_slave_mode(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700956 }
957
958 return ret_val;
959}
960
961/**
962 * e1000_phy_setup_autoneg - Configure PHY for auto-negotiation
963 * @hw: pointer to the HW structure
964 *
965 * Reads the MII auto-neg advertisement register and/or the 1000T control
966 * register and if the PHY is already setup for auto-negotiation, then
967 * return successful. Otherwise, setup advertisement and flow control to
968 * the appropriate values for the wanted auto-negotiation.
969 **/
970static s32 e1000_phy_setup_autoneg(struct e1000_hw *hw)
971{
972 struct e1000_phy_info *phy = &hw->phy;
973 s32 ret_val;
974 u16 mii_autoneg_adv_reg;
975 u16 mii_1000t_ctrl_reg = 0;
976
977 phy->autoneg_advertised &= phy->autoneg_mask;
978
979 /* Read the MII Auto-Neg Advertisement Register (Address 4). */
980 ret_val = e1e_rphy(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg);
981 if (ret_val)
982 return ret_val;
983
984 if (phy->autoneg_mask & ADVERTISE_1000_FULL) {
985 /* Read the MII 1000Base-T Control Register (Address 9). */
986 ret_val = e1e_rphy(hw, PHY_1000T_CTRL, &mii_1000t_ctrl_reg);
987 if (ret_val)
988 return ret_val;
989 }
990
Bruce Allane921eb12012-11-28 09:28:37 +0000991 /* Need to parse both autoneg_advertised and fc and set up
Auke Kokbc7f75f2007-09-17 12:30:59 -0700992 * the appropriate PHY registers. First we will parse for
993 * autoneg_advertised software override. Since we can advertise
994 * a plethora of combinations, we need to check each bit
995 * individually.
996 */
997
Bruce Allane921eb12012-11-28 09:28:37 +0000998 /* First we clear all the 10/100 mb speed bits in the Auto-Neg
Auke Kokbc7f75f2007-09-17 12:30:59 -0700999 * Advertisement Register (Address 4) and the 1000 mb speed bits in
1000 * the 1000Base-T Control Register (Address 9).
1001 */
1002 mii_autoneg_adv_reg &= ~(NWAY_AR_100TX_FD_CAPS |
1003 NWAY_AR_100TX_HD_CAPS |
1004 NWAY_AR_10T_FD_CAPS |
1005 NWAY_AR_10T_HD_CAPS);
1006 mii_1000t_ctrl_reg &= ~(CR_1000T_HD_CAPS | CR_1000T_FD_CAPS);
1007
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001008 e_dbg("autoneg_advertised %x\n", phy->autoneg_advertised);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001009
1010 /* Do we want to advertise 10 Mb Half Duplex? */
1011 if (phy->autoneg_advertised & ADVERTISE_10_HALF) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001012 e_dbg("Advertise 10mb Half duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001013 mii_autoneg_adv_reg |= NWAY_AR_10T_HD_CAPS;
1014 }
1015
1016 /* Do we want to advertise 10 Mb Full Duplex? */
1017 if (phy->autoneg_advertised & ADVERTISE_10_FULL) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001018 e_dbg("Advertise 10mb Full duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001019 mii_autoneg_adv_reg |= NWAY_AR_10T_FD_CAPS;
1020 }
1021
1022 /* Do we want to advertise 100 Mb Half Duplex? */
1023 if (phy->autoneg_advertised & ADVERTISE_100_HALF) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001024 e_dbg("Advertise 100mb Half duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001025 mii_autoneg_adv_reg |= NWAY_AR_100TX_HD_CAPS;
1026 }
1027
1028 /* Do we want to advertise 100 Mb Full Duplex? */
1029 if (phy->autoneg_advertised & ADVERTISE_100_FULL) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001030 e_dbg("Advertise 100mb Full duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001031 mii_autoneg_adv_reg |= NWAY_AR_100TX_FD_CAPS;
1032 }
1033
1034 /* We do not allow the Phy to advertise 1000 Mb Half Duplex */
1035 if (phy->autoneg_advertised & ADVERTISE_1000_HALF)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001036 e_dbg("Advertise 1000mb Half duplex request denied!\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001037
1038 /* Do we want to advertise 1000 Mb Full Duplex? */
1039 if (phy->autoneg_advertised & ADVERTISE_1000_FULL) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001040 e_dbg("Advertise 1000mb Full duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001041 mii_1000t_ctrl_reg |= CR_1000T_FD_CAPS;
1042 }
1043
Bruce Allane921eb12012-11-28 09:28:37 +00001044 /* Check for a software override of the flow control settings, and
Auke Kokbc7f75f2007-09-17 12:30:59 -07001045 * setup the PHY advertisement registers accordingly. If
1046 * auto-negotiation is enabled, then software will have to set the
1047 * "PAUSE" bits to the correct value in the Auto-Negotiation
1048 * Advertisement Register (PHY_AUTONEG_ADV) and re-start auto-
1049 * negotiation.
1050 *
1051 * The possible values of the "fc" parameter are:
1052 * 0: Flow control is completely disabled
1053 * 1: Rx flow control is enabled (we can receive pause frames
Bruce Allan3d3a1672012-02-23 03:13:18 +00001054 * but not send pause frames).
Auke Kokbc7f75f2007-09-17 12:30:59 -07001055 * 2: Tx flow control is enabled (we can send pause frames
Bruce Allan3d3a1672012-02-23 03:13:18 +00001056 * but we do not support receiving pause frames).
Bruce Allanad680762008-03-28 09:15:03 -07001057 * 3: Both Rx and Tx flow control (symmetric) are enabled.
Auke Kokbc7f75f2007-09-17 12:30:59 -07001058 * other: No software override. The flow control configuration
Bruce Allan3d3a1672012-02-23 03:13:18 +00001059 * in the EEPROM is used.
Auke Kokbc7f75f2007-09-17 12:30:59 -07001060 */
Bruce Allan5c48ef3e22008-11-21 16:57:36 -08001061 switch (hw->fc.current_mode) {
Auke Kokbc7f75f2007-09-17 12:30:59 -07001062 case e1000_fc_none:
Bruce Allane921eb12012-11-28 09:28:37 +00001063 /* Flow control (Rx & Tx) is completely disabled by a
Auke Kokbc7f75f2007-09-17 12:30:59 -07001064 * software over-ride.
1065 */
1066 mii_autoneg_adv_reg &= ~(NWAY_AR_ASM_DIR | NWAY_AR_PAUSE);
1067 break;
1068 case e1000_fc_rx_pause:
Bruce Allane921eb12012-11-28 09:28:37 +00001069 /* Rx Flow control is enabled, and Tx Flow control is
Auke Kokbc7f75f2007-09-17 12:30:59 -07001070 * disabled, by a software over-ride.
Bruce Allanad680762008-03-28 09:15:03 -07001071 *
1072 * Since there really isn't a way to advertise that we are
1073 * capable of Rx Pause ONLY, we will advertise that we
1074 * support both symmetric and asymmetric Rx PAUSE. Later
Auke Kokbc7f75f2007-09-17 12:30:59 -07001075 * (in e1000e_config_fc_after_link_up) we will disable the
1076 * hw's ability to send PAUSE frames.
1077 */
1078 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE);
1079 break;
1080 case e1000_fc_tx_pause:
Bruce Allane921eb12012-11-28 09:28:37 +00001081 /* Tx Flow control is enabled, and Rx Flow control is
Auke Kokbc7f75f2007-09-17 12:30:59 -07001082 * disabled, by a software over-ride.
1083 */
1084 mii_autoneg_adv_reg |= NWAY_AR_ASM_DIR;
1085 mii_autoneg_adv_reg &= ~NWAY_AR_PAUSE;
1086 break;
1087 case e1000_fc_full:
Bruce Allane921eb12012-11-28 09:28:37 +00001088 /* Flow control (both Rx and Tx) is enabled by a software
Auke Kokbc7f75f2007-09-17 12:30:59 -07001089 * over-ride.
1090 */
1091 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE);
1092 break;
1093 default:
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001094 e_dbg("Flow control param set incorrectly\n");
Bruce Allan7eb61d82012-02-08 02:55:03 +00001095 return -E1000_ERR_CONFIG;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001096 }
1097
1098 ret_val = e1e_wphy(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg);
1099 if (ret_val)
1100 return ret_val;
1101
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001102 e_dbg("Auto-Neg Advertising %x\n", mii_autoneg_adv_reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001103
Bruce Allanb1cdfea2010-12-11 05:53:47 +00001104 if (phy->autoneg_mask & ADVERTISE_1000_FULL)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001105 ret_val = e1e_wphy(hw, PHY_1000T_CTRL, mii_1000t_ctrl_reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001106
1107 return ret_val;
1108}
1109
1110/**
1111 * e1000_copper_link_autoneg - Setup/Enable autoneg for copper link
1112 * @hw: pointer to the HW structure
1113 *
1114 * Performs initial bounds checking on autoneg advertisement parameter, then
1115 * configure to advertise the full capability. Setup the PHY to autoneg
1116 * and restart the negotiation process between the link partner. If
Bruce Allanad680762008-03-28 09:15:03 -07001117 * autoneg_wait_to_complete, then wait for autoneg to complete before exiting.
Auke Kokbc7f75f2007-09-17 12:30:59 -07001118 **/
1119static s32 e1000_copper_link_autoneg(struct e1000_hw *hw)
1120{
1121 struct e1000_phy_info *phy = &hw->phy;
1122 s32 ret_val;
1123 u16 phy_ctrl;
1124
Bruce Allane921eb12012-11-28 09:28:37 +00001125 /* Perform some bounds checking on the autoneg advertisement
Auke Kokbc7f75f2007-09-17 12:30:59 -07001126 * parameter.
1127 */
1128 phy->autoneg_advertised &= phy->autoneg_mask;
1129
Bruce Allane921eb12012-11-28 09:28:37 +00001130 /* If autoneg_advertised is zero, we assume it was not defaulted
Auke Kokbc7f75f2007-09-17 12:30:59 -07001131 * by the calling code so we set to advertise full capability.
1132 */
Bruce Allan04499ec2012-04-13 00:08:31 +00001133 if (!phy->autoneg_advertised)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001134 phy->autoneg_advertised = phy->autoneg_mask;
1135
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001136 e_dbg("Reconfiguring auto-neg advertisement params\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001137 ret_val = e1000_phy_setup_autoneg(hw);
1138 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001139 e_dbg("Error Setting up Auto-Negotiation\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001140 return ret_val;
1141 }
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001142 e_dbg("Restarting Auto-Neg\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001143
Bruce Allane921eb12012-11-28 09:28:37 +00001144 /* Restart auto-negotiation by setting the Auto Neg Enable bit and
Auke Kokbc7f75f2007-09-17 12:30:59 -07001145 * the Auto Neg Restart bit in the PHY control register.
1146 */
1147 ret_val = e1e_rphy(hw, PHY_CONTROL, &phy_ctrl);
1148 if (ret_val)
1149 return ret_val;
1150
1151 phy_ctrl |= (MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG);
1152 ret_val = e1e_wphy(hw, PHY_CONTROL, phy_ctrl);
1153 if (ret_val)
1154 return ret_val;
1155
Bruce Allane921eb12012-11-28 09:28:37 +00001156 /* Does the user want to wait for Auto-Neg to complete here, or
Auke Kokbc7f75f2007-09-17 12:30:59 -07001157 * check at a later time (for example, callback routine).
1158 */
Jeff Kirsher318a94d2008-03-28 09:15:16 -07001159 if (phy->autoneg_wait_to_complete) {
Auke Kokbc7f75f2007-09-17 12:30:59 -07001160 ret_val = e1000_wait_autoneg(hw);
1161 if (ret_val) {
Bruce Allan434f1392011-12-16 00:46:54 +00001162 e_dbg("Error while waiting for autoneg to complete\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001163 return ret_val;
1164 }
1165 }
1166
Bruce Allanf92518d2012-02-01 11:16:42 +00001167 hw->mac.get_link_status = true;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001168
1169 return ret_val;
1170}
1171
1172/**
1173 * e1000e_setup_copper_link - Configure copper link settings
1174 * @hw: pointer to the HW structure
1175 *
1176 * Calls the appropriate function to configure the link for auto-neg or forced
1177 * speed and duplex. Then we check for link, once link is established calls
1178 * to configure collision distance and flow control are called. If link is
1179 * not established, we return -E1000_ERR_PHY (-2).
1180 **/
1181s32 e1000e_setup_copper_link(struct e1000_hw *hw)
1182{
1183 s32 ret_val;
1184 bool link;
1185
1186 if (hw->mac.autoneg) {
Bruce Allane921eb12012-11-28 09:28:37 +00001187 /* Setup autoneg and flow control advertisement and perform
Bruce Allanad680762008-03-28 09:15:03 -07001188 * autonegotiation.
1189 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001190 ret_val = e1000_copper_link_autoneg(hw);
1191 if (ret_val)
1192 return ret_val;
1193 } else {
Bruce Allane921eb12012-11-28 09:28:37 +00001194 /* PHY will be set to 10H, 10F, 100H or 100F
Bruce Allanad680762008-03-28 09:15:03 -07001195 * depending on user settings.
1196 */
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001197 e_dbg("Forcing Speed and Duplex\n");
Bruce Allanc2c66292013-01-05 08:06:08 +00001198 ret_val = hw->phy.ops.force_speed_duplex(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001199 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001200 e_dbg("Error Forcing Speed and Duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001201 return ret_val;
1202 }
1203 }
1204
Bruce Allane921eb12012-11-28 09:28:37 +00001205 /* Check link status. Wait up to 100 microseconds for link to become
Auke Kokbc7f75f2007-09-17 12:30:59 -07001206 * valid.
1207 */
Bruce Allan3d3a1672012-02-23 03:13:18 +00001208 ret_val = e1000e_phy_has_link_generic(hw, COPPER_LINK_UP_LIMIT, 10,
1209 &link);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001210 if (ret_val)
1211 return ret_val;
1212
1213 if (link) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001214 e_dbg("Valid link established!!!\n");
Bruce Allan57cde762012-02-22 09:02:58 +00001215 hw->mac.ops.config_collision_dist(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001216 ret_val = e1000e_config_fc_after_link_up(hw);
1217 } else {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001218 e_dbg("Unable to establish link!!!\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001219 }
1220
1221 return ret_val;
1222}
1223
1224/**
1225 * e1000e_phy_force_speed_duplex_igp - Force speed/duplex for igp PHY
1226 * @hw: pointer to the HW structure
1227 *
1228 * Calls the PHY setup function to force speed and duplex. Clears the
1229 * auto-crossover to force MDI manually. Waits for link and returns
1230 * successful if link up is successful, else -E1000_ERR_PHY (-2).
1231 **/
1232s32 e1000e_phy_force_speed_duplex_igp(struct e1000_hw *hw)
1233{
1234 struct e1000_phy_info *phy = &hw->phy;
1235 s32 ret_val;
1236 u16 phy_data;
1237 bool link;
1238
1239 ret_val = e1e_rphy(hw, PHY_CONTROL, &phy_data);
1240 if (ret_val)
1241 return ret_val;
1242
1243 e1000e_phy_force_speed_duplex_setup(hw, &phy_data);
1244
1245 ret_val = e1e_wphy(hw, PHY_CONTROL, phy_data);
1246 if (ret_val)
1247 return ret_val;
1248
Bruce Allane921eb12012-11-28 09:28:37 +00001249 /* Clear Auto-Crossover to force MDI manually. IGP requires MDI
Auke Kokbc7f75f2007-09-17 12:30:59 -07001250 * forced whenever speed and duplex are forced.
1251 */
1252 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CTRL, &phy_data);
1253 if (ret_val)
1254 return ret_val;
1255
1256 phy_data &= ~IGP01E1000_PSCR_AUTO_MDIX;
1257 phy_data &= ~IGP01E1000_PSCR_FORCE_MDI_MDIX;
1258
1259 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CTRL, phy_data);
1260 if (ret_val)
1261 return ret_val;
1262
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001263 e_dbg("IGP PSCR: %X\n", phy_data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001264
1265 udelay(1);
1266
Jeff Kirsher318a94d2008-03-28 09:15:16 -07001267 if (phy->autoneg_wait_to_complete) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001268 e_dbg("Waiting for forced speed/duplex link on IGP phy.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001269
Bruce Allan3d3a1672012-02-23 03:13:18 +00001270 ret_val = e1000e_phy_has_link_generic(hw, PHY_FORCE_LIMIT,
1271 100000, &link);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001272 if (ret_val)
1273 return ret_val;
1274
1275 if (!link)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001276 e_dbg("Link taking longer than expected.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001277
1278 /* Try once more */
Bruce Allan3d3a1672012-02-23 03:13:18 +00001279 ret_val = e1000e_phy_has_link_generic(hw, PHY_FORCE_LIMIT,
1280 100000, &link);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001281 }
1282
1283 return ret_val;
1284}
1285
1286/**
1287 * e1000e_phy_force_speed_duplex_m88 - Force speed/duplex for m88 PHY
1288 * @hw: pointer to the HW structure
1289 *
1290 * Calls the PHY setup function to force speed and duplex. Clears the
1291 * auto-crossover to force MDI manually. Resets the PHY to commit the
1292 * changes. If time expires while waiting for link up, we reset the DSP.
Bruce Allanad680762008-03-28 09:15:03 -07001293 * After reset, TX_CLK and CRS on Tx must be set. Return successful upon
Auke Kokbc7f75f2007-09-17 12:30:59 -07001294 * successful completion, else return corresponding error code.
1295 **/
1296s32 e1000e_phy_force_speed_duplex_m88(struct e1000_hw *hw)
1297{
1298 struct e1000_phy_info *phy = &hw->phy;
1299 s32 ret_val;
1300 u16 phy_data;
1301 bool link;
1302
Bruce Allane921eb12012-11-28 09:28:37 +00001303 /* Clear Auto-Crossover to force MDI manually. M88E1000 requires MDI
Auke Kokbc7f75f2007-09-17 12:30:59 -07001304 * forced whenever speed and duplex are forced.
1305 */
1306 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_CTRL, &phy_data);
1307 if (ret_val)
1308 return ret_val;
1309
1310 phy_data &= ~M88E1000_PSCR_AUTO_X_MODE;
1311 ret_val = e1e_wphy(hw, M88E1000_PHY_SPEC_CTRL, phy_data);
1312 if (ret_val)
1313 return ret_val;
1314
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001315 e_dbg("M88E1000 PSCR: %X\n", phy_data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001316
1317 ret_val = e1e_rphy(hw, PHY_CONTROL, &phy_data);
1318 if (ret_val)
1319 return ret_val;
1320
1321 e1000e_phy_force_speed_duplex_setup(hw, &phy_data);
1322
Auke Kokbc7f75f2007-09-17 12:30:59 -07001323 ret_val = e1e_wphy(hw, PHY_CONTROL, phy_data);
1324 if (ret_val)
1325 return ret_val;
1326
Bruce Allan5aa49c82008-11-21 16:49:53 -08001327 /* Reset the phy to commit changes. */
1328 ret_val = e1000e_commit_phy(hw);
1329 if (ret_val)
1330 return ret_val;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001331
Jeff Kirsher318a94d2008-03-28 09:15:16 -07001332 if (phy->autoneg_wait_to_complete) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001333 e_dbg("Waiting for forced speed/duplex link on M88 phy.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001334
1335 ret_val = e1000e_phy_has_link_generic(hw, PHY_FORCE_LIMIT,
1336 100000, &link);
1337 if (ret_val)
1338 return ret_val;
1339
1340 if (!link) {
Bruce Allan0be84012009-12-02 17:03:18 +00001341 if (hw->phy.type != e1000_phy_m88) {
1342 e_dbg("Link taking longer than expected.\n");
1343 } else {
Bruce Allane921eb12012-11-28 09:28:37 +00001344 /* We didn't get link.
Bruce Allan0be84012009-12-02 17:03:18 +00001345 * Reset the DSP and cross our fingers.
1346 */
Bruce Allan482fed82011-01-06 14:29:49 +00001347 ret_val = e1e_wphy(hw, M88E1000_PHY_PAGE_SELECT,
1348 0x001d);
Bruce Allan0be84012009-12-02 17:03:18 +00001349 if (ret_val)
1350 return ret_val;
1351 ret_val = e1000e_phy_reset_dsp(hw);
1352 if (ret_val)
1353 return ret_val;
1354 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07001355 }
1356
1357 /* Try once more */
1358 ret_val = e1000e_phy_has_link_generic(hw, PHY_FORCE_LIMIT,
1359 100000, &link);
1360 if (ret_val)
1361 return ret_val;
1362 }
1363
Bruce Allan0be84012009-12-02 17:03:18 +00001364 if (hw->phy.type != e1000_phy_m88)
1365 return 0;
1366
Auke Kokbc7f75f2007-09-17 12:30:59 -07001367 ret_val = e1e_rphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, &phy_data);
1368 if (ret_val)
1369 return ret_val;
1370
Bruce Allane921eb12012-11-28 09:28:37 +00001371 /* Resetting the phy means we need to re-force TX_CLK in the
Auke Kokbc7f75f2007-09-17 12:30:59 -07001372 * Extended PHY Specific Control Register to 25MHz clock from
1373 * the reset value of 2.5MHz.
1374 */
1375 phy_data |= M88E1000_EPSCR_TX_CLK_25;
1376 ret_val = e1e_wphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, phy_data);
1377 if (ret_val)
1378 return ret_val;
1379
Bruce Allane921eb12012-11-28 09:28:37 +00001380 /* In addition, we must re-enable CRS on Tx for both half and full
Auke Kokbc7f75f2007-09-17 12:30:59 -07001381 * duplex.
1382 */
1383 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_CTRL, &phy_data);
1384 if (ret_val)
1385 return ret_val;
1386
1387 phy_data |= M88E1000_PSCR_ASSERT_CRS_ON_TX;
1388 ret_val = e1e_wphy(hw, M88E1000_PHY_SPEC_CTRL, phy_data);
1389
1390 return ret_val;
1391}
1392
1393/**
Bruce Allan0be84012009-12-02 17:03:18 +00001394 * e1000_phy_force_speed_duplex_ife - Force PHY speed & duplex
1395 * @hw: pointer to the HW structure
1396 *
1397 * Forces the speed and duplex settings of the PHY.
1398 * This is a function pointer entry point only called by
1399 * PHY setup routines.
1400 **/
1401s32 e1000_phy_force_speed_duplex_ife(struct e1000_hw *hw)
1402{
1403 struct e1000_phy_info *phy = &hw->phy;
1404 s32 ret_val;
1405 u16 data;
1406 bool link;
1407
1408 ret_val = e1e_rphy(hw, PHY_CONTROL, &data);
1409 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00001410 return ret_val;
Bruce Allan0be84012009-12-02 17:03:18 +00001411
1412 e1000e_phy_force_speed_duplex_setup(hw, &data);
1413
1414 ret_val = e1e_wphy(hw, PHY_CONTROL, data);
1415 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00001416 return ret_val;
Bruce Allan0be84012009-12-02 17:03:18 +00001417
1418 /* Disable MDI-X support for 10/100 */
1419 ret_val = e1e_rphy(hw, IFE_PHY_MDIX_CONTROL, &data);
1420 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00001421 return ret_val;
Bruce Allan0be84012009-12-02 17:03:18 +00001422
1423 data &= ~IFE_PMC_AUTO_MDIX;
1424 data &= ~IFE_PMC_FORCE_MDIX;
1425
1426 ret_val = e1e_wphy(hw, IFE_PHY_MDIX_CONTROL, data);
1427 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00001428 return ret_val;
Bruce Allan0be84012009-12-02 17:03:18 +00001429
1430 e_dbg("IFE PMC: %X\n", data);
1431
1432 udelay(1);
1433
1434 if (phy->autoneg_wait_to_complete) {
1435 e_dbg("Waiting for forced speed/duplex link on IFE phy.\n");
1436
Bruce Allan3d3a1672012-02-23 03:13:18 +00001437 ret_val = e1000e_phy_has_link_generic(hw, PHY_FORCE_LIMIT,
1438 100000, &link);
Bruce Allan0be84012009-12-02 17:03:18 +00001439 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00001440 return ret_val;
Bruce Allan0be84012009-12-02 17:03:18 +00001441
1442 if (!link)
1443 e_dbg("Link taking longer than expected.\n");
1444
1445 /* Try once more */
Bruce Allan3d3a1672012-02-23 03:13:18 +00001446 ret_val = e1000e_phy_has_link_generic(hw, PHY_FORCE_LIMIT,
1447 100000, &link);
Bruce Allan0be84012009-12-02 17:03:18 +00001448 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00001449 return ret_val;
Bruce Allan0be84012009-12-02 17:03:18 +00001450 }
1451
Bruce Allan5015e532012-02-08 02:55:56 +00001452 return 0;
Bruce Allan0be84012009-12-02 17:03:18 +00001453}
1454
1455/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07001456 * e1000e_phy_force_speed_duplex_setup - Configure forced PHY speed/duplex
1457 * @hw: pointer to the HW structure
1458 * @phy_ctrl: pointer to current value of PHY_CONTROL
1459 *
1460 * Forces speed and duplex on the PHY by doing the following: disable flow
1461 * control, force speed/duplex on the MAC, disable auto speed detection,
1462 * disable auto-negotiation, configure duplex, configure speed, configure
1463 * the collision distance, write configuration to CTRL register. The
1464 * caller must write to the PHY_CONTROL register for these settings to
1465 * take affect.
1466 **/
1467void e1000e_phy_force_speed_duplex_setup(struct e1000_hw *hw, u16 *phy_ctrl)
1468{
1469 struct e1000_mac_info *mac = &hw->mac;
1470 u32 ctrl;
1471
1472 /* Turn off flow control when forcing speed/duplex */
Bruce Allan5c48ef3e22008-11-21 16:57:36 -08001473 hw->fc.current_mode = e1000_fc_none;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001474
1475 /* Force speed/duplex on the mac */
1476 ctrl = er32(CTRL);
1477 ctrl |= (E1000_CTRL_FRCSPD | E1000_CTRL_FRCDPX);
1478 ctrl &= ~E1000_CTRL_SPD_SEL;
1479
1480 /* Disable Auto Speed Detection */
1481 ctrl &= ~E1000_CTRL_ASDE;
1482
1483 /* Disable autoneg on the phy */
1484 *phy_ctrl &= ~MII_CR_AUTO_NEG_EN;
1485
1486 /* Forcing Full or Half Duplex? */
1487 if (mac->forced_speed_duplex & E1000_ALL_HALF_DUPLEX) {
1488 ctrl &= ~E1000_CTRL_FD;
1489 *phy_ctrl &= ~MII_CR_FULL_DUPLEX;
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001490 e_dbg("Half Duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001491 } else {
1492 ctrl |= E1000_CTRL_FD;
1493 *phy_ctrl |= MII_CR_FULL_DUPLEX;
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001494 e_dbg("Full Duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001495 }
1496
1497 /* Forcing 10mb or 100mb? */
1498 if (mac->forced_speed_duplex & E1000_ALL_100_SPEED) {
1499 ctrl |= E1000_CTRL_SPD_100;
1500 *phy_ctrl |= MII_CR_SPEED_100;
1501 *phy_ctrl &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_10);
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001502 e_dbg("Forcing 100mb\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001503 } else {
1504 ctrl &= ~(E1000_CTRL_SPD_1000 | E1000_CTRL_SPD_100);
1505 *phy_ctrl |= MII_CR_SPEED_10;
1506 *phy_ctrl &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_100);
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001507 e_dbg("Forcing 10mb\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001508 }
1509
Bruce Allan57cde762012-02-22 09:02:58 +00001510 hw->mac.ops.config_collision_dist(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001511
1512 ew32(CTRL, ctrl);
1513}
1514
1515/**
1516 * e1000e_set_d3_lplu_state - Sets low power link up state for D3
1517 * @hw: pointer to the HW structure
1518 * @active: boolean used to enable/disable lplu
1519 *
1520 * Success returns 0, Failure returns 1
1521 *
1522 * The low power link up (lplu) state is set to the power management level D3
1523 * and SmartSpeed is disabled when active is true, else clear lplu for D3
1524 * and enable Smartspeed. LPLU and Smartspeed are mutually exclusive. LPLU
1525 * is used during Dx states where the power conservation is most important.
1526 * During driver activity, SmartSpeed should be enabled so performance is
1527 * maintained.
1528 **/
1529s32 e1000e_set_d3_lplu_state(struct e1000_hw *hw, bool active)
1530{
1531 struct e1000_phy_info *phy = &hw->phy;
1532 s32 ret_val;
1533 u16 data;
1534
1535 ret_val = e1e_rphy(hw, IGP02E1000_PHY_POWER_MGMT, &data);
1536 if (ret_val)
1537 return ret_val;
1538
1539 if (!active) {
1540 data &= ~IGP02E1000_PM_D3_LPLU;
David Graham2d9498f2008-04-23 11:09:14 -07001541 ret_val = e1e_wphy(hw, IGP02E1000_PHY_POWER_MGMT, data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001542 if (ret_val)
1543 return ret_val;
Bruce Allane921eb12012-11-28 09:28:37 +00001544 /* LPLU and SmartSpeed are mutually exclusive. LPLU is used
Auke Kokbc7f75f2007-09-17 12:30:59 -07001545 * during Dx states where the power conservation is most
1546 * important. During driver activity we should enable
Bruce Allanad680762008-03-28 09:15:03 -07001547 * SmartSpeed, so performance is maintained.
1548 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001549 if (phy->smart_speed == e1000_smart_speed_on) {
1550 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001551 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001552 if (ret_val)
1553 return ret_val;
1554
1555 data |= IGP01E1000_PSCFR_SMART_SPEED;
1556 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001557 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001558 if (ret_val)
1559 return ret_val;
1560 } else if (phy->smart_speed == e1000_smart_speed_off) {
1561 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001562 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001563 if (ret_val)
1564 return ret_val;
1565
1566 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
1567 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001568 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001569 if (ret_val)
1570 return ret_val;
1571 }
1572 } else if ((phy->autoneg_advertised == E1000_ALL_SPEED_DUPLEX) ||
1573 (phy->autoneg_advertised == E1000_ALL_NOT_GIG) ||
1574 (phy->autoneg_advertised == E1000_ALL_10_SPEED)) {
1575 data |= IGP02E1000_PM_D3_LPLU;
1576 ret_val = e1e_wphy(hw, IGP02E1000_PHY_POWER_MGMT, data);
1577 if (ret_val)
1578 return ret_val;
1579
1580 /* When LPLU is enabled, we should disable SmartSpeed */
1581 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, &data);
1582 if (ret_val)
1583 return ret_val;
1584
1585 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
1586 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, data);
1587 }
1588
1589 return ret_val;
1590}
1591
1592/**
Auke Kok489815c2008-02-21 15:11:07 -08001593 * e1000e_check_downshift - Checks whether a downshift in speed occurred
Auke Kokbc7f75f2007-09-17 12:30:59 -07001594 * @hw: pointer to the HW structure
1595 *
1596 * Success returns 0, Failure returns 1
1597 *
1598 * A downshift is detected by querying the PHY link health.
1599 **/
1600s32 e1000e_check_downshift(struct e1000_hw *hw)
1601{
1602 struct e1000_phy_info *phy = &hw->phy;
1603 s32 ret_val;
1604 u16 phy_data, offset, mask;
1605
1606 switch (phy->type) {
1607 case e1000_phy_m88:
1608 case e1000_phy_gg82563:
Bruce Allan07f025e2009-12-01 15:53:48 +00001609 case e1000_phy_bm:
Bruce Allana4f58f52009-06-02 11:29:18 +00001610 case e1000_phy_82578:
Auke Kokbc7f75f2007-09-17 12:30:59 -07001611 offset = M88E1000_PHY_SPEC_STATUS;
1612 mask = M88E1000_PSSR_DOWNSHIFT;
1613 break;
1614 case e1000_phy_igp_2:
1615 case e1000_phy_igp_3:
1616 offset = IGP01E1000_PHY_LINK_HEALTH;
1617 mask = IGP01E1000_PLHR_SS_DOWNGRADE;
1618 break;
1619 default:
1620 /* speed downshift not supported */
Bruce Allan564ea9b2009-11-20 23:26:44 +00001621 phy->speed_downgraded = false;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001622 return 0;
1623 }
1624
1625 ret_val = e1e_rphy(hw, offset, &phy_data);
1626
1627 if (!ret_val)
Bruce Allan04499ec2012-04-13 00:08:31 +00001628 phy->speed_downgraded = !!(phy_data & mask);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001629
1630 return ret_val;
1631}
1632
1633/**
1634 * e1000_check_polarity_m88 - Checks the polarity.
1635 * @hw: pointer to the HW structure
1636 *
1637 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
1638 *
1639 * Polarity is determined based on the PHY specific status register.
1640 **/
Bruce Allan0be84012009-12-02 17:03:18 +00001641s32 e1000_check_polarity_m88(struct e1000_hw *hw)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001642{
1643 struct e1000_phy_info *phy = &hw->phy;
1644 s32 ret_val;
1645 u16 data;
1646
1647 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_STATUS, &data);
1648
1649 if (!ret_val)
1650 phy->cable_polarity = (data & M88E1000_PSSR_REV_POLARITY)
1651 ? e1000_rev_polarity_reversed
1652 : e1000_rev_polarity_normal;
1653
1654 return ret_val;
1655}
1656
1657/**
1658 * e1000_check_polarity_igp - Checks the polarity.
1659 * @hw: pointer to the HW structure
1660 *
1661 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
1662 *
1663 * Polarity is determined based on the PHY port status register, and the
1664 * current speed (since there is no polarity at 100Mbps).
1665 **/
Bruce Allan0be84012009-12-02 17:03:18 +00001666s32 e1000_check_polarity_igp(struct e1000_hw *hw)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001667{
1668 struct e1000_phy_info *phy = &hw->phy;
1669 s32 ret_val;
1670 u16 data, offset, mask;
1671
Bruce Allane921eb12012-11-28 09:28:37 +00001672 /* Polarity is determined based on the speed of
Bruce Allanad680762008-03-28 09:15:03 -07001673 * our connection.
1674 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001675 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_STATUS, &data);
1676 if (ret_val)
1677 return ret_val;
1678
1679 if ((data & IGP01E1000_PSSR_SPEED_MASK) ==
1680 IGP01E1000_PSSR_SPEED_1000MBPS) {
1681 offset = IGP01E1000_PHY_PCS_INIT_REG;
1682 mask = IGP01E1000_PHY_POLARITY_MASK;
1683 } else {
Bruce Allane921eb12012-11-28 09:28:37 +00001684 /* This really only applies to 10Mbps since
Auke Kokbc7f75f2007-09-17 12:30:59 -07001685 * there is no polarity for 100Mbps (always 0).
1686 */
1687 offset = IGP01E1000_PHY_PORT_STATUS;
1688 mask = IGP01E1000_PSSR_POLARITY_REVERSED;
1689 }
1690
1691 ret_val = e1e_rphy(hw, offset, &data);
1692
1693 if (!ret_val)
1694 phy->cable_polarity = (data & mask)
1695 ? e1000_rev_polarity_reversed
1696 : e1000_rev_polarity_normal;
1697
1698 return ret_val;
1699}
1700
1701/**
Bruce Allan0be84012009-12-02 17:03:18 +00001702 * e1000_check_polarity_ife - Check cable polarity for IFE PHY
1703 * @hw: pointer to the HW structure
1704 *
1705 * Polarity is determined on the polarity reversal feature being enabled.
1706 **/
1707s32 e1000_check_polarity_ife(struct e1000_hw *hw)
1708{
1709 struct e1000_phy_info *phy = &hw->phy;
1710 s32 ret_val;
1711 u16 phy_data, offset, mask;
1712
Bruce Allane921eb12012-11-28 09:28:37 +00001713 /* Polarity is determined based on the reversal feature being enabled.
Bruce Allan0be84012009-12-02 17:03:18 +00001714 */
1715 if (phy->polarity_correction) {
1716 offset = IFE_PHY_EXTENDED_STATUS_CONTROL;
1717 mask = IFE_PESC_POLARITY_REVERSED;
1718 } else {
1719 offset = IFE_PHY_SPECIAL_CONTROL;
1720 mask = IFE_PSC_FORCE_POLARITY;
1721 }
1722
1723 ret_val = e1e_rphy(hw, offset, &phy_data);
1724
1725 if (!ret_val)
1726 phy->cable_polarity = (phy_data & mask)
1727 ? e1000_rev_polarity_reversed
1728 : e1000_rev_polarity_normal;
1729
1730 return ret_val;
1731}
1732
1733/**
Bruce Allanad680762008-03-28 09:15:03 -07001734 * e1000_wait_autoneg - Wait for auto-neg completion
Auke Kokbc7f75f2007-09-17 12:30:59 -07001735 * @hw: pointer to the HW structure
1736 *
1737 * Waits for auto-negotiation to complete or for the auto-negotiation time
1738 * limit to expire, which ever happens first.
1739 **/
1740static s32 e1000_wait_autoneg(struct e1000_hw *hw)
1741{
1742 s32 ret_val = 0;
1743 u16 i, phy_status;
1744
1745 /* Break after autoneg completes or PHY_AUTO_NEG_LIMIT expires. */
1746 for (i = PHY_AUTO_NEG_LIMIT; i > 0; i--) {
1747 ret_val = e1e_rphy(hw, PHY_STATUS, &phy_status);
1748 if (ret_val)
1749 break;
1750 ret_val = e1e_rphy(hw, PHY_STATUS, &phy_status);
1751 if (ret_val)
1752 break;
1753 if (phy_status & MII_SR_AUTONEG_COMPLETE)
1754 break;
1755 msleep(100);
1756 }
1757
Bruce Allane921eb12012-11-28 09:28:37 +00001758 /* PHY_AUTO_NEG_TIME expiration doesn't guarantee auto-negotiation
Auke Kokbc7f75f2007-09-17 12:30:59 -07001759 * has completed.
1760 */
1761 return ret_val;
1762}
1763
1764/**
1765 * e1000e_phy_has_link_generic - Polls PHY for link
1766 * @hw: pointer to the HW structure
1767 * @iterations: number of times to poll for link
1768 * @usec_interval: delay between polling attempts
1769 * @success: pointer to whether polling was successful or not
1770 *
1771 * Polls the PHY status register for link, 'iterations' number of times.
1772 **/
1773s32 e1000e_phy_has_link_generic(struct e1000_hw *hw, u32 iterations,
1774 u32 usec_interval, bool *success)
1775{
1776 s32 ret_val = 0;
1777 u16 i, phy_status;
1778
1779 for (i = 0; i < iterations; i++) {
Bruce Allane921eb12012-11-28 09:28:37 +00001780 /* Some PHYs require the PHY_STATUS register to be read
Auke Kokbc7f75f2007-09-17 12:30:59 -07001781 * twice due to the link bit being sticky. No harm doing
1782 * it across the board.
1783 */
1784 ret_val = e1e_rphy(hw, PHY_STATUS, &phy_status);
1785 if (ret_val)
Bruce Allane921eb12012-11-28 09:28:37 +00001786 /* If the first read fails, another entity may have
Bruce Allan906e8d92009-07-01 13:28:50 +00001787 * ownership of the resources, wait and try again to
1788 * see if they have relinquished the resources yet.
1789 */
1790 udelay(usec_interval);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001791 ret_val = e1e_rphy(hw, PHY_STATUS, &phy_status);
1792 if (ret_val)
1793 break;
1794 if (phy_status & MII_SR_LINK_STATUS)
1795 break;
1796 if (usec_interval >= 1000)
1797 mdelay(usec_interval/1000);
1798 else
1799 udelay(usec_interval);
1800 }
1801
1802 *success = (i < iterations);
1803
1804 return ret_val;
1805}
1806
1807/**
1808 * e1000e_get_cable_length_m88 - Determine cable length for m88 PHY
1809 * @hw: pointer to the HW structure
1810 *
1811 * Reads the PHY specific status register to retrieve the cable length
1812 * information. The cable length is determined by averaging the minimum and
1813 * maximum values to get the "average" cable length. The m88 PHY has four
1814 * possible cable length values, which are:
1815 * Register Value Cable Length
1816 * 0 < 50 meters
1817 * 1 50 - 80 meters
1818 * 2 80 - 110 meters
1819 * 3 110 - 140 meters
1820 * 4 > 140 meters
1821 **/
1822s32 e1000e_get_cable_length_m88(struct e1000_hw *hw)
1823{
1824 struct e1000_phy_info *phy = &hw->phy;
1825 s32 ret_val;
1826 u16 phy_data, index;
1827
1828 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_STATUS, &phy_data);
1829 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00001830 return ret_val;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001831
1832 index = (phy_data & M88E1000_PSSR_CABLE_LENGTH) >>
Bruce Allaneb656d42009-12-01 15:47:02 +00001833 M88E1000_PSSR_CABLE_LENGTH_SHIFT;
Bruce Allan5015e532012-02-08 02:55:56 +00001834
1835 if (index >= M88E1000_CABLE_LENGTH_TABLE_SIZE - 1)
1836 return -E1000_ERR_PHY;
Bruce Allaneb656d42009-12-01 15:47:02 +00001837
Auke Kokbc7f75f2007-09-17 12:30:59 -07001838 phy->min_cable_length = e1000_m88_cable_length_table[index];
Bruce Allaneb656d42009-12-01 15:47:02 +00001839 phy->max_cable_length = e1000_m88_cable_length_table[index + 1];
Auke Kokbc7f75f2007-09-17 12:30:59 -07001840
1841 phy->cable_length = (phy->min_cable_length + phy->max_cable_length) / 2;
1842
Bruce Allan5015e532012-02-08 02:55:56 +00001843 return 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001844}
1845
1846/**
1847 * e1000e_get_cable_length_igp_2 - Determine cable length for igp2 PHY
1848 * @hw: pointer to the HW structure
1849 *
1850 * The automatic gain control (agc) normalizes the amplitude of the
1851 * received signal, adjusting for the attenuation produced by the
Auke Kok489815c2008-02-21 15:11:07 -08001852 * cable. By reading the AGC registers, which represent the
Bruce Allan5ff5b662009-12-01 15:51:11 +00001853 * combination of coarse and fine gain value, the value can be put
Auke Kokbc7f75f2007-09-17 12:30:59 -07001854 * into a lookup table to obtain the approximate cable length
1855 * for each channel.
1856 **/
1857s32 e1000e_get_cable_length_igp_2(struct e1000_hw *hw)
1858{
1859 struct e1000_phy_info *phy = &hw->phy;
1860 s32 ret_val;
1861 u16 phy_data, i, agc_value = 0;
1862 u16 cur_agc_index, max_agc_index = 0;
1863 u16 min_agc_index = IGP02E1000_CABLE_LENGTH_TABLE_SIZE - 1;
Jeff Kirsher66744502010-12-01 19:59:50 +00001864 static const u16 agc_reg_array[IGP02E1000_PHY_CHANNEL_NUM] = {
1865 IGP02E1000_PHY_AGC_A,
1866 IGP02E1000_PHY_AGC_B,
1867 IGP02E1000_PHY_AGC_C,
1868 IGP02E1000_PHY_AGC_D
1869 };
Auke Kokbc7f75f2007-09-17 12:30:59 -07001870
1871 /* Read the AGC registers for all channels */
1872 for (i = 0; i < IGP02E1000_PHY_CHANNEL_NUM; i++) {
1873 ret_val = e1e_rphy(hw, agc_reg_array[i], &phy_data);
1874 if (ret_val)
1875 return ret_val;
1876
Bruce Allane921eb12012-11-28 09:28:37 +00001877 /* Getting bits 15:9, which represent the combination of
Bruce Allan5ff5b662009-12-01 15:51:11 +00001878 * coarse and fine gain values. The result is a number
Auke Kokbc7f75f2007-09-17 12:30:59 -07001879 * that can be put into the lookup table to obtain the
Bruce Allanad680762008-03-28 09:15:03 -07001880 * approximate cable length.
1881 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001882 cur_agc_index = (phy_data >> IGP02E1000_AGC_LENGTH_SHIFT) &
1883 IGP02E1000_AGC_LENGTH_MASK;
1884
1885 /* Array index bound check. */
1886 if ((cur_agc_index >= IGP02E1000_CABLE_LENGTH_TABLE_SIZE) ||
1887 (cur_agc_index == 0))
1888 return -E1000_ERR_PHY;
1889
1890 /* Remove min & max AGC values from calculation. */
1891 if (e1000_igp_2_cable_length_table[min_agc_index] >
1892 e1000_igp_2_cable_length_table[cur_agc_index])
1893 min_agc_index = cur_agc_index;
1894 if (e1000_igp_2_cable_length_table[max_agc_index] <
1895 e1000_igp_2_cable_length_table[cur_agc_index])
1896 max_agc_index = cur_agc_index;
1897
1898 agc_value += e1000_igp_2_cable_length_table[cur_agc_index];
1899 }
1900
1901 agc_value -= (e1000_igp_2_cable_length_table[min_agc_index] +
1902 e1000_igp_2_cable_length_table[max_agc_index]);
1903 agc_value /= (IGP02E1000_PHY_CHANNEL_NUM - 2);
1904
1905 /* Calculate cable length with the error range of +/- 10 meters. */
1906 phy->min_cable_length = ((agc_value - IGP02E1000_AGC_RANGE) > 0) ?
1907 (agc_value - IGP02E1000_AGC_RANGE) : 0;
1908 phy->max_cable_length = agc_value + IGP02E1000_AGC_RANGE;
1909
1910 phy->cable_length = (phy->min_cable_length + phy->max_cable_length) / 2;
1911
Bruce Allan82607252012-02-08 02:55:09 +00001912 return 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001913}
1914
1915/**
1916 * e1000e_get_phy_info_m88 - Retrieve PHY information
1917 * @hw: pointer to the HW structure
1918 *
1919 * Valid for only copper links. Read the PHY status register (sticky read)
1920 * to verify that link is up. Read the PHY special control register to
1921 * determine the polarity and 10base-T extended distance. Read the PHY
1922 * special status register to determine MDI/MDIx and current speed. If
1923 * speed is 1000, then determine cable length, local and remote receiver.
1924 **/
1925s32 e1000e_get_phy_info_m88(struct e1000_hw *hw)
1926{
1927 struct e1000_phy_info *phy = &hw->phy;
1928 s32 ret_val;
1929 u16 phy_data;
1930 bool link;
1931
Bruce Allan0be84012009-12-02 17:03:18 +00001932 if (phy->media_type != e1000_media_type_copper) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001933 e_dbg("Phy info is only valid for copper media\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001934 return -E1000_ERR_CONFIG;
1935 }
1936
1937 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
1938 if (ret_val)
1939 return ret_val;
1940
1941 if (!link) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001942 e_dbg("Phy info is only valid if link is up\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001943 return -E1000_ERR_CONFIG;
1944 }
1945
1946 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_CTRL, &phy_data);
1947 if (ret_val)
1948 return ret_val;
1949
Bruce Allan04499ec2012-04-13 00:08:31 +00001950 phy->polarity_correction = !!(phy_data &
1951 M88E1000_PSCR_POLARITY_REVERSAL);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001952
1953 ret_val = e1000_check_polarity_m88(hw);
1954 if (ret_val)
1955 return ret_val;
1956
1957 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_STATUS, &phy_data);
1958 if (ret_val)
1959 return ret_val;
1960
Bruce Allan04499ec2012-04-13 00:08:31 +00001961 phy->is_mdix = !!(phy_data & M88E1000_PSSR_MDIX);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001962
1963 if ((phy_data & M88E1000_PSSR_SPEED) == M88E1000_PSSR_1000MBS) {
1964 ret_val = e1000_get_cable_length(hw);
1965 if (ret_val)
1966 return ret_val;
1967
1968 ret_val = e1e_rphy(hw, PHY_1000T_STATUS, &phy_data);
1969 if (ret_val)
1970 return ret_val;
1971
1972 phy->local_rx = (phy_data & SR_1000T_LOCAL_RX_STATUS)
1973 ? e1000_1000t_rx_status_ok
1974 : e1000_1000t_rx_status_not_ok;
1975
1976 phy->remote_rx = (phy_data & SR_1000T_REMOTE_RX_STATUS)
1977 ? e1000_1000t_rx_status_ok
1978 : e1000_1000t_rx_status_not_ok;
1979 } else {
1980 /* Set values to "undefined" */
1981 phy->cable_length = E1000_CABLE_LENGTH_UNDEFINED;
1982 phy->local_rx = e1000_1000t_rx_status_undefined;
1983 phy->remote_rx = e1000_1000t_rx_status_undefined;
1984 }
1985
1986 return ret_val;
1987}
1988
1989/**
1990 * e1000e_get_phy_info_igp - Retrieve igp PHY information
1991 * @hw: pointer to the HW structure
1992 *
1993 * Read PHY status to determine if link is up. If link is up, then
1994 * set/determine 10base-T extended distance and polarity correction. Read
1995 * PHY port status to determine MDI/MDIx and speed. Based on the speed,
1996 * determine on the cable length, local and remote receiver.
1997 **/
1998s32 e1000e_get_phy_info_igp(struct e1000_hw *hw)
1999{
2000 struct e1000_phy_info *phy = &hw->phy;
2001 s32 ret_val;
2002 u16 data;
2003 bool link;
2004
2005 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
2006 if (ret_val)
2007 return ret_val;
2008
2009 if (!link) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002010 e_dbg("Phy info is only valid if link is up\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07002011 return -E1000_ERR_CONFIG;
2012 }
2013
Bruce Allan564ea9b2009-11-20 23:26:44 +00002014 phy->polarity_correction = true;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002015
2016 ret_val = e1000_check_polarity_igp(hw);
2017 if (ret_val)
2018 return ret_val;
2019
2020 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_STATUS, &data);
2021 if (ret_val)
2022 return ret_val;
2023
Bruce Allan04499ec2012-04-13 00:08:31 +00002024 phy->is_mdix = !!(data & IGP01E1000_PSSR_MDIX);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002025
2026 if ((data & IGP01E1000_PSSR_SPEED_MASK) ==
2027 IGP01E1000_PSSR_SPEED_1000MBPS) {
2028 ret_val = e1000_get_cable_length(hw);
2029 if (ret_val)
2030 return ret_val;
2031
2032 ret_val = e1e_rphy(hw, PHY_1000T_STATUS, &data);
2033 if (ret_val)
2034 return ret_val;
2035
2036 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS)
2037 ? e1000_1000t_rx_status_ok
2038 : e1000_1000t_rx_status_not_ok;
2039
2040 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS)
2041 ? e1000_1000t_rx_status_ok
2042 : e1000_1000t_rx_status_not_ok;
2043 } else {
2044 phy->cable_length = E1000_CABLE_LENGTH_UNDEFINED;
2045 phy->local_rx = e1000_1000t_rx_status_undefined;
2046 phy->remote_rx = e1000_1000t_rx_status_undefined;
2047 }
2048
2049 return ret_val;
2050}
2051
2052/**
Bruce Allan0be84012009-12-02 17:03:18 +00002053 * e1000_get_phy_info_ife - Retrieves various IFE PHY states
2054 * @hw: pointer to the HW structure
2055 *
2056 * Populates "phy" structure with various feature states.
2057 **/
2058s32 e1000_get_phy_info_ife(struct e1000_hw *hw)
2059{
2060 struct e1000_phy_info *phy = &hw->phy;
2061 s32 ret_val;
2062 u16 data;
2063 bool link;
2064
2065 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
2066 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00002067 return ret_val;
Bruce Allan0be84012009-12-02 17:03:18 +00002068
2069 if (!link) {
2070 e_dbg("Phy info is only valid if link is up\n");
Bruce Allan5015e532012-02-08 02:55:56 +00002071 return -E1000_ERR_CONFIG;
Bruce Allan0be84012009-12-02 17:03:18 +00002072 }
2073
2074 ret_val = e1e_rphy(hw, IFE_PHY_SPECIAL_CONTROL, &data);
2075 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00002076 return ret_val;
Bruce Allan04499ec2012-04-13 00:08:31 +00002077 phy->polarity_correction = !(data & IFE_PSC_AUTO_POLARITY_DISABLE);
Bruce Allan0be84012009-12-02 17:03:18 +00002078
2079 if (phy->polarity_correction) {
2080 ret_val = e1000_check_polarity_ife(hw);
2081 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00002082 return ret_val;
Bruce Allan0be84012009-12-02 17:03:18 +00002083 } else {
2084 /* Polarity is forced */
2085 phy->cable_polarity = (data & IFE_PSC_FORCE_POLARITY)
2086 ? e1000_rev_polarity_reversed
2087 : e1000_rev_polarity_normal;
2088 }
2089
2090 ret_val = e1e_rphy(hw, IFE_PHY_MDIX_CONTROL, &data);
2091 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00002092 return ret_val;
Bruce Allan0be84012009-12-02 17:03:18 +00002093
Bruce Allan04499ec2012-04-13 00:08:31 +00002094 phy->is_mdix = !!(data & IFE_PMC_MDIX_STATUS);
Bruce Allan0be84012009-12-02 17:03:18 +00002095
2096 /* The following parameters are undefined for 10/100 operation. */
2097 phy->cable_length = E1000_CABLE_LENGTH_UNDEFINED;
2098 phy->local_rx = e1000_1000t_rx_status_undefined;
2099 phy->remote_rx = e1000_1000t_rx_status_undefined;
2100
Bruce Allan5015e532012-02-08 02:55:56 +00002101 return 0;
Bruce Allan0be84012009-12-02 17:03:18 +00002102}
2103
2104/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07002105 * e1000e_phy_sw_reset - PHY software reset
2106 * @hw: pointer to the HW structure
2107 *
2108 * Does a software reset of the PHY by reading the PHY control register and
2109 * setting/write the control register reset bit to the PHY.
2110 **/
2111s32 e1000e_phy_sw_reset(struct e1000_hw *hw)
2112{
2113 s32 ret_val;
2114 u16 phy_ctrl;
2115
2116 ret_val = e1e_rphy(hw, PHY_CONTROL, &phy_ctrl);
2117 if (ret_val)
2118 return ret_val;
2119
2120 phy_ctrl |= MII_CR_RESET;
2121 ret_val = e1e_wphy(hw, PHY_CONTROL, phy_ctrl);
2122 if (ret_val)
2123 return ret_val;
2124
2125 udelay(1);
2126
2127 return ret_val;
2128}
2129
2130/**
2131 * e1000e_phy_hw_reset_generic - PHY hardware reset
2132 * @hw: pointer to the HW structure
2133 *
2134 * Verify the reset block is not blocking us from resetting. Acquire
2135 * semaphore (if necessary) and read/set/write the device control reset
2136 * bit in the PHY. Wait the appropriate delay time for the device to
Auke Kok489815c2008-02-21 15:11:07 -08002137 * reset and release the semaphore (if necessary).
Auke Kokbc7f75f2007-09-17 12:30:59 -07002138 **/
2139s32 e1000e_phy_hw_reset_generic(struct e1000_hw *hw)
2140{
2141 struct e1000_phy_info *phy = &hw->phy;
2142 s32 ret_val;
2143 u32 ctrl;
2144
Bruce Allan470a5422012-05-26 06:08:48 +00002145 if (phy->ops.check_reset_block) {
2146 ret_val = phy->ops.check_reset_block(hw);
2147 if (ret_val)
2148 return 0;
2149 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07002150
Bruce Allan94d81862009-11-20 23:25:26 +00002151 ret_val = phy->ops.acquire(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002152 if (ret_val)
2153 return ret_val;
2154
2155 ctrl = er32(CTRL);
2156 ew32(CTRL, ctrl | E1000_CTRL_PHY_RST);
2157 e1e_flush();
2158
2159 udelay(phy->reset_delay_us);
2160
2161 ew32(CTRL, ctrl);
2162 e1e_flush();
2163
2164 udelay(150);
2165
Bruce Allan94d81862009-11-20 23:25:26 +00002166 phy->ops.release(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002167
2168 return e1000_get_phy_cfg_done(hw);
2169}
2170
2171/**
2172 * e1000e_get_cfg_done - Generic configuration done
2173 * @hw: pointer to the HW structure
2174 *
2175 * Generic function to wait 10 milli-seconds for configuration to complete
2176 * and return success.
2177 **/
2178s32 e1000e_get_cfg_done(struct e1000_hw *hw)
2179{
2180 mdelay(10);
Bruce Allan3d3a1672012-02-23 03:13:18 +00002181
Auke Kokbc7f75f2007-09-17 12:30:59 -07002182 return 0;
2183}
2184
Bruce Allanf4187b52008-08-26 18:36:50 -07002185/**
2186 * e1000e_phy_init_script_igp3 - Inits the IGP3 PHY
2187 * @hw: pointer to the HW structure
2188 *
2189 * Initializes a Intel Gigabit PHY3 when an EEPROM is not present.
2190 **/
2191s32 e1000e_phy_init_script_igp3(struct e1000_hw *hw)
2192{
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002193 e_dbg("Running IGP 3 PHY init script\n");
Bruce Allanf4187b52008-08-26 18:36:50 -07002194
2195 /* PHY init IGP 3 */
2196 /* Enable rise/fall, 10-mode work in class-A */
2197 e1e_wphy(hw, 0x2F5B, 0x9018);
2198 /* Remove all caps from Replica path filter */
2199 e1e_wphy(hw, 0x2F52, 0x0000);
2200 /* Bias trimming for ADC, AFE and Driver (Default) */
2201 e1e_wphy(hw, 0x2FB1, 0x8B24);
2202 /* Increase Hybrid poly bias */
2203 e1e_wphy(hw, 0x2FB2, 0xF8F0);
2204 /* Add 4% to Tx amplitude in Gig mode */
2205 e1e_wphy(hw, 0x2010, 0x10B0);
2206 /* Disable trimming (TTT) */
2207 e1e_wphy(hw, 0x2011, 0x0000);
2208 /* Poly DC correction to 94.6% + 2% for all channels */
2209 e1e_wphy(hw, 0x20DD, 0x249A);
2210 /* ABS DC correction to 95.9% */
2211 e1e_wphy(hw, 0x20DE, 0x00D3);
2212 /* BG temp curve trim */
2213 e1e_wphy(hw, 0x28B4, 0x04CE);
2214 /* Increasing ADC OPAMP stage 1 currents to max */
2215 e1e_wphy(hw, 0x2F70, 0x29E4);
2216 /* Force 1000 ( required for enabling PHY regs configuration) */
2217 e1e_wphy(hw, 0x0000, 0x0140);
2218 /* Set upd_freq to 6 */
2219 e1e_wphy(hw, 0x1F30, 0x1606);
2220 /* Disable NPDFE */
2221 e1e_wphy(hw, 0x1F31, 0xB814);
2222 /* Disable adaptive fixed FFE (Default) */
2223 e1e_wphy(hw, 0x1F35, 0x002A);
2224 /* Enable FFE hysteresis */
2225 e1e_wphy(hw, 0x1F3E, 0x0067);
2226 /* Fixed FFE for short cable lengths */
2227 e1e_wphy(hw, 0x1F54, 0x0065);
2228 /* Fixed FFE for medium cable lengths */
2229 e1e_wphy(hw, 0x1F55, 0x002A);
2230 /* Fixed FFE for long cable lengths */
2231 e1e_wphy(hw, 0x1F56, 0x002A);
2232 /* Enable Adaptive Clip Threshold */
2233 e1e_wphy(hw, 0x1F72, 0x3FB0);
2234 /* AHT reset limit to 1 */
2235 e1e_wphy(hw, 0x1F76, 0xC0FF);
2236 /* Set AHT master delay to 127 msec */
2237 e1e_wphy(hw, 0x1F77, 0x1DEC);
2238 /* Set scan bits for AHT */
2239 e1e_wphy(hw, 0x1F78, 0xF9EF);
2240 /* Set AHT Preset bits */
2241 e1e_wphy(hw, 0x1F79, 0x0210);
2242 /* Change integ_factor of channel A to 3 */
2243 e1e_wphy(hw, 0x1895, 0x0003);
2244 /* Change prop_factor of channels BCD to 8 */
2245 e1e_wphy(hw, 0x1796, 0x0008);
2246 /* Change cg_icount + enable integbp for channels BCD */
2247 e1e_wphy(hw, 0x1798, 0xD008);
Bruce Allane921eb12012-11-28 09:28:37 +00002248 /* Change cg_icount + enable integbp + change prop_factor_master
Bruce Allanf4187b52008-08-26 18:36:50 -07002249 * to 8 for channel A
2250 */
2251 e1e_wphy(hw, 0x1898, 0xD918);
2252 /* Disable AHT in Slave mode on channel A */
2253 e1e_wphy(hw, 0x187A, 0x0800);
Bruce Allane921eb12012-11-28 09:28:37 +00002254 /* Enable LPLU and disable AN to 1000 in non-D0a states,
Bruce Allanf4187b52008-08-26 18:36:50 -07002255 * Enable SPD+B2B
2256 */
2257 e1e_wphy(hw, 0x0019, 0x008D);
2258 /* Enable restart AN on an1000_dis change */
2259 e1e_wphy(hw, 0x001B, 0x2080);
2260 /* Enable wh_fifo read clock in 10/100 modes */
2261 e1e_wphy(hw, 0x0014, 0x0045);
2262 /* Restart AN, Speed selection is 1000 */
2263 e1e_wphy(hw, 0x0000, 0x1340);
2264
2265 return 0;
2266}
2267
Auke Kokbc7f75f2007-09-17 12:30:59 -07002268/* Internal function pointers */
2269
2270/**
2271 * e1000_get_phy_cfg_done - Generic PHY configuration done
2272 * @hw: pointer to the HW structure
2273 *
2274 * Return success if silicon family did not implement a family specific
2275 * get_cfg_done function.
2276 **/
2277static s32 e1000_get_phy_cfg_done(struct e1000_hw *hw)
2278{
2279 if (hw->phy.ops.get_cfg_done)
2280 return hw->phy.ops.get_cfg_done(hw);
2281
2282 return 0;
2283}
2284
2285/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07002286 * e1000e_get_phy_type_from_id - Get PHY type from id
2287 * @phy_id: phy_id read from the phy
2288 *
2289 * Returns the phy type from the id.
2290 **/
2291enum e1000_phy_type e1000e_get_phy_type_from_id(u32 phy_id)
2292{
2293 enum e1000_phy_type phy_type = e1000_phy_unknown;
2294
2295 switch (phy_id) {
2296 case M88E1000_I_PHY_ID:
2297 case M88E1000_E_PHY_ID:
2298 case M88E1111_I_PHY_ID:
2299 case M88E1011_I_PHY_ID:
2300 phy_type = e1000_phy_m88;
2301 break;
2302 case IGP01E1000_I_PHY_ID: /* IGP 1 & 2 share this */
2303 phy_type = e1000_phy_igp_2;
2304 break;
2305 case GG82563_E_PHY_ID:
2306 phy_type = e1000_phy_gg82563;
2307 break;
2308 case IGP03E1000_E_PHY_ID:
2309 phy_type = e1000_phy_igp_3;
2310 break;
2311 case IFE_E_PHY_ID:
2312 case IFE_PLUS_E_PHY_ID:
2313 case IFE_C_E_PHY_ID:
2314 phy_type = e1000_phy_ife;
2315 break;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002316 case BME1000_E_PHY_ID:
2317 case BME1000_E_PHY_ID_R2:
2318 phy_type = e1000_phy_bm;
2319 break;
Bruce Allana4f58f52009-06-02 11:29:18 +00002320 case I82578_E_PHY_ID:
2321 phy_type = e1000_phy_82578;
2322 break;
2323 case I82577_E_PHY_ID:
2324 phy_type = e1000_phy_82577;
2325 break;
Bruce Alland3738bb2010-06-16 13:27:28 +00002326 case I82579_E_PHY_ID:
2327 phy_type = e1000_phy_82579;
2328 break;
Bruce Allan2fbe4522012-04-19 03:21:47 +00002329 case I217_E_PHY_ID:
2330 phy_type = e1000_phy_i217;
2331 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002332 default:
2333 phy_type = e1000_phy_unknown;
2334 break;
2335 }
2336 return phy_type;
2337}
2338
2339/**
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002340 * e1000e_determine_phy_address - Determines PHY address.
2341 * @hw: pointer to the HW structure
2342 *
2343 * This uses a trial and error method to loop through possible PHY
2344 * addresses. It tests each by reading the PHY ID registers and
2345 * checking for a match.
2346 **/
2347s32 e1000e_determine_phy_address(struct e1000_hw *hw)
2348{
Bruce Allan5eb6f3c2009-12-02 17:02:43 +00002349 u32 phy_addr = 0;
2350 u32 i;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002351 enum e1000_phy_type phy_type = e1000_phy_unknown;
2352
Bruce Allan5eb6f3c2009-12-02 17:02:43 +00002353 hw->phy.id = phy_type;
2354
2355 for (phy_addr = 0; phy_addr < E1000_MAX_PHY_ADDR; phy_addr++) {
2356 hw->phy.addr = phy_addr;
2357 i = 0;
2358
2359 do {
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002360 e1000e_get_phy_id(hw);
2361 phy_type = e1000e_get_phy_type_from_id(hw->phy.id);
2362
Bruce Allane921eb12012-11-28 09:28:37 +00002363 /* If phy_type is valid, break - we found our
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002364 * PHY address
2365 */
Bruce Allan5015e532012-02-08 02:55:56 +00002366 if (phy_type != e1000_phy_unknown)
2367 return 0;
2368
Bruce Allan1bba4382011-03-19 00:27:20 +00002369 usleep_range(1000, 2000);
Bruce Allan5eb6f3c2009-12-02 17:02:43 +00002370 i++;
2371 } while (i < 10);
2372 }
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002373
Bruce Allan5015e532012-02-08 02:55:56 +00002374 return -E1000_ERR_PHY_TYPE;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002375}
2376
2377/**
2378 * e1000_get_phy_addr_for_bm_page - Retrieve PHY page address
2379 * @page: page to access
2380 *
2381 * Returns the phy address for the page requested.
2382 **/
2383static u32 e1000_get_phy_addr_for_bm_page(u32 page, u32 reg)
2384{
2385 u32 phy_addr = 2;
2386
2387 if ((page >= 768) || (page == 0 && reg == 25) || (reg == 31))
2388 phy_addr = 1;
2389
2390 return phy_addr;
2391}
2392
2393/**
2394 * e1000e_write_phy_reg_bm - Write BM PHY register
2395 * @hw: pointer to the HW structure
2396 * @offset: register offset to write to
2397 * @data: data to write at register offset
2398 *
2399 * Acquires semaphore, if necessary, then writes the data to PHY register
2400 * at the offset. Release any acquired semaphores before exiting.
2401 **/
2402s32 e1000e_write_phy_reg_bm(struct e1000_hw *hw, u32 offset, u16 data)
2403{
2404 s32 ret_val;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002405 u32 page = offset >> IGP_PAGE_SHIFT;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002406
Bruce Allan94d81862009-11-20 23:25:26 +00002407 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002408 if (ret_val)
2409 return ret_val;
2410
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002411 /* Page 800 works differently than the rest so it has its own func */
2412 if (page == BM_WUC_PAGE) {
2413 ret_val = e1000_access_phy_wakeup_reg_bm(hw, offset, &data,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002414 false, false);
Bruce Allan75ce1532012-02-08 02:54:48 +00002415 goto release;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002416 }
2417
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002418 hw->phy.addr = e1000_get_phy_addr_for_bm_page(page, offset);
2419
2420 if (offset > MAX_PHY_MULTI_PAGE_REG) {
Bruce Allan90da0662011-01-06 07:02:53 +00002421 u32 page_shift, page_select;
2422
Bruce Allane921eb12012-11-28 09:28:37 +00002423 /* Page select is register 31 for phy address 1 and 22 for
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002424 * phy address 2 and 3. Page select is shifted only for
2425 * phy address 1.
2426 */
2427 if (hw->phy.addr == 1) {
2428 page_shift = IGP_PAGE_SHIFT;
2429 page_select = IGP01E1000_PHY_PAGE_SELECT;
2430 } else {
2431 page_shift = 0;
2432 page_select = BM_PHY_PAGE_SELECT;
2433 }
2434
2435 /* Page is shifted left, PHY expects (page x 32) */
2436 ret_val = e1000e_write_phy_reg_mdic(hw, page_select,
2437 (page << page_shift));
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002438 if (ret_val)
Bruce Allan75ce1532012-02-08 02:54:48 +00002439 goto release;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002440 }
2441
2442 ret_val = e1000e_write_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset,
2443 data);
2444
Bruce Allan75ce1532012-02-08 02:54:48 +00002445release:
Bruce Allan94d81862009-11-20 23:25:26 +00002446 hw->phy.ops.release(hw);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002447 return ret_val;
2448}
2449
2450/**
2451 * e1000e_read_phy_reg_bm - Read BM PHY register
2452 * @hw: pointer to the HW structure
2453 * @offset: register offset to be read
2454 * @data: pointer to the read data
2455 *
2456 * Acquires semaphore, if necessary, then reads the PHY register at offset
2457 * and storing the retrieved information in data. Release any acquired
2458 * semaphores before exiting.
2459 **/
2460s32 e1000e_read_phy_reg_bm(struct e1000_hw *hw, u32 offset, u16 *data)
2461{
2462 s32 ret_val;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002463 u32 page = offset >> IGP_PAGE_SHIFT;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002464
Bruce Allan94d81862009-11-20 23:25:26 +00002465 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002466 if (ret_val)
2467 return ret_val;
2468
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002469 /* Page 800 works differently than the rest so it has its own func */
2470 if (page == BM_WUC_PAGE) {
2471 ret_val = e1000_access_phy_wakeup_reg_bm(hw, offset, data,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002472 true, false);
Bruce Allan75ce1532012-02-08 02:54:48 +00002473 goto release;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002474 }
2475
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002476 hw->phy.addr = e1000_get_phy_addr_for_bm_page(page, offset);
2477
2478 if (offset > MAX_PHY_MULTI_PAGE_REG) {
Bruce Allan90da0662011-01-06 07:02:53 +00002479 u32 page_shift, page_select;
2480
Bruce Allane921eb12012-11-28 09:28:37 +00002481 /* Page select is register 31 for phy address 1 and 22 for
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002482 * phy address 2 and 3. Page select is shifted only for
2483 * phy address 1.
2484 */
2485 if (hw->phy.addr == 1) {
2486 page_shift = IGP_PAGE_SHIFT;
2487 page_select = IGP01E1000_PHY_PAGE_SELECT;
2488 } else {
2489 page_shift = 0;
2490 page_select = BM_PHY_PAGE_SELECT;
2491 }
2492
2493 /* Page is shifted left, PHY expects (page x 32) */
2494 ret_val = e1000e_write_phy_reg_mdic(hw, page_select,
2495 (page << page_shift));
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002496 if (ret_val)
Bruce Allan75ce1532012-02-08 02:54:48 +00002497 goto release;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002498 }
2499
2500 ret_val = e1000e_read_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset,
2501 data);
Bruce Allan75ce1532012-02-08 02:54:48 +00002502release:
Bruce Allan94d81862009-11-20 23:25:26 +00002503 hw->phy.ops.release(hw);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002504 return ret_val;
2505}
2506
2507/**
Bruce Allan4662e822008-08-26 18:37:06 -07002508 * e1000e_read_phy_reg_bm2 - Read BM PHY register
2509 * @hw: pointer to the HW structure
2510 * @offset: register offset to be read
2511 * @data: pointer to the read data
2512 *
2513 * Acquires semaphore, if necessary, then reads the PHY register at offset
2514 * and storing the retrieved information in data. Release any acquired
2515 * semaphores before exiting.
2516 **/
2517s32 e1000e_read_phy_reg_bm2(struct e1000_hw *hw, u32 offset, u16 *data)
2518{
2519 s32 ret_val;
2520 u16 page = (u16)(offset >> IGP_PAGE_SHIFT);
2521
Bruce Allan94d81862009-11-20 23:25:26 +00002522 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002523 if (ret_val)
2524 return ret_val;
2525
Bruce Allan4662e822008-08-26 18:37:06 -07002526 /* Page 800 works differently than the rest so it has its own func */
2527 if (page == BM_WUC_PAGE) {
2528 ret_val = e1000_access_phy_wakeup_reg_bm(hw, offset, data,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002529 true, false);
Bruce Allan75ce1532012-02-08 02:54:48 +00002530 goto release;
Bruce Allan4662e822008-08-26 18:37:06 -07002531 }
2532
Bruce Allan4662e822008-08-26 18:37:06 -07002533 hw->phy.addr = 1;
2534
2535 if (offset > MAX_PHY_MULTI_PAGE_REG) {
2536
2537 /* Page is shifted left, PHY expects (page x 32) */
2538 ret_val = e1000e_write_phy_reg_mdic(hw, BM_PHY_PAGE_SELECT,
2539 page);
2540
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002541 if (ret_val)
Bruce Allan75ce1532012-02-08 02:54:48 +00002542 goto release;
Bruce Allan4662e822008-08-26 18:37:06 -07002543 }
2544
2545 ret_val = e1000e_read_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset,
2546 data);
Bruce Allan75ce1532012-02-08 02:54:48 +00002547release:
Bruce Allan94d81862009-11-20 23:25:26 +00002548 hw->phy.ops.release(hw);
Bruce Allan4662e822008-08-26 18:37:06 -07002549 return ret_val;
2550}
2551
2552/**
2553 * e1000e_write_phy_reg_bm2 - Write BM PHY register
2554 * @hw: pointer to the HW structure
2555 * @offset: register offset to write to
2556 * @data: data to write at register offset
2557 *
2558 * Acquires semaphore, if necessary, then writes the data to PHY register
2559 * at the offset. Release any acquired semaphores before exiting.
2560 **/
2561s32 e1000e_write_phy_reg_bm2(struct e1000_hw *hw, u32 offset, u16 data)
2562{
2563 s32 ret_val;
2564 u16 page = (u16)(offset >> IGP_PAGE_SHIFT);
2565
Bruce Allan94d81862009-11-20 23:25:26 +00002566 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002567 if (ret_val)
2568 return ret_val;
2569
Bruce Allan4662e822008-08-26 18:37:06 -07002570 /* Page 800 works differently than the rest so it has its own func */
2571 if (page == BM_WUC_PAGE) {
2572 ret_val = e1000_access_phy_wakeup_reg_bm(hw, offset, &data,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002573 false, false);
Bruce Allan75ce1532012-02-08 02:54:48 +00002574 goto release;
Bruce Allan4662e822008-08-26 18:37:06 -07002575 }
2576
Bruce Allan4662e822008-08-26 18:37:06 -07002577 hw->phy.addr = 1;
2578
2579 if (offset > MAX_PHY_MULTI_PAGE_REG) {
2580 /* Page is shifted left, PHY expects (page x 32) */
2581 ret_val = e1000e_write_phy_reg_mdic(hw, BM_PHY_PAGE_SELECT,
2582 page);
2583
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002584 if (ret_val)
Bruce Allan75ce1532012-02-08 02:54:48 +00002585 goto release;
Bruce Allan4662e822008-08-26 18:37:06 -07002586 }
2587
2588 ret_val = e1000e_write_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset,
2589 data);
2590
Bruce Allan75ce1532012-02-08 02:54:48 +00002591release:
Bruce Allan94d81862009-11-20 23:25:26 +00002592 hw->phy.ops.release(hw);
Bruce Allan4662e822008-08-26 18:37:06 -07002593 return ret_val;
2594}
2595
2596/**
Bruce Allan2b6b1682011-05-13 07:20:09 +00002597 * e1000_enable_phy_wakeup_reg_access_bm - enable access to BM wakeup registers
2598 * @hw: pointer to the HW structure
2599 * @phy_reg: pointer to store original contents of BM_WUC_ENABLE_REG
2600 *
2601 * Assumes semaphore already acquired and phy_reg points to a valid memory
2602 * address to store contents of the BM_WUC_ENABLE_REG register.
2603 **/
2604s32 e1000_enable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg)
2605{
2606 s32 ret_val;
2607 u16 temp;
2608
2609 /* All page select, port ctrl and wakeup registers use phy address 1 */
2610 hw->phy.addr = 1;
2611
2612 /* Select Port Control Registers page */
2613 ret_val = e1000_set_page_igp(hw, (BM_PORT_CTRL_PAGE << IGP_PAGE_SHIFT));
2614 if (ret_val) {
2615 e_dbg("Could not set Port Control page\n");
Bruce Allan5015e532012-02-08 02:55:56 +00002616 return ret_val;
Bruce Allan2b6b1682011-05-13 07:20:09 +00002617 }
2618
2619 ret_val = e1000e_read_phy_reg_mdic(hw, BM_WUC_ENABLE_REG, phy_reg);
2620 if (ret_val) {
2621 e_dbg("Could not read PHY register %d.%d\n",
2622 BM_PORT_CTRL_PAGE, BM_WUC_ENABLE_REG);
Bruce Allan5015e532012-02-08 02:55:56 +00002623 return ret_val;
Bruce Allan2b6b1682011-05-13 07:20:09 +00002624 }
2625
Bruce Allane921eb12012-11-28 09:28:37 +00002626 /* Enable both PHY wakeup mode and Wakeup register page writes.
Bruce Allan2b6b1682011-05-13 07:20:09 +00002627 * Prevent a power state change by disabling ME and Host PHY wakeup.
2628 */
2629 temp = *phy_reg;
2630 temp |= BM_WUC_ENABLE_BIT;
2631 temp &= ~(BM_WUC_ME_WU_BIT | BM_WUC_HOST_WU_BIT);
2632
2633 ret_val = e1000e_write_phy_reg_mdic(hw, BM_WUC_ENABLE_REG, temp);
2634 if (ret_val) {
2635 e_dbg("Could not write PHY register %d.%d\n",
2636 BM_PORT_CTRL_PAGE, BM_WUC_ENABLE_REG);
Bruce Allan5015e532012-02-08 02:55:56 +00002637 return ret_val;
Bruce Allan2b6b1682011-05-13 07:20:09 +00002638 }
2639
Bruce Allane921eb12012-11-28 09:28:37 +00002640 /* Select Host Wakeup Registers page - caller now able to write
Bruce Allan5015e532012-02-08 02:55:56 +00002641 * registers on the Wakeup registers page
2642 */
2643 return e1000_set_page_igp(hw, (BM_WUC_PAGE << IGP_PAGE_SHIFT));
Bruce Allan2b6b1682011-05-13 07:20:09 +00002644}
2645
2646/**
2647 * e1000_disable_phy_wakeup_reg_access_bm - disable access to BM wakeup regs
2648 * @hw: pointer to the HW structure
2649 * @phy_reg: pointer to original contents of BM_WUC_ENABLE_REG
2650 *
2651 * Restore BM_WUC_ENABLE_REG to its original value.
2652 *
2653 * Assumes semaphore already acquired and *phy_reg is the contents of the
2654 * BM_WUC_ENABLE_REG before register(s) on BM_WUC_PAGE were accessed by
2655 * caller.
2656 **/
2657s32 e1000_disable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg)
2658{
Bruce Allan70806a72013-01-05 05:08:37 +00002659 s32 ret_val;
Bruce Allan2b6b1682011-05-13 07:20:09 +00002660
2661 /* Select Port Control Registers page */
2662 ret_val = e1000_set_page_igp(hw, (BM_PORT_CTRL_PAGE << IGP_PAGE_SHIFT));
2663 if (ret_val) {
2664 e_dbg("Could not set Port Control page\n");
Bruce Allan5015e532012-02-08 02:55:56 +00002665 return ret_val;
Bruce Allan2b6b1682011-05-13 07:20:09 +00002666 }
2667
2668 /* Restore 769.17 to its original value */
2669 ret_val = e1000e_write_phy_reg_mdic(hw, BM_WUC_ENABLE_REG, *phy_reg);
2670 if (ret_val)
2671 e_dbg("Could not restore PHY register %d.%d\n",
2672 BM_PORT_CTRL_PAGE, BM_WUC_ENABLE_REG);
Bruce Allan5015e532012-02-08 02:55:56 +00002673
Bruce Allan2b6b1682011-05-13 07:20:09 +00002674 return ret_val;
2675}
2676
2677/**
2678 * e1000_access_phy_wakeup_reg_bm - Read/write BM PHY wakeup register
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002679 * @hw: pointer to the HW structure
2680 * @offset: register offset to be read or written
2681 * @data: pointer to the data to read or write
2682 * @read: determines if operation is read or write
Bruce Allan2b6b1682011-05-13 07:20:09 +00002683 * @page_set: BM_WUC_PAGE already set and access enabled
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002684 *
Bruce Allan2b6b1682011-05-13 07:20:09 +00002685 * Read the PHY register at offset and store the retrieved information in
2686 * data, or write data to PHY register at offset. Note the procedure to
2687 * access the PHY wakeup registers is different than reading the other PHY
2688 * registers. It works as such:
2689 * 1) Set 769.17.2 (page 769, register 17, bit 2) = 1
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002690 * 2) Set page to 800 for host (801 if we were manageability)
2691 * 3) Write the address using the address opcode (0x11)
2692 * 4) Read or write the data using the data opcode (0x12)
Bruce Allan2b6b1682011-05-13 07:20:09 +00002693 * 5) Restore 769.17.2 to its original value
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002694 *
Bruce Allan2b6b1682011-05-13 07:20:09 +00002695 * Steps 1 and 2 are done by e1000_enable_phy_wakeup_reg_access_bm() and
2696 * step 5 is done by e1000_disable_phy_wakeup_reg_access_bm().
2697 *
2698 * Assumes semaphore is already acquired. When page_set==true, assumes
2699 * the PHY page is set to BM_WUC_PAGE (i.e. a function in the call stack
2700 * is responsible for calls to e1000_[enable|disable]_phy_wakeup_reg_bm()).
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002701 **/
2702static s32 e1000_access_phy_wakeup_reg_bm(struct e1000_hw *hw, u32 offset,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002703 u16 *data, bool read, bool page_set)
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002704{
2705 s32 ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00002706 u16 reg = BM_PHY_REG_NUM(offset);
Bruce Allan2b6b1682011-05-13 07:20:09 +00002707 u16 page = BM_PHY_REG_PAGE(offset);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002708 u16 phy_reg = 0;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002709
Bruce Allan2b6b1682011-05-13 07:20:09 +00002710 /* Gig must be disabled for MDIO accesses to Host Wakeup reg page */
Bruce Allana4f58f52009-06-02 11:29:18 +00002711 if ((hw->mac.type == e1000_pchlan) &&
Bruce Allan2b6b1682011-05-13 07:20:09 +00002712 (!(er32(PHY_CTRL) & E1000_PHY_CTRL_GBE_DISABLE)))
2713 e_dbg("Attempting to access page %d while gig enabled.\n",
2714 page);
Bruce Allana4f58f52009-06-02 11:29:18 +00002715
Bruce Allan2b6b1682011-05-13 07:20:09 +00002716 if (!page_set) {
2717 /* Enable access to PHY wakeup registers */
2718 ret_val = e1000_enable_phy_wakeup_reg_access_bm(hw, &phy_reg);
2719 if (ret_val) {
2720 e_dbg("Could not enable PHY wakeup reg access\n");
Bruce Allan5015e532012-02-08 02:55:56 +00002721 return ret_val;
Bruce Allan2b6b1682011-05-13 07:20:09 +00002722 }
Bruce Allan9b71b412009-12-01 15:53:07 +00002723 }
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002724
Bruce Allan2b6b1682011-05-13 07:20:09 +00002725 e_dbg("Accessing PHY page %d reg 0x%x\n", page, reg);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002726
Bruce Allan2b6b1682011-05-13 07:20:09 +00002727 /* Write the Wakeup register page offset value using opcode 0x11 */
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002728 ret_val = e1000e_write_phy_reg_mdic(hw, BM_WUC_ADDRESS_OPCODE, reg);
Bruce Allan9b71b412009-12-01 15:53:07 +00002729 if (ret_val) {
Bruce Allan2b6b1682011-05-13 07:20:09 +00002730 e_dbg("Could not write address opcode to page %d\n", page);
Bruce Allan5015e532012-02-08 02:55:56 +00002731 return ret_val;
Bruce Allan9b71b412009-12-01 15:53:07 +00002732 }
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002733
2734 if (read) {
Bruce Allan2b6b1682011-05-13 07:20:09 +00002735 /* Read the Wakeup register page value using opcode 0x12 */
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002736 ret_val = e1000e_read_phy_reg_mdic(hw, BM_WUC_DATA_OPCODE,
2737 data);
2738 } else {
Bruce Allan2b6b1682011-05-13 07:20:09 +00002739 /* Write the Wakeup register page value using opcode 0x12 */
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002740 ret_val = e1000e_write_phy_reg_mdic(hw, BM_WUC_DATA_OPCODE,
2741 *data);
2742 }
2743
Bruce Allan9b71b412009-12-01 15:53:07 +00002744 if (ret_val) {
Bruce Allan2b6b1682011-05-13 07:20:09 +00002745 e_dbg("Could not access PHY reg %d.%d\n", page, reg);
Bruce Allan5015e532012-02-08 02:55:56 +00002746 return ret_val;
Bruce Allan9b71b412009-12-01 15:53:07 +00002747 }
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002748
Bruce Allan2b6b1682011-05-13 07:20:09 +00002749 if (!page_set)
2750 ret_val = e1000_disable_phy_wakeup_reg_access_bm(hw, &phy_reg);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002751
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002752 return ret_val;
2753}
2754
2755/**
Bruce Allan17f208d2009-12-01 15:47:22 +00002756 * e1000_power_up_phy_copper - Restore copper link in case of PHY power down
2757 * @hw: pointer to the HW structure
2758 *
2759 * In the case of a PHY power down to save power, or to turn off link during a
2760 * driver unload, or wake on lan is not enabled, restore the link to previous
2761 * settings.
2762 **/
2763void e1000_power_up_phy_copper(struct e1000_hw *hw)
2764{
2765 u16 mii_reg = 0;
2766
2767 /* The PHY will retain its settings across a power down/up cycle */
2768 e1e_rphy(hw, PHY_CONTROL, &mii_reg);
2769 mii_reg &= ~MII_CR_POWER_DOWN;
2770 e1e_wphy(hw, PHY_CONTROL, mii_reg);
2771}
2772
2773/**
2774 * e1000_power_down_phy_copper - Restore copper link in case of PHY power down
2775 * @hw: pointer to the HW structure
2776 *
2777 * In the case of a PHY power down to save power, or to turn off link during a
2778 * driver unload, or wake on lan is not enabled, restore the link to previous
2779 * settings.
2780 **/
2781void e1000_power_down_phy_copper(struct e1000_hw *hw)
2782{
2783 u16 mii_reg = 0;
2784
2785 /* The PHY will retain its settings across a power down/up cycle */
2786 e1e_rphy(hw, PHY_CONTROL, &mii_reg);
2787 mii_reg |= MII_CR_POWER_DOWN;
2788 e1e_wphy(hw, PHY_CONTROL, mii_reg);
Bruce Allan1bba4382011-03-19 00:27:20 +00002789 usleep_range(1000, 2000);
Bruce Allan17f208d2009-12-01 15:47:22 +00002790}
2791
2792/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07002793 * e1000e_commit_phy - Soft PHY reset
2794 * @hw: pointer to the HW structure
2795 *
2796 * Performs a soft PHY reset on those that apply. This is a function pointer
2797 * entry point called by drivers.
2798 **/
2799s32 e1000e_commit_phy(struct e1000_hw *hw)
2800{
Bruce Allan94d81862009-11-20 23:25:26 +00002801 if (hw->phy.ops.commit)
2802 return hw->phy.ops.commit(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002803
2804 return 0;
2805}
2806
2807/**
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002808 * __e1000_read_phy_reg_hv - Read HV PHY register
Bruce Allana4f58f52009-06-02 11:29:18 +00002809 * @hw: pointer to the HW structure
2810 * @offset: register offset to be read
2811 * @data: pointer to the read data
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002812 * @locked: semaphore has already been acquired or not
Bruce Allana4f58f52009-06-02 11:29:18 +00002813 *
2814 * Acquires semaphore, if necessary, then reads the PHY register at offset
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002815 * and stores the retrieved information in data. Release any acquired
Bruce Allana4f58f52009-06-02 11:29:18 +00002816 * semaphore before exiting.
2817 **/
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002818static s32 __e1000_read_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 *data,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002819 bool locked, bool page_set)
Bruce Allana4f58f52009-06-02 11:29:18 +00002820{
2821 s32 ret_val;
2822 u16 page = BM_PHY_REG_PAGE(offset);
2823 u16 reg = BM_PHY_REG_NUM(offset);
Bruce Allan2b6b1682011-05-13 07:20:09 +00002824 u32 phy_addr = hw->phy.addr = e1000_get_phy_addr_for_hv_page(page);
Bruce Allana4f58f52009-06-02 11:29:18 +00002825
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002826 if (!locked) {
Bruce Allan94d81862009-11-20 23:25:26 +00002827 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002828 if (ret_val)
2829 return ret_val;
2830 }
2831
Bruce Allana4f58f52009-06-02 11:29:18 +00002832 /* Page 800 works differently than the rest so it has its own func */
2833 if (page == BM_WUC_PAGE) {
Bruce Allan2b6b1682011-05-13 07:20:09 +00002834 ret_val = e1000_access_phy_wakeup_reg_bm(hw, offset, data,
2835 true, page_set);
Bruce Allana4f58f52009-06-02 11:29:18 +00002836 goto out;
2837 }
2838
2839 if (page > 0 && page < HV_INTC_FC_PAGE_START) {
2840 ret_val = e1000_access_phy_debug_regs_hv(hw, offset,
2841 data, true);
2842 goto out;
2843 }
2844
Bruce Allan2b6b1682011-05-13 07:20:09 +00002845 if (!page_set) {
2846 if (page == HV_INTC_FC_PAGE_START)
2847 page = 0;
Bruce Allana4f58f52009-06-02 11:29:18 +00002848
Bruce Allan2b6b1682011-05-13 07:20:09 +00002849 if (reg > MAX_PHY_MULTI_PAGE_REG) {
2850 /* Page is shifted left, PHY expects (page x 32) */
2851 ret_val = e1000_set_page_igp(hw,
2852 (page << IGP_PAGE_SHIFT));
Bruce Allana4f58f52009-06-02 11:29:18 +00002853
Bruce Allan2b6b1682011-05-13 07:20:09 +00002854 hw->phy.addr = phy_addr;
Bruce Allana4f58f52009-06-02 11:29:18 +00002855
Bruce Allan2b6b1682011-05-13 07:20:09 +00002856 if (ret_val)
2857 goto out;
2858 }
Bruce Allana4f58f52009-06-02 11:29:18 +00002859 }
2860
Bruce Allan2b6b1682011-05-13 07:20:09 +00002861 e_dbg("reading PHY page %d (or 0x%x shifted) reg 0x%x\n", page,
2862 page << IGP_PAGE_SHIFT, reg);
2863
Bruce Allana4f58f52009-06-02 11:29:18 +00002864 ret_val = e1000e_read_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & reg,
2865 data);
Bruce Allana4f58f52009-06-02 11:29:18 +00002866out:
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002867 if (!locked)
Bruce Allan94d81862009-11-20 23:25:26 +00002868 hw->phy.ops.release(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002869
Bruce Allana4f58f52009-06-02 11:29:18 +00002870 return ret_val;
2871}
2872
2873/**
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002874 * e1000_read_phy_reg_hv - Read HV PHY register
2875 * @hw: pointer to the HW structure
2876 * @offset: register offset to be read
2877 * @data: pointer to the read data
2878 *
2879 * Acquires semaphore then reads the PHY register at offset and stores
2880 * the retrieved information in data. Release the acquired semaphore
2881 * before exiting.
2882 **/
2883s32 e1000_read_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 *data)
2884{
Bruce Allan2b6b1682011-05-13 07:20:09 +00002885 return __e1000_read_phy_reg_hv(hw, offset, data, false, false);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002886}
2887
2888/**
2889 * e1000_read_phy_reg_hv_locked - Read HV PHY register
2890 * @hw: pointer to the HW structure
2891 * @offset: register offset to be read
2892 * @data: pointer to the read data
2893 *
2894 * Reads the PHY register at offset and stores the retrieved information
2895 * in data. Assumes semaphore already acquired.
2896 **/
2897s32 e1000_read_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 *data)
2898{
Bruce Allan2b6b1682011-05-13 07:20:09 +00002899 return __e1000_read_phy_reg_hv(hw, offset, data, true, false);
2900}
2901
2902/**
2903 * e1000_read_phy_reg_page_hv - Read HV PHY register
2904 * @hw: pointer to the HW structure
2905 * @offset: register offset to write to
2906 * @data: data to write at register offset
2907 *
2908 * Reads the PHY register at offset and stores the retrieved information
2909 * in data. Assumes semaphore already acquired and page already set.
2910 **/
2911s32 e1000_read_phy_reg_page_hv(struct e1000_hw *hw, u32 offset, u16 *data)
2912{
2913 return __e1000_read_phy_reg_hv(hw, offset, data, true, true);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002914}
2915
2916/**
2917 * __e1000_write_phy_reg_hv - Write HV PHY register
Bruce Allana4f58f52009-06-02 11:29:18 +00002918 * @hw: pointer to the HW structure
2919 * @offset: register offset to write to
2920 * @data: data to write at register offset
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002921 * @locked: semaphore has already been acquired or not
Bruce Allana4f58f52009-06-02 11:29:18 +00002922 *
2923 * Acquires semaphore, if necessary, then writes the data to PHY register
2924 * at the offset. Release any acquired semaphores before exiting.
2925 **/
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002926static s32 __e1000_write_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 data,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002927 bool locked, bool page_set)
Bruce Allana4f58f52009-06-02 11:29:18 +00002928{
2929 s32 ret_val;
2930 u16 page = BM_PHY_REG_PAGE(offset);
2931 u16 reg = BM_PHY_REG_NUM(offset);
Bruce Allan2b6b1682011-05-13 07:20:09 +00002932 u32 phy_addr = hw->phy.addr = e1000_get_phy_addr_for_hv_page(page);
Bruce Allana4f58f52009-06-02 11:29:18 +00002933
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002934 if (!locked) {
Bruce Allan94d81862009-11-20 23:25:26 +00002935 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002936 if (ret_val)
2937 return ret_val;
2938 }
2939
Bruce Allana4f58f52009-06-02 11:29:18 +00002940 /* Page 800 works differently than the rest so it has its own func */
2941 if (page == BM_WUC_PAGE) {
Bruce Allan2b6b1682011-05-13 07:20:09 +00002942 ret_val = e1000_access_phy_wakeup_reg_bm(hw, offset, &data,
2943 false, page_set);
Bruce Allana4f58f52009-06-02 11:29:18 +00002944 goto out;
2945 }
2946
2947 if (page > 0 && page < HV_INTC_FC_PAGE_START) {
2948 ret_val = e1000_access_phy_debug_regs_hv(hw, offset,
2949 &data, false);
2950 goto out;
2951 }
2952
Bruce Allan2b6b1682011-05-13 07:20:09 +00002953 if (!page_set) {
2954 if (page == HV_INTC_FC_PAGE_START)
2955 page = 0;
Bruce Allana4f58f52009-06-02 11:29:18 +00002956
Bruce Allane921eb12012-11-28 09:28:37 +00002957 /* Workaround MDIO accesses being disabled after entering IEEE
Bruce Allan2b6b1682011-05-13 07:20:09 +00002958 * Power Down (when bit 11 of the PHY Control register is set)
2959 */
2960 if ((hw->phy.type == e1000_phy_82578) &&
2961 (hw->phy.revision >= 1) &&
2962 (hw->phy.addr == 2) &&
Bruce Allan04499ec2012-04-13 00:08:31 +00002963 !(MAX_PHY_REG_ADDRESS & reg) && (data & (1 << 11))) {
Bruce Allan2b6b1682011-05-13 07:20:09 +00002964 u16 data2 = 0x7EFF;
2965 ret_val = e1000_access_phy_debug_regs_hv(hw,
2966 (1 << 6) | 0x3,
2967 &data2, false);
2968 if (ret_val)
2969 goto out;
2970 }
Bruce Allana4f58f52009-06-02 11:29:18 +00002971
Bruce Allan2b6b1682011-05-13 07:20:09 +00002972 if (reg > MAX_PHY_MULTI_PAGE_REG) {
2973 /* Page is shifted left, PHY expects (page x 32) */
2974 ret_val = e1000_set_page_igp(hw,
2975 (page << IGP_PAGE_SHIFT));
2976
2977 hw->phy.addr = phy_addr;
2978
2979 if (ret_val)
2980 goto out;
2981 }
Bruce Allana4f58f52009-06-02 11:29:18 +00002982 }
2983
Bruce Allan2b6b1682011-05-13 07:20:09 +00002984 e_dbg("writing PHY page %d (or 0x%x shifted) reg 0x%x\n", page,
2985 page << IGP_PAGE_SHIFT, reg);
Bruce Allana4f58f52009-06-02 11:29:18 +00002986
2987 ret_val = e1000e_write_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & reg,
2988 data);
Bruce Allana4f58f52009-06-02 11:29:18 +00002989
2990out:
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002991 if (!locked)
Bruce Allan94d81862009-11-20 23:25:26 +00002992 hw->phy.ops.release(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002993
Bruce Allana4f58f52009-06-02 11:29:18 +00002994 return ret_val;
2995}
2996
2997/**
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002998 * e1000_write_phy_reg_hv - Write HV PHY register
2999 * @hw: pointer to the HW structure
3000 * @offset: register offset to write to
3001 * @data: data to write at register offset
3002 *
3003 * Acquires semaphore then writes the data to PHY register at the offset.
3004 * Release the acquired semaphores before exiting.
3005 **/
3006s32 e1000_write_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 data)
3007{
Bruce Allan2b6b1682011-05-13 07:20:09 +00003008 return __e1000_write_phy_reg_hv(hw, offset, data, false, false);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00003009}
3010
3011/**
3012 * e1000_write_phy_reg_hv_locked - Write HV PHY register
3013 * @hw: pointer to the HW structure
3014 * @offset: register offset to write to
3015 * @data: data to write at register offset
3016 *
3017 * Writes the data to PHY register at the offset. Assumes semaphore
3018 * already acquired.
3019 **/
3020s32 e1000_write_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 data)
3021{
Bruce Allan2b6b1682011-05-13 07:20:09 +00003022 return __e1000_write_phy_reg_hv(hw, offset, data, true, false);
3023}
3024
3025/**
3026 * e1000_write_phy_reg_page_hv - Write HV PHY register
3027 * @hw: pointer to the HW structure
3028 * @offset: register offset to write to
3029 * @data: data to write at register offset
3030 *
3031 * Writes the data to PHY register at the offset. Assumes semaphore
3032 * already acquired and page already set.
3033 **/
3034s32 e1000_write_phy_reg_page_hv(struct e1000_hw *hw, u32 offset, u16 data)
3035{
3036 return __e1000_write_phy_reg_hv(hw, offset, data, true, true);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00003037}
3038
3039/**
Uwe Kleine-Königb5950762010-11-01 15:38:34 -04003040 * e1000_get_phy_addr_for_hv_page - Get PHY address based on page
Bruce Allana4f58f52009-06-02 11:29:18 +00003041 * @page: page to be accessed
3042 **/
3043static u32 e1000_get_phy_addr_for_hv_page(u32 page)
3044{
3045 u32 phy_addr = 2;
3046
3047 if (page >= HV_INTC_FC_PAGE_START)
3048 phy_addr = 1;
3049
3050 return phy_addr;
3051}
3052
3053/**
3054 * e1000_access_phy_debug_regs_hv - Read HV PHY vendor specific high registers
3055 * @hw: pointer to the HW structure
3056 * @offset: register offset to be read or written
3057 * @data: pointer to the data to be read or written
Bruce Allan2b6b1682011-05-13 07:20:09 +00003058 * @read: determines if operation is read or write
Bruce Allana4f58f52009-06-02 11:29:18 +00003059 *
Bruce Allan5ccdcec2009-10-26 11:24:02 +00003060 * Reads the PHY register at offset and stores the retreived information
3061 * in data. Assumes semaphore already acquired. Note that the procedure
Bruce Allan2b6b1682011-05-13 07:20:09 +00003062 * to access these regs uses the address port and data port to read/write.
3063 * These accesses done with PHY address 2 and without using pages.
Bruce Allana4f58f52009-06-02 11:29:18 +00003064 **/
3065static s32 e1000_access_phy_debug_regs_hv(struct e1000_hw *hw, u32 offset,
3066 u16 *data, bool read)
3067{
3068 s32 ret_val;
Bruce Allan70806a72013-01-05 05:08:37 +00003069 u32 addr_reg;
3070 u32 data_reg;
Bruce Allana4f58f52009-06-02 11:29:18 +00003071
3072 /* This takes care of the difference with desktop vs mobile phy */
3073 addr_reg = (hw->phy.type == e1000_phy_82578) ?
3074 I82578_ADDR_REG : I82577_ADDR_REG;
3075 data_reg = addr_reg + 1;
3076
Bruce Allana4f58f52009-06-02 11:29:18 +00003077 /* All operations in this function are phy address 2 */
3078 hw->phy.addr = 2;
3079
3080 /* masking with 0x3F to remove the page from offset */
3081 ret_val = e1000e_write_phy_reg_mdic(hw, addr_reg, (u16)offset & 0x3F);
3082 if (ret_val) {
Bruce Allan2b6b1682011-05-13 07:20:09 +00003083 e_dbg("Could not write the Address Offset port register\n");
Bruce Allan5015e532012-02-08 02:55:56 +00003084 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003085 }
3086
3087 /* Read or write the data value next */
3088 if (read)
3089 ret_val = e1000e_read_phy_reg_mdic(hw, data_reg, data);
3090 else
3091 ret_val = e1000e_write_phy_reg_mdic(hw, data_reg, *data);
3092
Bruce Allan5015e532012-02-08 02:55:56 +00003093 if (ret_val)
Bruce Allan2b6b1682011-05-13 07:20:09 +00003094 e_dbg("Could not access the Data port register\n");
Bruce Allana4f58f52009-06-02 11:29:18 +00003095
Bruce Allana4f58f52009-06-02 11:29:18 +00003096 return ret_val;
3097}
3098
3099/**
3100 * e1000_link_stall_workaround_hv - Si workaround
3101 * @hw: pointer to the HW structure
3102 *
3103 * This function works around a Si bug where the link partner can get
3104 * a link up indication before the PHY does. If small packets are sent
3105 * by the link partner they can be placed in the packet buffer without
3106 * being properly accounted for by the PHY and will stall preventing
3107 * further packets from being received. The workaround is to clear the
3108 * packet buffer after the PHY detects link up.
3109 **/
3110s32 e1000_link_stall_workaround_hv(struct e1000_hw *hw)
3111{
3112 s32 ret_val = 0;
3113 u16 data;
3114
3115 if (hw->phy.type != e1000_phy_82578)
Bruce Allan5015e532012-02-08 02:55:56 +00003116 return 0;
Bruce Allana4f58f52009-06-02 11:29:18 +00003117
Bruce Allane65fa872009-07-01 13:27:31 +00003118 /* Do not apply workaround if in PHY loopback bit 14 set */
Bruce Allan482fed82011-01-06 14:29:49 +00003119 e1e_rphy(hw, PHY_CONTROL, &data);
Bruce Allane65fa872009-07-01 13:27:31 +00003120 if (data & PHY_CONTROL_LB)
Bruce Allan5015e532012-02-08 02:55:56 +00003121 return 0;
Bruce Allane65fa872009-07-01 13:27:31 +00003122
Bruce Allana4f58f52009-06-02 11:29:18 +00003123 /* check if link is up and at 1Gbps */
Bruce Allan482fed82011-01-06 14:29:49 +00003124 ret_val = e1e_rphy(hw, BM_CS_STATUS, &data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003125 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003126 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003127
Bruce Allan3d3a1672012-02-23 03:13:18 +00003128 data &= BM_CS_STATUS_LINK_UP | BM_CS_STATUS_RESOLVED |
3129 BM_CS_STATUS_SPEED_MASK;
Bruce Allana4f58f52009-06-02 11:29:18 +00003130
Bruce Allan3d3a1672012-02-23 03:13:18 +00003131 if (data != (BM_CS_STATUS_LINK_UP | BM_CS_STATUS_RESOLVED |
3132 BM_CS_STATUS_SPEED_1000))
Bruce Allan5015e532012-02-08 02:55:56 +00003133 return 0;
Bruce Allana4f58f52009-06-02 11:29:18 +00003134
Bruce Allanbb9c5ee2012-02-23 03:31:29 +00003135 msleep(200);
Bruce Allana4f58f52009-06-02 11:29:18 +00003136
3137 /* flush the packets in the fifo buffer */
Bruce Allan482fed82011-01-06 14:29:49 +00003138 ret_val = e1e_wphy(hw, HV_MUX_DATA_CTRL, HV_MUX_DATA_CTRL_GEN_TO_MAC |
3139 HV_MUX_DATA_CTRL_FORCE_SPEED);
Bruce Allana4f58f52009-06-02 11:29:18 +00003140 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003141 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003142
Bruce Allan5015e532012-02-08 02:55:56 +00003143 return e1e_wphy(hw, HV_MUX_DATA_CTRL, HV_MUX_DATA_CTRL_GEN_TO_MAC);
Bruce Allana4f58f52009-06-02 11:29:18 +00003144}
3145
3146/**
3147 * e1000_check_polarity_82577 - Checks the polarity.
3148 * @hw: pointer to the HW structure
3149 *
3150 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
3151 *
3152 * Polarity is determined based on the PHY specific status register.
3153 **/
3154s32 e1000_check_polarity_82577(struct e1000_hw *hw)
3155{
3156 struct e1000_phy_info *phy = &hw->phy;
3157 s32 ret_val;
3158 u16 data;
3159
Bruce Allan482fed82011-01-06 14:29:49 +00003160 ret_val = e1e_rphy(hw, I82577_PHY_STATUS_2, &data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003161
3162 if (!ret_val)
3163 phy->cable_polarity = (data & I82577_PHY_STATUS2_REV_POLARITY)
3164 ? e1000_rev_polarity_reversed
3165 : e1000_rev_polarity_normal;
3166
3167 return ret_val;
3168}
3169
3170/**
3171 * e1000_phy_force_speed_duplex_82577 - Force speed/duplex for I82577 PHY
3172 * @hw: pointer to the HW structure
3173 *
Bruce Allaneab50ff2010-05-10 15:01:30 +00003174 * Calls the PHY setup function to force speed and duplex.
Bruce Allana4f58f52009-06-02 11:29:18 +00003175 **/
3176s32 e1000_phy_force_speed_duplex_82577(struct e1000_hw *hw)
3177{
3178 struct e1000_phy_info *phy = &hw->phy;
3179 s32 ret_val;
3180 u16 phy_data;
3181 bool link;
3182
Bruce Allan482fed82011-01-06 14:29:49 +00003183 ret_val = e1e_rphy(hw, PHY_CONTROL, &phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003184 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003185 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003186
3187 e1000e_phy_force_speed_duplex_setup(hw, &phy_data);
3188
Bruce Allan482fed82011-01-06 14:29:49 +00003189 ret_val = e1e_wphy(hw, PHY_CONTROL, phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003190 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003191 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003192
Bruce Allana4f58f52009-06-02 11:29:18 +00003193 udelay(1);
3194
3195 if (phy->autoneg_wait_to_complete) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003196 e_dbg("Waiting for forced speed/duplex link on 82577 phy\n");
Bruce Allana4f58f52009-06-02 11:29:18 +00003197
Bruce Allan3d3a1672012-02-23 03:13:18 +00003198 ret_val = e1000e_phy_has_link_generic(hw, PHY_FORCE_LIMIT,
3199 100000, &link);
Bruce Allana4f58f52009-06-02 11:29:18 +00003200 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003201 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003202
3203 if (!link)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003204 e_dbg("Link taking longer than expected.\n");
Bruce Allana4f58f52009-06-02 11:29:18 +00003205
3206 /* Try once more */
Bruce Allan3d3a1672012-02-23 03:13:18 +00003207 ret_val = e1000e_phy_has_link_generic(hw, PHY_FORCE_LIMIT,
3208 100000, &link);
Bruce Allana4f58f52009-06-02 11:29:18 +00003209 }
3210
Bruce Allana4f58f52009-06-02 11:29:18 +00003211 return ret_val;
3212}
3213
3214/**
3215 * e1000_get_phy_info_82577 - Retrieve I82577 PHY information
3216 * @hw: pointer to the HW structure
3217 *
3218 * Read PHY status to determine if link is up. If link is up, then
3219 * set/determine 10base-T extended distance and polarity correction. Read
3220 * PHY port status to determine MDI/MDIx and speed. Based on the speed,
3221 * determine on the cable length, local and remote receiver.
3222 **/
3223s32 e1000_get_phy_info_82577(struct e1000_hw *hw)
3224{
3225 struct e1000_phy_info *phy = &hw->phy;
3226 s32 ret_val;
3227 u16 data;
3228 bool link;
3229
3230 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
3231 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003232 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003233
3234 if (!link) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003235 e_dbg("Phy info is only valid if link is up\n");
Bruce Allan5015e532012-02-08 02:55:56 +00003236 return -E1000_ERR_CONFIG;
Bruce Allana4f58f52009-06-02 11:29:18 +00003237 }
3238
3239 phy->polarity_correction = true;
3240
3241 ret_val = e1000_check_polarity_82577(hw);
3242 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003243 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003244
Bruce Allan482fed82011-01-06 14:29:49 +00003245 ret_val = e1e_rphy(hw, I82577_PHY_STATUS_2, &data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003246 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003247 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003248
Bruce Allan04499ec2012-04-13 00:08:31 +00003249 phy->is_mdix = !!(data & I82577_PHY_STATUS2_MDIX);
Bruce Allana4f58f52009-06-02 11:29:18 +00003250
3251 if ((data & I82577_PHY_STATUS2_SPEED_MASK) ==
3252 I82577_PHY_STATUS2_SPEED_1000MBPS) {
3253 ret_val = hw->phy.ops.get_cable_length(hw);
3254 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003255 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003256
Bruce Allan482fed82011-01-06 14:29:49 +00003257 ret_val = e1e_rphy(hw, PHY_1000T_STATUS, &data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003258 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003259 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003260
3261 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS)
3262 ? e1000_1000t_rx_status_ok
3263 : e1000_1000t_rx_status_not_ok;
3264
3265 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS)
3266 ? e1000_1000t_rx_status_ok
3267 : e1000_1000t_rx_status_not_ok;
3268 } else {
3269 phy->cable_length = E1000_CABLE_LENGTH_UNDEFINED;
3270 phy->local_rx = e1000_1000t_rx_status_undefined;
3271 phy->remote_rx = e1000_1000t_rx_status_undefined;
3272 }
3273
Bruce Allan5015e532012-02-08 02:55:56 +00003274 return 0;
Bruce Allana4f58f52009-06-02 11:29:18 +00003275}
3276
3277/**
3278 * e1000_get_cable_length_82577 - Determine cable length for 82577 PHY
3279 * @hw: pointer to the HW structure
3280 *
3281 * Reads the diagnostic status register and verifies result is valid before
3282 * placing it in the phy_cable_length field.
3283 **/
3284s32 e1000_get_cable_length_82577(struct e1000_hw *hw)
3285{
3286 struct e1000_phy_info *phy = &hw->phy;
3287 s32 ret_val;
3288 u16 phy_data, length;
3289
Bruce Allan482fed82011-01-06 14:29:49 +00003290 ret_val = e1e_rphy(hw, I82577_PHY_DIAG_STATUS, &phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003291 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003292 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003293
3294 length = (phy_data & I82577_DSTATUS_CABLE_LENGTH) >>
3295 I82577_DSTATUS_CABLE_LENGTH_SHIFT;
3296
3297 if (length == E1000_CABLE_LENGTH_UNDEFINED)
Bruce Allan7dbbe5d2013-01-05 05:08:31 +00003298 return -E1000_ERR_PHY;
Bruce Allana4f58f52009-06-02 11:29:18 +00003299
3300 phy->cable_length = length;
3301
Bruce Allan5015e532012-02-08 02:55:56 +00003302 return 0;
Bruce Allana4f58f52009-06-02 11:29:18 +00003303}