blob: 0e86c7e761ea06436a4dda55185f84fe1dcbbd16 [file] [log] [blame]
Auke Kokbc7f75f2007-09-17 12:30:59 -07001/*******************************************************************************
2
3 Intel PRO/1000 Linux driver
Bruce Allanf5e261e2012-01-01 16:00:03 +00004 Copyright(c) 1999 - 2012 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
29#include <linux/delay.h>
30
31#include "e1000.h"
32
33static s32 e1000_get_phy_cfg_done(struct e1000_hw *hw);
34static s32 e1000_phy_force_speed_duplex(struct e1000_hw *hw);
35static s32 e1000_set_d0_lplu_state(struct e1000_hw *hw, bool active);
36static s32 e1000_wait_autoneg(struct e1000_hw *hw);
Bruce Allan97ac8ca2008-04-29 09:16:05 -070037static u32 e1000_get_phy_addr_for_bm_page(u32 page, u32 reg);
38static s32 e1000_access_phy_wakeup_reg_bm(struct e1000_hw *hw, u32 offset,
Bruce Allan2b6b1682011-05-13 07:20:09 +000039 u16 *data, bool read, bool page_set);
Bruce Allana4f58f52009-06-02 11:29:18 +000040static u32 e1000_get_phy_addr_for_hv_page(u32 page);
41static s32 e1000_access_phy_debug_regs_hv(struct e1000_hw *hw, u32 offset,
42 u16 *data, bool read);
Auke Kokbc7f75f2007-09-17 12:30:59 -070043
44/* Cable length tables */
Bruce Allan64806412010-12-11 05:53:42 +000045static const u16 e1000_m88_cable_length_table[] = {
46 0, 50, 80, 110, 140, 140, E1000_CABLE_LENGTH_UNDEFINED };
Bruce Allaneb656d42009-12-01 15:47:02 +000047#define M88E1000_CABLE_LENGTH_TABLE_SIZE \
48 ARRAY_SIZE(e1000_m88_cable_length_table)
Auke Kokbc7f75f2007-09-17 12:30:59 -070049
Bruce Allan64806412010-12-11 05:53:42 +000050static const u16 e1000_igp_2_cable_length_table[] = {
51 0, 0, 0, 0, 0, 0, 0, 0, 3, 5, 8, 11, 13, 16, 18, 21, 0, 0, 0, 3,
52 6, 10, 13, 16, 19, 23, 26, 29, 32, 35, 38, 41, 6, 10, 14, 18, 22,
53 26, 30, 33, 37, 41, 44, 48, 51, 54, 58, 61, 21, 26, 31, 35, 40,
54 44, 49, 53, 57, 61, 65, 68, 72, 75, 79, 82, 40, 45, 51, 56, 61,
55 66, 70, 75, 79, 83, 87, 91, 94, 98, 101, 104, 60, 66, 72, 77, 82,
56 87, 92, 96, 100, 104, 108, 111, 114, 117, 119, 121, 83, 89, 95,
57 100, 105, 109, 113, 116, 119, 122, 124, 104, 109, 114, 118, 121,
58 124};
Auke Kokbc7f75f2007-09-17 12:30:59 -070059#define IGP02E1000_CABLE_LENGTH_TABLE_SIZE \
Alejandro Martinez Ruizc00acf42007-10-18 10:16:33 +020060 ARRAY_SIZE(e1000_igp_2_cable_length_table)
Auke Kokbc7f75f2007-09-17 12:30:59 -070061
Bruce Allana4f58f52009-06-02 11:29:18 +000062#define BM_PHY_REG_PAGE(offset) \
63 ((u16)(((offset) >> PHY_PAGE_SHIFT) & 0xFFFF))
64#define BM_PHY_REG_NUM(offset) \
65 ((u16)(((offset) & MAX_PHY_REG_ADDRESS) |\
66 (((offset) >> (PHY_UPPER_SHIFT - PHY_PAGE_SHIFT)) &\
67 ~MAX_PHY_REG_ADDRESS)))
68
69#define HV_INTC_FC_PAGE_START 768
70#define I82578_ADDR_REG 29
71#define I82577_ADDR_REG 16
72#define I82577_CFG_REG 22
73#define I82577_CFG_ASSERT_CRS_ON_TX (1 << 15)
74#define I82577_CFG_ENABLE_DOWNSHIFT (3 << 10) /* auto downshift 100/10 */
75#define I82577_CTRL_REG 23
Bruce Allana4f58f52009-06-02 11:29:18 +000076
77/* 82577 specific PHY registers */
78#define I82577_PHY_CTRL_2 18
79#define I82577_PHY_STATUS_2 26
80#define I82577_PHY_DIAG_STATUS 31
81
82/* I82577 PHY Status 2 */
83#define I82577_PHY_STATUS2_REV_POLARITY 0x0400
84#define I82577_PHY_STATUS2_MDIX 0x0800
85#define I82577_PHY_STATUS2_SPEED_MASK 0x0300
86#define I82577_PHY_STATUS2_SPEED_1000MBPS 0x0200
87
88/* I82577 PHY Control 2 */
89#define I82577_PHY_CTRL2_AUTO_MDIX 0x0400
90#define I82577_PHY_CTRL2_FORCE_MDI_MDIX 0x0200
91
92/* I82577 PHY Diagnostics Status */
93#define I82577_DSTATUS_CABLE_LENGTH 0x03FC
94#define I82577_DSTATUS_CABLE_LENGTH_SHIFT 2
95
96/* BM PHY Copper Specific Control 1 */
97#define BM_CS_CTRL1 16
98
Bruce Allana4f58f52009-06-02 11:29:18 +000099#define HV_MUX_DATA_CTRL PHY_REG(776, 16)
100#define HV_MUX_DATA_CTRL_GEN_TO_MAC 0x0400
101#define HV_MUX_DATA_CTRL_FORCE_SPEED 0x0004
102
Auke Kokbc7f75f2007-09-17 12:30:59 -0700103/**
104 * e1000e_check_reset_block_generic - Check if PHY reset is blocked
105 * @hw: pointer to the HW structure
106 *
107 * Read the PHY management control register and check whether a PHY reset
108 * is blocked. If a reset is not blocked return 0, otherwise
109 * return E1000_BLK_PHY_RESET (12).
110 **/
111s32 e1000e_check_reset_block_generic(struct e1000_hw *hw)
112{
113 u32 manc;
114
115 manc = er32(MANC);
116
117 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ?
118 E1000_BLK_PHY_RESET : 0;
119}
120
121/**
122 * e1000e_get_phy_id - Retrieve the PHY ID and revision
123 * @hw: pointer to the HW structure
124 *
125 * Reads the PHY registers and stores the PHY ID and possibly the PHY
126 * revision in the hardware structure.
127 **/
128s32 e1000e_get_phy_id(struct e1000_hw *hw)
129{
130 struct e1000_phy_info *phy = &hw->phy;
Bruce Allana4f58f52009-06-02 11:29:18 +0000131 s32 ret_val = 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700132 u16 phy_id;
Bruce Allana4f58f52009-06-02 11:29:18 +0000133 u16 retry_count = 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700134
Bruce Allan668018d2012-01-31 07:02:56 +0000135 if (!phy->ops.read_reg)
Bruce Allana4f58f52009-06-02 11:29:18 +0000136 goto out;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700137
Bruce Allana4f58f52009-06-02 11:29:18 +0000138 while (retry_count < 2) {
139 ret_val = e1e_rphy(hw, PHY_ID1, &phy_id);
140 if (ret_val)
141 goto out;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700142
Bruce Allana4f58f52009-06-02 11:29:18 +0000143 phy->id = (u32)(phy_id << 16);
144 udelay(20);
145 ret_val = e1e_rphy(hw, PHY_ID2, &phy_id);
146 if (ret_val)
147 goto out;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700148
Bruce Allana4f58f52009-06-02 11:29:18 +0000149 phy->id |= (u32)(phy_id & PHY_REVISION_MASK);
150 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK);
151
152 if (phy->id != 0 && phy->id != PHY_REVISION_MASK)
153 goto out;
154
Bruce Allana4f58f52009-06-02 11:29:18 +0000155 retry_count++;
156 }
157out:
Bruce Allana4f58f52009-06-02 11:29:18 +0000158 return ret_val;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700159}
160
161/**
162 * e1000e_phy_reset_dsp - Reset PHY DSP
163 * @hw: pointer to the HW structure
164 *
165 * Reset the digital signal processor.
166 **/
167s32 e1000e_phy_reset_dsp(struct e1000_hw *hw)
168{
169 s32 ret_val;
170
171 ret_val = e1e_wphy(hw, M88E1000_PHY_GEN_CONTROL, 0xC1);
172 if (ret_val)
173 return ret_val;
174
175 return e1e_wphy(hw, M88E1000_PHY_GEN_CONTROL, 0);
176}
177
178/**
David Graham2d9498f2008-04-23 11:09:14 -0700179 * e1000e_read_phy_reg_mdic - Read MDI control register
Auke Kokbc7f75f2007-09-17 12:30:59 -0700180 * @hw: pointer to the HW structure
181 * @offset: register offset to be read
182 * @data: pointer to the read data
183 *
Auke Kok489815c2008-02-21 15:11:07 -0800184 * Reads the MDI control register in the PHY at offset and stores the
Auke Kokbc7f75f2007-09-17 12:30:59 -0700185 * information read to data.
186 **/
David Graham2d9498f2008-04-23 11:09:14 -0700187s32 e1000e_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data)
Auke Kokbc7f75f2007-09-17 12:30:59 -0700188{
189 struct e1000_phy_info *phy = &hw->phy;
190 u32 i, mdic = 0;
191
192 if (offset > MAX_PHY_REG_ADDRESS) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000193 e_dbg("PHY Address %d is out of range\n", offset);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700194 return -E1000_ERR_PARAM;
195 }
196
Bruce Allanad680762008-03-28 09:15:03 -0700197 /*
198 * Set up Op-code, Phy Address, and register offset in the MDI
Auke Kokbc7f75f2007-09-17 12:30:59 -0700199 * Control register. The MAC will take care of interfacing with the
200 * PHY to retrieve the desired data.
201 */
202 mdic = ((offset << E1000_MDIC_REG_SHIFT) |
203 (phy->addr << E1000_MDIC_PHY_SHIFT) |
204 (E1000_MDIC_OP_READ));
205
206 ew32(MDIC, mdic);
207
Bruce Allanad680762008-03-28 09:15:03 -0700208 /*
209 * Poll the ready bit to see if the MDI read completed
210 * Increasing the time out as testing showed failures with
211 * the lower time out
212 */
David Graham2d9498f2008-04-23 11:09:14 -0700213 for (i = 0; i < (E1000_GEN_POLL_TIMEOUT * 3); i++) {
Auke Kokbc7f75f2007-09-17 12:30:59 -0700214 udelay(50);
215 mdic = er32(MDIC);
216 if (mdic & E1000_MDIC_READY)
217 break;
218 }
219 if (!(mdic & E1000_MDIC_READY)) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000220 e_dbg("MDI Read did not complete\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700221 return -E1000_ERR_PHY;
222 }
223 if (mdic & E1000_MDIC_ERROR) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000224 e_dbg("MDI Error\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700225 return -E1000_ERR_PHY;
226 }
227 *data = (u16) mdic;
228
Bruce Allan664dc872010-11-24 06:01:46 +0000229 /*
230 * Allow some time after each MDIC transaction to avoid
231 * reading duplicate data in the next MDIC transaction.
232 */
233 if (hw->mac.type == e1000_pch2lan)
234 udelay(100);
235
Auke Kokbc7f75f2007-09-17 12:30:59 -0700236 return 0;
237}
238
239/**
David Graham2d9498f2008-04-23 11:09:14 -0700240 * e1000e_write_phy_reg_mdic - Write MDI control register
Auke Kokbc7f75f2007-09-17 12:30:59 -0700241 * @hw: pointer to the HW structure
242 * @offset: register offset to write to
243 * @data: data to write to register at offset
244 *
245 * Writes data to MDI control register in the PHY at offset.
246 **/
David Graham2d9498f2008-04-23 11:09:14 -0700247s32 e1000e_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data)
Auke Kokbc7f75f2007-09-17 12:30:59 -0700248{
249 struct e1000_phy_info *phy = &hw->phy;
250 u32 i, mdic = 0;
251
252 if (offset > MAX_PHY_REG_ADDRESS) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000253 e_dbg("PHY Address %d is out of range\n", offset);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700254 return -E1000_ERR_PARAM;
255 }
256
Bruce Allanad680762008-03-28 09:15:03 -0700257 /*
258 * Set up Op-code, Phy Address, and register offset in the MDI
Auke Kokbc7f75f2007-09-17 12:30:59 -0700259 * Control register. The MAC will take care of interfacing with the
260 * PHY to retrieve the desired data.
261 */
262 mdic = (((u32)data) |
263 (offset << E1000_MDIC_REG_SHIFT) |
264 (phy->addr << E1000_MDIC_PHY_SHIFT) |
265 (E1000_MDIC_OP_WRITE));
266
267 ew32(MDIC, mdic);
268
David Graham2d9498f2008-04-23 11:09:14 -0700269 /*
270 * Poll the ready bit to see if the MDI read completed
271 * Increasing the time out as testing showed failures with
272 * the lower time out
273 */
274 for (i = 0; i < (E1000_GEN_POLL_TIMEOUT * 3); i++) {
275 udelay(50);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700276 mdic = er32(MDIC);
277 if (mdic & E1000_MDIC_READY)
278 break;
279 }
280 if (!(mdic & E1000_MDIC_READY)) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000281 e_dbg("MDI Write did not complete\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700282 return -E1000_ERR_PHY;
283 }
David Graham2d9498f2008-04-23 11:09:14 -0700284 if (mdic & E1000_MDIC_ERROR) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000285 e_dbg("MDI Error\n");
David Graham2d9498f2008-04-23 11:09:14 -0700286 return -E1000_ERR_PHY;
287 }
Auke Kokbc7f75f2007-09-17 12:30:59 -0700288
Bruce Allan664dc872010-11-24 06:01:46 +0000289 /*
290 * Allow some time after each MDIC transaction to avoid
291 * reading duplicate data in the next MDIC transaction.
292 */
293 if (hw->mac.type == e1000_pch2lan)
294 udelay(100);
295
Auke Kokbc7f75f2007-09-17 12:30:59 -0700296 return 0;
297}
298
299/**
300 * e1000e_read_phy_reg_m88 - Read m88 PHY register
301 * @hw: pointer to the HW structure
302 * @offset: register offset to be read
303 * @data: pointer to the read data
304 *
305 * Acquires semaphore, if necessary, then reads the PHY register at offset
306 * and storing the retrieved information in data. Release any acquired
307 * semaphores before exiting.
308 **/
309s32 e1000e_read_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 *data)
310{
311 s32 ret_val;
312
Bruce Allan94d81862009-11-20 23:25:26 +0000313 ret_val = hw->phy.ops.acquire(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700314 if (ret_val)
315 return ret_val;
316
David Graham2d9498f2008-04-23 11:09:14 -0700317 ret_val = e1000e_read_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset,
318 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700319
Bruce Allan94d81862009-11-20 23:25:26 +0000320 hw->phy.ops.release(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700321
322 return ret_val;
323}
324
325/**
326 * e1000e_write_phy_reg_m88 - Write m88 PHY register
327 * @hw: pointer to the HW structure
328 * @offset: register offset to write to
329 * @data: data to write at register offset
330 *
331 * Acquires semaphore, if necessary, then writes the data to PHY register
332 * at the offset. Release any acquired semaphores before exiting.
333 **/
334s32 e1000e_write_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 data)
335{
336 s32 ret_val;
337
Bruce Allan94d81862009-11-20 23:25:26 +0000338 ret_val = hw->phy.ops.acquire(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700339 if (ret_val)
340 return ret_val;
341
David Graham2d9498f2008-04-23 11:09:14 -0700342 ret_val = e1000e_write_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset,
343 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700344
Bruce Allan94d81862009-11-20 23:25:26 +0000345 hw->phy.ops.release(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700346
347 return ret_val;
348}
349
350/**
Bruce Allan2b6b1682011-05-13 07:20:09 +0000351 * e1000_set_page_igp - Set page as on IGP-like PHY(s)
352 * @hw: pointer to the HW structure
353 * @page: page to set (shifted left when necessary)
354 *
355 * Sets PHY page required for PHY register access. Assumes semaphore is
356 * already acquired. Note, this function sets phy.addr to 1 so the caller
357 * must set it appropriately (if necessary) after this function returns.
358 **/
359s32 e1000_set_page_igp(struct e1000_hw *hw, u16 page)
360{
361 e_dbg("Setting page 0x%x\n", page);
362
363 hw->phy.addr = 1;
364
365 return e1000e_write_phy_reg_mdic(hw, IGP01E1000_PHY_PAGE_SELECT, page);
366}
367
368/**
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000369 * __e1000e_read_phy_reg_igp - Read igp PHY register
Auke Kokbc7f75f2007-09-17 12:30:59 -0700370 * @hw: pointer to the HW structure
371 * @offset: register offset to be read
372 * @data: pointer to the read data
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000373 * @locked: semaphore has already been acquired or not
Auke Kokbc7f75f2007-09-17 12:30:59 -0700374 *
375 * Acquires semaphore, if necessary, then reads the PHY register at offset
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000376 * and stores the retrieved information in data. Release any acquired
Auke Kokbc7f75f2007-09-17 12:30:59 -0700377 * semaphores before exiting.
378 **/
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000379static s32 __e1000e_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data,
380 bool locked)
Auke Kokbc7f75f2007-09-17 12:30:59 -0700381{
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000382 s32 ret_val = 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700383
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000384 if (!locked) {
Bruce Allan668018d2012-01-31 07:02:56 +0000385 if (!hw->phy.ops.acquire)
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000386 goto out;
387
Bruce Allan94d81862009-11-20 23:25:26 +0000388 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000389 if (ret_val)
390 goto out;
391 }
Auke Kokbc7f75f2007-09-17 12:30:59 -0700392
393 if (offset > MAX_PHY_MULTI_PAGE_REG) {
David Graham2d9498f2008-04-23 11:09:14 -0700394 ret_val = e1000e_write_phy_reg_mdic(hw,
395 IGP01E1000_PHY_PAGE_SELECT,
396 (u16)offset);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000397 if (ret_val)
398 goto release;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700399 }
400
David Graham2d9498f2008-04-23 11:09:14 -0700401 ret_val = e1000e_read_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset,
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000402 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700403
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000404release:
405 if (!locked)
Bruce Allan94d81862009-11-20 23:25:26 +0000406 hw->phy.ops.release(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000407out:
408 return ret_val;
409}
Auke Kokbc7f75f2007-09-17 12:30:59 -0700410
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000411/**
412 * e1000e_read_phy_reg_igp - Read igp PHY register
413 * @hw: pointer to the HW structure
414 * @offset: register offset to be read
415 * @data: pointer to the read data
416 *
417 * Acquires semaphore then reads the PHY register at offset and stores the
418 * retrieved information in data.
419 * Release the acquired semaphore before exiting.
420 **/
421s32 e1000e_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data)
422{
423 return __e1000e_read_phy_reg_igp(hw, offset, data, false);
424}
425
426/**
427 * e1000e_read_phy_reg_igp_locked - Read igp PHY register
428 * @hw: pointer to the HW structure
429 * @offset: register offset to be read
430 * @data: pointer to the read data
431 *
432 * Reads the PHY register at offset and stores the retrieved information
433 * in data. Assumes semaphore already acquired.
434 **/
435s32 e1000e_read_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 *data)
436{
437 return __e1000e_read_phy_reg_igp(hw, offset, data, true);
438}
439
440/**
441 * e1000e_write_phy_reg_igp - Write igp PHY register
442 * @hw: pointer to the HW structure
443 * @offset: register offset to write to
444 * @data: data to write at register offset
445 * @locked: semaphore has already been acquired or not
446 *
447 * Acquires semaphore, if necessary, then writes the data to PHY register
448 * at the offset. Release any acquired semaphores before exiting.
449 **/
450static s32 __e1000e_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data,
451 bool locked)
452{
453 s32 ret_val = 0;
454
455 if (!locked) {
Bruce Allan668018d2012-01-31 07:02:56 +0000456 if (!hw->phy.ops.acquire)
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000457 goto out;
458
Bruce Allan94d81862009-11-20 23:25:26 +0000459 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000460 if (ret_val)
461 goto out;
462 }
463
464 if (offset > MAX_PHY_MULTI_PAGE_REG) {
465 ret_val = e1000e_write_phy_reg_mdic(hw,
466 IGP01E1000_PHY_PAGE_SELECT,
467 (u16)offset);
468 if (ret_val)
469 goto release;
470 }
471
472 ret_val = e1000e_write_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset,
473 data);
474
475release:
476 if (!locked)
Bruce Allan94d81862009-11-20 23:25:26 +0000477 hw->phy.ops.release(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000478
479out:
Auke Kokbc7f75f2007-09-17 12:30:59 -0700480 return ret_val;
481}
482
483/**
484 * e1000e_write_phy_reg_igp - Write igp PHY register
485 * @hw: pointer to the HW structure
486 * @offset: register offset to write to
487 * @data: data to write at register offset
488 *
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000489 * Acquires semaphore then writes the data to PHY register
Auke Kokbc7f75f2007-09-17 12:30:59 -0700490 * at the offset. Release any acquired semaphores before exiting.
491 **/
492s32 e1000e_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data)
493{
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000494 return __e1000e_write_phy_reg_igp(hw, offset, data, false);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700495}
496
497/**
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000498 * e1000e_write_phy_reg_igp_locked - Write igp PHY register
499 * @hw: pointer to the HW structure
500 * @offset: register offset to write to
501 * @data: data to write at register offset
502 *
503 * Writes the data to PHY register at the offset.
504 * Assumes semaphore already acquired.
505 **/
506s32 e1000e_write_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 data)
507{
508 return __e1000e_write_phy_reg_igp(hw, offset, data, true);
509}
510
511/**
512 * __e1000_read_kmrn_reg - Read kumeran register
Auke Kokbc7f75f2007-09-17 12:30:59 -0700513 * @hw: pointer to the HW structure
514 * @offset: register offset to be read
515 * @data: pointer to the read data
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000516 * @locked: semaphore has already been acquired or not
Auke Kokbc7f75f2007-09-17 12:30:59 -0700517 *
518 * Acquires semaphore, if necessary. Then reads the PHY register at offset
519 * using the kumeran interface. The information retrieved is stored in data.
520 * Release any acquired semaphores before exiting.
521 **/
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000522static s32 __e1000_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data,
523 bool locked)
Auke Kokbc7f75f2007-09-17 12:30:59 -0700524{
525 u32 kmrnctrlsta;
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000526 s32 ret_val = 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700527
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000528 if (!locked) {
Bruce Allan668018d2012-01-31 07:02:56 +0000529 if (!hw->phy.ops.acquire)
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000530 goto out;
531
Bruce Allan94d81862009-11-20 23:25:26 +0000532 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000533 if (ret_val)
534 goto out;
535 }
Auke Kokbc7f75f2007-09-17 12:30:59 -0700536
537 kmrnctrlsta = ((offset << E1000_KMRNCTRLSTA_OFFSET_SHIFT) &
538 E1000_KMRNCTRLSTA_OFFSET) | E1000_KMRNCTRLSTA_REN;
539 ew32(KMRNCTRLSTA, kmrnctrlsta);
Jesse Brandeburg945a5152011-07-20 00:56:21 +0000540 e1e_flush();
Auke Kokbc7f75f2007-09-17 12:30:59 -0700541
542 udelay(2);
543
544 kmrnctrlsta = er32(KMRNCTRLSTA);
545 *data = (u16)kmrnctrlsta;
546
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000547 if (!locked)
Bruce Allan94d81862009-11-20 23:25:26 +0000548 hw->phy.ops.release(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700549
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000550out:
Auke Kokbc7f75f2007-09-17 12:30:59 -0700551 return ret_val;
552}
553
554/**
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000555 * e1000e_read_kmrn_reg - Read kumeran register
556 * @hw: pointer to the HW structure
557 * @offset: register offset to be read
558 * @data: pointer to the read data
559 *
560 * Acquires semaphore then reads the PHY register at offset using the
561 * kumeran interface. The information retrieved is stored in data.
562 * Release the acquired semaphore before exiting.
563 **/
564s32 e1000e_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data)
565{
566 return __e1000_read_kmrn_reg(hw, offset, data, false);
567}
568
569/**
Bruce Allan1d5846b2009-10-29 13:46:05 +0000570 * e1000e_read_kmrn_reg_locked - Read kumeran register
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000571 * @hw: pointer to the HW structure
572 * @offset: register offset to be read
573 * @data: pointer to the read data
574 *
575 * Reads the PHY register at offset using the kumeran interface. The
576 * information retrieved is stored in data.
577 * Assumes semaphore already acquired.
578 **/
Bruce Allan1d5846b2009-10-29 13:46:05 +0000579s32 e1000e_read_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 *data)
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000580{
581 return __e1000_read_kmrn_reg(hw, offset, data, true);
582}
583
584/**
585 * __e1000_write_kmrn_reg - Write kumeran register
Auke Kokbc7f75f2007-09-17 12:30:59 -0700586 * @hw: pointer to the HW structure
587 * @offset: register offset to write to
588 * @data: data to write at register offset
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000589 * @locked: semaphore has already been acquired or not
Auke Kokbc7f75f2007-09-17 12:30:59 -0700590 *
591 * Acquires semaphore, if necessary. Then write the data to PHY register
592 * at the offset using the kumeran interface. Release any acquired semaphores
593 * before exiting.
594 **/
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000595static s32 __e1000_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data,
596 bool locked)
Auke Kokbc7f75f2007-09-17 12:30:59 -0700597{
598 u32 kmrnctrlsta;
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000599 s32 ret_val = 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700600
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000601 if (!locked) {
Bruce Allan668018d2012-01-31 07:02:56 +0000602 if (!hw->phy.ops.acquire)
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000603 goto out;
604
Bruce Allan94d81862009-11-20 23:25:26 +0000605 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000606 if (ret_val)
607 goto out;
608 }
Auke Kokbc7f75f2007-09-17 12:30:59 -0700609
610 kmrnctrlsta = ((offset << E1000_KMRNCTRLSTA_OFFSET_SHIFT) &
611 E1000_KMRNCTRLSTA_OFFSET) | data;
612 ew32(KMRNCTRLSTA, kmrnctrlsta);
Jesse Brandeburg945a5152011-07-20 00:56:21 +0000613 e1e_flush();
Auke Kokbc7f75f2007-09-17 12:30:59 -0700614
615 udelay(2);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700616
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000617 if (!locked)
Bruce Allan94d81862009-11-20 23:25:26 +0000618 hw->phy.ops.release(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000619
620out:
Auke Kokbc7f75f2007-09-17 12:30:59 -0700621 return ret_val;
622}
623
624/**
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000625 * e1000e_write_kmrn_reg - Write kumeran register
626 * @hw: pointer to the HW structure
627 * @offset: register offset to write to
628 * @data: data to write at register offset
629 *
630 * Acquires semaphore then writes the data to the PHY register at the offset
631 * using the kumeran interface. Release the acquired semaphore before exiting.
632 **/
633s32 e1000e_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data)
634{
635 return __e1000_write_kmrn_reg(hw, offset, data, false);
636}
637
638/**
Bruce Allan1d5846b2009-10-29 13:46:05 +0000639 * e1000e_write_kmrn_reg_locked - Write kumeran register
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000640 * @hw: pointer to the HW structure
641 * @offset: register offset to write to
642 * @data: data to write at register offset
643 *
644 * Write the data to PHY register at the offset using the kumeran interface.
645 * Assumes semaphore already acquired.
646 **/
Bruce Allan1d5846b2009-10-29 13:46:05 +0000647s32 e1000e_write_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 data)
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000648{
649 return __e1000_write_kmrn_reg(hw, offset, data, true);
650}
651
652/**
Bruce Allana4f58f52009-06-02 11:29:18 +0000653 * e1000_copper_link_setup_82577 - Setup 82577 PHY for copper link
654 * @hw: pointer to the HW structure
655 *
656 * Sets up Carrier-sense on Transmit and downshift values.
657 **/
658s32 e1000_copper_link_setup_82577(struct e1000_hw *hw)
659{
Bruce Allana4f58f52009-06-02 11:29:18 +0000660 s32 ret_val;
661 u16 phy_data;
662
Bruce Allanaf667a22010-12-31 06:10:01 +0000663 /* Enable CRS on Tx. This must be set for half-duplex operation. */
Bruce Allan482fed82011-01-06 14:29:49 +0000664 ret_val = e1e_rphy(hw, I82577_CFG_REG, &phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +0000665 if (ret_val)
666 goto out;
667
668 phy_data |= I82577_CFG_ASSERT_CRS_ON_TX;
669
670 /* Enable downshift */
671 phy_data |= I82577_CFG_ENABLE_DOWNSHIFT;
672
Bruce Allan482fed82011-01-06 14:29:49 +0000673 ret_val = e1e_wphy(hw, I82577_CFG_REG, phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +0000674
675out:
676 return ret_val;
677}
678
679/**
Auke Kokbc7f75f2007-09-17 12:30:59 -0700680 * e1000e_copper_link_setup_m88 - Setup m88 PHY's for copper link
681 * @hw: pointer to the HW structure
682 *
683 * Sets up MDI/MDI-X and polarity for m88 PHY's. If necessary, transmit clock
684 * and downshift values are set also.
685 **/
686s32 e1000e_copper_link_setup_m88(struct e1000_hw *hw)
687{
688 struct e1000_phy_info *phy = &hw->phy;
689 s32 ret_val;
690 u16 phy_data;
691
Bruce Allanad680762008-03-28 09:15:03 -0700692 /* Enable CRS on Tx. This must be set for half-duplex operation. */
Auke Kokbc7f75f2007-09-17 12:30:59 -0700693 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_CTRL, &phy_data);
694 if (ret_val)
695 return ret_val;
696
Bruce Allana4f58f52009-06-02 11:29:18 +0000697 /* For BM PHY this bit is downshift enable */
698 if (phy->type != e1000_phy_bm)
David Graham2d9498f2008-04-23 11:09:14 -0700699 phy_data |= M88E1000_PSCR_ASSERT_CRS_ON_TX;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700700
Bruce Allanad680762008-03-28 09:15:03 -0700701 /*
702 * Options:
Auke Kokbc7f75f2007-09-17 12:30:59 -0700703 * MDI/MDI-X = 0 (default)
704 * 0 - Auto for all speeds
705 * 1 - MDI mode
706 * 2 - MDI-X mode
707 * 3 - Auto for 1000Base-T only (MDI-X for 10/100Base-T modes)
708 */
709 phy_data &= ~M88E1000_PSCR_AUTO_X_MODE;
710
711 switch (phy->mdix) {
712 case 1:
713 phy_data |= M88E1000_PSCR_MDI_MANUAL_MODE;
714 break;
715 case 2:
716 phy_data |= M88E1000_PSCR_MDIX_MANUAL_MODE;
717 break;
718 case 3:
719 phy_data |= M88E1000_PSCR_AUTO_X_1000T;
720 break;
721 case 0:
722 default:
723 phy_data |= M88E1000_PSCR_AUTO_X_MODE;
724 break;
725 }
726
Bruce Allanad680762008-03-28 09:15:03 -0700727 /*
728 * Options:
Auke Kokbc7f75f2007-09-17 12:30:59 -0700729 * disable_polarity_correction = 0 (default)
730 * Automatic Correction for Reversed Cable Polarity
731 * 0 - Disabled
732 * 1 - Enabled
733 */
734 phy_data &= ~M88E1000_PSCR_POLARITY_REVERSAL;
735 if (phy->disable_polarity_correction == 1)
736 phy_data |= M88E1000_PSCR_POLARITY_REVERSAL;
737
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700738 /* Enable downshift on BM (disabled by default) */
739 if (phy->type == e1000_phy_bm)
740 phy_data |= BME1000_PSCR_ENABLE_DOWNSHIFT;
741
Auke Kokbc7f75f2007-09-17 12:30:59 -0700742 ret_val = e1e_wphy(hw, M88E1000_PHY_SPEC_CTRL, phy_data);
743 if (ret_val)
744 return ret_val;
745
Bruce Allan4662e822008-08-26 18:37:06 -0700746 if ((phy->type == e1000_phy_m88) &&
747 (phy->revision < E1000_REVISION_4) &&
748 (phy->id != BME1000_E_PHY_ID_R2)) {
Bruce Allanad680762008-03-28 09:15:03 -0700749 /*
750 * Force TX_CLK in the Extended PHY Specific Control Register
Auke Kokbc7f75f2007-09-17 12:30:59 -0700751 * to 25MHz clock.
752 */
753 ret_val = e1e_rphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, &phy_data);
754 if (ret_val)
755 return ret_val;
756
757 phy_data |= M88E1000_EPSCR_TX_CLK_25;
758
759 if ((phy->revision == 2) &&
760 (phy->id == M88E1111_I_PHY_ID)) {
761 /* 82573L PHY - set the downshift counter to 5x. */
762 phy_data &= ~M88EC018_EPSCR_DOWNSHIFT_COUNTER_MASK;
763 phy_data |= M88EC018_EPSCR_DOWNSHIFT_COUNTER_5X;
764 } else {
765 /* Configure Master and Slave downshift values */
766 phy_data &= ~(M88E1000_EPSCR_MASTER_DOWNSHIFT_MASK |
767 M88E1000_EPSCR_SLAVE_DOWNSHIFT_MASK);
768 phy_data |= (M88E1000_EPSCR_MASTER_DOWNSHIFT_1X |
769 M88E1000_EPSCR_SLAVE_DOWNSHIFT_1X);
770 }
771 ret_val = e1e_wphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, phy_data);
772 if (ret_val)
773 return ret_val;
774 }
775
Bruce Allan4662e822008-08-26 18:37:06 -0700776 if ((phy->type == e1000_phy_bm) && (phy->id == BME1000_E_PHY_ID_R2)) {
777 /* Set PHY page 0, register 29 to 0x0003 */
778 ret_val = e1e_wphy(hw, 29, 0x0003);
779 if (ret_val)
780 return ret_val;
781
782 /* Set PHY page 0, register 30 to 0x0000 */
783 ret_val = e1e_wphy(hw, 30, 0x0000);
784 if (ret_val)
785 return ret_val;
786 }
787
Auke Kokbc7f75f2007-09-17 12:30:59 -0700788 /* Commit the changes. */
789 ret_val = e1000e_commit_phy(hw);
Bruce Allana4f58f52009-06-02 11:29:18 +0000790 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000791 e_dbg("Error committing the PHY changes\n");
Bruce Allana4f58f52009-06-02 11:29:18 +0000792 return ret_val;
793 }
Auke Kokbc7f75f2007-09-17 12:30:59 -0700794
Bruce Allana4f58f52009-06-02 11:29:18 +0000795 if (phy->type == e1000_phy_82578) {
Bruce Allan482fed82011-01-06 14:29:49 +0000796 ret_val = e1e_rphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, &phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +0000797 if (ret_val)
798 return ret_val;
799
800 /* 82578 PHY - set the downshift count to 1x. */
801 phy_data |= I82578_EPSCR_DOWNSHIFT_ENABLE;
802 phy_data &= ~I82578_EPSCR_DOWNSHIFT_COUNTER_MASK;
Bruce Allan482fed82011-01-06 14:29:49 +0000803 ret_val = e1e_wphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +0000804 if (ret_val)
805 return ret_val;
806 }
807
808 return 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700809}
810
811/**
812 * e1000e_copper_link_setup_igp - Setup igp PHY's for copper link
813 * @hw: pointer to the HW structure
814 *
815 * Sets up LPLU, MDI/MDI-X, polarity, Smartspeed and Master/Slave config for
816 * igp PHY's.
817 **/
818s32 e1000e_copper_link_setup_igp(struct e1000_hw *hw)
819{
820 struct e1000_phy_info *phy = &hw->phy;
821 s32 ret_val;
822 u16 data;
823
824 ret_val = e1000_phy_hw_reset(hw);
825 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000826 e_dbg("Error resetting the PHY.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700827 return ret_val;
828 }
829
David Graham2d9498f2008-04-23 11:09:14 -0700830 /*
831 * Wait 100ms for MAC to configure PHY from NVM settings, to avoid
832 * timeout issues when LFS is enabled.
833 */
834 msleep(100);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700835
836 /* disable lplu d0 during driver init */
Bruce Allan564ea9b2009-11-20 23:26:44 +0000837 ret_val = e1000_set_d0_lplu_state(hw, false);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700838 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000839 e_dbg("Error Disabling LPLU D0\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700840 return ret_val;
841 }
842 /* Configure mdi-mdix settings */
843 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CTRL, &data);
844 if (ret_val)
845 return ret_val;
846
847 data &= ~IGP01E1000_PSCR_AUTO_MDIX;
848
849 switch (phy->mdix) {
850 case 1:
851 data &= ~IGP01E1000_PSCR_FORCE_MDI_MDIX;
852 break;
853 case 2:
854 data |= IGP01E1000_PSCR_FORCE_MDI_MDIX;
855 break;
856 case 0:
857 default:
858 data |= IGP01E1000_PSCR_AUTO_MDIX;
859 break;
860 }
861 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CTRL, data);
862 if (ret_val)
863 return ret_val;
864
865 /* set auto-master slave resolution settings */
866 if (hw->mac.autoneg) {
Bruce Allanad680762008-03-28 09:15:03 -0700867 /*
868 * when autonegotiation advertisement is only 1000Mbps then we
Auke Kokbc7f75f2007-09-17 12:30:59 -0700869 * should disable SmartSpeed and enable Auto MasterSlave
Bruce Allanad680762008-03-28 09:15:03 -0700870 * resolution as hardware default.
871 */
Auke Kokbc7f75f2007-09-17 12:30:59 -0700872 if (phy->autoneg_advertised == ADVERTISE_1000_FULL) {
873 /* Disable SmartSpeed */
874 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -0700875 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700876 if (ret_val)
877 return ret_val;
878
879 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
880 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -0700881 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700882 if (ret_val)
883 return ret_val;
884
885 /* Set auto Master/Slave resolution process */
886 ret_val = e1e_rphy(hw, PHY_1000T_CTRL, &data);
887 if (ret_val)
888 return ret_val;
889
890 data &= ~CR_1000T_MS_ENABLE;
891 ret_val = e1e_wphy(hw, PHY_1000T_CTRL, data);
892 if (ret_val)
893 return ret_val;
894 }
895
896 ret_val = e1e_rphy(hw, PHY_1000T_CTRL, &data);
897 if (ret_val)
898 return ret_val;
899
900 /* load defaults for future use */
901 phy->original_ms_type = (data & CR_1000T_MS_ENABLE) ?
902 ((data & CR_1000T_MS_VALUE) ?
903 e1000_ms_force_master :
904 e1000_ms_force_slave) :
905 e1000_ms_auto;
906
907 switch (phy->ms_type) {
908 case e1000_ms_force_master:
909 data |= (CR_1000T_MS_ENABLE | CR_1000T_MS_VALUE);
910 break;
911 case e1000_ms_force_slave:
912 data |= CR_1000T_MS_ENABLE;
913 data &= ~(CR_1000T_MS_VALUE);
914 break;
915 case e1000_ms_auto:
916 data &= ~CR_1000T_MS_ENABLE;
917 default:
918 break;
919 }
920 ret_val = e1e_wphy(hw, PHY_1000T_CTRL, data);
921 }
922
923 return ret_val;
924}
925
926/**
927 * e1000_phy_setup_autoneg - Configure PHY for auto-negotiation
928 * @hw: pointer to the HW structure
929 *
930 * Reads the MII auto-neg advertisement register and/or the 1000T control
931 * register and if the PHY is already setup for auto-negotiation, then
932 * return successful. Otherwise, setup advertisement and flow control to
933 * the appropriate values for the wanted auto-negotiation.
934 **/
935static s32 e1000_phy_setup_autoneg(struct e1000_hw *hw)
936{
937 struct e1000_phy_info *phy = &hw->phy;
938 s32 ret_val;
939 u16 mii_autoneg_adv_reg;
940 u16 mii_1000t_ctrl_reg = 0;
941
942 phy->autoneg_advertised &= phy->autoneg_mask;
943
944 /* Read the MII Auto-Neg Advertisement Register (Address 4). */
945 ret_val = e1e_rphy(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg);
946 if (ret_val)
947 return ret_val;
948
949 if (phy->autoneg_mask & ADVERTISE_1000_FULL) {
950 /* Read the MII 1000Base-T Control Register (Address 9). */
951 ret_val = e1e_rphy(hw, PHY_1000T_CTRL, &mii_1000t_ctrl_reg);
952 if (ret_val)
953 return ret_val;
954 }
955
Bruce Allanad680762008-03-28 09:15:03 -0700956 /*
957 * Need to parse both autoneg_advertised and fc and set up
Auke Kokbc7f75f2007-09-17 12:30:59 -0700958 * the appropriate PHY registers. First we will parse for
959 * autoneg_advertised software override. Since we can advertise
960 * a plethora of combinations, we need to check each bit
961 * individually.
962 */
963
Bruce Allanad680762008-03-28 09:15:03 -0700964 /*
965 * First we clear all the 10/100 mb speed bits in the Auto-Neg
Auke Kokbc7f75f2007-09-17 12:30:59 -0700966 * Advertisement Register (Address 4) and the 1000 mb speed bits in
967 * the 1000Base-T Control Register (Address 9).
968 */
969 mii_autoneg_adv_reg &= ~(NWAY_AR_100TX_FD_CAPS |
970 NWAY_AR_100TX_HD_CAPS |
971 NWAY_AR_10T_FD_CAPS |
972 NWAY_AR_10T_HD_CAPS);
973 mii_1000t_ctrl_reg &= ~(CR_1000T_HD_CAPS | CR_1000T_FD_CAPS);
974
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000975 e_dbg("autoneg_advertised %x\n", phy->autoneg_advertised);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700976
977 /* Do we want to advertise 10 Mb Half Duplex? */
978 if (phy->autoneg_advertised & ADVERTISE_10_HALF) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000979 e_dbg("Advertise 10mb Half duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700980 mii_autoneg_adv_reg |= NWAY_AR_10T_HD_CAPS;
981 }
982
983 /* Do we want to advertise 10 Mb Full Duplex? */
984 if (phy->autoneg_advertised & ADVERTISE_10_FULL) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000985 e_dbg("Advertise 10mb Full duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700986 mii_autoneg_adv_reg |= NWAY_AR_10T_FD_CAPS;
987 }
988
989 /* Do we want to advertise 100 Mb Half Duplex? */
990 if (phy->autoneg_advertised & ADVERTISE_100_HALF) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000991 e_dbg("Advertise 100mb Half duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700992 mii_autoneg_adv_reg |= NWAY_AR_100TX_HD_CAPS;
993 }
994
995 /* Do we want to advertise 100 Mb Full Duplex? */
996 if (phy->autoneg_advertised & ADVERTISE_100_FULL) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000997 e_dbg("Advertise 100mb Full duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700998 mii_autoneg_adv_reg |= NWAY_AR_100TX_FD_CAPS;
999 }
1000
1001 /* We do not allow the Phy to advertise 1000 Mb Half Duplex */
1002 if (phy->autoneg_advertised & ADVERTISE_1000_HALF)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001003 e_dbg("Advertise 1000mb Half duplex request denied!\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001004
1005 /* Do we want to advertise 1000 Mb Full Duplex? */
1006 if (phy->autoneg_advertised & ADVERTISE_1000_FULL) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001007 e_dbg("Advertise 1000mb Full duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001008 mii_1000t_ctrl_reg |= CR_1000T_FD_CAPS;
1009 }
1010
Bruce Allanad680762008-03-28 09:15:03 -07001011 /*
1012 * Check for a software override of the flow control settings, and
Auke Kokbc7f75f2007-09-17 12:30:59 -07001013 * setup the PHY advertisement registers accordingly. If
1014 * auto-negotiation is enabled, then software will have to set the
1015 * "PAUSE" bits to the correct value in the Auto-Negotiation
1016 * Advertisement Register (PHY_AUTONEG_ADV) and re-start auto-
1017 * negotiation.
1018 *
1019 * The possible values of the "fc" parameter are:
1020 * 0: Flow control is completely disabled
1021 * 1: Rx flow control is enabled (we can receive pause frames
1022 * but not send pause frames).
1023 * 2: Tx flow control is enabled (we can send pause frames
1024 * but we do not support receiving pause frames).
Bruce Allanad680762008-03-28 09:15:03 -07001025 * 3: Both Rx and Tx flow control (symmetric) are enabled.
Auke Kokbc7f75f2007-09-17 12:30:59 -07001026 * other: No software override. The flow control configuration
1027 * in the EEPROM is used.
1028 */
Bruce Allan5c48ef3e22008-11-21 16:57:36 -08001029 switch (hw->fc.current_mode) {
Auke Kokbc7f75f2007-09-17 12:30:59 -07001030 case e1000_fc_none:
Bruce Allanad680762008-03-28 09:15:03 -07001031 /*
1032 * Flow control (Rx & Tx) is completely disabled by a
Auke Kokbc7f75f2007-09-17 12:30:59 -07001033 * software over-ride.
1034 */
1035 mii_autoneg_adv_reg &= ~(NWAY_AR_ASM_DIR | NWAY_AR_PAUSE);
1036 break;
1037 case e1000_fc_rx_pause:
Bruce Allanad680762008-03-28 09:15:03 -07001038 /*
1039 * Rx Flow control is enabled, and Tx Flow control is
Auke Kokbc7f75f2007-09-17 12:30:59 -07001040 * disabled, by a software over-ride.
Bruce Allanad680762008-03-28 09:15:03 -07001041 *
1042 * Since there really isn't a way to advertise that we are
1043 * capable of Rx Pause ONLY, we will advertise that we
1044 * support both symmetric and asymmetric Rx PAUSE. Later
Auke Kokbc7f75f2007-09-17 12:30:59 -07001045 * (in e1000e_config_fc_after_link_up) we will disable the
1046 * hw's ability to send PAUSE frames.
1047 */
1048 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE);
1049 break;
1050 case e1000_fc_tx_pause:
Bruce Allanad680762008-03-28 09:15:03 -07001051 /*
1052 * Tx Flow control is enabled, and Rx Flow control is
Auke Kokbc7f75f2007-09-17 12:30:59 -07001053 * disabled, by a software over-ride.
1054 */
1055 mii_autoneg_adv_reg |= NWAY_AR_ASM_DIR;
1056 mii_autoneg_adv_reg &= ~NWAY_AR_PAUSE;
1057 break;
1058 case e1000_fc_full:
Bruce Allanad680762008-03-28 09:15:03 -07001059 /*
1060 * Flow control (both Rx and Tx) is enabled by a software
Auke Kokbc7f75f2007-09-17 12:30:59 -07001061 * over-ride.
1062 */
1063 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE);
1064 break;
1065 default:
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001066 e_dbg("Flow control param set incorrectly\n");
Bruce Allan7eb61d82012-02-08 02:55:03 +00001067 return -E1000_ERR_CONFIG;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001068 }
1069
1070 ret_val = e1e_wphy(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg);
1071 if (ret_val)
1072 return ret_val;
1073
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001074 e_dbg("Auto-Neg Advertising %x\n", mii_autoneg_adv_reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001075
Bruce Allanb1cdfea2010-12-11 05:53:47 +00001076 if (phy->autoneg_mask & ADVERTISE_1000_FULL)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001077 ret_val = e1e_wphy(hw, PHY_1000T_CTRL, mii_1000t_ctrl_reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001078
1079 return ret_val;
1080}
1081
1082/**
1083 * e1000_copper_link_autoneg - Setup/Enable autoneg for copper link
1084 * @hw: pointer to the HW structure
1085 *
1086 * Performs initial bounds checking on autoneg advertisement parameter, then
1087 * configure to advertise the full capability. Setup the PHY to autoneg
1088 * and restart the negotiation process between the link partner. If
Bruce Allanad680762008-03-28 09:15:03 -07001089 * autoneg_wait_to_complete, then wait for autoneg to complete before exiting.
Auke Kokbc7f75f2007-09-17 12:30:59 -07001090 **/
1091static s32 e1000_copper_link_autoneg(struct e1000_hw *hw)
1092{
1093 struct e1000_phy_info *phy = &hw->phy;
1094 s32 ret_val;
1095 u16 phy_ctrl;
1096
Bruce Allanad680762008-03-28 09:15:03 -07001097 /*
1098 * Perform some bounds checking on the autoneg advertisement
Auke Kokbc7f75f2007-09-17 12:30:59 -07001099 * parameter.
1100 */
1101 phy->autoneg_advertised &= phy->autoneg_mask;
1102
Bruce Allanad680762008-03-28 09:15:03 -07001103 /*
1104 * If autoneg_advertised is zero, we assume it was not defaulted
Auke Kokbc7f75f2007-09-17 12:30:59 -07001105 * by the calling code so we set to advertise full capability.
1106 */
1107 if (phy->autoneg_advertised == 0)
1108 phy->autoneg_advertised = phy->autoneg_mask;
1109
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001110 e_dbg("Reconfiguring auto-neg advertisement params\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001111 ret_val = e1000_phy_setup_autoneg(hw);
1112 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001113 e_dbg("Error Setting up Auto-Negotiation\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001114 return ret_val;
1115 }
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001116 e_dbg("Restarting Auto-Neg\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001117
Bruce Allanad680762008-03-28 09:15:03 -07001118 /*
1119 * Restart auto-negotiation by setting the Auto Neg Enable bit and
Auke Kokbc7f75f2007-09-17 12:30:59 -07001120 * the Auto Neg Restart bit in the PHY control register.
1121 */
1122 ret_val = e1e_rphy(hw, PHY_CONTROL, &phy_ctrl);
1123 if (ret_val)
1124 return ret_val;
1125
1126 phy_ctrl |= (MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG);
1127 ret_val = e1e_wphy(hw, PHY_CONTROL, phy_ctrl);
1128 if (ret_val)
1129 return ret_val;
1130
Bruce Allanad680762008-03-28 09:15:03 -07001131 /*
1132 * Does the user want to wait for Auto-Neg to complete here, or
Auke Kokbc7f75f2007-09-17 12:30:59 -07001133 * check at a later time (for example, callback routine).
1134 */
Jeff Kirsher318a94d2008-03-28 09:15:16 -07001135 if (phy->autoneg_wait_to_complete) {
Auke Kokbc7f75f2007-09-17 12:30:59 -07001136 ret_val = e1000_wait_autoneg(hw);
1137 if (ret_val) {
Bruce Allan434f1392011-12-16 00:46:54 +00001138 e_dbg("Error while waiting for autoneg to complete\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001139 return ret_val;
1140 }
1141 }
1142
Bruce Allanf92518d2012-02-01 11:16:42 +00001143 hw->mac.get_link_status = true;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001144
1145 return ret_val;
1146}
1147
1148/**
1149 * e1000e_setup_copper_link - Configure copper link settings
1150 * @hw: pointer to the HW structure
1151 *
1152 * Calls the appropriate function to configure the link for auto-neg or forced
1153 * speed and duplex. Then we check for link, once link is established calls
1154 * to configure collision distance and flow control are called. If link is
1155 * not established, we return -E1000_ERR_PHY (-2).
1156 **/
1157s32 e1000e_setup_copper_link(struct e1000_hw *hw)
1158{
1159 s32 ret_val;
1160 bool link;
1161
1162 if (hw->mac.autoneg) {
Bruce Allanad680762008-03-28 09:15:03 -07001163 /*
1164 * Setup autoneg and flow control advertisement and perform
1165 * autonegotiation.
1166 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001167 ret_val = e1000_copper_link_autoneg(hw);
1168 if (ret_val)
1169 return ret_val;
1170 } else {
Bruce Allanad680762008-03-28 09:15:03 -07001171 /*
1172 * PHY will be set to 10H, 10F, 100H or 100F
1173 * depending on user settings.
1174 */
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001175 e_dbg("Forcing Speed and Duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001176 ret_val = e1000_phy_force_speed_duplex(hw);
1177 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001178 e_dbg("Error Forcing Speed and Duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001179 return ret_val;
1180 }
1181 }
1182
Bruce Allanad680762008-03-28 09:15:03 -07001183 /*
1184 * Check link status. Wait up to 100 microseconds for link to become
Auke Kokbc7f75f2007-09-17 12:30:59 -07001185 * valid.
1186 */
1187 ret_val = e1000e_phy_has_link_generic(hw,
1188 COPPER_LINK_UP_LIMIT,
1189 10,
1190 &link);
1191 if (ret_val)
1192 return ret_val;
1193
1194 if (link) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001195 e_dbg("Valid link established!!!\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001196 e1000e_config_collision_dist(hw);
1197 ret_val = e1000e_config_fc_after_link_up(hw);
1198 } else {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001199 e_dbg("Unable to establish link!!!\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001200 }
1201
1202 return ret_val;
1203}
1204
1205/**
1206 * e1000e_phy_force_speed_duplex_igp - Force speed/duplex for igp PHY
1207 * @hw: pointer to the HW structure
1208 *
1209 * Calls the PHY setup function to force speed and duplex. Clears the
1210 * auto-crossover to force MDI manually. Waits for link and returns
1211 * successful if link up is successful, else -E1000_ERR_PHY (-2).
1212 **/
1213s32 e1000e_phy_force_speed_duplex_igp(struct e1000_hw *hw)
1214{
1215 struct e1000_phy_info *phy = &hw->phy;
1216 s32 ret_val;
1217 u16 phy_data;
1218 bool link;
1219
1220 ret_val = e1e_rphy(hw, PHY_CONTROL, &phy_data);
1221 if (ret_val)
1222 return ret_val;
1223
1224 e1000e_phy_force_speed_duplex_setup(hw, &phy_data);
1225
1226 ret_val = e1e_wphy(hw, PHY_CONTROL, phy_data);
1227 if (ret_val)
1228 return ret_val;
1229
Bruce Allanad680762008-03-28 09:15:03 -07001230 /*
1231 * Clear Auto-Crossover to force MDI manually. IGP requires MDI
Auke Kokbc7f75f2007-09-17 12:30:59 -07001232 * forced whenever speed and duplex are forced.
1233 */
1234 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CTRL, &phy_data);
1235 if (ret_val)
1236 return ret_val;
1237
1238 phy_data &= ~IGP01E1000_PSCR_AUTO_MDIX;
1239 phy_data &= ~IGP01E1000_PSCR_FORCE_MDI_MDIX;
1240
1241 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CTRL, phy_data);
1242 if (ret_val)
1243 return ret_val;
1244
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001245 e_dbg("IGP PSCR: %X\n", phy_data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001246
1247 udelay(1);
1248
Jeff Kirsher318a94d2008-03-28 09:15:16 -07001249 if (phy->autoneg_wait_to_complete) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001250 e_dbg("Waiting for forced speed/duplex link on IGP phy.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001251
1252 ret_val = e1000e_phy_has_link_generic(hw,
1253 PHY_FORCE_LIMIT,
1254 100000,
1255 &link);
1256 if (ret_val)
1257 return ret_val;
1258
1259 if (!link)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001260 e_dbg("Link taking longer than expected.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001261
1262 /* Try once more */
1263 ret_val = e1000e_phy_has_link_generic(hw,
1264 PHY_FORCE_LIMIT,
1265 100000,
1266 &link);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001267 }
1268
1269 return ret_val;
1270}
1271
1272/**
1273 * e1000e_phy_force_speed_duplex_m88 - Force speed/duplex for m88 PHY
1274 * @hw: pointer to the HW structure
1275 *
1276 * Calls the PHY setup function to force speed and duplex. Clears the
1277 * auto-crossover to force MDI manually. Resets the PHY to commit the
1278 * changes. If time expires while waiting for link up, we reset the DSP.
Bruce Allanad680762008-03-28 09:15:03 -07001279 * After reset, TX_CLK and CRS on Tx must be set. Return successful upon
Auke Kokbc7f75f2007-09-17 12:30:59 -07001280 * successful completion, else return corresponding error code.
1281 **/
1282s32 e1000e_phy_force_speed_duplex_m88(struct e1000_hw *hw)
1283{
1284 struct e1000_phy_info *phy = &hw->phy;
1285 s32 ret_val;
1286 u16 phy_data;
1287 bool link;
1288
Bruce Allanad680762008-03-28 09:15:03 -07001289 /*
1290 * Clear Auto-Crossover to force MDI manually. M88E1000 requires MDI
Auke Kokbc7f75f2007-09-17 12:30:59 -07001291 * forced whenever speed and duplex are forced.
1292 */
1293 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_CTRL, &phy_data);
1294 if (ret_val)
1295 return ret_val;
1296
1297 phy_data &= ~M88E1000_PSCR_AUTO_X_MODE;
1298 ret_val = e1e_wphy(hw, M88E1000_PHY_SPEC_CTRL, phy_data);
1299 if (ret_val)
1300 return ret_val;
1301
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001302 e_dbg("M88E1000 PSCR: %X\n", phy_data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001303
1304 ret_val = e1e_rphy(hw, PHY_CONTROL, &phy_data);
1305 if (ret_val)
1306 return ret_val;
1307
1308 e1000e_phy_force_speed_duplex_setup(hw, &phy_data);
1309
Auke Kokbc7f75f2007-09-17 12:30:59 -07001310 ret_val = e1e_wphy(hw, PHY_CONTROL, phy_data);
1311 if (ret_val)
1312 return ret_val;
1313
Bruce Allan5aa49c82008-11-21 16:49:53 -08001314 /* Reset the phy to commit changes. */
1315 ret_val = e1000e_commit_phy(hw);
1316 if (ret_val)
1317 return ret_val;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001318
Jeff Kirsher318a94d2008-03-28 09:15:16 -07001319 if (phy->autoneg_wait_to_complete) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001320 e_dbg("Waiting for forced speed/duplex link on M88 phy.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001321
1322 ret_val = e1000e_phy_has_link_generic(hw, PHY_FORCE_LIMIT,
1323 100000, &link);
1324 if (ret_val)
1325 return ret_val;
1326
1327 if (!link) {
Bruce Allan0be84012009-12-02 17:03:18 +00001328 if (hw->phy.type != e1000_phy_m88) {
1329 e_dbg("Link taking longer than expected.\n");
1330 } else {
1331 /*
1332 * We didn't get link.
1333 * Reset the DSP and cross our fingers.
1334 */
Bruce Allan482fed82011-01-06 14:29:49 +00001335 ret_val = e1e_wphy(hw, M88E1000_PHY_PAGE_SELECT,
1336 0x001d);
Bruce Allan0be84012009-12-02 17:03:18 +00001337 if (ret_val)
1338 return ret_val;
1339 ret_val = e1000e_phy_reset_dsp(hw);
1340 if (ret_val)
1341 return ret_val;
1342 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07001343 }
1344
1345 /* Try once more */
1346 ret_val = e1000e_phy_has_link_generic(hw, PHY_FORCE_LIMIT,
1347 100000, &link);
1348 if (ret_val)
1349 return ret_val;
1350 }
1351
Bruce Allan0be84012009-12-02 17:03:18 +00001352 if (hw->phy.type != e1000_phy_m88)
1353 return 0;
1354
Auke Kokbc7f75f2007-09-17 12:30:59 -07001355 ret_val = e1e_rphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, &phy_data);
1356 if (ret_val)
1357 return ret_val;
1358
Bruce Allanad680762008-03-28 09:15:03 -07001359 /*
1360 * Resetting the phy means we need to re-force TX_CLK in the
Auke Kokbc7f75f2007-09-17 12:30:59 -07001361 * Extended PHY Specific Control Register to 25MHz clock from
1362 * the reset value of 2.5MHz.
1363 */
1364 phy_data |= M88E1000_EPSCR_TX_CLK_25;
1365 ret_val = e1e_wphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, phy_data);
1366 if (ret_val)
1367 return ret_val;
1368
Bruce Allanad680762008-03-28 09:15:03 -07001369 /*
1370 * In addition, we must re-enable CRS on Tx for both half and full
Auke Kokbc7f75f2007-09-17 12:30:59 -07001371 * duplex.
1372 */
1373 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_CTRL, &phy_data);
1374 if (ret_val)
1375 return ret_val;
1376
1377 phy_data |= M88E1000_PSCR_ASSERT_CRS_ON_TX;
1378 ret_val = e1e_wphy(hw, M88E1000_PHY_SPEC_CTRL, phy_data);
1379
1380 return ret_val;
1381}
1382
1383/**
Bruce Allan0be84012009-12-02 17:03:18 +00001384 * e1000_phy_force_speed_duplex_ife - Force PHY speed & duplex
1385 * @hw: pointer to the HW structure
1386 *
1387 * Forces the speed and duplex settings of the PHY.
1388 * This is a function pointer entry point only called by
1389 * PHY setup routines.
1390 **/
1391s32 e1000_phy_force_speed_duplex_ife(struct e1000_hw *hw)
1392{
1393 struct e1000_phy_info *phy = &hw->phy;
1394 s32 ret_val;
1395 u16 data;
1396 bool link;
1397
1398 ret_val = e1e_rphy(hw, PHY_CONTROL, &data);
1399 if (ret_val)
1400 goto out;
1401
1402 e1000e_phy_force_speed_duplex_setup(hw, &data);
1403
1404 ret_val = e1e_wphy(hw, PHY_CONTROL, data);
1405 if (ret_val)
1406 goto out;
1407
1408 /* Disable MDI-X support for 10/100 */
1409 ret_val = e1e_rphy(hw, IFE_PHY_MDIX_CONTROL, &data);
1410 if (ret_val)
1411 goto out;
1412
1413 data &= ~IFE_PMC_AUTO_MDIX;
1414 data &= ~IFE_PMC_FORCE_MDIX;
1415
1416 ret_val = e1e_wphy(hw, IFE_PHY_MDIX_CONTROL, data);
1417 if (ret_val)
1418 goto out;
1419
1420 e_dbg("IFE PMC: %X\n", data);
1421
1422 udelay(1);
1423
1424 if (phy->autoneg_wait_to_complete) {
1425 e_dbg("Waiting for forced speed/duplex link on IFE phy.\n");
1426
1427 ret_val = e1000e_phy_has_link_generic(hw,
1428 PHY_FORCE_LIMIT,
1429 100000,
1430 &link);
1431 if (ret_val)
1432 goto out;
1433
1434 if (!link)
1435 e_dbg("Link taking longer than expected.\n");
1436
1437 /* Try once more */
1438 ret_val = e1000e_phy_has_link_generic(hw,
1439 PHY_FORCE_LIMIT,
1440 100000,
1441 &link);
1442 if (ret_val)
1443 goto out;
1444 }
1445
1446out:
1447 return ret_val;
1448}
1449
1450/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07001451 * e1000e_phy_force_speed_duplex_setup - Configure forced PHY speed/duplex
1452 * @hw: pointer to the HW structure
1453 * @phy_ctrl: pointer to current value of PHY_CONTROL
1454 *
1455 * Forces speed and duplex on the PHY by doing the following: disable flow
1456 * control, force speed/duplex on the MAC, disable auto speed detection,
1457 * disable auto-negotiation, configure duplex, configure speed, configure
1458 * the collision distance, write configuration to CTRL register. The
1459 * caller must write to the PHY_CONTROL register for these settings to
1460 * take affect.
1461 **/
1462void e1000e_phy_force_speed_duplex_setup(struct e1000_hw *hw, u16 *phy_ctrl)
1463{
1464 struct e1000_mac_info *mac = &hw->mac;
1465 u32 ctrl;
1466
1467 /* Turn off flow control when forcing speed/duplex */
Bruce Allan5c48ef3e22008-11-21 16:57:36 -08001468 hw->fc.current_mode = e1000_fc_none;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001469
1470 /* Force speed/duplex on the mac */
1471 ctrl = er32(CTRL);
1472 ctrl |= (E1000_CTRL_FRCSPD | E1000_CTRL_FRCDPX);
1473 ctrl &= ~E1000_CTRL_SPD_SEL;
1474
1475 /* Disable Auto Speed Detection */
1476 ctrl &= ~E1000_CTRL_ASDE;
1477
1478 /* Disable autoneg on the phy */
1479 *phy_ctrl &= ~MII_CR_AUTO_NEG_EN;
1480
1481 /* Forcing Full or Half Duplex? */
1482 if (mac->forced_speed_duplex & E1000_ALL_HALF_DUPLEX) {
1483 ctrl &= ~E1000_CTRL_FD;
1484 *phy_ctrl &= ~MII_CR_FULL_DUPLEX;
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001485 e_dbg("Half Duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001486 } else {
1487 ctrl |= E1000_CTRL_FD;
1488 *phy_ctrl |= MII_CR_FULL_DUPLEX;
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001489 e_dbg("Full Duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001490 }
1491
1492 /* Forcing 10mb or 100mb? */
1493 if (mac->forced_speed_duplex & E1000_ALL_100_SPEED) {
1494 ctrl |= E1000_CTRL_SPD_100;
1495 *phy_ctrl |= MII_CR_SPEED_100;
1496 *phy_ctrl &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_10);
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001497 e_dbg("Forcing 100mb\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001498 } else {
1499 ctrl &= ~(E1000_CTRL_SPD_1000 | E1000_CTRL_SPD_100);
1500 *phy_ctrl |= MII_CR_SPEED_10;
1501 *phy_ctrl &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_100);
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001502 e_dbg("Forcing 10mb\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001503 }
1504
1505 e1000e_config_collision_dist(hw);
1506
1507 ew32(CTRL, ctrl);
1508}
1509
1510/**
1511 * e1000e_set_d3_lplu_state - Sets low power link up state for D3
1512 * @hw: pointer to the HW structure
1513 * @active: boolean used to enable/disable lplu
1514 *
1515 * Success returns 0, Failure returns 1
1516 *
1517 * The low power link up (lplu) state is set to the power management level D3
1518 * and SmartSpeed is disabled when active is true, else clear lplu for D3
1519 * and enable Smartspeed. LPLU and Smartspeed are mutually exclusive. LPLU
1520 * is used during Dx states where the power conservation is most important.
1521 * During driver activity, SmartSpeed should be enabled so performance is
1522 * maintained.
1523 **/
1524s32 e1000e_set_d3_lplu_state(struct e1000_hw *hw, bool active)
1525{
1526 struct e1000_phy_info *phy = &hw->phy;
1527 s32 ret_val;
1528 u16 data;
1529
1530 ret_val = e1e_rphy(hw, IGP02E1000_PHY_POWER_MGMT, &data);
1531 if (ret_val)
1532 return ret_val;
1533
1534 if (!active) {
1535 data &= ~IGP02E1000_PM_D3_LPLU;
David Graham2d9498f2008-04-23 11:09:14 -07001536 ret_val = e1e_wphy(hw, IGP02E1000_PHY_POWER_MGMT, data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001537 if (ret_val)
1538 return ret_val;
Bruce Allanad680762008-03-28 09:15:03 -07001539 /*
1540 * LPLU and SmartSpeed are mutually exclusive. LPLU is used
Auke Kokbc7f75f2007-09-17 12:30:59 -07001541 * during Dx states where the power conservation is most
1542 * important. During driver activity we should enable
Bruce Allanad680762008-03-28 09:15:03 -07001543 * SmartSpeed, so performance is maintained.
1544 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001545 if (phy->smart_speed == e1000_smart_speed_on) {
1546 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001547 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001548 if (ret_val)
1549 return ret_val;
1550
1551 data |= IGP01E1000_PSCFR_SMART_SPEED;
1552 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001553 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001554 if (ret_val)
1555 return ret_val;
1556 } else if (phy->smart_speed == e1000_smart_speed_off) {
1557 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001558 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001559 if (ret_val)
1560 return ret_val;
1561
1562 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
1563 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001564 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001565 if (ret_val)
1566 return ret_val;
1567 }
1568 } else if ((phy->autoneg_advertised == E1000_ALL_SPEED_DUPLEX) ||
1569 (phy->autoneg_advertised == E1000_ALL_NOT_GIG) ||
1570 (phy->autoneg_advertised == E1000_ALL_10_SPEED)) {
1571 data |= IGP02E1000_PM_D3_LPLU;
1572 ret_val = e1e_wphy(hw, IGP02E1000_PHY_POWER_MGMT, data);
1573 if (ret_val)
1574 return ret_val;
1575
1576 /* When LPLU is enabled, we should disable SmartSpeed */
1577 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, &data);
1578 if (ret_val)
1579 return ret_val;
1580
1581 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
1582 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, data);
1583 }
1584
1585 return ret_val;
1586}
1587
1588/**
Auke Kok489815c2008-02-21 15:11:07 -08001589 * e1000e_check_downshift - Checks whether a downshift in speed occurred
Auke Kokbc7f75f2007-09-17 12:30:59 -07001590 * @hw: pointer to the HW structure
1591 *
1592 * Success returns 0, Failure returns 1
1593 *
1594 * A downshift is detected by querying the PHY link health.
1595 **/
1596s32 e1000e_check_downshift(struct e1000_hw *hw)
1597{
1598 struct e1000_phy_info *phy = &hw->phy;
1599 s32 ret_val;
1600 u16 phy_data, offset, mask;
1601
1602 switch (phy->type) {
1603 case e1000_phy_m88:
1604 case e1000_phy_gg82563:
Bruce Allan07f025e2009-12-01 15:53:48 +00001605 case e1000_phy_bm:
Bruce Allana4f58f52009-06-02 11:29:18 +00001606 case e1000_phy_82578:
Auke Kokbc7f75f2007-09-17 12:30:59 -07001607 offset = M88E1000_PHY_SPEC_STATUS;
1608 mask = M88E1000_PSSR_DOWNSHIFT;
1609 break;
1610 case e1000_phy_igp_2:
1611 case e1000_phy_igp_3:
1612 offset = IGP01E1000_PHY_LINK_HEALTH;
1613 mask = IGP01E1000_PLHR_SS_DOWNGRADE;
1614 break;
1615 default:
1616 /* speed downshift not supported */
Bruce Allan564ea9b2009-11-20 23:26:44 +00001617 phy->speed_downgraded = false;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001618 return 0;
1619 }
1620
1621 ret_val = e1e_rphy(hw, offset, &phy_data);
1622
1623 if (!ret_val)
1624 phy->speed_downgraded = (phy_data & mask);
1625
1626 return ret_val;
1627}
1628
1629/**
1630 * e1000_check_polarity_m88 - Checks the polarity.
1631 * @hw: pointer to the HW structure
1632 *
1633 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
1634 *
1635 * Polarity is determined based on the PHY specific status register.
1636 **/
Bruce Allan0be84012009-12-02 17:03:18 +00001637s32 e1000_check_polarity_m88(struct e1000_hw *hw)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001638{
1639 struct e1000_phy_info *phy = &hw->phy;
1640 s32 ret_val;
1641 u16 data;
1642
1643 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_STATUS, &data);
1644
1645 if (!ret_val)
1646 phy->cable_polarity = (data & M88E1000_PSSR_REV_POLARITY)
1647 ? e1000_rev_polarity_reversed
1648 : e1000_rev_polarity_normal;
1649
1650 return ret_val;
1651}
1652
1653/**
1654 * e1000_check_polarity_igp - Checks the polarity.
1655 * @hw: pointer to the HW structure
1656 *
1657 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
1658 *
1659 * Polarity is determined based on the PHY port status register, and the
1660 * current speed (since there is no polarity at 100Mbps).
1661 **/
Bruce Allan0be84012009-12-02 17:03:18 +00001662s32 e1000_check_polarity_igp(struct e1000_hw *hw)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001663{
1664 struct e1000_phy_info *phy = &hw->phy;
1665 s32 ret_val;
1666 u16 data, offset, mask;
1667
Bruce Allanad680762008-03-28 09:15:03 -07001668 /*
1669 * Polarity is determined based on the speed of
1670 * our connection.
1671 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001672 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_STATUS, &data);
1673 if (ret_val)
1674 return ret_val;
1675
1676 if ((data & IGP01E1000_PSSR_SPEED_MASK) ==
1677 IGP01E1000_PSSR_SPEED_1000MBPS) {
1678 offset = IGP01E1000_PHY_PCS_INIT_REG;
1679 mask = IGP01E1000_PHY_POLARITY_MASK;
1680 } else {
Bruce Allanad680762008-03-28 09:15:03 -07001681 /*
1682 * This really only applies to 10Mbps since
Auke Kokbc7f75f2007-09-17 12:30:59 -07001683 * there is no polarity for 100Mbps (always 0).
1684 */
1685 offset = IGP01E1000_PHY_PORT_STATUS;
1686 mask = IGP01E1000_PSSR_POLARITY_REVERSED;
1687 }
1688
1689 ret_val = e1e_rphy(hw, offset, &data);
1690
1691 if (!ret_val)
1692 phy->cable_polarity = (data & mask)
1693 ? e1000_rev_polarity_reversed
1694 : e1000_rev_polarity_normal;
1695
1696 return ret_val;
1697}
1698
1699/**
Bruce Allan0be84012009-12-02 17:03:18 +00001700 * e1000_check_polarity_ife - Check cable polarity for IFE PHY
1701 * @hw: pointer to the HW structure
1702 *
1703 * Polarity is determined on the polarity reversal feature being enabled.
1704 **/
1705s32 e1000_check_polarity_ife(struct e1000_hw *hw)
1706{
1707 struct e1000_phy_info *phy = &hw->phy;
1708 s32 ret_val;
1709 u16 phy_data, offset, mask;
1710
1711 /*
1712 * Polarity is determined based on the reversal feature being enabled.
1713 */
1714 if (phy->polarity_correction) {
1715 offset = IFE_PHY_EXTENDED_STATUS_CONTROL;
1716 mask = IFE_PESC_POLARITY_REVERSED;
1717 } else {
1718 offset = IFE_PHY_SPECIAL_CONTROL;
1719 mask = IFE_PSC_FORCE_POLARITY;
1720 }
1721
1722 ret_val = e1e_rphy(hw, offset, &phy_data);
1723
1724 if (!ret_val)
1725 phy->cable_polarity = (phy_data & mask)
1726 ? e1000_rev_polarity_reversed
1727 : e1000_rev_polarity_normal;
1728
1729 return ret_val;
1730}
1731
1732/**
Bruce Allanad680762008-03-28 09:15:03 -07001733 * e1000_wait_autoneg - Wait for auto-neg completion
Auke Kokbc7f75f2007-09-17 12:30:59 -07001734 * @hw: pointer to the HW structure
1735 *
1736 * Waits for auto-negotiation to complete or for the auto-negotiation time
1737 * limit to expire, which ever happens first.
1738 **/
1739static s32 e1000_wait_autoneg(struct e1000_hw *hw)
1740{
1741 s32 ret_val = 0;
1742 u16 i, phy_status;
1743
1744 /* Break after autoneg completes or PHY_AUTO_NEG_LIMIT expires. */
1745 for (i = PHY_AUTO_NEG_LIMIT; i > 0; i--) {
1746 ret_val = e1e_rphy(hw, PHY_STATUS, &phy_status);
1747 if (ret_val)
1748 break;
1749 ret_val = e1e_rphy(hw, PHY_STATUS, &phy_status);
1750 if (ret_val)
1751 break;
1752 if (phy_status & MII_SR_AUTONEG_COMPLETE)
1753 break;
1754 msleep(100);
1755 }
1756
Bruce Allanad680762008-03-28 09:15:03 -07001757 /*
1758 * 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 Allanad680762008-03-28 09:15:03 -07001780 /*
1781 * Some PHYs require the PHY_STATUS register to be read
Auke Kokbc7f75f2007-09-17 12:30:59 -07001782 * twice due to the link bit being sticky. No harm doing
1783 * it across the board.
1784 */
1785 ret_val = e1e_rphy(hw, PHY_STATUS, &phy_status);
1786 if (ret_val)
Bruce Allan906e8d92009-07-01 13:28:50 +00001787 /*
1788 * If the first read fails, another entity may have
1789 * ownership of the resources, wait and try again to
1790 * see if they have relinquished the resources yet.
1791 */
1792 udelay(usec_interval);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001793 ret_val = e1e_rphy(hw, PHY_STATUS, &phy_status);
1794 if (ret_val)
1795 break;
1796 if (phy_status & MII_SR_LINK_STATUS)
1797 break;
1798 if (usec_interval >= 1000)
1799 mdelay(usec_interval/1000);
1800 else
1801 udelay(usec_interval);
1802 }
1803
1804 *success = (i < iterations);
1805
1806 return ret_val;
1807}
1808
1809/**
1810 * e1000e_get_cable_length_m88 - Determine cable length for m88 PHY
1811 * @hw: pointer to the HW structure
1812 *
1813 * Reads the PHY specific status register to retrieve the cable length
1814 * information. The cable length is determined by averaging the minimum and
1815 * maximum values to get the "average" cable length. The m88 PHY has four
1816 * possible cable length values, which are:
1817 * Register Value Cable Length
1818 * 0 < 50 meters
1819 * 1 50 - 80 meters
1820 * 2 80 - 110 meters
1821 * 3 110 - 140 meters
1822 * 4 > 140 meters
1823 **/
1824s32 e1000e_get_cable_length_m88(struct e1000_hw *hw)
1825{
1826 struct e1000_phy_info *phy = &hw->phy;
1827 s32 ret_val;
1828 u16 phy_data, index;
1829
1830 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_STATUS, &phy_data);
1831 if (ret_val)
Bruce Allaneb656d42009-12-01 15:47:02 +00001832 goto out;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001833
1834 index = (phy_data & M88E1000_PSSR_CABLE_LENGTH) >>
Bruce Allaneb656d42009-12-01 15:47:02 +00001835 M88E1000_PSSR_CABLE_LENGTH_SHIFT;
1836 if (index >= M88E1000_CABLE_LENGTH_TABLE_SIZE - 1) {
1837 ret_val = -E1000_ERR_PHY;
1838 goto out;
1839 }
1840
Auke Kokbc7f75f2007-09-17 12:30:59 -07001841 phy->min_cable_length = e1000_m88_cable_length_table[index];
Bruce Allaneb656d42009-12-01 15:47:02 +00001842 phy->max_cable_length = e1000_m88_cable_length_table[index + 1];
Auke Kokbc7f75f2007-09-17 12:30:59 -07001843
1844 phy->cable_length = (phy->min_cable_length + phy->max_cable_length) / 2;
1845
Bruce Allaneb656d42009-12-01 15:47:02 +00001846out:
Auke Kokbc7f75f2007-09-17 12:30:59 -07001847 return ret_val;
1848}
1849
1850/**
1851 * e1000e_get_cable_length_igp_2 - Determine cable length for igp2 PHY
1852 * @hw: pointer to the HW structure
1853 *
1854 * The automatic gain control (agc) normalizes the amplitude of the
1855 * received signal, adjusting for the attenuation produced by the
Auke Kok489815c2008-02-21 15:11:07 -08001856 * cable. By reading the AGC registers, which represent the
Bruce Allan5ff5b662009-12-01 15:51:11 +00001857 * combination of coarse and fine gain value, the value can be put
Auke Kokbc7f75f2007-09-17 12:30:59 -07001858 * into a lookup table to obtain the approximate cable length
1859 * for each channel.
1860 **/
1861s32 e1000e_get_cable_length_igp_2(struct e1000_hw *hw)
1862{
1863 struct e1000_phy_info *phy = &hw->phy;
1864 s32 ret_val;
1865 u16 phy_data, i, agc_value = 0;
1866 u16 cur_agc_index, max_agc_index = 0;
1867 u16 min_agc_index = IGP02E1000_CABLE_LENGTH_TABLE_SIZE - 1;
Jeff Kirsher66744502010-12-01 19:59:50 +00001868 static const u16 agc_reg_array[IGP02E1000_PHY_CHANNEL_NUM] = {
1869 IGP02E1000_PHY_AGC_A,
1870 IGP02E1000_PHY_AGC_B,
1871 IGP02E1000_PHY_AGC_C,
1872 IGP02E1000_PHY_AGC_D
1873 };
Auke Kokbc7f75f2007-09-17 12:30:59 -07001874
1875 /* Read the AGC registers for all channels */
1876 for (i = 0; i < IGP02E1000_PHY_CHANNEL_NUM; i++) {
1877 ret_val = e1e_rphy(hw, agc_reg_array[i], &phy_data);
1878 if (ret_val)
1879 return ret_val;
1880
Bruce Allanad680762008-03-28 09:15:03 -07001881 /*
1882 * Getting bits 15:9, which represent the combination of
Bruce Allan5ff5b662009-12-01 15:51:11 +00001883 * coarse and fine gain values. The result is a number
Auke Kokbc7f75f2007-09-17 12:30:59 -07001884 * that can be put into the lookup table to obtain the
Bruce Allanad680762008-03-28 09:15:03 -07001885 * approximate cable length.
1886 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001887 cur_agc_index = (phy_data >> IGP02E1000_AGC_LENGTH_SHIFT) &
1888 IGP02E1000_AGC_LENGTH_MASK;
1889
1890 /* Array index bound check. */
1891 if ((cur_agc_index >= IGP02E1000_CABLE_LENGTH_TABLE_SIZE) ||
1892 (cur_agc_index == 0))
1893 return -E1000_ERR_PHY;
1894
1895 /* Remove min & max AGC values from calculation. */
1896 if (e1000_igp_2_cable_length_table[min_agc_index] >
1897 e1000_igp_2_cable_length_table[cur_agc_index])
1898 min_agc_index = cur_agc_index;
1899 if (e1000_igp_2_cable_length_table[max_agc_index] <
1900 e1000_igp_2_cable_length_table[cur_agc_index])
1901 max_agc_index = cur_agc_index;
1902
1903 agc_value += e1000_igp_2_cable_length_table[cur_agc_index];
1904 }
1905
1906 agc_value -= (e1000_igp_2_cable_length_table[min_agc_index] +
1907 e1000_igp_2_cable_length_table[max_agc_index]);
1908 agc_value /= (IGP02E1000_PHY_CHANNEL_NUM - 2);
1909
1910 /* Calculate cable length with the error range of +/- 10 meters. */
1911 phy->min_cable_length = ((agc_value - IGP02E1000_AGC_RANGE) > 0) ?
1912 (agc_value - IGP02E1000_AGC_RANGE) : 0;
1913 phy->max_cable_length = agc_value + IGP02E1000_AGC_RANGE;
1914
1915 phy->cable_length = (phy->min_cable_length + phy->max_cable_length) / 2;
1916
Bruce Allan82607252012-02-08 02:55:09 +00001917 return 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001918}
1919
1920/**
1921 * e1000e_get_phy_info_m88 - Retrieve PHY information
1922 * @hw: pointer to the HW structure
1923 *
1924 * Valid for only copper links. Read the PHY status register (sticky read)
1925 * to verify that link is up. Read the PHY special control register to
1926 * determine the polarity and 10base-T extended distance. Read the PHY
1927 * special status register to determine MDI/MDIx and current speed. If
1928 * speed is 1000, then determine cable length, local and remote receiver.
1929 **/
1930s32 e1000e_get_phy_info_m88(struct e1000_hw *hw)
1931{
1932 struct e1000_phy_info *phy = &hw->phy;
1933 s32 ret_val;
1934 u16 phy_data;
1935 bool link;
1936
Bruce Allan0be84012009-12-02 17:03:18 +00001937 if (phy->media_type != e1000_media_type_copper) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001938 e_dbg("Phy info is only valid for copper media\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001939 return -E1000_ERR_CONFIG;
1940 }
1941
1942 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
1943 if (ret_val)
1944 return ret_val;
1945
1946 if (!link) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001947 e_dbg("Phy info is only valid if link is up\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001948 return -E1000_ERR_CONFIG;
1949 }
1950
1951 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_CTRL, &phy_data);
1952 if (ret_val)
1953 return ret_val;
1954
1955 phy->polarity_correction = (phy_data &
1956 M88E1000_PSCR_POLARITY_REVERSAL);
1957
1958 ret_val = e1000_check_polarity_m88(hw);
1959 if (ret_val)
1960 return ret_val;
1961
1962 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_STATUS, &phy_data);
1963 if (ret_val)
1964 return ret_val;
1965
1966 phy->is_mdix = (phy_data & M88E1000_PSSR_MDIX);
1967
1968 if ((phy_data & M88E1000_PSSR_SPEED) == M88E1000_PSSR_1000MBS) {
1969 ret_val = e1000_get_cable_length(hw);
1970 if (ret_val)
1971 return ret_val;
1972
1973 ret_val = e1e_rphy(hw, PHY_1000T_STATUS, &phy_data);
1974 if (ret_val)
1975 return ret_val;
1976
1977 phy->local_rx = (phy_data & SR_1000T_LOCAL_RX_STATUS)
1978 ? e1000_1000t_rx_status_ok
1979 : e1000_1000t_rx_status_not_ok;
1980
1981 phy->remote_rx = (phy_data & SR_1000T_REMOTE_RX_STATUS)
1982 ? e1000_1000t_rx_status_ok
1983 : e1000_1000t_rx_status_not_ok;
1984 } else {
1985 /* Set values to "undefined" */
1986 phy->cable_length = E1000_CABLE_LENGTH_UNDEFINED;
1987 phy->local_rx = e1000_1000t_rx_status_undefined;
1988 phy->remote_rx = e1000_1000t_rx_status_undefined;
1989 }
1990
1991 return ret_val;
1992}
1993
1994/**
1995 * e1000e_get_phy_info_igp - Retrieve igp PHY information
1996 * @hw: pointer to the HW structure
1997 *
1998 * Read PHY status to determine if link is up. If link is up, then
1999 * set/determine 10base-T extended distance and polarity correction. Read
2000 * PHY port status to determine MDI/MDIx and speed. Based on the speed,
2001 * determine on the cable length, local and remote receiver.
2002 **/
2003s32 e1000e_get_phy_info_igp(struct e1000_hw *hw)
2004{
2005 struct e1000_phy_info *phy = &hw->phy;
2006 s32 ret_val;
2007 u16 data;
2008 bool link;
2009
2010 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
2011 if (ret_val)
2012 return ret_val;
2013
2014 if (!link) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002015 e_dbg("Phy info is only valid if link is up\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07002016 return -E1000_ERR_CONFIG;
2017 }
2018
Bruce Allan564ea9b2009-11-20 23:26:44 +00002019 phy->polarity_correction = true;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002020
2021 ret_val = e1000_check_polarity_igp(hw);
2022 if (ret_val)
2023 return ret_val;
2024
2025 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_STATUS, &data);
2026 if (ret_val)
2027 return ret_val;
2028
2029 phy->is_mdix = (data & IGP01E1000_PSSR_MDIX);
2030
2031 if ((data & IGP01E1000_PSSR_SPEED_MASK) ==
2032 IGP01E1000_PSSR_SPEED_1000MBPS) {
2033 ret_val = e1000_get_cable_length(hw);
2034 if (ret_val)
2035 return ret_val;
2036
2037 ret_val = e1e_rphy(hw, PHY_1000T_STATUS, &data);
2038 if (ret_val)
2039 return ret_val;
2040
2041 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS)
2042 ? e1000_1000t_rx_status_ok
2043 : e1000_1000t_rx_status_not_ok;
2044
2045 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS)
2046 ? e1000_1000t_rx_status_ok
2047 : e1000_1000t_rx_status_not_ok;
2048 } else {
2049 phy->cable_length = E1000_CABLE_LENGTH_UNDEFINED;
2050 phy->local_rx = e1000_1000t_rx_status_undefined;
2051 phy->remote_rx = e1000_1000t_rx_status_undefined;
2052 }
2053
2054 return ret_val;
2055}
2056
2057/**
Bruce Allan0be84012009-12-02 17:03:18 +00002058 * e1000_get_phy_info_ife - Retrieves various IFE PHY states
2059 * @hw: pointer to the HW structure
2060 *
2061 * Populates "phy" structure with various feature states.
2062 **/
2063s32 e1000_get_phy_info_ife(struct e1000_hw *hw)
2064{
2065 struct e1000_phy_info *phy = &hw->phy;
2066 s32 ret_val;
2067 u16 data;
2068 bool link;
2069
2070 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
2071 if (ret_val)
2072 goto out;
2073
2074 if (!link) {
2075 e_dbg("Phy info is only valid if link is up\n");
2076 ret_val = -E1000_ERR_CONFIG;
2077 goto out;
2078 }
2079
2080 ret_val = e1e_rphy(hw, IFE_PHY_SPECIAL_CONTROL, &data);
2081 if (ret_val)
2082 goto out;
2083 phy->polarity_correction = (data & IFE_PSC_AUTO_POLARITY_DISABLE)
2084 ? false : true;
2085
2086 if (phy->polarity_correction) {
2087 ret_val = e1000_check_polarity_ife(hw);
2088 if (ret_val)
2089 goto out;
2090 } else {
2091 /* Polarity is forced */
2092 phy->cable_polarity = (data & IFE_PSC_FORCE_POLARITY)
2093 ? e1000_rev_polarity_reversed
2094 : e1000_rev_polarity_normal;
2095 }
2096
2097 ret_val = e1e_rphy(hw, IFE_PHY_MDIX_CONTROL, &data);
2098 if (ret_val)
2099 goto out;
2100
2101 phy->is_mdix = (data & IFE_PMC_MDIX_STATUS) ? true : false;
2102
2103 /* The following parameters are undefined for 10/100 operation. */
2104 phy->cable_length = E1000_CABLE_LENGTH_UNDEFINED;
2105 phy->local_rx = e1000_1000t_rx_status_undefined;
2106 phy->remote_rx = e1000_1000t_rx_status_undefined;
2107
2108out:
2109 return ret_val;
2110}
2111
2112/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07002113 * e1000e_phy_sw_reset - PHY software reset
2114 * @hw: pointer to the HW structure
2115 *
2116 * Does a software reset of the PHY by reading the PHY control register and
2117 * setting/write the control register reset bit to the PHY.
2118 **/
2119s32 e1000e_phy_sw_reset(struct e1000_hw *hw)
2120{
2121 s32 ret_val;
2122 u16 phy_ctrl;
2123
2124 ret_val = e1e_rphy(hw, PHY_CONTROL, &phy_ctrl);
2125 if (ret_val)
2126 return ret_val;
2127
2128 phy_ctrl |= MII_CR_RESET;
2129 ret_val = e1e_wphy(hw, PHY_CONTROL, phy_ctrl);
2130 if (ret_val)
2131 return ret_val;
2132
2133 udelay(1);
2134
2135 return ret_val;
2136}
2137
2138/**
2139 * e1000e_phy_hw_reset_generic - PHY hardware reset
2140 * @hw: pointer to the HW structure
2141 *
2142 * Verify the reset block is not blocking us from resetting. Acquire
2143 * semaphore (if necessary) and read/set/write the device control reset
2144 * bit in the PHY. Wait the appropriate delay time for the device to
Auke Kok489815c2008-02-21 15:11:07 -08002145 * reset and release the semaphore (if necessary).
Auke Kokbc7f75f2007-09-17 12:30:59 -07002146 **/
2147s32 e1000e_phy_hw_reset_generic(struct e1000_hw *hw)
2148{
2149 struct e1000_phy_info *phy = &hw->phy;
2150 s32 ret_val;
2151 u32 ctrl;
2152
2153 ret_val = e1000_check_reset_block(hw);
2154 if (ret_val)
2155 return 0;
2156
Bruce Allan94d81862009-11-20 23:25:26 +00002157 ret_val = phy->ops.acquire(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002158 if (ret_val)
2159 return ret_val;
2160
2161 ctrl = er32(CTRL);
2162 ew32(CTRL, ctrl | E1000_CTRL_PHY_RST);
2163 e1e_flush();
2164
2165 udelay(phy->reset_delay_us);
2166
2167 ew32(CTRL, ctrl);
2168 e1e_flush();
2169
2170 udelay(150);
2171
Bruce Allan94d81862009-11-20 23:25:26 +00002172 phy->ops.release(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002173
2174 return e1000_get_phy_cfg_done(hw);
2175}
2176
2177/**
2178 * e1000e_get_cfg_done - Generic configuration done
2179 * @hw: pointer to the HW structure
2180 *
2181 * Generic function to wait 10 milli-seconds for configuration to complete
2182 * and return success.
2183 **/
2184s32 e1000e_get_cfg_done(struct e1000_hw *hw)
2185{
2186 mdelay(10);
2187 return 0;
2188}
2189
Bruce Allanf4187b52008-08-26 18:36:50 -07002190/**
2191 * e1000e_phy_init_script_igp3 - Inits the IGP3 PHY
2192 * @hw: pointer to the HW structure
2193 *
2194 * Initializes a Intel Gigabit PHY3 when an EEPROM is not present.
2195 **/
2196s32 e1000e_phy_init_script_igp3(struct e1000_hw *hw)
2197{
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002198 e_dbg("Running IGP 3 PHY init script\n");
Bruce Allanf4187b52008-08-26 18:36:50 -07002199
2200 /* PHY init IGP 3 */
2201 /* Enable rise/fall, 10-mode work in class-A */
2202 e1e_wphy(hw, 0x2F5B, 0x9018);
2203 /* Remove all caps from Replica path filter */
2204 e1e_wphy(hw, 0x2F52, 0x0000);
2205 /* Bias trimming for ADC, AFE and Driver (Default) */
2206 e1e_wphy(hw, 0x2FB1, 0x8B24);
2207 /* Increase Hybrid poly bias */
2208 e1e_wphy(hw, 0x2FB2, 0xF8F0);
2209 /* Add 4% to Tx amplitude in Gig mode */
2210 e1e_wphy(hw, 0x2010, 0x10B0);
2211 /* Disable trimming (TTT) */
2212 e1e_wphy(hw, 0x2011, 0x0000);
2213 /* Poly DC correction to 94.6% + 2% for all channels */
2214 e1e_wphy(hw, 0x20DD, 0x249A);
2215 /* ABS DC correction to 95.9% */
2216 e1e_wphy(hw, 0x20DE, 0x00D3);
2217 /* BG temp curve trim */
2218 e1e_wphy(hw, 0x28B4, 0x04CE);
2219 /* Increasing ADC OPAMP stage 1 currents to max */
2220 e1e_wphy(hw, 0x2F70, 0x29E4);
2221 /* Force 1000 ( required for enabling PHY regs configuration) */
2222 e1e_wphy(hw, 0x0000, 0x0140);
2223 /* Set upd_freq to 6 */
2224 e1e_wphy(hw, 0x1F30, 0x1606);
2225 /* Disable NPDFE */
2226 e1e_wphy(hw, 0x1F31, 0xB814);
2227 /* Disable adaptive fixed FFE (Default) */
2228 e1e_wphy(hw, 0x1F35, 0x002A);
2229 /* Enable FFE hysteresis */
2230 e1e_wphy(hw, 0x1F3E, 0x0067);
2231 /* Fixed FFE for short cable lengths */
2232 e1e_wphy(hw, 0x1F54, 0x0065);
2233 /* Fixed FFE for medium cable lengths */
2234 e1e_wphy(hw, 0x1F55, 0x002A);
2235 /* Fixed FFE for long cable lengths */
2236 e1e_wphy(hw, 0x1F56, 0x002A);
2237 /* Enable Adaptive Clip Threshold */
2238 e1e_wphy(hw, 0x1F72, 0x3FB0);
2239 /* AHT reset limit to 1 */
2240 e1e_wphy(hw, 0x1F76, 0xC0FF);
2241 /* Set AHT master delay to 127 msec */
2242 e1e_wphy(hw, 0x1F77, 0x1DEC);
2243 /* Set scan bits for AHT */
2244 e1e_wphy(hw, 0x1F78, 0xF9EF);
2245 /* Set AHT Preset bits */
2246 e1e_wphy(hw, 0x1F79, 0x0210);
2247 /* Change integ_factor of channel A to 3 */
2248 e1e_wphy(hw, 0x1895, 0x0003);
2249 /* Change prop_factor of channels BCD to 8 */
2250 e1e_wphy(hw, 0x1796, 0x0008);
2251 /* Change cg_icount + enable integbp for channels BCD */
2252 e1e_wphy(hw, 0x1798, 0xD008);
2253 /*
2254 * Change cg_icount + enable integbp + change prop_factor_master
2255 * to 8 for channel A
2256 */
2257 e1e_wphy(hw, 0x1898, 0xD918);
2258 /* Disable AHT in Slave mode on channel A */
2259 e1e_wphy(hw, 0x187A, 0x0800);
2260 /*
2261 * Enable LPLU and disable AN to 1000 in non-D0a states,
2262 * Enable SPD+B2B
2263 */
2264 e1e_wphy(hw, 0x0019, 0x008D);
2265 /* Enable restart AN on an1000_dis change */
2266 e1e_wphy(hw, 0x001B, 0x2080);
2267 /* Enable wh_fifo read clock in 10/100 modes */
2268 e1e_wphy(hw, 0x0014, 0x0045);
2269 /* Restart AN, Speed selection is 1000 */
2270 e1e_wphy(hw, 0x0000, 0x1340);
2271
2272 return 0;
2273}
2274
Auke Kokbc7f75f2007-09-17 12:30:59 -07002275/* Internal function pointers */
2276
2277/**
2278 * e1000_get_phy_cfg_done - Generic PHY configuration done
2279 * @hw: pointer to the HW structure
2280 *
2281 * Return success if silicon family did not implement a family specific
2282 * get_cfg_done function.
2283 **/
2284static s32 e1000_get_phy_cfg_done(struct e1000_hw *hw)
2285{
2286 if (hw->phy.ops.get_cfg_done)
2287 return hw->phy.ops.get_cfg_done(hw);
2288
2289 return 0;
2290}
2291
2292/**
2293 * e1000_phy_force_speed_duplex - Generic force PHY speed/duplex
2294 * @hw: pointer to the HW structure
2295 *
2296 * When the silicon family has not implemented a forced speed/duplex
2297 * function for the PHY, simply return 0.
2298 **/
2299static s32 e1000_phy_force_speed_duplex(struct e1000_hw *hw)
2300{
2301 if (hw->phy.ops.force_speed_duplex)
2302 return hw->phy.ops.force_speed_duplex(hw);
2303
2304 return 0;
2305}
2306
2307/**
2308 * e1000e_get_phy_type_from_id - Get PHY type from id
2309 * @phy_id: phy_id read from the phy
2310 *
2311 * Returns the phy type from the id.
2312 **/
2313enum e1000_phy_type e1000e_get_phy_type_from_id(u32 phy_id)
2314{
2315 enum e1000_phy_type phy_type = e1000_phy_unknown;
2316
2317 switch (phy_id) {
2318 case M88E1000_I_PHY_ID:
2319 case M88E1000_E_PHY_ID:
2320 case M88E1111_I_PHY_ID:
2321 case M88E1011_I_PHY_ID:
2322 phy_type = e1000_phy_m88;
2323 break;
2324 case IGP01E1000_I_PHY_ID: /* IGP 1 & 2 share this */
2325 phy_type = e1000_phy_igp_2;
2326 break;
2327 case GG82563_E_PHY_ID:
2328 phy_type = e1000_phy_gg82563;
2329 break;
2330 case IGP03E1000_E_PHY_ID:
2331 phy_type = e1000_phy_igp_3;
2332 break;
2333 case IFE_E_PHY_ID:
2334 case IFE_PLUS_E_PHY_ID:
2335 case IFE_C_E_PHY_ID:
2336 phy_type = e1000_phy_ife;
2337 break;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002338 case BME1000_E_PHY_ID:
2339 case BME1000_E_PHY_ID_R2:
2340 phy_type = e1000_phy_bm;
2341 break;
Bruce Allana4f58f52009-06-02 11:29:18 +00002342 case I82578_E_PHY_ID:
2343 phy_type = e1000_phy_82578;
2344 break;
2345 case I82577_E_PHY_ID:
2346 phy_type = e1000_phy_82577;
2347 break;
Bruce Alland3738bb2010-06-16 13:27:28 +00002348 case I82579_E_PHY_ID:
2349 phy_type = e1000_phy_82579;
2350 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002351 default:
2352 phy_type = e1000_phy_unknown;
2353 break;
2354 }
2355 return phy_type;
2356}
2357
2358/**
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002359 * e1000e_determine_phy_address - Determines PHY address.
2360 * @hw: pointer to the HW structure
2361 *
2362 * This uses a trial and error method to loop through possible PHY
2363 * addresses. It tests each by reading the PHY ID registers and
2364 * checking for a match.
2365 **/
2366s32 e1000e_determine_phy_address(struct e1000_hw *hw)
2367{
2368 s32 ret_val = -E1000_ERR_PHY_TYPE;
Bruce Allan5eb6f3c2009-12-02 17:02:43 +00002369 u32 phy_addr = 0;
2370 u32 i;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002371 enum e1000_phy_type phy_type = e1000_phy_unknown;
2372
Bruce Allan5eb6f3c2009-12-02 17:02:43 +00002373 hw->phy.id = phy_type;
2374
2375 for (phy_addr = 0; phy_addr < E1000_MAX_PHY_ADDR; phy_addr++) {
2376 hw->phy.addr = phy_addr;
2377 i = 0;
2378
2379 do {
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002380 e1000e_get_phy_id(hw);
2381 phy_type = e1000e_get_phy_type_from_id(hw->phy.id);
2382
Bruce Allan5eb6f3c2009-12-02 17:02:43 +00002383 /*
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002384 * If phy_type is valid, break - we found our
2385 * PHY address
2386 */
2387 if (phy_type != e1000_phy_unknown) {
2388 ret_val = 0;
Bruce Allan5eb6f3c2009-12-02 17:02:43 +00002389 goto out;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002390 }
Bruce Allan1bba4382011-03-19 00:27:20 +00002391 usleep_range(1000, 2000);
Bruce Allan5eb6f3c2009-12-02 17:02:43 +00002392 i++;
2393 } while (i < 10);
2394 }
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002395
Bruce Allan5eb6f3c2009-12-02 17:02:43 +00002396out:
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002397 return ret_val;
2398}
2399
2400/**
2401 * e1000_get_phy_addr_for_bm_page - Retrieve PHY page address
2402 * @page: page to access
2403 *
2404 * Returns the phy address for the page requested.
2405 **/
2406static u32 e1000_get_phy_addr_for_bm_page(u32 page, u32 reg)
2407{
2408 u32 phy_addr = 2;
2409
2410 if ((page >= 768) || (page == 0 && reg == 25) || (reg == 31))
2411 phy_addr = 1;
2412
2413 return phy_addr;
2414}
2415
2416/**
2417 * e1000e_write_phy_reg_bm - Write BM PHY register
2418 * @hw: pointer to the HW structure
2419 * @offset: register offset to write to
2420 * @data: data to write at register offset
2421 *
2422 * Acquires semaphore, if necessary, then writes the data to PHY register
2423 * at the offset. Release any acquired semaphores before exiting.
2424 **/
2425s32 e1000e_write_phy_reg_bm(struct e1000_hw *hw, u32 offset, u16 data)
2426{
2427 s32 ret_val;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002428 u32 page = offset >> IGP_PAGE_SHIFT;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002429
Bruce Allan94d81862009-11-20 23:25:26 +00002430 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002431 if (ret_val)
2432 return ret_val;
2433
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002434 /* Page 800 works differently than the rest so it has its own func */
2435 if (page == BM_WUC_PAGE) {
2436 ret_val = e1000_access_phy_wakeup_reg_bm(hw, offset, &data,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002437 false, false);
Bruce Allan75ce1532012-02-08 02:54:48 +00002438 goto release;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002439 }
2440
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002441 hw->phy.addr = e1000_get_phy_addr_for_bm_page(page, offset);
2442
2443 if (offset > MAX_PHY_MULTI_PAGE_REG) {
Bruce Allan90da0662011-01-06 07:02:53 +00002444 u32 page_shift, page_select;
2445
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002446 /*
2447 * Page select is register 31 for phy address 1 and 22 for
2448 * phy address 2 and 3. Page select is shifted only for
2449 * phy address 1.
2450 */
2451 if (hw->phy.addr == 1) {
2452 page_shift = IGP_PAGE_SHIFT;
2453 page_select = IGP01E1000_PHY_PAGE_SELECT;
2454 } else {
2455 page_shift = 0;
2456 page_select = BM_PHY_PAGE_SELECT;
2457 }
2458
2459 /* Page is shifted left, PHY expects (page x 32) */
2460 ret_val = e1000e_write_phy_reg_mdic(hw, page_select,
2461 (page << page_shift));
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002462 if (ret_val)
Bruce Allan75ce1532012-02-08 02:54:48 +00002463 goto release;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002464 }
2465
2466 ret_val = e1000e_write_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset,
2467 data);
2468
Bruce Allan75ce1532012-02-08 02:54:48 +00002469release:
Bruce Allan94d81862009-11-20 23:25:26 +00002470 hw->phy.ops.release(hw);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002471 return ret_val;
2472}
2473
2474/**
2475 * e1000e_read_phy_reg_bm - Read BM PHY register
2476 * @hw: pointer to the HW structure
2477 * @offset: register offset to be read
2478 * @data: pointer to the read data
2479 *
2480 * Acquires semaphore, if necessary, then reads the PHY register at offset
2481 * and storing the retrieved information in data. Release any acquired
2482 * semaphores before exiting.
2483 **/
2484s32 e1000e_read_phy_reg_bm(struct e1000_hw *hw, u32 offset, u16 *data)
2485{
2486 s32 ret_val;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002487 u32 page = offset >> IGP_PAGE_SHIFT;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002488
Bruce Allan94d81862009-11-20 23:25:26 +00002489 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002490 if (ret_val)
2491 return ret_val;
2492
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002493 /* Page 800 works differently than the rest so it has its own func */
2494 if (page == BM_WUC_PAGE) {
2495 ret_val = e1000_access_phy_wakeup_reg_bm(hw, offset, data,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002496 true, false);
Bruce Allan75ce1532012-02-08 02:54:48 +00002497 goto release;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002498 }
2499
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002500 hw->phy.addr = e1000_get_phy_addr_for_bm_page(page, offset);
2501
2502 if (offset > MAX_PHY_MULTI_PAGE_REG) {
Bruce Allan90da0662011-01-06 07:02:53 +00002503 u32 page_shift, page_select;
2504
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002505 /*
2506 * Page select is register 31 for phy address 1 and 22 for
2507 * phy address 2 and 3. Page select is shifted only for
2508 * phy address 1.
2509 */
2510 if (hw->phy.addr == 1) {
2511 page_shift = IGP_PAGE_SHIFT;
2512 page_select = IGP01E1000_PHY_PAGE_SELECT;
2513 } else {
2514 page_shift = 0;
2515 page_select = BM_PHY_PAGE_SELECT;
2516 }
2517
2518 /* Page is shifted left, PHY expects (page x 32) */
2519 ret_val = e1000e_write_phy_reg_mdic(hw, page_select,
2520 (page << page_shift));
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002521 if (ret_val)
Bruce Allan75ce1532012-02-08 02:54:48 +00002522 goto release;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002523 }
2524
2525 ret_val = e1000e_read_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset,
2526 data);
Bruce Allan75ce1532012-02-08 02:54:48 +00002527release:
Bruce Allan94d81862009-11-20 23:25:26 +00002528 hw->phy.ops.release(hw);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002529 return ret_val;
2530}
2531
2532/**
Bruce Allan4662e822008-08-26 18:37:06 -07002533 * e1000e_read_phy_reg_bm2 - Read BM PHY register
2534 * @hw: pointer to the HW structure
2535 * @offset: register offset to be read
2536 * @data: pointer to the read data
2537 *
2538 * Acquires semaphore, if necessary, then reads the PHY register at offset
2539 * and storing the retrieved information in data. Release any acquired
2540 * semaphores before exiting.
2541 **/
2542s32 e1000e_read_phy_reg_bm2(struct e1000_hw *hw, u32 offset, u16 *data)
2543{
2544 s32 ret_val;
2545 u16 page = (u16)(offset >> IGP_PAGE_SHIFT);
2546
Bruce Allan94d81862009-11-20 23:25:26 +00002547 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002548 if (ret_val)
2549 return ret_val;
2550
Bruce Allan4662e822008-08-26 18:37:06 -07002551 /* Page 800 works differently than the rest so it has its own func */
2552 if (page == BM_WUC_PAGE) {
2553 ret_val = e1000_access_phy_wakeup_reg_bm(hw, offset, data,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002554 true, false);
Bruce Allan75ce1532012-02-08 02:54:48 +00002555 goto release;
Bruce Allan4662e822008-08-26 18:37:06 -07002556 }
2557
Bruce Allan4662e822008-08-26 18:37:06 -07002558 hw->phy.addr = 1;
2559
2560 if (offset > MAX_PHY_MULTI_PAGE_REG) {
2561
2562 /* Page is shifted left, PHY expects (page x 32) */
2563 ret_val = e1000e_write_phy_reg_mdic(hw, BM_PHY_PAGE_SELECT,
2564 page);
2565
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002566 if (ret_val)
Bruce Allan75ce1532012-02-08 02:54:48 +00002567 goto release;
Bruce Allan4662e822008-08-26 18:37:06 -07002568 }
2569
2570 ret_val = e1000e_read_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset,
2571 data);
Bruce Allan75ce1532012-02-08 02:54:48 +00002572release:
Bruce Allan94d81862009-11-20 23:25:26 +00002573 hw->phy.ops.release(hw);
Bruce Allan4662e822008-08-26 18:37:06 -07002574 return ret_val;
2575}
2576
2577/**
2578 * e1000e_write_phy_reg_bm2 - Write BM PHY register
2579 * @hw: pointer to the HW structure
2580 * @offset: register offset to write to
2581 * @data: data to write at register offset
2582 *
2583 * Acquires semaphore, if necessary, then writes the data to PHY register
2584 * at the offset. Release any acquired semaphores before exiting.
2585 **/
2586s32 e1000e_write_phy_reg_bm2(struct e1000_hw *hw, u32 offset, u16 data)
2587{
2588 s32 ret_val;
2589 u16 page = (u16)(offset >> IGP_PAGE_SHIFT);
2590
Bruce Allan94d81862009-11-20 23:25:26 +00002591 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002592 if (ret_val)
2593 return ret_val;
2594
Bruce Allan4662e822008-08-26 18:37:06 -07002595 /* Page 800 works differently than the rest so it has its own func */
2596 if (page == BM_WUC_PAGE) {
2597 ret_val = e1000_access_phy_wakeup_reg_bm(hw, offset, &data,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002598 false, false);
Bruce Allan75ce1532012-02-08 02:54:48 +00002599 goto release;
Bruce Allan4662e822008-08-26 18:37:06 -07002600 }
2601
Bruce Allan4662e822008-08-26 18:37:06 -07002602 hw->phy.addr = 1;
2603
2604 if (offset > MAX_PHY_MULTI_PAGE_REG) {
2605 /* Page is shifted left, PHY expects (page x 32) */
2606 ret_val = e1000e_write_phy_reg_mdic(hw, BM_PHY_PAGE_SELECT,
2607 page);
2608
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002609 if (ret_val)
Bruce Allan75ce1532012-02-08 02:54:48 +00002610 goto release;
Bruce Allan4662e822008-08-26 18:37:06 -07002611 }
2612
2613 ret_val = e1000e_write_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset,
2614 data);
2615
Bruce Allan75ce1532012-02-08 02:54:48 +00002616release:
Bruce Allan94d81862009-11-20 23:25:26 +00002617 hw->phy.ops.release(hw);
Bruce Allan4662e822008-08-26 18:37:06 -07002618 return ret_val;
2619}
2620
2621/**
Bruce Allan2b6b1682011-05-13 07:20:09 +00002622 * e1000_enable_phy_wakeup_reg_access_bm - enable access to BM wakeup registers
2623 * @hw: pointer to the HW structure
2624 * @phy_reg: pointer to store original contents of BM_WUC_ENABLE_REG
2625 *
2626 * Assumes semaphore already acquired and phy_reg points to a valid memory
2627 * address to store contents of the BM_WUC_ENABLE_REG register.
2628 **/
2629s32 e1000_enable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg)
2630{
2631 s32 ret_val;
2632 u16 temp;
2633
2634 /* All page select, port ctrl and wakeup registers use phy address 1 */
2635 hw->phy.addr = 1;
2636
2637 /* Select Port Control Registers page */
2638 ret_val = e1000_set_page_igp(hw, (BM_PORT_CTRL_PAGE << IGP_PAGE_SHIFT));
2639 if (ret_val) {
2640 e_dbg("Could not set Port Control page\n");
2641 goto out;
2642 }
2643
2644 ret_val = e1000e_read_phy_reg_mdic(hw, BM_WUC_ENABLE_REG, phy_reg);
2645 if (ret_val) {
2646 e_dbg("Could not read PHY register %d.%d\n",
2647 BM_PORT_CTRL_PAGE, BM_WUC_ENABLE_REG);
2648 goto out;
2649 }
2650
2651 /*
2652 * Enable both PHY wakeup mode and Wakeup register page writes.
2653 * Prevent a power state change by disabling ME and Host PHY wakeup.
2654 */
2655 temp = *phy_reg;
2656 temp |= BM_WUC_ENABLE_BIT;
2657 temp &= ~(BM_WUC_ME_WU_BIT | BM_WUC_HOST_WU_BIT);
2658
2659 ret_val = e1000e_write_phy_reg_mdic(hw, BM_WUC_ENABLE_REG, temp);
2660 if (ret_val) {
2661 e_dbg("Could not write PHY register %d.%d\n",
2662 BM_PORT_CTRL_PAGE, BM_WUC_ENABLE_REG);
2663 goto out;
2664 }
2665
2666 /* Select Host Wakeup Registers page */
2667 ret_val = e1000_set_page_igp(hw, (BM_WUC_PAGE << IGP_PAGE_SHIFT));
2668
2669 /* caller now able to write registers on the Wakeup registers page */
2670out:
2671 return ret_val;
2672}
2673
2674/**
2675 * e1000_disable_phy_wakeup_reg_access_bm - disable access to BM wakeup regs
2676 * @hw: pointer to the HW structure
2677 * @phy_reg: pointer to original contents of BM_WUC_ENABLE_REG
2678 *
2679 * Restore BM_WUC_ENABLE_REG to its original value.
2680 *
2681 * Assumes semaphore already acquired and *phy_reg is the contents of the
2682 * BM_WUC_ENABLE_REG before register(s) on BM_WUC_PAGE were accessed by
2683 * caller.
2684 **/
2685s32 e1000_disable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg)
2686{
2687 s32 ret_val = 0;
2688
2689 /* Select Port Control Registers page */
2690 ret_val = e1000_set_page_igp(hw, (BM_PORT_CTRL_PAGE << IGP_PAGE_SHIFT));
2691 if (ret_val) {
2692 e_dbg("Could not set Port Control page\n");
2693 goto out;
2694 }
2695
2696 /* Restore 769.17 to its original value */
2697 ret_val = e1000e_write_phy_reg_mdic(hw, BM_WUC_ENABLE_REG, *phy_reg);
2698 if (ret_val)
2699 e_dbg("Could not restore PHY register %d.%d\n",
2700 BM_PORT_CTRL_PAGE, BM_WUC_ENABLE_REG);
2701out:
2702 return ret_val;
2703}
2704
2705/**
2706 * e1000_access_phy_wakeup_reg_bm - Read/write BM PHY wakeup register
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002707 * @hw: pointer to the HW structure
2708 * @offset: register offset to be read or written
2709 * @data: pointer to the data to read or write
2710 * @read: determines if operation is read or write
Bruce Allan2b6b1682011-05-13 07:20:09 +00002711 * @page_set: BM_WUC_PAGE already set and access enabled
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002712 *
Bruce Allan2b6b1682011-05-13 07:20:09 +00002713 * Read the PHY register at offset and store the retrieved information in
2714 * data, or write data to PHY register at offset. Note the procedure to
2715 * access the PHY wakeup registers is different than reading the other PHY
2716 * registers. It works as such:
2717 * 1) Set 769.17.2 (page 769, register 17, bit 2) = 1
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002718 * 2) Set page to 800 for host (801 if we were manageability)
2719 * 3) Write the address using the address opcode (0x11)
2720 * 4) Read or write the data using the data opcode (0x12)
Bruce Allan2b6b1682011-05-13 07:20:09 +00002721 * 5) Restore 769.17.2 to its original value
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002722 *
Bruce Allan2b6b1682011-05-13 07:20:09 +00002723 * Steps 1 and 2 are done by e1000_enable_phy_wakeup_reg_access_bm() and
2724 * step 5 is done by e1000_disable_phy_wakeup_reg_access_bm().
2725 *
2726 * Assumes semaphore is already acquired. When page_set==true, assumes
2727 * the PHY page is set to BM_WUC_PAGE (i.e. a function in the call stack
2728 * is responsible for calls to e1000_[enable|disable]_phy_wakeup_reg_bm()).
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002729 **/
2730static s32 e1000_access_phy_wakeup_reg_bm(struct e1000_hw *hw, u32 offset,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002731 u16 *data, bool read, bool page_set)
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002732{
2733 s32 ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00002734 u16 reg = BM_PHY_REG_NUM(offset);
Bruce Allan2b6b1682011-05-13 07:20:09 +00002735 u16 page = BM_PHY_REG_PAGE(offset);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002736 u16 phy_reg = 0;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002737
Bruce Allan2b6b1682011-05-13 07:20:09 +00002738 /* Gig must be disabled for MDIO accesses to Host Wakeup reg page */
Bruce Allana4f58f52009-06-02 11:29:18 +00002739 if ((hw->mac.type == e1000_pchlan) &&
Bruce Allan2b6b1682011-05-13 07:20:09 +00002740 (!(er32(PHY_CTRL) & E1000_PHY_CTRL_GBE_DISABLE)))
2741 e_dbg("Attempting to access page %d while gig enabled.\n",
2742 page);
Bruce Allana4f58f52009-06-02 11:29:18 +00002743
Bruce Allan2b6b1682011-05-13 07:20:09 +00002744 if (!page_set) {
2745 /* Enable access to PHY wakeup registers */
2746 ret_val = e1000_enable_phy_wakeup_reg_access_bm(hw, &phy_reg);
2747 if (ret_val) {
2748 e_dbg("Could not enable PHY wakeup reg access\n");
2749 goto out;
2750 }
Bruce Allan9b71b412009-12-01 15:53:07 +00002751 }
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002752
Bruce Allan2b6b1682011-05-13 07:20:09 +00002753 e_dbg("Accessing PHY page %d reg 0x%x\n", page, reg);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002754
Bruce Allan2b6b1682011-05-13 07:20:09 +00002755 /* Write the Wakeup register page offset value using opcode 0x11 */
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002756 ret_val = e1000e_write_phy_reg_mdic(hw, BM_WUC_ADDRESS_OPCODE, reg);
Bruce Allan9b71b412009-12-01 15:53:07 +00002757 if (ret_val) {
Bruce Allan2b6b1682011-05-13 07:20:09 +00002758 e_dbg("Could not write address opcode to page %d\n", page);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002759 goto out;
Bruce Allan9b71b412009-12-01 15:53:07 +00002760 }
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002761
2762 if (read) {
Bruce Allan2b6b1682011-05-13 07:20:09 +00002763 /* Read the Wakeup register page value using opcode 0x12 */
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002764 ret_val = e1000e_read_phy_reg_mdic(hw, BM_WUC_DATA_OPCODE,
2765 data);
2766 } else {
Bruce Allan2b6b1682011-05-13 07:20:09 +00002767 /* Write the Wakeup register page value using opcode 0x12 */
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002768 ret_val = e1000e_write_phy_reg_mdic(hw, BM_WUC_DATA_OPCODE,
2769 *data);
2770 }
2771
Bruce Allan9b71b412009-12-01 15:53:07 +00002772 if (ret_val) {
Bruce Allan2b6b1682011-05-13 07:20:09 +00002773 e_dbg("Could not access PHY reg %d.%d\n", page, reg);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002774 goto out;
Bruce Allan9b71b412009-12-01 15:53:07 +00002775 }
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002776
Bruce Allan2b6b1682011-05-13 07:20:09 +00002777 if (!page_set)
2778 ret_val = e1000_disable_phy_wakeup_reg_access_bm(hw, &phy_reg);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002779
2780out:
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002781 return ret_val;
2782}
2783
2784/**
Bruce Allan17f208d2009-12-01 15:47:22 +00002785 * e1000_power_up_phy_copper - Restore copper link in case of PHY power down
2786 * @hw: pointer to the HW structure
2787 *
2788 * In the case of a PHY power down to save power, or to turn off link during a
2789 * driver unload, or wake on lan is not enabled, restore the link to previous
2790 * settings.
2791 **/
2792void e1000_power_up_phy_copper(struct e1000_hw *hw)
2793{
2794 u16 mii_reg = 0;
2795
2796 /* The PHY will retain its settings across a power down/up cycle */
2797 e1e_rphy(hw, PHY_CONTROL, &mii_reg);
2798 mii_reg &= ~MII_CR_POWER_DOWN;
2799 e1e_wphy(hw, PHY_CONTROL, mii_reg);
2800}
2801
2802/**
2803 * e1000_power_down_phy_copper - Restore copper link in case of PHY power down
2804 * @hw: pointer to the HW structure
2805 *
2806 * In the case of a PHY power down to save power, or to turn off link during a
2807 * driver unload, or wake on lan is not enabled, restore the link to previous
2808 * settings.
2809 **/
2810void e1000_power_down_phy_copper(struct e1000_hw *hw)
2811{
2812 u16 mii_reg = 0;
2813
2814 /* The PHY will retain its settings across a power down/up cycle */
2815 e1e_rphy(hw, PHY_CONTROL, &mii_reg);
2816 mii_reg |= MII_CR_POWER_DOWN;
2817 e1e_wphy(hw, PHY_CONTROL, mii_reg);
Bruce Allan1bba4382011-03-19 00:27:20 +00002818 usleep_range(1000, 2000);
Bruce Allan17f208d2009-12-01 15:47:22 +00002819}
2820
2821/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07002822 * e1000e_commit_phy - Soft PHY reset
2823 * @hw: pointer to the HW structure
2824 *
2825 * Performs a soft PHY reset on those that apply. This is a function pointer
2826 * entry point called by drivers.
2827 **/
2828s32 e1000e_commit_phy(struct e1000_hw *hw)
2829{
Bruce Allan94d81862009-11-20 23:25:26 +00002830 if (hw->phy.ops.commit)
2831 return hw->phy.ops.commit(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002832
2833 return 0;
2834}
2835
2836/**
2837 * e1000_set_d0_lplu_state - Sets low power link up state for D0
2838 * @hw: pointer to the HW structure
2839 * @active: boolean used to enable/disable lplu
2840 *
2841 * Success returns 0, Failure returns 1
2842 *
2843 * The low power link up (lplu) state is set to the power management level D0
2844 * and SmartSpeed is disabled when active is true, else clear lplu for D0
2845 * and enable Smartspeed. LPLU and Smartspeed are mutually exclusive. LPLU
2846 * is used during Dx states where the power conservation is most important.
2847 * During driver activity, SmartSpeed should be enabled so performance is
2848 * maintained. This is a function pointer entry point called by drivers.
2849 **/
2850static s32 e1000_set_d0_lplu_state(struct e1000_hw *hw, bool active)
2851{
2852 if (hw->phy.ops.set_d0_lplu_state)
2853 return hw->phy.ops.set_d0_lplu_state(hw, active);
2854
2855 return 0;
2856}
Bruce Allana4f58f52009-06-02 11:29:18 +00002857
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002858/**
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002859 * __e1000_read_phy_reg_hv - Read HV PHY register
Bruce Allana4f58f52009-06-02 11:29:18 +00002860 * @hw: pointer to the HW structure
2861 * @offset: register offset to be read
2862 * @data: pointer to the read data
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002863 * @locked: semaphore has already been acquired or not
Bruce Allana4f58f52009-06-02 11:29:18 +00002864 *
2865 * Acquires semaphore, if necessary, then reads the PHY register at offset
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002866 * and stores the retrieved information in data. Release any acquired
Bruce Allana4f58f52009-06-02 11:29:18 +00002867 * semaphore before exiting.
2868 **/
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002869static s32 __e1000_read_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 *data,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002870 bool locked, bool page_set)
Bruce Allana4f58f52009-06-02 11:29:18 +00002871{
2872 s32 ret_val;
2873 u16 page = BM_PHY_REG_PAGE(offset);
2874 u16 reg = BM_PHY_REG_NUM(offset);
Bruce Allan2b6b1682011-05-13 07:20:09 +00002875 u32 phy_addr = hw->phy.addr = e1000_get_phy_addr_for_hv_page(page);
Bruce Allana4f58f52009-06-02 11:29:18 +00002876
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002877 if (!locked) {
Bruce Allan94d81862009-11-20 23:25:26 +00002878 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002879 if (ret_val)
2880 return ret_val;
2881 }
2882
Bruce Allana4f58f52009-06-02 11:29:18 +00002883 /* Page 800 works differently than the rest so it has its own func */
2884 if (page == BM_WUC_PAGE) {
Bruce Allan2b6b1682011-05-13 07:20:09 +00002885 ret_val = e1000_access_phy_wakeup_reg_bm(hw, offset, data,
2886 true, page_set);
Bruce Allana4f58f52009-06-02 11:29:18 +00002887 goto out;
2888 }
2889
2890 if (page > 0 && page < HV_INTC_FC_PAGE_START) {
2891 ret_val = e1000_access_phy_debug_regs_hv(hw, offset,
2892 data, true);
2893 goto out;
2894 }
2895
Bruce Allan2b6b1682011-05-13 07:20:09 +00002896 if (!page_set) {
2897 if (page == HV_INTC_FC_PAGE_START)
2898 page = 0;
Bruce Allana4f58f52009-06-02 11:29:18 +00002899
Bruce Allan2b6b1682011-05-13 07:20:09 +00002900 if (reg > MAX_PHY_MULTI_PAGE_REG) {
2901 /* Page is shifted left, PHY expects (page x 32) */
2902 ret_val = e1000_set_page_igp(hw,
2903 (page << IGP_PAGE_SHIFT));
Bruce Allana4f58f52009-06-02 11:29:18 +00002904
Bruce Allan2b6b1682011-05-13 07:20:09 +00002905 hw->phy.addr = phy_addr;
Bruce Allana4f58f52009-06-02 11:29:18 +00002906
Bruce Allan2b6b1682011-05-13 07:20:09 +00002907 if (ret_val)
2908 goto out;
2909 }
Bruce Allana4f58f52009-06-02 11:29:18 +00002910 }
2911
Bruce Allan2b6b1682011-05-13 07:20:09 +00002912 e_dbg("reading PHY page %d (or 0x%x shifted) reg 0x%x\n", page,
2913 page << IGP_PAGE_SHIFT, reg);
2914
Bruce Allana4f58f52009-06-02 11:29:18 +00002915 ret_val = e1000e_read_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & reg,
2916 data);
Bruce Allana4f58f52009-06-02 11:29:18 +00002917out:
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002918 if (!locked)
Bruce Allan94d81862009-11-20 23:25:26 +00002919 hw->phy.ops.release(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002920
Bruce Allana4f58f52009-06-02 11:29:18 +00002921 return ret_val;
2922}
2923
2924/**
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002925 * e1000_read_phy_reg_hv - Read HV PHY register
2926 * @hw: pointer to the HW structure
2927 * @offset: register offset to be read
2928 * @data: pointer to the read data
2929 *
2930 * Acquires semaphore then reads the PHY register at offset and stores
2931 * the retrieved information in data. Release the acquired semaphore
2932 * before exiting.
2933 **/
2934s32 e1000_read_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 *data)
2935{
Bruce Allan2b6b1682011-05-13 07:20:09 +00002936 return __e1000_read_phy_reg_hv(hw, offset, data, false, false);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002937}
2938
2939/**
2940 * e1000_read_phy_reg_hv_locked - Read HV PHY register
2941 * @hw: pointer to the HW structure
2942 * @offset: register offset to be read
2943 * @data: pointer to the read data
2944 *
2945 * Reads the PHY register at offset and stores the retrieved information
2946 * in data. Assumes semaphore already acquired.
2947 **/
2948s32 e1000_read_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 *data)
2949{
Bruce Allan2b6b1682011-05-13 07:20:09 +00002950 return __e1000_read_phy_reg_hv(hw, offset, data, true, false);
2951}
2952
2953/**
2954 * e1000_read_phy_reg_page_hv - Read HV PHY register
2955 * @hw: pointer to the HW structure
2956 * @offset: register offset to write to
2957 * @data: data to write at register offset
2958 *
2959 * Reads the PHY register at offset and stores the retrieved information
2960 * in data. Assumes semaphore already acquired and page already set.
2961 **/
2962s32 e1000_read_phy_reg_page_hv(struct e1000_hw *hw, u32 offset, u16 *data)
2963{
2964 return __e1000_read_phy_reg_hv(hw, offset, data, true, true);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002965}
2966
2967/**
2968 * __e1000_write_phy_reg_hv - Write HV PHY register
Bruce Allana4f58f52009-06-02 11:29:18 +00002969 * @hw: pointer to the HW structure
2970 * @offset: register offset to write to
2971 * @data: data to write at register offset
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002972 * @locked: semaphore has already been acquired or not
Bruce Allana4f58f52009-06-02 11:29:18 +00002973 *
2974 * Acquires semaphore, if necessary, then writes the data to PHY register
2975 * at the offset. Release any acquired semaphores before exiting.
2976 **/
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002977static s32 __e1000_write_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 data,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002978 bool locked, bool page_set)
Bruce Allana4f58f52009-06-02 11:29:18 +00002979{
2980 s32 ret_val;
2981 u16 page = BM_PHY_REG_PAGE(offset);
2982 u16 reg = BM_PHY_REG_NUM(offset);
Bruce Allan2b6b1682011-05-13 07:20:09 +00002983 u32 phy_addr = hw->phy.addr = e1000_get_phy_addr_for_hv_page(page);
Bruce Allana4f58f52009-06-02 11:29:18 +00002984
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002985 if (!locked) {
Bruce Allan94d81862009-11-20 23:25:26 +00002986 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002987 if (ret_val)
2988 return ret_val;
2989 }
2990
Bruce Allana4f58f52009-06-02 11:29:18 +00002991 /* Page 800 works differently than the rest so it has its own func */
2992 if (page == BM_WUC_PAGE) {
Bruce Allan2b6b1682011-05-13 07:20:09 +00002993 ret_val = e1000_access_phy_wakeup_reg_bm(hw, offset, &data,
2994 false, page_set);
Bruce Allana4f58f52009-06-02 11:29:18 +00002995 goto out;
2996 }
2997
2998 if (page > 0 && page < HV_INTC_FC_PAGE_START) {
2999 ret_val = e1000_access_phy_debug_regs_hv(hw, offset,
3000 &data, false);
3001 goto out;
3002 }
3003
Bruce Allan2b6b1682011-05-13 07:20:09 +00003004 if (!page_set) {
3005 if (page == HV_INTC_FC_PAGE_START)
3006 page = 0;
Bruce Allana4f58f52009-06-02 11:29:18 +00003007
Bruce Allan2b6b1682011-05-13 07:20:09 +00003008 /*
3009 * Workaround MDIO accesses being disabled after entering IEEE
3010 * Power Down (when bit 11 of the PHY Control register is set)
3011 */
3012 if ((hw->phy.type == e1000_phy_82578) &&
3013 (hw->phy.revision >= 1) &&
3014 (hw->phy.addr == 2) &&
3015 ((MAX_PHY_REG_ADDRESS & reg) == 0) && (data & (1 << 11))) {
3016 u16 data2 = 0x7EFF;
3017 ret_val = e1000_access_phy_debug_regs_hv(hw,
3018 (1 << 6) | 0x3,
3019 &data2, false);
3020 if (ret_val)
3021 goto out;
3022 }
Bruce Allana4f58f52009-06-02 11:29:18 +00003023
Bruce Allan2b6b1682011-05-13 07:20:09 +00003024 if (reg > MAX_PHY_MULTI_PAGE_REG) {
3025 /* Page is shifted left, PHY expects (page x 32) */
3026 ret_val = e1000_set_page_igp(hw,
3027 (page << IGP_PAGE_SHIFT));
3028
3029 hw->phy.addr = phy_addr;
3030
3031 if (ret_val)
3032 goto out;
3033 }
Bruce Allana4f58f52009-06-02 11:29:18 +00003034 }
3035
Bruce Allan2b6b1682011-05-13 07:20:09 +00003036 e_dbg("writing PHY page %d (or 0x%x shifted) reg 0x%x\n", page,
3037 page << IGP_PAGE_SHIFT, reg);
Bruce Allana4f58f52009-06-02 11:29:18 +00003038
3039 ret_val = e1000e_write_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & reg,
3040 data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003041
3042out:
Bruce Allan5ccdcec2009-10-26 11:24:02 +00003043 if (!locked)
Bruce Allan94d81862009-11-20 23:25:26 +00003044 hw->phy.ops.release(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00003045
Bruce Allana4f58f52009-06-02 11:29:18 +00003046 return ret_val;
3047}
3048
3049/**
Bruce Allan5ccdcec2009-10-26 11:24:02 +00003050 * e1000_write_phy_reg_hv - Write HV PHY register
3051 * @hw: pointer to the HW structure
3052 * @offset: register offset to write to
3053 * @data: data to write at register offset
3054 *
3055 * Acquires semaphore then writes the data to PHY register at the offset.
3056 * Release the acquired semaphores before exiting.
3057 **/
3058s32 e1000_write_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 data)
3059{
Bruce Allan2b6b1682011-05-13 07:20:09 +00003060 return __e1000_write_phy_reg_hv(hw, offset, data, false, false);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00003061}
3062
3063/**
3064 * e1000_write_phy_reg_hv_locked - Write HV PHY register
3065 * @hw: pointer to the HW structure
3066 * @offset: register offset to write to
3067 * @data: data to write at register offset
3068 *
3069 * Writes the data to PHY register at the offset. Assumes semaphore
3070 * already acquired.
3071 **/
3072s32 e1000_write_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 data)
3073{
Bruce Allan2b6b1682011-05-13 07:20:09 +00003074 return __e1000_write_phy_reg_hv(hw, offset, data, true, false);
3075}
3076
3077/**
3078 * e1000_write_phy_reg_page_hv - Write HV PHY register
3079 * @hw: pointer to the HW structure
3080 * @offset: register offset to write to
3081 * @data: data to write at register offset
3082 *
3083 * Writes the data to PHY register at the offset. Assumes semaphore
3084 * already acquired and page already set.
3085 **/
3086s32 e1000_write_phy_reg_page_hv(struct e1000_hw *hw, u32 offset, u16 data)
3087{
3088 return __e1000_write_phy_reg_hv(hw, offset, data, true, true);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00003089}
3090
3091/**
Uwe Kleine-Königb5950762010-11-01 15:38:34 -04003092 * e1000_get_phy_addr_for_hv_page - Get PHY address based on page
Bruce Allana4f58f52009-06-02 11:29:18 +00003093 * @page: page to be accessed
3094 **/
3095static u32 e1000_get_phy_addr_for_hv_page(u32 page)
3096{
3097 u32 phy_addr = 2;
3098
3099 if (page >= HV_INTC_FC_PAGE_START)
3100 phy_addr = 1;
3101
3102 return phy_addr;
3103}
3104
3105/**
3106 * e1000_access_phy_debug_regs_hv - Read HV PHY vendor specific high registers
3107 * @hw: pointer to the HW structure
3108 * @offset: register offset to be read or written
3109 * @data: pointer to the data to be read or written
Bruce Allan2b6b1682011-05-13 07:20:09 +00003110 * @read: determines if operation is read or write
Bruce Allana4f58f52009-06-02 11:29:18 +00003111 *
Bruce Allan5ccdcec2009-10-26 11:24:02 +00003112 * Reads the PHY register at offset and stores the retreived information
3113 * in data. Assumes semaphore already acquired. Note that the procedure
Bruce Allan2b6b1682011-05-13 07:20:09 +00003114 * to access these regs uses the address port and data port to read/write.
3115 * These accesses done with PHY address 2 and without using pages.
Bruce Allana4f58f52009-06-02 11:29:18 +00003116 **/
3117static s32 e1000_access_phy_debug_regs_hv(struct e1000_hw *hw, u32 offset,
3118 u16 *data, bool read)
3119{
3120 s32 ret_val;
3121 u32 addr_reg = 0;
3122 u32 data_reg = 0;
Bruce Allana4f58f52009-06-02 11:29:18 +00003123
3124 /* This takes care of the difference with desktop vs mobile phy */
3125 addr_reg = (hw->phy.type == e1000_phy_82578) ?
3126 I82578_ADDR_REG : I82577_ADDR_REG;
3127 data_reg = addr_reg + 1;
3128
Bruce Allana4f58f52009-06-02 11:29:18 +00003129 /* All operations in this function are phy address 2 */
3130 hw->phy.addr = 2;
3131
3132 /* masking with 0x3F to remove the page from offset */
3133 ret_val = e1000e_write_phy_reg_mdic(hw, addr_reg, (u16)offset & 0x3F);
3134 if (ret_val) {
Bruce Allan2b6b1682011-05-13 07:20:09 +00003135 e_dbg("Could not write the Address Offset port register\n");
Bruce Allana4f58f52009-06-02 11:29:18 +00003136 goto out;
3137 }
3138
3139 /* Read or write the data value next */
3140 if (read)
3141 ret_val = e1000e_read_phy_reg_mdic(hw, data_reg, data);
3142 else
3143 ret_val = e1000e_write_phy_reg_mdic(hw, data_reg, *data);
3144
3145 if (ret_val) {
Bruce Allan2b6b1682011-05-13 07:20:09 +00003146 e_dbg("Could not access the Data port register\n");
Bruce Allana4f58f52009-06-02 11:29:18 +00003147 goto out;
3148 }
3149
3150out:
Bruce Allana4f58f52009-06-02 11:29:18 +00003151 return ret_val;
3152}
3153
3154/**
3155 * e1000_link_stall_workaround_hv - Si workaround
3156 * @hw: pointer to the HW structure
3157 *
3158 * This function works around a Si bug where the link partner can get
3159 * a link up indication before the PHY does. If small packets are sent
3160 * by the link partner they can be placed in the packet buffer without
3161 * being properly accounted for by the PHY and will stall preventing
3162 * further packets from being received. The workaround is to clear the
3163 * packet buffer after the PHY detects link up.
3164 **/
3165s32 e1000_link_stall_workaround_hv(struct e1000_hw *hw)
3166{
3167 s32 ret_val = 0;
3168 u16 data;
3169
3170 if (hw->phy.type != e1000_phy_82578)
3171 goto out;
3172
Bruce Allane65fa872009-07-01 13:27:31 +00003173 /* Do not apply workaround if in PHY loopback bit 14 set */
Bruce Allan482fed82011-01-06 14:29:49 +00003174 e1e_rphy(hw, PHY_CONTROL, &data);
Bruce Allane65fa872009-07-01 13:27:31 +00003175 if (data & PHY_CONTROL_LB)
3176 goto out;
3177
Bruce Allana4f58f52009-06-02 11:29:18 +00003178 /* check if link is up and at 1Gbps */
Bruce Allan482fed82011-01-06 14:29:49 +00003179 ret_val = e1e_rphy(hw, BM_CS_STATUS, &data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003180 if (ret_val)
3181 goto out;
3182
3183 data &= BM_CS_STATUS_LINK_UP |
3184 BM_CS_STATUS_RESOLVED |
3185 BM_CS_STATUS_SPEED_MASK;
3186
3187 if (data != (BM_CS_STATUS_LINK_UP |
3188 BM_CS_STATUS_RESOLVED |
3189 BM_CS_STATUS_SPEED_1000))
3190 goto out;
3191
3192 mdelay(200);
3193
3194 /* flush the packets in the fifo buffer */
Bruce Allan482fed82011-01-06 14:29:49 +00003195 ret_val = e1e_wphy(hw, HV_MUX_DATA_CTRL, HV_MUX_DATA_CTRL_GEN_TO_MAC |
3196 HV_MUX_DATA_CTRL_FORCE_SPEED);
Bruce Allana4f58f52009-06-02 11:29:18 +00003197 if (ret_val)
3198 goto out;
3199
Bruce Allan482fed82011-01-06 14:29:49 +00003200 ret_val = e1e_wphy(hw, HV_MUX_DATA_CTRL, HV_MUX_DATA_CTRL_GEN_TO_MAC);
Bruce Allana4f58f52009-06-02 11:29:18 +00003201
3202out:
3203 return ret_val;
3204}
3205
3206/**
3207 * e1000_check_polarity_82577 - Checks the polarity.
3208 * @hw: pointer to the HW structure
3209 *
3210 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
3211 *
3212 * Polarity is determined based on the PHY specific status register.
3213 **/
3214s32 e1000_check_polarity_82577(struct e1000_hw *hw)
3215{
3216 struct e1000_phy_info *phy = &hw->phy;
3217 s32 ret_val;
3218 u16 data;
3219
Bruce Allan482fed82011-01-06 14:29:49 +00003220 ret_val = e1e_rphy(hw, I82577_PHY_STATUS_2, &data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003221
3222 if (!ret_val)
3223 phy->cable_polarity = (data & I82577_PHY_STATUS2_REV_POLARITY)
3224 ? e1000_rev_polarity_reversed
3225 : e1000_rev_polarity_normal;
3226
3227 return ret_val;
3228}
3229
3230/**
3231 * e1000_phy_force_speed_duplex_82577 - Force speed/duplex for I82577 PHY
3232 * @hw: pointer to the HW structure
3233 *
Bruce Allaneab50ff2010-05-10 15:01:30 +00003234 * Calls the PHY setup function to force speed and duplex.
Bruce Allana4f58f52009-06-02 11:29:18 +00003235 **/
3236s32 e1000_phy_force_speed_duplex_82577(struct e1000_hw *hw)
3237{
3238 struct e1000_phy_info *phy = &hw->phy;
3239 s32 ret_val;
3240 u16 phy_data;
3241 bool link;
3242
Bruce Allan482fed82011-01-06 14:29:49 +00003243 ret_val = e1e_rphy(hw, PHY_CONTROL, &phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003244 if (ret_val)
3245 goto out;
3246
3247 e1000e_phy_force_speed_duplex_setup(hw, &phy_data);
3248
Bruce Allan482fed82011-01-06 14:29:49 +00003249 ret_val = e1e_wphy(hw, PHY_CONTROL, phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003250 if (ret_val)
3251 goto out;
3252
Bruce Allana4f58f52009-06-02 11:29:18 +00003253 udelay(1);
3254
3255 if (phy->autoneg_wait_to_complete) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003256 e_dbg("Waiting for forced speed/duplex link on 82577 phy\n");
Bruce Allana4f58f52009-06-02 11:29:18 +00003257
3258 ret_val = e1000e_phy_has_link_generic(hw,
3259 PHY_FORCE_LIMIT,
3260 100000,
3261 &link);
3262 if (ret_val)
3263 goto out;
3264
3265 if (!link)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003266 e_dbg("Link taking longer than expected.\n");
Bruce Allana4f58f52009-06-02 11:29:18 +00003267
3268 /* Try once more */
3269 ret_val = e1000e_phy_has_link_generic(hw,
3270 PHY_FORCE_LIMIT,
3271 100000,
3272 &link);
3273 if (ret_val)
3274 goto out;
3275 }
3276
3277out:
3278 return ret_val;
3279}
3280
3281/**
3282 * e1000_get_phy_info_82577 - Retrieve I82577 PHY information
3283 * @hw: pointer to the HW structure
3284 *
3285 * Read PHY status to determine if link is up. If link is up, then
3286 * set/determine 10base-T extended distance and polarity correction. Read
3287 * PHY port status to determine MDI/MDIx and speed. Based on the speed,
3288 * determine on the cable length, local and remote receiver.
3289 **/
3290s32 e1000_get_phy_info_82577(struct e1000_hw *hw)
3291{
3292 struct e1000_phy_info *phy = &hw->phy;
3293 s32 ret_val;
3294 u16 data;
3295 bool link;
3296
3297 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
3298 if (ret_val)
3299 goto out;
3300
3301 if (!link) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003302 e_dbg("Phy info is only valid if link is up\n");
Bruce Allana4f58f52009-06-02 11:29:18 +00003303 ret_val = -E1000_ERR_CONFIG;
3304 goto out;
3305 }
3306
3307 phy->polarity_correction = true;
3308
3309 ret_val = e1000_check_polarity_82577(hw);
3310 if (ret_val)
3311 goto out;
3312
Bruce Allan482fed82011-01-06 14:29:49 +00003313 ret_val = e1e_rphy(hw, I82577_PHY_STATUS_2, &data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003314 if (ret_val)
3315 goto out;
3316
3317 phy->is_mdix = (data & I82577_PHY_STATUS2_MDIX) ? true : false;
3318
3319 if ((data & I82577_PHY_STATUS2_SPEED_MASK) ==
3320 I82577_PHY_STATUS2_SPEED_1000MBPS) {
3321 ret_val = hw->phy.ops.get_cable_length(hw);
3322 if (ret_val)
3323 goto out;
3324
Bruce Allan482fed82011-01-06 14:29:49 +00003325 ret_val = e1e_rphy(hw, PHY_1000T_STATUS, &data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003326 if (ret_val)
3327 goto out;
3328
3329 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS)
3330 ? e1000_1000t_rx_status_ok
3331 : e1000_1000t_rx_status_not_ok;
3332
3333 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS)
3334 ? e1000_1000t_rx_status_ok
3335 : e1000_1000t_rx_status_not_ok;
3336 } else {
3337 phy->cable_length = E1000_CABLE_LENGTH_UNDEFINED;
3338 phy->local_rx = e1000_1000t_rx_status_undefined;
3339 phy->remote_rx = e1000_1000t_rx_status_undefined;
3340 }
3341
3342out:
3343 return ret_val;
3344}
3345
3346/**
3347 * e1000_get_cable_length_82577 - Determine cable length for 82577 PHY
3348 * @hw: pointer to the HW structure
3349 *
3350 * Reads the diagnostic status register and verifies result is valid before
3351 * placing it in the phy_cable_length field.
3352 **/
3353s32 e1000_get_cable_length_82577(struct e1000_hw *hw)
3354{
3355 struct e1000_phy_info *phy = &hw->phy;
3356 s32 ret_val;
3357 u16 phy_data, length;
3358
Bruce Allan482fed82011-01-06 14:29:49 +00003359 ret_val = e1e_rphy(hw, I82577_PHY_DIAG_STATUS, &phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003360 if (ret_val)
3361 goto out;
3362
3363 length = (phy_data & I82577_DSTATUS_CABLE_LENGTH) >>
3364 I82577_DSTATUS_CABLE_LENGTH_SHIFT;
3365
3366 if (length == E1000_CABLE_LENGTH_UNDEFINED)
Bruce Allan98086a92009-11-20 23:23:53 +00003367 ret_val = -E1000_ERR_PHY;
Bruce Allana4f58f52009-06-02 11:29:18 +00003368
3369 phy->cable_length = length;
3370
3371out:
3372 return ret_val;
3373}