blob: 6e768b11380e673179d421ae9ba7a5c31d34db48 [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 Allan5015e532012-02-08 02:55:56 +0000136 return 0;
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)
Bruce Allan5015e532012-02-08 02:55:56 +0000141 return ret_val;
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)
Bruce Allan5015e532012-02-08 02:55:56 +0000147 return ret_val;
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)
Bruce Allan5015e532012-02-08 02:55:56 +0000153 return 0;
Bruce Allana4f58f52009-06-02 11:29:18 +0000154
Bruce Allana4f58f52009-06-02 11:29:18 +0000155 retry_count++;
156 }
Bruce Allan5015e532012-02-08 02:55:56 +0000157
158 return 0;
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 Allan5015e532012-02-08 02:55:56 +0000386 return 0;
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000387
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)
Bruce Allan5015e532012-02-08 02:55:56 +0000390 return ret_val;
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000391 }
Auke Kokbc7f75f2007-09-17 12:30:59 -0700392
Bruce Allan5015e532012-02-08 02:55:56 +0000393 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 Allan5015e532012-02-08 02:55:56 +0000397 if (!ret_val)
398 ret_val = e1000e_read_phy_reg_mdic(hw,
399 MAX_PHY_REG_ADDRESS & offset,
400 data);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000401 if (!locked)
Bruce Allan94d81862009-11-20 23:25:26 +0000402 hw->phy.ops.release(hw);
Bruce Allan5015e532012-02-08 02:55:56 +0000403
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000404 return ret_val;
405}
Auke Kokbc7f75f2007-09-17 12:30:59 -0700406
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000407/**
408 * e1000e_read_phy_reg_igp - Read igp PHY register
409 * @hw: pointer to the HW structure
410 * @offset: register offset to be read
411 * @data: pointer to the read data
412 *
413 * Acquires semaphore then reads the PHY register at offset and stores the
414 * retrieved information in data.
415 * Release the acquired semaphore before exiting.
416 **/
417s32 e1000e_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data)
418{
419 return __e1000e_read_phy_reg_igp(hw, offset, data, false);
420}
421
422/**
423 * e1000e_read_phy_reg_igp_locked - Read igp PHY register
424 * @hw: pointer to the HW structure
425 * @offset: register offset to be read
426 * @data: pointer to the read data
427 *
428 * Reads the PHY register at offset and stores the retrieved information
429 * in data. Assumes semaphore already acquired.
430 **/
431s32 e1000e_read_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 *data)
432{
433 return __e1000e_read_phy_reg_igp(hw, offset, data, true);
434}
435
436/**
437 * e1000e_write_phy_reg_igp - Write igp PHY register
438 * @hw: pointer to the HW structure
439 * @offset: register offset to write to
440 * @data: data to write at register offset
441 * @locked: semaphore has already been acquired or not
442 *
443 * Acquires semaphore, if necessary, then writes the data to PHY register
444 * at the offset. Release any acquired semaphores before exiting.
445 **/
446static s32 __e1000e_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data,
447 bool locked)
448{
449 s32 ret_val = 0;
450
451 if (!locked) {
Bruce Allan668018d2012-01-31 07:02:56 +0000452 if (!hw->phy.ops.acquire)
Bruce Allan5015e532012-02-08 02:55:56 +0000453 return 0;
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000454
Bruce Allan94d81862009-11-20 23:25:26 +0000455 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000456 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +0000457 return ret_val;
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000458 }
459
Bruce Allan5015e532012-02-08 02:55:56 +0000460 if (offset > MAX_PHY_MULTI_PAGE_REG)
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000461 ret_val = e1000e_write_phy_reg_mdic(hw,
462 IGP01E1000_PHY_PAGE_SELECT,
463 (u16)offset);
Bruce Allan5015e532012-02-08 02:55:56 +0000464 if (!ret_val)
465 ret_val = e1000e_write_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS &
466 offset,
467 data);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000468 if (!locked)
Bruce Allan94d81862009-11-20 23:25:26 +0000469 hw->phy.ops.release(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000470
Auke Kokbc7f75f2007-09-17 12:30:59 -0700471 return ret_val;
472}
473
474/**
475 * e1000e_write_phy_reg_igp - Write igp PHY register
476 * @hw: pointer to the HW structure
477 * @offset: register offset to write to
478 * @data: data to write at register offset
479 *
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000480 * Acquires semaphore then writes the data to PHY register
Auke Kokbc7f75f2007-09-17 12:30:59 -0700481 * at the offset. Release any acquired semaphores before exiting.
482 **/
483s32 e1000e_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data)
484{
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000485 return __e1000e_write_phy_reg_igp(hw, offset, data, false);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700486}
487
488/**
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000489 * e1000e_write_phy_reg_igp_locked - Write igp PHY register
490 * @hw: pointer to the HW structure
491 * @offset: register offset to write to
492 * @data: data to write at register offset
493 *
494 * Writes the data to PHY register at the offset.
495 * Assumes semaphore already acquired.
496 **/
497s32 e1000e_write_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 data)
498{
499 return __e1000e_write_phy_reg_igp(hw, offset, data, true);
500}
501
502/**
503 * __e1000_read_kmrn_reg - Read kumeran register
Auke Kokbc7f75f2007-09-17 12:30:59 -0700504 * @hw: pointer to the HW structure
505 * @offset: register offset to be read
506 * @data: pointer to the read data
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000507 * @locked: semaphore has already been acquired or not
Auke Kokbc7f75f2007-09-17 12:30:59 -0700508 *
509 * Acquires semaphore, if necessary. Then reads the PHY register at offset
510 * using the kumeran interface. The information retrieved is stored in data.
511 * Release any acquired semaphores before exiting.
512 **/
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000513static s32 __e1000_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data,
514 bool locked)
Auke Kokbc7f75f2007-09-17 12:30:59 -0700515{
516 u32 kmrnctrlsta;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700517
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000518 if (!locked) {
Bruce Allan5015e532012-02-08 02:55:56 +0000519 s32 ret_val = 0;
520
Bruce Allan668018d2012-01-31 07:02:56 +0000521 if (!hw->phy.ops.acquire)
Bruce Allan5015e532012-02-08 02:55:56 +0000522 return 0;
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000523
Bruce Allan94d81862009-11-20 23:25:26 +0000524 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000525 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +0000526 return ret_val;
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000527 }
Auke Kokbc7f75f2007-09-17 12:30:59 -0700528
529 kmrnctrlsta = ((offset << E1000_KMRNCTRLSTA_OFFSET_SHIFT) &
530 E1000_KMRNCTRLSTA_OFFSET) | E1000_KMRNCTRLSTA_REN;
531 ew32(KMRNCTRLSTA, kmrnctrlsta);
Jesse Brandeburg945a5152011-07-20 00:56:21 +0000532 e1e_flush();
Auke Kokbc7f75f2007-09-17 12:30:59 -0700533
534 udelay(2);
535
536 kmrnctrlsta = er32(KMRNCTRLSTA);
537 *data = (u16)kmrnctrlsta;
538
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000539 if (!locked)
Bruce Allan94d81862009-11-20 23:25:26 +0000540 hw->phy.ops.release(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700541
Bruce Allan5015e532012-02-08 02:55:56 +0000542 return 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700543}
544
545/**
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000546 * e1000e_read_kmrn_reg - Read kumeran register
547 * @hw: pointer to the HW structure
548 * @offset: register offset to be read
549 * @data: pointer to the read data
550 *
551 * Acquires semaphore then reads the PHY register at offset using the
552 * kumeran interface. The information retrieved is stored in data.
553 * Release the acquired semaphore before exiting.
554 **/
555s32 e1000e_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data)
556{
557 return __e1000_read_kmrn_reg(hw, offset, data, false);
558}
559
560/**
Bruce Allan1d5846b2009-10-29 13:46:05 +0000561 * e1000e_read_kmrn_reg_locked - Read kumeran register
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000562 * @hw: pointer to the HW structure
563 * @offset: register offset to be read
564 * @data: pointer to the read data
565 *
566 * Reads the PHY register at offset using the kumeran interface. The
567 * information retrieved is stored in data.
568 * Assumes semaphore already acquired.
569 **/
Bruce Allan1d5846b2009-10-29 13:46:05 +0000570s32 e1000e_read_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 *data)
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000571{
572 return __e1000_read_kmrn_reg(hw, offset, data, true);
573}
574
575/**
576 * __e1000_write_kmrn_reg - Write kumeran register
Auke Kokbc7f75f2007-09-17 12:30:59 -0700577 * @hw: pointer to the HW structure
578 * @offset: register offset to write to
579 * @data: data to write at register offset
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000580 * @locked: semaphore has already been acquired or not
Auke Kokbc7f75f2007-09-17 12:30:59 -0700581 *
582 * Acquires semaphore, if necessary. Then write the data to PHY register
583 * at the offset using the kumeran interface. Release any acquired semaphores
584 * before exiting.
585 **/
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000586static s32 __e1000_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data,
587 bool locked)
Auke Kokbc7f75f2007-09-17 12:30:59 -0700588{
589 u32 kmrnctrlsta;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700590
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000591 if (!locked) {
Bruce Allan5015e532012-02-08 02:55:56 +0000592 s32 ret_val = 0;
593
Bruce Allan668018d2012-01-31 07:02:56 +0000594 if (!hw->phy.ops.acquire)
Bruce Allan5015e532012-02-08 02:55:56 +0000595 return 0;
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000596
Bruce Allan94d81862009-11-20 23:25:26 +0000597 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000598 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +0000599 return ret_val;
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000600 }
Auke Kokbc7f75f2007-09-17 12:30:59 -0700601
602 kmrnctrlsta = ((offset << E1000_KMRNCTRLSTA_OFFSET_SHIFT) &
603 E1000_KMRNCTRLSTA_OFFSET) | data;
604 ew32(KMRNCTRLSTA, kmrnctrlsta);
Jesse Brandeburg945a5152011-07-20 00:56:21 +0000605 e1e_flush();
Auke Kokbc7f75f2007-09-17 12:30:59 -0700606
607 udelay(2);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700608
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000609 if (!locked)
Bruce Allan94d81862009-11-20 23:25:26 +0000610 hw->phy.ops.release(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000611
Bruce Allan5015e532012-02-08 02:55:56 +0000612 return 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700613}
614
615/**
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000616 * e1000e_write_kmrn_reg - Write kumeran register
617 * @hw: pointer to the HW structure
618 * @offset: register offset to write to
619 * @data: data to write at register offset
620 *
621 * Acquires semaphore then writes the data to the PHY register at the offset
622 * using the kumeran interface. Release the acquired semaphore before exiting.
623 **/
624s32 e1000e_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data)
625{
626 return __e1000_write_kmrn_reg(hw, offset, data, false);
627}
628
629/**
Bruce Allan1d5846b2009-10-29 13:46:05 +0000630 * e1000e_write_kmrn_reg_locked - Write kumeran register
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000631 * @hw: pointer to the HW structure
632 * @offset: register offset to write to
633 * @data: data to write at register offset
634 *
635 * Write the data to PHY register at the offset using the kumeran interface.
636 * Assumes semaphore already acquired.
637 **/
Bruce Allan1d5846b2009-10-29 13:46:05 +0000638s32 e1000e_write_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 data)
Bruce Allan5ccdcec2009-10-26 11:24:02 +0000639{
640 return __e1000_write_kmrn_reg(hw, offset, data, true);
641}
642
643/**
Bruce Allana4f58f52009-06-02 11:29:18 +0000644 * e1000_copper_link_setup_82577 - Setup 82577 PHY for copper link
645 * @hw: pointer to the HW structure
646 *
647 * Sets up Carrier-sense on Transmit and downshift values.
648 **/
649s32 e1000_copper_link_setup_82577(struct e1000_hw *hw)
650{
Bruce Allana4f58f52009-06-02 11:29:18 +0000651 s32 ret_val;
652 u16 phy_data;
653
Bruce Allanaf667a22010-12-31 06:10:01 +0000654 /* Enable CRS on Tx. This must be set for half-duplex operation. */
Bruce Allan482fed82011-01-06 14:29:49 +0000655 ret_val = e1e_rphy(hw, I82577_CFG_REG, &phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +0000656 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +0000657 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +0000658
659 phy_data |= I82577_CFG_ASSERT_CRS_ON_TX;
660
661 /* Enable downshift */
662 phy_data |= I82577_CFG_ENABLE_DOWNSHIFT;
663
Bruce Allan5015e532012-02-08 02:55:56 +0000664 return e1e_wphy(hw, I82577_CFG_REG, phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +0000665}
666
667/**
Auke Kokbc7f75f2007-09-17 12:30:59 -0700668 * e1000e_copper_link_setup_m88 - Setup m88 PHY's for copper link
669 * @hw: pointer to the HW structure
670 *
671 * Sets up MDI/MDI-X and polarity for m88 PHY's. If necessary, transmit clock
672 * and downshift values are set also.
673 **/
674s32 e1000e_copper_link_setup_m88(struct e1000_hw *hw)
675{
676 struct e1000_phy_info *phy = &hw->phy;
677 s32 ret_val;
678 u16 phy_data;
679
Bruce Allanad680762008-03-28 09:15:03 -0700680 /* Enable CRS on Tx. This must be set for half-duplex operation. */
Auke Kokbc7f75f2007-09-17 12:30:59 -0700681 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_CTRL, &phy_data);
682 if (ret_val)
683 return ret_val;
684
Bruce Allana4f58f52009-06-02 11:29:18 +0000685 /* For BM PHY this bit is downshift enable */
686 if (phy->type != e1000_phy_bm)
David Graham2d9498f2008-04-23 11:09:14 -0700687 phy_data |= M88E1000_PSCR_ASSERT_CRS_ON_TX;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700688
Bruce Allanad680762008-03-28 09:15:03 -0700689 /*
690 * Options:
Auke Kokbc7f75f2007-09-17 12:30:59 -0700691 * MDI/MDI-X = 0 (default)
692 * 0 - Auto for all speeds
693 * 1 - MDI mode
694 * 2 - MDI-X mode
695 * 3 - Auto for 1000Base-T only (MDI-X for 10/100Base-T modes)
696 */
697 phy_data &= ~M88E1000_PSCR_AUTO_X_MODE;
698
699 switch (phy->mdix) {
700 case 1:
701 phy_data |= M88E1000_PSCR_MDI_MANUAL_MODE;
702 break;
703 case 2:
704 phy_data |= M88E1000_PSCR_MDIX_MANUAL_MODE;
705 break;
706 case 3:
707 phy_data |= M88E1000_PSCR_AUTO_X_1000T;
708 break;
709 case 0:
710 default:
711 phy_data |= M88E1000_PSCR_AUTO_X_MODE;
712 break;
713 }
714
Bruce Allanad680762008-03-28 09:15:03 -0700715 /*
716 * Options:
Auke Kokbc7f75f2007-09-17 12:30:59 -0700717 * disable_polarity_correction = 0 (default)
718 * Automatic Correction for Reversed Cable Polarity
719 * 0 - Disabled
720 * 1 - Enabled
721 */
722 phy_data &= ~M88E1000_PSCR_POLARITY_REVERSAL;
723 if (phy->disable_polarity_correction == 1)
724 phy_data |= M88E1000_PSCR_POLARITY_REVERSAL;
725
Bruce Allan97ac8ca2008-04-29 09:16:05 -0700726 /* Enable downshift on BM (disabled by default) */
727 if (phy->type == e1000_phy_bm)
728 phy_data |= BME1000_PSCR_ENABLE_DOWNSHIFT;
729
Auke Kokbc7f75f2007-09-17 12:30:59 -0700730 ret_val = e1e_wphy(hw, M88E1000_PHY_SPEC_CTRL, phy_data);
731 if (ret_val)
732 return ret_val;
733
Bruce Allan4662e822008-08-26 18:37:06 -0700734 if ((phy->type == e1000_phy_m88) &&
735 (phy->revision < E1000_REVISION_4) &&
736 (phy->id != BME1000_E_PHY_ID_R2)) {
Bruce Allanad680762008-03-28 09:15:03 -0700737 /*
738 * Force TX_CLK in the Extended PHY Specific Control Register
Auke Kokbc7f75f2007-09-17 12:30:59 -0700739 * to 25MHz clock.
740 */
741 ret_val = e1e_rphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, &phy_data);
742 if (ret_val)
743 return ret_val;
744
745 phy_data |= M88E1000_EPSCR_TX_CLK_25;
746
747 if ((phy->revision == 2) &&
748 (phy->id == M88E1111_I_PHY_ID)) {
749 /* 82573L PHY - set the downshift counter to 5x. */
750 phy_data &= ~M88EC018_EPSCR_DOWNSHIFT_COUNTER_MASK;
751 phy_data |= M88EC018_EPSCR_DOWNSHIFT_COUNTER_5X;
752 } else {
753 /* Configure Master and Slave downshift values */
754 phy_data &= ~(M88E1000_EPSCR_MASTER_DOWNSHIFT_MASK |
755 M88E1000_EPSCR_SLAVE_DOWNSHIFT_MASK);
756 phy_data |= (M88E1000_EPSCR_MASTER_DOWNSHIFT_1X |
757 M88E1000_EPSCR_SLAVE_DOWNSHIFT_1X);
758 }
759 ret_val = e1e_wphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, phy_data);
760 if (ret_val)
761 return ret_val;
762 }
763
Bruce Allan4662e822008-08-26 18:37:06 -0700764 if ((phy->type == e1000_phy_bm) && (phy->id == BME1000_E_PHY_ID_R2)) {
765 /* Set PHY page 0, register 29 to 0x0003 */
766 ret_val = e1e_wphy(hw, 29, 0x0003);
767 if (ret_val)
768 return ret_val;
769
770 /* Set PHY page 0, register 30 to 0x0000 */
771 ret_val = e1e_wphy(hw, 30, 0x0000);
772 if (ret_val)
773 return ret_val;
774 }
775
Auke Kokbc7f75f2007-09-17 12:30:59 -0700776 /* Commit the changes. */
777 ret_val = e1000e_commit_phy(hw);
Bruce Allana4f58f52009-06-02 11:29:18 +0000778 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000779 e_dbg("Error committing the PHY changes\n");
Bruce Allana4f58f52009-06-02 11:29:18 +0000780 return ret_val;
781 }
Auke Kokbc7f75f2007-09-17 12:30:59 -0700782
Bruce Allana4f58f52009-06-02 11:29:18 +0000783 if (phy->type == e1000_phy_82578) {
Bruce Allan482fed82011-01-06 14:29:49 +0000784 ret_val = e1e_rphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, &phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +0000785 if (ret_val)
786 return ret_val;
787
788 /* 82578 PHY - set the downshift count to 1x. */
789 phy_data |= I82578_EPSCR_DOWNSHIFT_ENABLE;
790 phy_data &= ~I82578_EPSCR_DOWNSHIFT_COUNTER_MASK;
Bruce Allan482fed82011-01-06 14:29:49 +0000791 ret_val = e1e_wphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +0000792 if (ret_val)
793 return ret_val;
794 }
795
796 return 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700797}
798
799/**
800 * e1000e_copper_link_setup_igp - Setup igp PHY's for copper link
801 * @hw: pointer to the HW structure
802 *
803 * Sets up LPLU, MDI/MDI-X, polarity, Smartspeed and Master/Slave config for
804 * igp PHY's.
805 **/
806s32 e1000e_copper_link_setup_igp(struct e1000_hw *hw)
807{
808 struct e1000_phy_info *phy = &hw->phy;
809 s32 ret_val;
810 u16 data;
811
812 ret_val = e1000_phy_hw_reset(hw);
813 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000814 e_dbg("Error resetting the PHY.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700815 return ret_val;
816 }
817
David Graham2d9498f2008-04-23 11:09:14 -0700818 /*
819 * Wait 100ms for MAC to configure PHY from NVM settings, to avoid
820 * timeout issues when LFS is enabled.
821 */
822 msleep(100);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700823
824 /* disable lplu d0 during driver init */
Bruce Allan564ea9b2009-11-20 23:26:44 +0000825 ret_val = e1000_set_d0_lplu_state(hw, false);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700826 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000827 e_dbg("Error Disabling LPLU D0\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700828 return ret_val;
829 }
830 /* Configure mdi-mdix settings */
831 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CTRL, &data);
832 if (ret_val)
833 return ret_val;
834
835 data &= ~IGP01E1000_PSCR_AUTO_MDIX;
836
837 switch (phy->mdix) {
838 case 1:
839 data &= ~IGP01E1000_PSCR_FORCE_MDI_MDIX;
840 break;
841 case 2:
842 data |= IGP01E1000_PSCR_FORCE_MDI_MDIX;
843 break;
844 case 0:
845 default:
846 data |= IGP01E1000_PSCR_AUTO_MDIX;
847 break;
848 }
849 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CTRL, data);
850 if (ret_val)
851 return ret_val;
852
853 /* set auto-master slave resolution settings */
854 if (hw->mac.autoneg) {
Bruce Allanad680762008-03-28 09:15:03 -0700855 /*
856 * when autonegotiation advertisement is only 1000Mbps then we
Auke Kokbc7f75f2007-09-17 12:30:59 -0700857 * should disable SmartSpeed and enable Auto MasterSlave
Bruce Allanad680762008-03-28 09:15:03 -0700858 * resolution as hardware default.
859 */
Auke Kokbc7f75f2007-09-17 12:30:59 -0700860 if (phy->autoneg_advertised == ADVERTISE_1000_FULL) {
861 /* Disable SmartSpeed */
862 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -0700863 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700864 if (ret_val)
865 return ret_val;
866
867 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
868 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -0700869 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700870 if (ret_val)
871 return ret_val;
872
873 /* Set auto Master/Slave resolution process */
874 ret_val = e1e_rphy(hw, PHY_1000T_CTRL, &data);
875 if (ret_val)
876 return ret_val;
877
878 data &= ~CR_1000T_MS_ENABLE;
879 ret_val = e1e_wphy(hw, PHY_1000T_CTRL, data);
880 if (ret_val)
881 return ret_val;
882 }
883
884 ret_val = e1e_rphy(hw, PHY_1000T_CTRL, &data);
885 if (ret_val)
886 return ret_val;
887
888 /* load defaults for future use */
889 phy->original_ms_type = (data & CR_1000T_MS_ENABLE) ?
890 ((data & CR_1000T_MS_VALUE) ?
891 e1000_ms_force_master :
892 e1000_ms_force_slave) :
893 e1000_ms_auto;
894
895 switch (phy->ms_type) {
896 case e1000_ms_force_master:
897 data |= (CR_1000T_MS_ENABLE | CR_1000T_MS_VALUE);
898 break;
899 case e1000_ms_force_slave:
900 data |= CR_1000T_MS_ENABLE;
901 data &= ~(CR_1000T_MS_VALUE);
902 break;
903 case e1000_ms_auto:
904 data &= ~CR_1000T_MS_ENABLE;
905 default:
906 break;
907 }
908 ret_val = e1e_wphy(hw, PHY_1000T_CTRL, data);
909 }
910
911 return ret_val;
912}
913
914/**
915 * e1000_phy_setup_autoneg - Configure PHY for auto-negotiation
916 * @hw: pointer to the HW structure
917 *
918 * Reads the MII auto-neg advertisement register and/or the 1000T control
919 * register and if the PHY is already setup for auto-negotiation, then
920 * return successful. Otherwise, setup advertisement and flow control to
921 * the appropriate values for the wanted auto-negotiation.
922 **/
923static s32 e1000_phy_setup_autoneg(struct e1000_hw *hw)
924{
925 struct e1000_phy_info *phy = &hw->phy;
926 s32 ret_val;
927 u16 mii_autoneg_adv_reg;
928 u16 mii_1000t_ctrl_reg = 0;
929
930 phy->autoneg_advertised &= phy->autoneg_mask;
931
932 /* Read the MII Auto-Neg Advertisement Register (Address 4). */
933 ret_val = e1e_rphy(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg);
934 if (ret_val)
935 return ret_val;
936
937 if (phy->autoneg_mask & ADVERTISE_1000_FULL) {
938 /* Read the MII 1000Base-T Control Register (Address 9). */
939 ret_val = e1e_rphy(hw, PHY_1000T_CTRL, &mii_1000t_ctrl_reg);
940 if (ret_val)
941 return ret_val;
942 }
943
Bruce Allanad680762008-03-28 09:15:03 -0700944 /*
945 * Need to parse both autoneg_advertised and fc and set up
Auke Kokbc7f75f2007-09-17 12:30:59 -0700946 * the appropriate PHY registers. First we will parse for
947 * autoneg_advertised software override. Since we can advertise
948 * a plethora of combinations, we need to check each bit
949 * individually.
950 */
951
Bruce Allanad680762008-03-28 09:15:03 -0700952 /*
953 * First we clear all the 10/100 mb speed bits in the Auto-Neg
Auke Kokbc7f75f2007-09-17 12:30:59 -0700954 * Advertisement Register (Address 4) and the 1000 mb speed bits in
955 * the 1000Base-T Control Register (Address 9).
956 */
957 mii_autoneg_adv_reg &= ~(NWAY_AR_100TX_FD_CAPS |
958 NWAY_AR_100TX_HD_CAPS |
959 NWAY_AR_10T_FD_CAPS |
960 NWAY_AR_10T_HD_CAPS);
961 mii_1000t_ctrl_reg &= ~(CR_1000T_HD_CAPS | CR_1000T_FD_CAPS);
962
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000963 e_dbg("autoneg_advertised %x\n", phy->autoneg_advertised);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700964
965 /* Do we want to advertise 10 Mb Half Duplex? */
966 if (phy->autoneg_advertised & ADVERTISE_10_HALF) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000967 e_dbg("Advertise 10mb Half duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700968 mii_autoneg_adv_reg |= NWAY_AR_10T_HD_CAPS;
969 }
970
971 /* Do we want to advertise 10 Mb Full Duplex? */
972 if (phy->autoneg_advertised & ADVERTISE_10_FULL) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000973 e_dbg("Advertise 10mb Full duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700974 mii_autoneg_adv_reg |= NWAY_AR_10T_FD_CAPS;
975 }
976
977 /* Do we want to advertise 100 Mb Half Duplex? */
978 if (phy->autoneg_advertised & ADVERTISE_100_HALF) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000979 e_dbg("Advertise 100mb Half duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700980 mii_autoneg_adv_reg |= NWAY_AR_100TX_HD_CAPS;
981 }
982
983 /* Do we want to advertise 100 Mb Full Duplex? */
984 if (phy->autoneg_advertised & ADVERTISE_100_FULL) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000985 e_dbg("Advertise 100mb Full duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700986 mii_autoneg_adv_reg |= NWAY_AR_100TX_FD_CAPS;
987 }
988
989 /* We do not allow the Phy to advertise 1000 Mb Half Duplex */
990 if (phy->autoneg_advertised & ADVERTISE_1000_HALF)
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000991 e_dbg("Advertise 1000mb Half duplex request denied!\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700992
993 /* Do we want to advertise 1000 Mb Full Duplex? */
994 if (phy->autoneg_advertised & ADVERTISE_1000_FULL) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000995 e_dbg("Advertise 1000mb Full duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700996 mii_1000t_ctrl_reg |= CR_1000T_FD_CAPS;
997 }
998
Bruce Allanad680762008-03-28 09:15:03 -0700999 /*
1000 * Check for a software override of the flow control settings, and
Auke Kokbc7f75f2007-09-17 12:30:59 -07001001 * setup the PHY advertisement registers accordingly. If
1002 * auto-negotiation is enabled, then software will have to set the
1003 * "PAUSE" bits to the correct value in the Auto-Negotiation
1004 * Advertisement Register (PHY_AUTONEG_ADV) and re-start auto-
1005 * negotiation.
1006 *
1007 * The possible values of the "fc" parameter are:
1008 * 0: Flow control is completely disabled
1009 * 1: Rx flow control is enabled (we can receive pause frames
Bruce Allan3d3a1672012-02-23 03:13:18 +00001010 * but not send pause frames).
Auke Kokbc7f75f2007-09-17 12:30:59 -07001011 * 2: Tx flow control is enabled (we can send pause frames
Bruce Allan3d3a1672012-02-23 03:13:18 +00001012 * but we do not support receiving pause frames).
Bruce Allanad680762008-03-28 09:15:03 -07001013 * 3: Both Rx and Tx flow control (symmetric) are enabled.
Auke Kokbc7f75f2007-09-17 12:30:59 -07001014 * other: No software override. The flow control configuration
Bruce Allan3d3a1672012-02-23 03:13:18 +00001015 * in the EEPROM is used.
Auke Kokbc7f75f2007-09-17 12:30:59 -07001016 */
Bruce Allan5c48ef3e22008-11-21 16:57:36 -08001017 switch (hw->fc.current_mode) {
Auke Kokbc7f75f2007-09-17 12:30:59 -07001018 case e1000_fc_none:
Bruce Allanad680762008-03-28 09:15:03 -07001019 /*
1020 * Flow control (Rx & Tx) is completely disabled by a
Auke Kokbc7f75f2007-09-17 12:30:59 -07001021 * software over-ride.
1022 */
1023 mii_autoneg_adv_reg &= ~(NWAY_AR_ASM_DIR | NWAY_AR_PAUSE);
1024 break;
1025 case e1000_fc_rx_pause:
Bruce Allanad680762008-03-28 09:15:03 -07001026 /*
1027 * Rx Flow control is enabled, and Tx Flow control is
Auke Kokbc7f75f2007-09-17 12:30:59 -07001028 * disabled, by a software over-ride.
Bruce Allanad680762008-03-28 09:15:03 -07001029 *
1030 * Since there really isn't a way to advertise that we are
1031 * capable of Rx Pause ONLY, we will advertise that we
1032 * support both symmetric and asymmetric Rx PAUSE. Later
Auke Kokbc7f75f2007-09-17 12:30:59 -07001033 * (in e1000e_config_fc_after_link_up) we will disable the
1034 * hw's ability to send PAUSE frames.
1035 */
1036 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE);
1037 break;
1038 case e1000_fc_tx_pause:
Bruce Allanad680762008-03-28 09:15:03 -07001039 /*
1040 * Tx Flow control is enabled, and Rx Flow control is
Auke Kokbc7f75f2007-09-17 12:30:59 -07001041 * disabled, by a software over-ride.
1042 */
1043 mii_autoneg_adv_reg |= NWAY_AR_ASM_DIR;
1044 mii_autoneg_adv_reg &= ~NWAY_AR_PAUSE;
1045 break;
1046 case e1000_fc_full:
Bruce Allanad680762008-03-28 09:15:03 -07001047 /*
1048 * Flow control (both Rx and Tx) is enabled by a software
Auke Kokbc7f75f2007-09-17 12:30:59 -07001049 * over-ride.
1050 */
1051 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE);
1052 break;
1053 default:
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001054 e_dbg("Flow control param set incorrectly\n");
Bruce Allan7eb61d82012-02-08 02:55:03 +00001055 return -E1000_ERR_CONFIG;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001056 }
1057
1058 ret_val = e1e_wphy(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg);
1059 if (ret_val)
1060 return ret_val;
1061
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001062 e_dbg("Auto-Neg Advertising %x\n", mii_autoneg_adv_reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001063
Bruce Allanb1cdfea2010-12-11 05:53:47 +00001064 if (phy->autoneg_mask & ADVERTISE_1000_FULL)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001065 ret_val = e1e_wphy(hw, PHY_1000T_CTRL, mii_1000t_ctrl_reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001066
1067 return ret_val;
1068}
1069
1070/**
1071 * e1000_copper_link_autoneg - Setup/Enable autoneg for copper link
1072 * @hw: pointer to the HW structure
1073 *
1074 * Performs initial bounds checking on autoneg advertisement parameter, then
1075 * configure to advertise the full capability. Setup the PHY to autoneg
1076 * and restart the negotiation process between the link partner. If
Bruce Allanad680762008-03-28 09:15:03 -07001077 * autoneg_wait_to_complete, then wait for autoneg to complete before exiting.
Auke Kokbc7f75f2007-09-17 12:30:59 -07001078 **/
1079static s32 e1000_copper_link_autoneg(struct e1000_hw *hw)
1080{
1081 struct e1000_phy_info *phy = &hw->phy;
1082 s32 ret_val;
1083 u16 phy_ctrl;
1084
Bruce Allanad680762008-03-28 09:15:03 -07001085 /*
1086 * Perform some bounds checking on the autoneg advertisement
Auke Kokbc7f75f2007-09-17 12:30:59 -07001087 * parameter.
1088 */
1089 phy->autoneg_advertised &= phy->autoneg_mask;
1090
Bruce Allanad680762008-03-28 09:15:03 -07001091 /*
1092 * If autoneg_advertised is zero, we assume it was not defaulted
Auke Kokbc7f75f2007-09-17 12:30:59 -07001093 * by the calling code so we set to advertise full capability.
1094 */
1095 if (phy->autoneg_advertised == 0)
1096 phy->autoneg_advertised = phy->autoneg_mask;
1097
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001098 e_dbg("Reconfiguring auto-neg advertisement params\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001099 ret_val = e1000_phy_setup_autoneg(hw);
1100 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001101 e_dbg("Error Setting up Auto-Negotiation\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001102 return ret_val;
1103 }
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001104 e_dbg("Restarting Auto-Neg\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001105
Bruce Allanad680762008-03-28 09:15:03 -07001106 /*
1107 * Restart auto-negotiation by setting the Auto Neg Enable bit and
Auke Kokbc7f75f2007-09-17 12:30:59 -07001108 * the Auto Neg Restart bit in the PHY control register.
1109 */
1110 ret_val = e1e_rphy(hw, PHY_CONTROL, &phy_ctrl);
1111 if (ret_val)
1112 return ret_val;
1113
1114 phy_ctrl |= (MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG);
1115 ret_val = e1e_wphy(hw, PHY_CONTROL, phy_ctrl);
1116 if (ret_val)
1117 return ret_val;
1118
Bruce Allanad680762008-03-28 09:15:03 -07001119 /*
1120 * Does the user want to wait for Auto-Neg to complete here, or
Auke Kokbc7f75f2007-09-17 12:30:59 -07001121 * check at a later time (for example, callback routine).
1122 */
Jeff Kirsher318a94d2008-03-28 09:15:16 -07001123 if (phy->autoneg_wait_to_complete) {
Auke Kokbc7f75f2007-09-17 12:30:59 -07001124 ret_val = e1000_wait_autoneg(hw);
1125 if (ret_val) {
Bruce Allan434f1392011-12-16 00:46:54 +00001126 e_dbg("Error while waiting for autoneg to complete\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001127 return ret_val;
1128 }
1129 }
1130
Bruce Allanf92518d2012-02-01 11:16:42 +00001131 hw->mac.get_link_status = true;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001132
1133 return ret_val;
1134}
1135
1136/**
1137 * e1000e_setup_copper_link - Configure copper link settings
1138 * @hw: pointer to the HW structure
1139 *
1140 * Calls the appropriate function to configure the link for auto-neg or forced
1141 * speed and duplex. Then we check for link, once link is established calls
1142 * to configure collision distance and flow control are called. If link is
1143 * not established, we return -E1000_ERR_PHY (-2).
1144 **/
1145s32 e1000e_setup_copper_link(struct e1000_hw *hw)
1146{
1147 s32 ret_val;
1148 bool link;
1149
1150 if (hw->mac.autoneg) {
Bruce Allanad680762008-03-28 09:15:03 -07001151 /*
1152 * Setup autoneg and flow control advertisement and perform
1153 * autonegotiation.
1154 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001155 ret_val = e1000_copper_link_autoneg(hw);
1156 if (ret_val)
1157 return ret_val;
1158 } else {
Bruce Allanad680762008-03-28 09:15:03 -07001159 /*
1160 * PHY will be set to 10H, 10F, 100H or 100F
1161 * depending on user settings.
1162 */
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001163 e_dbg("Forcing Speed and Duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001164 ret_val = e1000_phy_force_speed_duplex(hw);
1165 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001166 e_dbg("Error Forcing Speed and Duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001167 return ret_val;
1168 }
1169 }
1170
Bruce Allanad680762008-03-28 09:15:03 -07001171 /*
1172 * Check link status. Wait up to 100 microseconds for link to become
Auke Kokbc7f75f2007-09-17 12:30:59 -07001173 * valid.
1174 */
Bruce Allan3d3a1672012-02-23 03:13:18 +00001175 ret_val = e1000e_phy_has_link_generic(hw, COPPER_LINK_UP_LIMIT, 10,
1176 &link);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001177 if (ret_val)
1178 return ret_val;
1179
1180 if (link) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001181 e_dbg("Valid link established!!!\n");
Bruce Allan57cde762012-02-22 09:02:58 +00001182 hw->mac.ops.config_collision_dist(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001183 ret_val = e1000e_config_fc_after_link_up(hw);
1184 } else {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001185 e_dbg("Unable to establish link!!!\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001186 }
1187
1188 return ret_val;
1189}
1190
1191/**
1192 * e1000e_phy_force_speed_duplex_igp - Force speed/duplex for igp PHY
1193 * @hw: pointer to the HW structure
1194 *
1195 * Calls the PHY setup function to force speed and duplex. Clears the
1196 * auto-crossover to force MDI manually. Waits for link and returns
1197 * successful if link up is successful, else -E1000_ERR_PHY (-2).
1198 **/
1199s32 e1000e_phy_force_speed_duplex_igp(struct e1000_hw *hw)
1200{
1201 struct e1000_phy_info *phy = &hw->phy;
1202 s32 ret_val;
1203 u16 phy_data;
1204 bool link;
1205
1206 ret_val = e1e_rphy(hw, PHY_CONTROL, &phy_data);
1207 if (ret_val)
1208 return ret_val;
1209
1210 e1000e_phy_force_speed_duplex_setup(hw, &phy_data);
1211
1212 ret_val = e1e_wphy(hw, PHY_CONTROL, phy_data);
1213 if (ret_val)
1214 return ret_val;
1215
Bruce Allanad680762008-03-28 09:15:03 -07001216 /*
1217 * Clear Auto-Crossover to force MDI manually. IGP requires MDI
Auke Kokbc7f75f2007-09-17 12:30:59 -07001218 * forced whenever speed and duplex are forced.
1219 */
1220 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CTRL, &phy_data);
1221 if (ret_val)
1222 return ret_val;
1223
1224 phy_data &= ~IGP01E1000_PSCR_AUTO_MDIX;
1225 phy_data &= ~IGP01E1000_PSCR_FORCE_MDI_MDIX;
1226
1227 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CTRL, phy_data);
1228 if (ret_val)
1229 return ret_val;
1230
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001231 e_dbg("IGP PSCR: %X\n", phy_data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001232
1233 udelay(1);
1234
Jeff Kirsher318a94d2008-03-28 09:15:16 -07001235 if (phy->autoneg_wait_to_complete) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001236 e_dbg("Waiting for forced speed/duplex link on IGP phy.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001237
Bruce Allan3d3a1672012-02-23 03:13:18 +00001238 ret_val = e1000e_phy_has_link_generic(hw, PHY_FORCE_LIMIT,
1239 100000, &link);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001240 if (ret_val)
1241 return ret_val;
1242
1243 if (!link)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001244 e_dbg("Link taking longer than expected.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001245
1246 /* Try once more */
Bruce Allan3d3a1672012-02-23 03:13:18 +00001247 ret_val = e1000e_phy_has_link_generic(hw, PHY_FORCE_LIMIT,
1248 100000, &link);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001249 }
1250
1251 return ret_val;
1252}
1253
1254/**
1255 * e1000e_phy_force_speed_duplex_m88 - Force speed/duplex for m88 PHY
1256 * @hw: pointer to the HW structure
1257 *
1258 * Calls the PHY setup function to force speed and duplex. Clears the
1259 * auto-crossover to force MDI manually. Resets the PHY to commit the
1260 * changes. If time expires while waiting for link up, we reset the DSP.
Bruce Allanad680762008-03-28 09:15:03 -07001261 * After reset, TX_CLK and CRS on Tx must be set. Return successful upon
Auke Kokbc7f75f2007-09-17 12:30:59 -07001262 * successful completion, else return corresponding error code.
1263 **/
1264s32 e1000e_phy_force_speed_duplex_m88(struct e1000_hw *hw)
1265{
1266 struct e1000_phy_info *phy = &hw->phy;
1267 s32 ret_val;
1268 u16 phy_data;
1269 bool link;
1270
Bruce Allanad680762008-03-28 09:15:03 -07001271 /*
1272 * Clear Auto-Crossover to force MDI manually. M88E1000 requires MDI
Auke Kokbc7f75f2007-09-17 12:30:59 -07001273 * forced whenever speed and duplex are forced.
1274 */
1275 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_CTRL, &phy_data);
1276 if (ret_val)
1277 return ret_val;
1278
1279 phy_data &= ~M88E1000_PSCR_AUTO_X_MODE;
1280 ret_val = e1e_wphy(hw, M88E1000_PHY_SPEC_CTRL, phy_data);
1281 if (ret_val)
1282 return ret_val;
1283
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001284 e_dbg("M88E1000 PSCR: %X\n", phy_data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001285
1286 ret_val = e1e_rphy(hw, PHY_CONTROL, &phy_data);
1287 if (ret_val)
1288 return ret_val;
1289
1290 e1000e_phy_force_speed_duplex_setup(hw, &phy_data);
1291
Auke Kokbc7f75f2007-09-17 12:30:59 -07001292 ret_val = e1e_wphy(hw, PHY_CONTROL, phy_data);
1293 if (ret_val)
1294 return ret_val;
1295
Bruce Allan5aa49c82008-11-21 16:49:53 -08001296 /* Reset the phy to commit changes. */
1297 ret_val = e1000e_commit_phy(hw);
1298 if (ret_val)
1299 return ret_val;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001300
Jeff Kirsher318a94d2008-03-28 09:15:16 -07001301 if (phy->autoneg_wait_to_complete) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001302 e_dbg("Waiting for forced speed/duplex link on M88 phy.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001303
1304 ret_val = e1000e_phy_has_link_generic(hw, PHY_FORCE_LIMIT,
1305 100000, &link);
1306 if (ret_val)
1307 return ret_val;
1308
1309 if (!link) {
Bruce Allan0be84012009-12-02 17:03:18 +00001310 if (hw->phy.type != e1000_phy_m88) {
1311 e_dbg("Link taking longer than expected.\n");
1312 } else {
1313 /*
1314 * We didn't get link.
1315 * Reset the DSP and cross our fingers.
1316 */
Bruce Allan482fed82011-01-06 14:29:49 +00001317 ret_val = e1e_wphy(hw, M88E1000_PHY_PAGE_SELECT,
1318 0x001d);
Bruce Allan0be84012009-12-02 17:03:18 +00001319 if (ret_val)
1320 return ret_val;
1321 ret_val = e1000e_phy_reset_dsp(hw);
1322 if (ret_val)
1323 return ret_val;
1324 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07001325 }
1326
1327 /* Try once more */
1328 ret_val = e1000e_phy_has_link_generic(hw, PHY_FORCE_LIMIT,
1329 100000, &link);
1330 if (ret_val)
1331 return ret_val;
1332 }
1333
Bruce Allan0be84012009-12-02 17:03:18 +00001334 if (hw->phy.type != e1000_phy_m88)
1335 return 0;
1336
Auke Kokbc7f75f2007-09-17 12:30:59 -07001337 ret_val = e1e_rphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, &phy_data);
1338 if (ret_val)
1339 return ret_val;
1340
Bruce Allanad680762008-03-28 09:15:03 -07001341 /*
1342 * Resetting the phy means we need to re-force TX_CLK in the
Auke Kokbc7f75f2007-09-17 12:30:59 -07001343 * Extended PHY Specific Control Register to 25MHz clock from
1344 * the reset value of 2.5MHz.
1345 */
1346 phy_data |= M88E1000_EPSCR_TX_CLK_25;
1347 ret_val = e1e_wphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, phy_data);
1348 if (ret_val)
1349 return ret_val;
1350
Bruce Allanad680762008-03-28 09:15:03 -07001351 /*
1352 * In addition, we must re-enable CRS on Tx for both half and full
Auke Kokbc7f75f2007-09-17 12:30:59 -07001353 * duplex.
1354 */
1355 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_CTRL, &phy_data);
1356 if (ret_val)
1357 return ret_val;
1358
1359 phy_data |= M88E1000_PSCR_ASSERT_CRS_ON_TX;
1360 ret_val = e1e_wphy(hw, M88E1000_PHY_SPEC_CTRL, phy_data);
1361
1362 return ret_val;
1363}
1364
1365/**
Bruce Allan0be84012009-12-02 17:03:18 +00001366 * e1000_phy_force_speed_duplex_ife - Force PHY speed & duplex
1367 * @hw: pointer to the HW structure
1368 *
1369 * Forces the speed and duplex settings of the PHY.
1370 * This is a function pointer entry point only called by
1371 * PHY setup routines.
1372 **/
1373s32 e1000_phy_force_speed_duplex_ife(struct e1000_hw *hw)
1374{
1375 struct e1000_phy_info *phy = &hw->phy;
1376 s32 ret_val;
1377 u16 data;
1378 bool link;
1379
1380 ret_val = e1e_rphy(hw, PHY_CONTROL, &data);
1381 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00001382 return ret_val;
Bruce Allan0be84012009-12-02 17:03:18 +00001383
1384 e1000e_phy_force_speed_duplex_setup(hw, &data);
1385
1386 ret_val = e1e_wphy(hw, PHY_CONTROL, data);
1387 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00001388 return ret_val;
Bruce Allan0be84012009-12-02 17:03:18 +00001389
1390 /* Disable MDI-X support for 10/100 */
1391 ret_val = e1e_rphy(hw, IFE_PHY_MDIX_CONTROL, &data);
1392 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00001393 return ret_val;
Bruce Allan0be84012009-12-02 17:03:18 +00001394
1395 data &= ~IFE_PMC_AUTO_MDIX;
1396 data &= ~IFE_PMC_FORCE_MDIX;
1397
1398 ret_val = e1e_wphy(hw, IFE_PHY_MDIX_CONTROL, data);
1399 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00001400 return ret_val;
Bruce Allan0be84012009-12-02 17:03:18 +00001401
1402 e_dbg("IFE PMC: %X\n", data);
1403
1404 udelay(1);
1405
1406 if (phy->autoneg_wait_to_complete) {
1407 e_dbg("Waiting for forced speed/duplex link on IFE phy.\n");
1408
Bruce Allan3d3a1672012-02-23 03:13:18 +00001409 ret_val = e1000e_phy_has_link_generic(hw, PHY_FORCE_LIMIT,
1410 100000, &link);
Bruce Allan0be84012009-12-02 17:03:18 +00001411 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00001412 return ret_val;
Bruce Allan0be84012009-12-02 17:03:18 +00001413
1414 if (!link)
1415 e_dbg("Link taking longer than expected.\n");
1416
1417 /* Try once more */
Bruce Allan3d3a1672012-02-23 03:13:18 +00001418 ret_val = e1000e_phy_has_link_generic(hw, PHY_FORCE_LIMIT,
1419 100000, &link);
Bruce Allan0be84012009-12-02 17:03:18 +00001420 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00001421 return ret_val;
Bruce Allan0be84012009-12-02 17:03:18 +00001422 }
1423
Bruce Allan5015e532012-02-08 02:55:56 +00001424 return 0;
Bruce Allan0be84012009-12-02 17:03:18 +00001425}
1426
1427/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07001428 * e1000e_phy_force_speed_duplex_setup - Configure forced PHY speed/duplex
1429 * @hw: pointer to the HW structure
1430 * @phy_ctrl: pointer to current value of PHY_CONTROL
1431 *
1432 * Forces speed and duplex on the PHY by doing the following: disable flow
1433 * control, force speed/duplex on the MAC, disable auto speed detection,
1434 * disable auto-negotiation, configure duplex, configure speed, configure
1435 * the collision distance, write configuration to CTRL register. The
1436 * caller must write to the PHY_CONTROL register for these settings to
1437 * take affect.
1438 **/
1439void e1000e_phy_force_speed_duplex_setup(struct e1000_hw *hw, u16 *phy_ctrl)
1440{
1441 struct e1000_mac_info *mac = &hw->mac;
1442 u32 ctrl;
1443
1444 /* Turn off flow control when forcing speed/duplex */
Bruce Allan5c48ef3e22008-11-21 16:57:36 -08001445 hw->fc.current_mode = e1000_fc_none;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001446
1447 /* Force speed/duplex on the mac */
1448 ctrl = er32(CTRL);
1449 ctrl |= (E1000_CTRL_FRCSPD | E1000_CTRL_FRCDPX);
1450 ctrl &= ~E1000_CTRL_SPD_SEL;
1451
1452 /* Disable Auto Speed Detection */
1453 ctrl &= ~E1000_CTRL_ASDE;
1454
1455 /* Disable autoneg on the phy */
1456 *phy_ctrl &= ~MII_CR_AUTO_NEG_EN;
1457
1458 /* Forcing Full or Half Duplex? */
1459 if (mac->forced_speed_duplex & E1000_ALL_HALF_DUPLEX) {
1460 ctrl &= ~E1000_CTRL_FD;
1461 *phy_ctrl &= ~MII_CR_FULL_DUPLEX;
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001462 e_dbg("Half Duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001463 } else {
1464 ctrl |= E1000_CTRL_FD;
1465 *phy_ctrl |= MII_CR_FULL_DUPLEX;
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001466 e_dbg("Full Duplex\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001467 }
1468
1469 /* Forcing 10mb or 100mb? */
1470 if (mac->forced_speed_duplex & E1000_ALL_100_SPEED) {
1471 ctrl |= E1000_CTRL_SPD_100;
1472 *phy_ctrl |= MII_CR_SPEED_100;
1473 *phy_ctrl &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_10);
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001474 e_dbg("Forcing 100mb\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001475 } else {
1476 ctrl &= ~(E1000_CTRL_SPD_1000 | E1000_CTRL_SPD_100);
1477 *phy_ctrl |= MII_CR_SPEED_10;
1478 *phy_ctrl &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_100);
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001479 e_dbg("Forcing 10mb\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001480 }
1481
Bruce Allan57cde762012-02-22 09:02:58 +00001482 hw->mac.ops.config_collision_dist(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001483
1484 ew32(CTRL, ctrl);
1485}
1486
1487/**
1488 * e1000e_set_d3_lplu_state - Sets low power link up state for D3
1489 * @hw: pointer to the HW structure
1490 * @active: boolean used to enable/disable lplu
1491 *
1492 * Success returns 0, Failure returns 1
1493 *
1494 * The low power link up (lplu) state is set to the power management level D3
1495 * and SmartSpeed is disabled when active is true, else clear lplu for D3
1496 * and enable Smartspeed. LPLU and Smartspeed are mutually exclusive. LPLU
1497 * is used during Dx states where the power conservation is most important.
1498 * During driver activity, SmartSpeed should be enabled so performance is
1499 * maintained.
1500 **/
1501s32 e1000e_set_d3_lplu_state(struct e1000_hw *hw, bool active)
1502{
1503 struct e1000_phy_info *phy = &hw->phy;
1504 s32 ret_val;
1505 u16 data;
1506
1507 ret_val = e1e_rphy(hw, IGP02E1000_PHY_POWER_MGMT, &data);
1508 if (ret_val)
1509 return ret_val;
1510
1511 if (!active) {
1512 data &= ~IGP02E1000_PM_D3_LPLU;
David Graham2d9498f2008-04-23 11:09:14 -07001513 ret_val = e1e_wphy(hw, IGP02E1000_PHY_POWER_MGMT, data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001514 if (ret_val)
1515 return ret_val;
Bruce Allanad680762008-03-28 09:15:03 -07001516 /*
1517 * LPLU and SmartSpeed are mutually exclusive. LPLU is used
Auke Kokbc7f75f2007-09-17 12:30:59 -07001518 * during Dx states where the power conservation is most
1519 * important. During driver activity we should enable
Bruce Allanad680762008-03-28 09:15:03 -07001520 * SmartSpeed, so performance is maintained.
1521 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001522 if (phy->smart_speed == e1000_smart_speed_on) {
1523 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001524 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001525 if (ret_val)
1526 return ret_val;
1527
1528 data |= IGP01E1000_PSCFR_SMART_SPEED;
1529 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001530 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001531 if (ret_val)
1532 return ret_val;
1533 } else if (phy->smart_speed == e1000_smart_speed_off) {
1534 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001535 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001536 if (ret_val)
1537 return ret_val;
1538
1539 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
1540 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001541 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001542 if (ret_val)
1543 return ret_val;
1544 }
1545 } else if ((phy->autoneg_advertised == E1000_ALL_SPEED_DUPLEX) ||
1546 (phy->autoneg_advertised == E1000_ALL_NOT_GIG) ||
1547 (phy->autoneg_advertised == E1000_ALL_10_SPEED)) {
1548 data |= IGP02E1000_PM_D3_LPLU;
1549 ret_val = e1e_wphy(hw, IGP02E1000_PHY_POWER_MGMT, data);
1550 if (ret_val)
1551 return ret_val;
1552
1553 /* When LPLU is enabled, we should disable SmartSpeed */
1554 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, &data);
1555 if (ret_val)
1556 return ret_val;
1557
1558 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
1559 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, data);
1560 }
1561
1562 return ret_val;
1563}
1564
1565/**
Auke Kok489815c2008-02-21 15:11:07 -08001566 * e1000e_check_downshift - Checks whether a downshift in speed occurred
Auke Kokbc7f75f2007-09-17 12:30:59 -07001567 * @hw: pointer to the HW structure
1568 *
1569 * Success returns 0, Failure returns 1
1570 *
1571 * A downshift is detected by querying the PHY link health.
1572 **/
1573s32 e1000e_check_downshift(struct e1000_hw *hw)
1574{
1575 struct e1000_phy_info *phy = &hw->phy;
1576 s32 ret_val;
1577 u16 phy_data, offset, mask;
1578
1579 switch (phy->type) {
1580 case e1000_phy_m88:
1581 case e1000_phy_gg82563:
Bruce Allan07f025e2009-12-01 15:53:48 +00001582 case e1000_phy_bm:
Bruce Allana4f58f52009-06-02 11:29:18 +00001583 case e1000_phy_82578:
Auke Kokbc7f75f2007-09-17 12:30:59 -07001584 offset = M88E1000_PHY_SPEC_STATUS;
1585 mask = M88E1000_PSSR_DOWNSHIFT;
1586 break;
1587 case e1000_phy_igp_2:
1588 case e1000_phy_igp_3:
1589 offset = IGP01E1000_PHY_LINK_HEALTH;
1590 mask = IGP01E1000_PLHR_SS_DOWNGRADE;
1591 break;
1592 default:
1593 /* speed downshift not supported */
Bruce Allan564ea9b2009-11-20 23:26:44 +00001594 phy->speed_downgraded = false;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001595 return 0;
1596 }
1597
1598 ret_val = e1e_rphy(hw, offset, &phy_data);
1599
1600 if (!ret_val)
1601 phy->speed_downgraded = (phy_data & mask);
1602
1603 return ret_val;
1604}
1605
1606/**
1607 * e1000_check_polarity_m88 - Checks the polarity.
1608 * @hw: pointer to the HW structure
1609 *
1610 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
1611 *
1612 * Polarity is determined based on the PHY specific status register.
1613 **/
Bruce Allan0be84012009-12-02 17:03:18 +00001614s32 e1000_check_polarity_m88(struct e1000_hw *hw)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001615{
1616 struct e1000_phy_info *phy = &hw->phy;
1617 s32 ret_val;
1618 u16 data;
1619
1620 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_STATUS, &data);
1621
1622 if (!ret_val)
1623 phy->cable_polarity = (data & M88E1000_PSSR_REV_POLARITY)
1624 ? e1000_rev_polarity_reversed
1625 : e1000_rev_polarity_normal;
1626
1627 return ret_val;
1628}
1629
1630/**
1631 * e1000_check_polarity_igp - Checks the polarity.
1632 * @hw: pointer to the HW structure
1633 *
1634 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
1635 *
1636 * Polarity is determined based on the PHY port status register, and the
1637 * current speed (since there is no polarity at 100Mbps).
1638 **/
Bruce Allan0be84012009-12-02 17:03:18 +00001639s32 e1000_check_polarity_igp(struct e1000_hw *hw)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001640{
1641 struct e1000_phy_info *phy = &hw->phy;
1642 s32 ret_val;
1643 u16 data, offset, mask;
1644
Bruce Allanad680762008-03-28 09:15:03 -07001645 /*
1646 * Polarity is determined based on the speed of
1647 * our connection.
1648 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001649 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_STATUS, &data);
1650 if (ret_val)
1651 return ret_val;
1652
1653 if ((data & IGP01E1000_PSSR_SPEED_MASK) ==
1654 IGP01E1000_PSSR_SPEED_1000MBPS) {
1655 offset = IGP01E1000_PHY_PCS_INIT_REG;
1656 mask = IGP01E1000_PHY_POLARITY_MASK;
1657 } else {
Bruce Allanad680762008-03-28 09:15:03 -07001658 /*
1659 * This really only applies to 10Mbps since
Auke Kokbc7f75f2007-09-17 12:30:59 -07001660 * there is no polarity for 100Mbps (always 0).
1661 */
1662 offset = IGP01E1000_PHY_PORT_STATUS;
1663 mask = IGP01E1000_PSSR_POLARITY_REVERSED;
1664 }
1665
1666 ret_val = e1e_rphy(hw, offset, &data);
1667
1668 if (!ret_val)
1669 phy->cable_polarity = (data & mask)
1670 ? e1000_rev_polarity_reversed
1671 : e1000_rev_polarity_normal;
1672
1673 return ret_val;
1674}
1675
1676/**
Bruce Allan0be84012009-12-02 17:03:18 +00001677 * e1000_check_polarity_ife - Check cable polarity for IFE PHY
1678 * @hw: pointer to the HW structure
1679 *
1680 * Polarity is determined on the polarity reversal feature being enabled.
1681 **/
1682s32 e1000_check_polarity_ife(struct e1000_hw *hw)
1683{
1684 struct e1000_phy_info *phy = &hw->phy;
1685 s32 ret_val;
1686 u16 phy_data, offset, mask;
1687
1688 /*
1689 * Polarity is determined based on the reversal feature being enabled.
1690 */
1691 if (phy->polarity_correction) {
1692 offset = IFE_PHY_EXTENDED_STATUS_CONTROL;
1693 mask = IFE_PESC_POLARITY_REVERSED;
1694 } else {
1695 offset = IFE_PHY_SPECIAL_CONTROL;
1696 mask = IFE_PSC_FORCE_POLARITY;
1697 }
1698
1699 ret_val = e1e_rphy(hw, offset, &phy_data);
1700
1701 if (!ret_val)
1702 phy->cable_polarity = (phy_data & mask)
1703 ? e1000_rev_polarity_reversed
1704 : e1000_rev_polarity_normal;
1705
1706 return ret_val;
1707}
1708
1709/**
Bruce Allanad680762008-03-28 09:15:03 -07001710 * e1000_wait_autoneg - Wait for auto-neg completion
Auke Kokbc7f75f2007-09-17 12:30:59 -07001711 * @hw: pointer to the HW structure
1712 *
1713 * Waits for auto-negotiation to complete or for the auto-negotiation time
1714 * limit to expire, which ever happens first.
1715 **/
1716static s32 e1000_wait_autoneg(struct e1000_hw *hw)
1717{
1718 s32 ret_val = 0;
1719 u16 i, phy_status;
1720
1721 /* Break after autoneg completes or PHY_AUTO_NEG_LIMIT expires. */
1722 for (i = PHY_AUTO_NEG_LIMIT; i > 0; i--) {
1723 ret_val = e1e_rphy(hw, PHY_STATUS, &phy_status);
1724 if (ret_val)
1725 break;
1726 ret_val = e1e_rphy(hw, PHY_STATUS, &phy_status);
1727 if (ret_val)
1728 break;
1729 if (phy_status & MII_SR_AUTONEG_COMPLETE)
1730 break;
1731 msleep(100);
1732 }
1733
Bruce Allanad680762008-03-28 09:15:03 -07001734 /*
1735 * PHY_AUTO_NEG_TIME expiration doesn't guarantee auto-negotiation
Auke Kokbc7f75f2007-09-17 12:30:59 -07001736 * has completed.
1737 */
1738 return ret_val;
1739}
1740
1741/**
1742 * e1000e_phy_has_link_generic - Polls PHY for link
1743 * @hw: pointer to the HW structure
1744 * @iterations: number of times to poll for link
1745 * @usec_interval: delay between polling attempts
1746 * @success: pointer to whether polling was successful or not
1747 *
1748 * Polls the PHY status register for link, 'iterations' number of times.
1749 **/
1750s32 e1000e_phy_has_link_generic(struct e1000_hw *hw, u32 iterations,
1751 u32 usec_interval, bool *success)
1752{
1753 s32 ret_val = 0;
1754 u16 i, phy_status;
1755
1756 for (i = 0; i < iterations; i++) {
Bruce Allanad680762008-03-28 09:15:03 -07001757 /*
1758 * Some PHYs require the PHY_STATUS register to be read
Auke Kokbc7f75f2007-09-17 12:30:59 -07001759 * twice due to the link bit being sticky. No harm doing
1760 * it across the board.
1761 */
1762 ret_val = e1e_rphy(hw, PHY_STATUS, &phy_status);
1763 if (ret_val)
Bruce Allan906e8d92009-07-01 13:28:50 +00001764 /*
1765 * If the first read fails, another entity may have
1766 * ownership of the resources, wait and try again to
1767 * see if they have relinquished the resources yet.
1768 */
1769 udelay(usec_interval);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001770 ret_val = e1e_rphy(hw, PHY_STATUS, &phy_status);
1771 if (ret_val)
1772 break;
1773 if (phy_status & MII_SR_LINK_STATUS)
1774 break;
1775 if (usec_interval >= 1000)
1776 mdelay(usec_interval/1000);
1777 else
1778 udelay(usec_interval);
1779 }
1780
1781 *success = (i < iterations);
1782
1783 return ret_val;
1784}
1785
1786/**
1787 * e1000e_get_cable_length_m88 - Determine cable length for m88 PHY
1788 * @hw: pointer to the HW structure
1789 *
1790 * Reads the PHY specific status register to retrieve the cable length
1791 * information. The cable length is determined by averaging the minimum and
1792 * maximum values to get the "average" cable length. The m88 PHY has four
1793 * possible cable length values, which are:
1794 * Register Value Cable Length
1795 * 0 < 50 meters
1796 * 1 50 - 80 meters
1797 * 2 80 - 110 meters
1798 * 3 110 - 140 meters
1799 * 4 > 140 meters
1800 **/
1801s32 e1000e_get_cable_length_m88(struct e1000_hw *hw)
1802{
1803 struct e1000_phy_info *phy = &hw->phy;
1804 s32 ret_val;
1805 u16 phy_data, index;
1806
1807 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_STATUS, &phy_data);
1808 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00001809 return ret_val;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001810
1811 index = (phy_data & M88E1000_PSSR_CABLE_LENGTH) >>
Bruce Allaneb656d42009-12-01 15:47:02 +00001812 M88E1000_PSSR_CABLE_LENGTH_SHIFT;
Bruce Allan5015e532012-02-08 02:55:56 +00001813
1814 if (index >= M88E1000_CABLE_LENGTH_TABLE_SIZE - 1)
1815 return -E1000_ERR_PHY;
Bruce Allaneb656d42009-12-01 15:47:02 +00001816
Auke Kokbc7f75f2007-09-17 12:30:59 -07001817 phy->min_cable_length = e1000_m88_cable_length_table[index];
Bruce Allaneb656d42009-12-01 15:47:02 +00001818 phy->max_cable_length = e1000_m88_cable_length_table[index + 1];
Auke Kokbc7f75f2007-09-17 12:30:59 -07001819
1820 phy->cable_length = (phy->min_cable_length + phy->max_cable_length) / 2;
1821
Bruce Allan5015e532012-02-08 02:55:56 +00001822 return 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001823}
1824
1825/**
1826 * e1000e_get_cable_length_igp_2 - Determine cable length for igp2 PHY
1827 * @hw: pointer to the HW structure
1828 *
1829 * The automatic gain control (agc) normalizes the amplitude of the
1830 * received signal, adjusting for the attenuation produced by the
Auke Kok489815c2008-02-21 15:11:07 -08001831 * cable. By reading the AGC registers, which represent the
Bruce Allan5ff5b662009-12-01 15:51:11 +00001832 * combination of coarse and fine gain value, the value can be put
Auke Kokbc7f75f2007-09-17 12:30:59 -07001833 * into a lookup table to obtain the approximate cable length
1834 * for each channel.
1835 **/
1836s32 e1000e_get_cable_length_igp_2(struct e1000_hw *hw)
1837{
1838 struct e1000_phy_info *phy = &hw->phy;
1839 s32 ret_val;
1840 u16 phy_data, i, agc_value = 0;
1841 u16 cur_agc_index, max_agc_index = 0;
1842 u16 min_agc_index = IGP02E1000_CABLE_LENGTH_TABLE_SIZE - 1;
Jeff Kirsher66744502010-12-01 19:59:50 +00001843 static const u16 agc_reg_array[IGP02E1000_PHY_CHANNEL_NUM] = {
1844 IGP02E1000_PHY_AGC_A,
1845 IGP02E1000_PHY_AGC_B,
1846 IGP02E1000_PHY_AGC_C,
1847 IGP02E1000_PHY_AGC_D
1848 };
Auke Kokbc7f75f2007-09-17 12:30:59 -07001849
1850 /* Read the AGC registers for all channels */
1851 for (i = 0; i < IGP02E1000_PHY_CHANNEL_NUM; i++) {
1852 ret_val = e1e_rphy(hw, agc_reg_array[i], &phy_data);
1853 if (ret_val)
1854 return ret_val;
1855
Bruce Allanad680762008-03-28 09:15:03 -07001856 /*
1857 * Getting bits 15:9, which represent the combination of
Bruce Allan5ff5b662009-12-01 15:51:11 +00001858 * coarse and fine gain values. The result is a number
Auke Kokbc7f75f2007-09-17 12:30:59 -07001859 * that can be put into the lookup table to obtain the
Bruce Allanad680762008-03-28 09:15:03 -07001860 * approximate cable length.
1861 */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001862 cur_agc_index = (phy_data >> IGP02E1000_AGC_LENGTH_SHIFT) &
1863 IGP02E1000_AGC_LENGTH_MASK;
1864
1865 /* Array index bound check. */
1866 if ((cur_agc_index >= IGP02E1000_CABLE_LENGTH_TABLE_SIZE) ||
1867 (cur_agc_index == 0))
1868 return -E1000_ERR_PHY;
1869
1870 /* Remove min & max AGC values from calculation. */
1871 if (e1000_igp_2_cable_length_table[min_agc_index] >
1872 e1000_igp_2_cable_length_table[cur_agc_index])
1873 min_agc_index = cur_agc_index;
1874 if (e1000_igp_2_cable_length_table[max_agc_index] <
1875 e1000_igp_2_cable_length_table[cur_agc_index])
1876 max_agc_index = cur_agc_index;
1877
1878 agc_value += e1000_igp_2_cable_length_table[cur_agc_index];
1879 }
1880
1881 agc_value -= (e1000_igp_2_cable_length_table[min_agc_index] +
1882 e1000_igp_2_cable_length_table[max_agc_index]);
1883 agc_value /= (IGP02E1000_PHY_CHANNEL_NUM - 2);
1884
1885 /* Calculate cable length with the error range of +/- 10 meters. */
1886 phy->min_cable_length = ((agc_value - IGP02E1000_AGC_RANGE) > 0) ?
1887 (agc_value - IGP02E1000_AGC_RANGE) : 0;
1888 phy->max_cable_length = agc_value + IGP02E1000_AGC_RANGE;
1889
1890 phy->cable_length = (phy->min_cable_length + phy->max_cable_length) / 2;
1891
Bruce Allan82607252012-02-08 02:55:09 +00001892 return 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001893}
1894
1895/**
1896 * e1000e_get_phy_info_m88 - Retrieve PHY information
1897 * @hw: pointer to the HW structure
1898 *
1899 * Valid for only copper links. Read the PHY status register (sticky read)
1900 * to verify that link is up. Read the PHY special control register to
1901 * determine the polarity and 10base-T extended distance. Read the PHY
1902 * special status register to determine MDI/MDIx and current speed. If
1903 * speed is 1000, then determine cable length, local and remote receiver.
1904 **/
1905s32 e1000e_get_phy_info_m88(struct e1000_hw *hw)
1906{
1907 struct e1000_phy_info *phy = &hw->phy;
1908 s32 ret_val;
1909 u16 phy_data;
1910 bool link;
1911
Bruce Allan0be84012009-12-02 17:03:18 +00001912 if (phy->media_type != e1000_media_type_copper) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001913 e_dbg("Phy info is only valid for copper media\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001914 return -E1000_ERR_CONFIG;
1915 }
1916
1917 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
1918 if (ret_val)
1919 return ret_val;
1920
1921 if (!link) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001922 e_dbg("Phy info is only valid if link is up\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001923 return -E1000_ERR_CONFIG;
1924 }
1925
1926 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_CTRL, &phy_data);
1927 if (ret_val)
1928 return ret_val;
1929
1930 phy->polarity_correction = (phy_data &
1931 M88E1000_PSCR_POLARITY_REVERSAL);
1932
1933 ret_val = e1000_check_polarity_m88(hw);
1934 if (ret_val)
1935 return ret_val;
1936
1937 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_STATUS, &phy_data);
1938 if (ret_val)
1939 return ret_val;
1940
1941 phy->is_mdix = (phy_data & M88E1000_PSSR_MDIX);
1942
1943 if ((phy_data & M88E1000_PSSR_SPEED) == M88E1000_PSSR_1000MBS) {
1944 ret_val = e1000_get_cable_length(hw);
1945 if (ret_val)
1946 return ret_val;
1947
1948 ret_val = e1e_rphy(hw, PHY_1000T_STATUS, &phy_data);
1949 if (ret_val)
1950 return ret_val;
1951
1952 phy->local_rx = (phy_data & SR_1000T_LOCAL_RX_STATUS)
1953 ? e1000_1000t_rx_status_ok
1954 : e1000_1000t_rx_status_not_ok;
1955
1956 phy->remote_rx = (phy_data & SR_1000T_REMOTE_RX_STATUS)
1957 ? e1000_1000t_rx_status_ok
1958 : e1000_1000t_rx_status_not_ok;
1959 } else {
1960 /* Set values to "undefined" */
1961 phy->cable_length = E1000_CABLE_LENGTH_UNDEFINED;
1962 phy->local_rx = e1000_1000t_rx_status_undefined;
1963 phy->remote_rx = e1000_1000t_rx_status_undefined;
1964 }
1965
1966 return ret_val;
1967}
1968
1969/**
1970 * e1000e_get_phy_info_igp - Retrieve igp PHY information
1971 * @hw: pointer to the HW structure
1972 *
1973 * Read PHY status to determine if link is up. If link is up, then
1974 * set/determine 10base-T extended distance and polarity correction. Read
1975 * PHY port status to determine MDI/MDIx and speed. Based on the speed,
1976 * determine on the cable length, local and remote receiver.
1977 **/
1978s32 e1000e_get_phy_info_igp(struct e1000_hw *hw)
1979{
1980 struct e1000_phy_info *phy = &hw->phy;
1981 s32 ret_val;
1982 u16 data;
1983 bool link;
1984
1985 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
1986 if (ret_val)
1987 return ret_val;
1988
1989 if (!link) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001990 e_dbg("Phy info is only valid if link is up\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001991 return -E1000_ERR_CONFIG;
1992 }
1993
Bruce Allan564ea9b2009-11-20 23:26:44 +00001994 phy->polarity_correction = true;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001995
1996 ret_val = e1000_check_polarity_igp(hw);
1997 if (ret_val)
1998 return ret_val;
1999
2000 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_STATUS, &data);
2001 if (ret_val)
2002 return ret_val;
2003
2004 phy->is_mdix = (data & IGP01E1000_PSSR_MDIX);
2005
2006 if ((data & IGP01E1000_PSSR_SPEED_MASK) ==
2007 IGP01E1000_PSSR_SPEED_1000MBPS) {
2008 ret_val = e1000_get_cable_length(hw);
2009 if (ret_val)
2010 return ret_val;
2011
2012 ret_val = e1e_rphy(hw, PHY_1000T_STATUS, &data);
2013 if (ret_val)
2014 return ret_val;
2015
2016 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS)
2017 ? e1000_1000t_rx_status_ok
2018 : e1000_1000t_rx_status_not_ok;
2019
2020 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS)
2021 ? e1000_1000t_rx_status_ok
2022 : e1000_1000t_rx_status_not_ok;
2023 } else {
2024 phy->cable_length = E1000_CABLE_LENGTH_UNDEFINED;
2025 phy->local_rx = e1000_1000t_rx_status_undefined;
2026 phy->remote_rx = e1000_1000t_rx_status_undefined;
2027 }
2028
2029 return ret_val;
2030}
2031
2032/**
Bruce Allan0be84012009-12-02 17:03:18 +00002033 * e1000_get_phy_info_ife - Retrieves various IFE PHY states
2034 * @hw: pointer to the HW structure
2035 *
2036 * Populates "phy" structure with various feature states.
2037 **/
2038s32 e1000_get_phy_info_ife(struct e1000_hw *hw)
2039{
2040 struct e1000_phy_info *phy = &hw->phy;
2041 s32 ret_val;
2042 u16 data;
2043 bool link;
2044
2045 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
2046 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00002047 return ret_val;
Bruce Allan0be84012009-12-02 17:03:18 +00002048
2049 if (!link) {
2050 e_dbg("Phy info is only valid if link is up\n");
Bruce Allan5015e532012-02-08 02:55:56 +00002051 return -E1000_ERR_CONFIG;
Bruce Allan0be84012009-12-02 17:03:18 +00002052 }
2053
2054 ret_val = e1e_rphy(hw, IFE_PHY_SPECIAL_CONTROL, &data);
2055 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00002056 return ret_val;
Bruce Allan0be84012009-12-02 17:03:18 +00002057 phy->polarity_correction = (data & IFE_PSC_AUTO_POLARITY_DISABLE)
2058 ? false : true;
2059
2060 if (phy->polarity_correction) {
2061 ret_val = e1000_check_polarity_ife(hw);
2062 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00002063 return ret_val;
Bruce Allan0be84012009-12-02 17:03:18 +00002064 } else {
2065 /* Polarity is forced */
2066 phy->cable_polarity = (data & IFE_PSC_FORCE_POLARITY)
2067 ? e1000_rev_polarity_reversed
2068 : e1000_rev_polarity_normal;
2069 }
2070
2071 ret_val = e1e_rphy(hw, IFE_PHY_MDIX_CONTROL, &data);
2072 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00002073 return ret_val;
Bruce Allan0be84012009-12-02 17:03:18 +00002074
2075 phy->is_mdix = (data & IFE_PMC_MDIX_STATUS) ? true : false;
2076
2077 /* The following parameters are undefined for 10/100 operation. */
2078 phy->cable_length = E1000_CABLE_LENGTH_UNDEFINED;
2079 phy->local_rx = e1000_1000t_rx_status_undefined;
2080 phy->remote_rx = e1000_1000t_rx_status_undefined;
2081
Bruce Allan5015e532012-02-08 02:55:56 +00002082 return 0;
Bruce Allan0be84012009-12-02 17:03:18 +00002083}
2084
2085/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07002086 * e1000e_phy_sw_reset - PHY software reset
2087 * @hw: pointer to the HW structure
2088 *
2089 * Does a software reset of the PHY by reading the PHY control register and
2090 * setting/write the control register reset bit to the PHY.
2091 **/
2092s32 e1000e_phy_sw_reset(struct e1000_hw *hw)
2093{
2094 s32 ret_val;
2095 u16 phy_ctrl;
2096
2097 ret_val = e1e_rphy(hw, PHY_CONTROL, &phy_ctrl);
2098 if (ret_val)
2099 return ret_val;
2100
2101 phy_ctrl |= MII_CR_RESET;
2102 ret_val = e1e_wphy(hw, PHY_CONTROL, phy_ctrl);
2103 if (ret_val)
2104 return ret_val;
2105
2106 udelay(1);
2107
2108 return ret_val;
2109}
2110
2111/**
2112 * e1000e_phy_hw_reset_generic - PHY hardware reset
2113 * @hw: pointer to the HW structure
2114 *
2115 * Verify the reset block is not blocking us from resetting. Acquire
2116 * semaphore (if necessary) and read/set/write the device control reset
2117 * bit in the PHY. Wait the appropriate delay time for the device to
Auke Kok489815c2008-02-21 15:11:07 -08002118 * reset and release the semaphore (if necessary).
Auke Kokbc7f75f2007-09-17 12:30:59 -07002119 **/
2120s32 e1000e_phy_hw_reset_generic(struct e1000_hw *hw)
2121{
2122 struct e1000_phy_info *phy = &hw->phy;
2123 s32 ret_val;
2124 u32 ctrl;
2125
Bruce Allan44abd5c2012-02-22 09:02:37 +00002126 ret_val = phy->ops.check_reset_block(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002127 if (ret_val)
2128 return 0;
2129
Bruce Allan94d81862009-11-20 23:25:26 +00002130 ret_val = phy->ops.acquire(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002131 if (ret_val)
2132 return ret_val;
2133
2134 ctrl = er32(CTRL);
2135 ew32(CTRL, ctrl | E1000_CTRL_PHY_RST);
2136 e1e_flush();
2137
2138 udelay(phy->reset_delay_us);
2139
2140 ew32(CTRL, ctrl);
2141 e1e_flush();
2142
2143 udelay(150);
2144
Bruce Allan94d81862009-11-20 23:25:26 +00002145 phy->ops.release(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002146
2147 return e1000_get_phy_cfg_done(hw);
2148}
2149
2150/**
2151 * e1000e_get_cfg_done - Generic configuration done
2152 * @hw: pointer to the HW structure
2153 *
2154 * Generic function to wait 10 milli-seconds for configuration to complete
2155 * and return success.
2156 **/
2157s32 e1000e_get_cfg_done(struct e1000_hw *hw)
2158{
2159 mdelay(10);
Bruce Allan3d3a1672012-02-23 03:13:18 +00002160
Auke Kokbc7f75f2007-09-17 12:30:59 -07002161 return 0;
2162}
2163
Bruce Allanf4187b52008-08-26 18:36:50 -07002164/**
2165 * e1000e_phy_init_script_igp3 - Inits the IGP3 PHY
2166 * @hw: pointer to the HW structure
2167 *
2168 * Initializes a Intel Gigabit PHY3 when an EEPROM is not present.
2169 **/
2170s32 e1000e_phy_init_script_igp3(struct e1000_hw *hw)
2171{
Bruce Allan3bb99fe2009-11-20 23:25:07 +00002172 e_dbg("Running IGP 3 PHY init script\n");
Bruce Allanf4187b52008-08-26 18:36:50 -07002173
2174 /* PHY init IGP 3 */
2175 /* Enable rise/fall, 10-mode work in class-A */
2176 e1e_wphy(hw, 0x2F5B, 0x9018);
2177 /* Remove all caps from Replica path filter */
2178 e1e_wphy(hw, 0x2F52, 0x0000);
2179 /* Bias trimming for ADC, AFE and Driver (Default) */
2180 e1e_wphy(hw, 0x2FB1, 0x8B24);
2181 /* Increase Hybrid poly bias */
2182 e1e_wphy(hw, 0x2FB2, 0xF8F0);
2183 /* Add 4% to Tx amplitude in Gig mode */
2184 e1e_wphy(hw, 0x2010, 0x10B0);
2185 /* Disable trimming (TTT) */
2186 e1e_wphy(hw, 0x2011, 0x0000);
2187 /* Poly DC correction to 94.6% + 2% for all channels */
2188 e1e_wphy(hw, 0x20DD, 0x249A);
2189 /* ABS DC correction to 95.9% */
2190 e1e_wphy(hw, 0x20DE, 0x00D3);
2191 /* BG temp curve trim */
2192 e1e_wphy(hw, 0x28B4, 0x04CE);
2193 /* Increasing ADC OPAMP stage 1 currents to max */
2194 e1e_wphy(hw, 0x2F70, 0x29E4);
2195 /* Force 1000 ( required for enabling PHY regs configuration) */
2196 e1e_wphy(hw, 0x0000, 0x0140);
2197 /* Set upd_freq to 6 */
2198 e1e_wphy(hw, 0x1F30, 0x1606);
2199 /* Disable NPDFE */
2200 e1e_wphy(hw, 0x1F31, 0xB814);
2201 /* Disable adaptive fixed FFE (Default) */
2202 e1e_wphy(hw, 0x1F35, 0x002A);
2203 /* Enable FFE hysteresis */
2204 e1e_wphy(hw, 0x1F3E, 0x0067);
2205 /* Fixed FFE for short cable lengths */
2206 e1e_wphy(hw, 0x1F54, 0x0065);
2207 /* Fixed FFE for medium cable lengths */
2208 e1e_wphy(hw, 0x1F55, 0x002A);
2209 /* Fixed FFE for long cable lengths */
2210 e1e_wphy(hw, 0x1F56, 0x002A);
2211 /* Enable Adaptive Clip Threshold */
2212 e1e_wphy(hw, 0x1F72, 0x3FB0);
2213 /* AHT reset limit to 1 */
2214 e1e_wphy(hw, 0x1F76, 0xC0FF);
2215 /* Set AHT master delay to 127 msec */
2216 e1e_wphy(hw, 0x1F77, 0x1DEC);
2217 /* Set scan bits for AHT */
2218 e1e_wphy(hw, 0x1F78, 0xF9EF);
2219 /* Set AHT Preset bits */
2220 e1e_wphy(hw, 0x1F79, 0x0210);
2221 /* Change integ_factor of channel A to 3 */
2222 e1e_wphy(hw, 0x1895, 0x0003);
2223 /* Change prop_factor of channels BCD to 8 */
2224 e1e_wphy(hw, 0x1796, 0x0008);
2225 /* Change cg_icount + enable integbp for channels BCD */
2226 e1e_wphy(hw, 0x1798, 0xD008);
2227 /*
2228 * Change cg_icount + enable integbp + change prop_factor_master
2229 * to 8 for channel A
2230 */
2231 e1e_wphy(hw, 0x1898, 0xD918);
2232 /* Disable AHT in Slave mode on channel A */
2233 e1e_wphy(hw, 0x187A, 0x0800);
2234 /*
2235 * Enable LPLU and disable AN to 1000 in non-D0a states,
2236 * Enable SPD+B2B
2237 */
2238 e1e_wphy(hw, 0x0019, 0x008D);
2239 /* Enable restart AN on an1000_dis change */
2240 e1e_wphy(hw, 0x001B, 0x2080);
2241 /* Enable wh_fifo read clock in 10/100 modes */
2242 e1e_wphy(hw, 0x0014, 0x0045);
2243 /* Restart AN, Speed selection is 1000 */
2244 e1e_wphy(hw, 0x0000, 0x1340);
2245
2246 return 0;
2247}
2248
Auke Kokbc7f75f2007-09-17 12:30:59 -07002249/* Internal function pointers */
2250
2251/**
2252 * e1000_get_phy_cfg_done - Generic PHY configuration done
2253 * @hw: pointer to the HW structure
2254 *
2255 * Return success if silicon family did not implement a family specific
2256 * get_cfg_done function.
2257 **/
2258static s32 e1000_get_phy_cfg_done(struct e1000_hw *hw)
2259{
2260 if (hw->phy.ops.get_cfg_done)
2261 return hw->phy.ops.get_cfg_done(hw);
2262
2263 return 0;
2264}
2265
2266/**
2267 * e1000_phy_force_speed_duplex - Generic force PHY speed/duplex
2268 * @hw: pointer to the HW structure
2269 *
2270 * When the silicon family has not implemented a forced speed/duplex
2271 * function for the PHY, simply return 0.
2272 **/
2273static s32 e1000_phy_force_speed_duplex(struct e1000_hw *hw)
2274{
2275 if (hw->phy.ops.force_speed_duplex)
2276 return hw->phy.ops.force_speed_duplex(hw);
2277
2278 return 0;
2279}
2280
2281/**
2282 * e1000e_get_phy_type_from_id - Get PHY type from id
2283 * @phy_id: phy_id read from the phy
2284 *
2285 * Returns the phy type from the id.
2286 **/
2287enum e1000_phy_type e1000e_get_phy_type_from_id(u32 phy_id)
2288{
2289 enum e1000_phy_type phy_type = e1000_phy_unknown;
2290
2291 switch (phy_id) {
2292 case M88E1000_I_PHY_ID:
2293 case M88E1000_E_PHY_ID:
2294 case M88E1111_I_PHY_ID:
2295 case M88E1011_I_PHY_ID:
2296 phy_type = e1000_phy_m88;
2297 break;
2298 case IGP01E1000_I_PHY_ID: /* IGP 1 & 2 share this */
2299 phy_type = e1000_phy_igp_2;
2300 break;
2301 case GG82563_E_PHY_ID:
2302 phy_type = e1000_phy_gg82563;
2303 break;
2304 case IGP03E1000_E_PHY_ID:
2305 phy_type = e1000_phy_igp_3;
2306 break;
2307 case IFE_E_PHY_ID:
2308 case IFE_PLUS_E_PHY_ID:
2309 case IFE_C_E_PHY_ID:
2310 phy_type = e1000_phy_ife;
2311 break;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002312 case BME1000_E_PHY_ID:
2313 case BME1000_E_PHY_ID_R2:
2314 phy_type = e1000_phy_bm;
2315 break;
Bruce Allana4f58f52009-06-02 11:29:18 +00002316 case I82578_E_PHY_ID:
2317 phy_type = e1000_phy_82578;
2318 break;
2319 case I82577_E_PHY_ID:
2320 phy_type = e1000_phy_82577;
2321 break;
Bruce Alland3738bb2010-06-16 13:27:28 +00002322 case I82579_E_PHY_ID:
2323 phy_type = e1000_phy_82579;
2324 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -07002325 default:
2326 phy_type = e1000_phy_unknown;
2327 break;
2328 }
2329 return phy_type;
2330}
2331
2332/**
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002333 * e1000e_determine_phy_address - Determines PHY address.
2334 * @hw: pointer to the HW structure
2335 *
2336 * This uses a trial and error method to loop through possible PHY
2337 * addresses. It tests each by reading the PHY ID registers and
2338 * checking for a match.
2339 **/
2340s32 e1000e_determine_phy_address(struct e1000_hw *hw)
2341{
Bruce Allan5eb6f3c2009-12-02 17:02:43 +00002342 u32 phy_addr = 0;
2343 u32 i;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002344 enum e1000_phy_type phy_type = e1000_phy_unknown;
2345
Bruce Allan5eb6f3c2009-12-02 17:02:43 +00002346 hw->phy.id = phy_type;
2347
2348 for (phy_addr = 0; phy_addr < E1000_MAX_PHY_ADDR; phy_addr++) {
2349 hw->phy.addr = phy_addr;
2350 i = 0;
2351
2352 do {
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002353 e1000e_get_phy_id(hw);
2354 phy_type = e1000e_get_phy_type_from_id(hw->phy.id);
2355
Bruce Allan5eb6f3c2009-12-02 17:02:43 +00002356 /*
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002357 * If phy_type is valid, break - we found our
2358 * PHY address
2359 */
Bruce Allan5015e532012-02-08 02:55:56 +00002360 if (phy_type != e1000_phy_unknown)
2361 return 0;
2362
Bruce Allan1bba4382011-03-19 00:27:20 +00002363 usleep_range(1000, 2000);
Bruce Allan5eb6f3c2009-12-02 17:02:43 +00002364 i++;
2365 } while (i < 10);
2366 }
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002367
Bruce Allan5015e532012-02-08 02:55:56 +00002368 return -E1000_ERR_PHY_TYPE;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002369}
2370
2371/**
2372 * e1000_get_phy_addr_for_bm_page - Retrieve PHY page address
2373 * @page: page to access
2374 *
2375 * Returns the phy address for the page requested.
2376 **/
2377static u32 e1000_get_phy_addr_for_bm_page(u32 page, u32 reg)
2378{
2379 u32 phy_addr = 2;
2380
2381 if ((page >= 768) || (page == 0 && reg == 25) || (reg == 31))
2382 phy_addr = 1;
2383
2384 return phy_addr;
2385}
2386
2387/**
2388 * e1000e_write_phy_reg_bm - Write BM PHY register
2389 * @hw: pointer to the HW structure
2390 * @offset: register offset to write to
2391 * @data: data to write at register offset
2392 *
2393 * Acquires semaphore, if necessary, then writes the data to PHY register
2394 * at the offset. Release any acquired semaphores before exiting.
2395 **/
2396s32 e1000e_write_phy_reg_bm(struct e1000_hw *hw, u32 offset, u16 data)
2397{
2398 s32 ret_val;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002399 u32 page = offset >> IGP_PAGE_SHIFT;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002400
Bruce Allan94d81862009-11-20 23:25:26 +00002401 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002402 if (ret_val)
2403 return ret_val;
2404
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002405 /* Page 800 works differently than the rest so it has its own func */
2406 if (page == BM_WUC_PAGE) {
2407 ret_val = e1000_access_phy_wakeup_reg_bm(hw, offset, &data,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002408 false, false);
Bruce Allan75ce1532012-02-08 02:54:48 +00002409 goto release;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002410 }
2411
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002412 hw->phy.addr = e1000_get_phy_addr_for_bm_page(page, offset);
2413
2414 if (offset > MAX_PHY_MULTI_PAGE_REG) {
Bruce Allan90da0662011-01-06 07:02:53 +00002415 u32 page_shift, page_select;
2416
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002417 /*
2418 * Page select is register 31 for phy address 1 and 22 for
2419 * phy address 2 and 3. Page select is shifted only for
2420 * phy address 1.
2421 */
2422 if (hw->phy.addr == 1) {
2423 page_shift = IGP_PAGE_SHIFT;
2424 page_select = IGP01E1000_PHY_PAGE_SELECT;
2425 } else {
2426 page_shift = 0;
2427 page_select = BM_PHY_PAGE_SELECT;
2428 }
2429
2430 /* Page is shifted left, PHY expects (page x 32) */
2431 ret_val = e1000e_write_phy_reg_mdic(hw, page_select,
2432 (page << page_shift));
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002433 if (ret_val)
Bruce Allan75ce1532012-02-08 02:54:48 +00002434 goto release;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002435 }
2436
2437 ret_val = e1000e_write_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset,
2438 data);
2439
Bruce Allan75ce1532012-02-08 02:54:48 +00002440release:
Bruce Allan94d81862009-11-20 23:25:26 +00002441 hw->phy.ops.release(hw);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002442 return ret_val;
2443}
2444
2445/**
2446 * e1000e_read_phy_reg_bm - Read BM PHY register
2447 * @hw: pointer to the HW structure
2448 * @offset: register offset to be read
2449 * @data: pointer to the read data
2450 *
2451 * Acquires semaphore, if necessary, then reads the PHY register at offset
2452 * and storing the retrieved information in data. Release any acquired
2453 * semaphores before exiting.
2454 **/
2455s32 e1000e_read_phy_reg_bm(struct e1000_hw *hw, u32 offset, u16 *data)
2456{
2457 s32 ret_val;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002458 u32 page = offset >> IGP_PAGE_SHIFT;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002459
Bruce Allan94d81862009-11-20 23:25:26 +00002460 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002461 if (ret_val)
2462 return ret_val;
2463
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002464 /* Page 800 works differently than the rest so it has its own func */
2465 if (page == BM_WUC_PAGE) {
2466 ret_val = e1000_access_phy_wakeup_reg_bm(hw, offset, data,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002467 true, false);
Bruce Allan75ce1532012-02-08 02:54:48 +00002468 goto release;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002469 }
2470
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002471 hw->phy.addr = e1000_get_phy_addr_for_bm_page(page, offset);
2472
2473 if (offset > MAX_PHY_MULTI_PAGE_REG) {
Bruce Allan90da0662011-01-06 07:02:53 +00002474 u32 page_shift, page_select;
2475
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002476 /*
2477 * Page select is register 31 for phy address 1 and 22 for
2478 * phy address 2 and 3. Page select is shifted only for
2479 * phy address 1.
2480 */
2481 if (hw->phy.addr == 1) {
2482 page_shift = IGP_PAGE_SHIFT;
2483 page_select = IGP01E1000_PHY_PAGE_SELECT;
2484 } else {
2485 page_shift = 0;
2486 page_select = BM_PHY_PAGE_SELECT;
2487 }
2488
2489 /* Page is shifted left, PHY expects (page x 32) */
2490 ret_val = e1000e_write_phy_reg_mdic(hw, page_select,
2491 (page << page_shift));
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002492 if (ret_val)
Bruce Allan75ce1532012-02-08 02:54:48 +00002493 goto release;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002494 }
2495
2496 ret_val = e1000e_read_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset,
2497 data);
Bruce Allan75ce1532012-02-08 02:54:48 +00002498release:
Bruce Allan94d81862009-11-20 23:25:26 +00002499 hw->phy.ops.release(hw);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002500 return ret_val;
2501}
2502
2503/**
Bruce Allan4662e822008-08-26 18:37:06 -07002504 * e1000e_read_phy_reg_bm2 - Read BM PHY register
2505 * @hw: pointer to the HW structure
2506 * @offset: register offset to be read
2507 * @data: pointer to the read data
2508 *
2509 * Acquires semaphore, if necessary, then reads the PHY register at offset
2510 * and storing the retrieved information in data. Release any acquired
2511 * semaphores before exiting.
2512 **/
2513s32 e1000e_read_phy_reg_bm2(struct e1000_hw *hw, u32 offset, u16 *data)
2514{
2515 s32 ret_val;
2516 u16 page = (u16)(offset >> IGP_PAGE_SHIFT);
2517
Bruce Allan94d81862009-11-20 23:25:26 +00002518 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002519 if (ret_val)
2520 return ret_val;
2521
Bruce Allan4662e822008-08-26 18:37:06 -07002522 /* Page 800 works differently than the rest so it has its own func */
2523 if (page == BM_WUC_PAGE) {
2524 ret_val = e1000_access_phy_wakeup_reg_bm(hw, offset, data,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002525 true, false);
Bruce Allan75ce1532012-02-08 02:54:48 +00002526 goto release;
Bruce Allan4662e822008-08-26 18:37:06 -07002527 }
2528
Bruce Allan4662e822008-08-26 18:37:06 -07002529 hw->phy.addr = 1;
2530
2531 if (offset > MAX_PHY_MULTI_PAGE_REG) {
2532
2533 /* Page is shifted left, PHY expects (page x 32) */
2534 ret_val = e1000e_write_phy_reg_mdic(hw, BM_PHY_PAGE_SELECT,
2535 page);
2536
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002537 if (ret_val)
Bruce Allan75ce1532012-02-08 02:54:48 +00002538 goto release;
Bruce Allan4662e822008-08-26 18:37:06 -07002539 }
2540
2541 ret_val = e1000e_read_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset,
2542 data);
Bruce Allan75ce1532012-02-08 02:54:48 +00002543release:
Bruce Allan94d81862009-11-20 23:25:26 +00002544 hw->phy.ops.release(hw);
Bruce Allan4662e822008-08-26 18:37:06 -07002545 return ret_val;
2546}
2547
2548/**
2549 * e1000e_write_phy_reg_bm2 - Write BM PHY register
2550 * @hw: pointer to the HW structure
2551 * @offset: register offset to write to
2552 * @data: data to write at register offset
2553 *
2554 * Acquires semaphore, if necessary, then writes the data to PHY register
2555 * at the offset. Release any acquired semaphores before exiting.
2556 **/
2557s32 e1000e_write_phy_reg_bm2(struct e1000_hw *hw, u32 offset, u16 data)
2558{
2559 s32 ret_val;
2560 u16 page = (u16)(offset >> IGP_PAGE_SHIFT);
2561
Bruce Allan94d81862009-11-20 23:25:26 +00002562 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002563 if (ret_val)
2564 return ret_val;
2565
Bruce Allan4662e822008-08-26 18:37:06 -07002566 /* Page 800 works differently than the rest so it has its own func */
2567 if (page == BM_WUC_PAGE) {
2568 ret_val = e1000_access_phy_wakeup_reg_bm(hw, offset, &data,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002569 false, false);
Bruce Allan75ce1532012-02-08 02:54:48 +00002570 goto release;
Bruce Allan4662e822008-08-26 18:37:06 -07002571 }
2572
Bruce Allan4662e822008-08-26 18:37:06 -07002573 hw->phy.addr = 1;
2574
2575 if (offset > MAX_PHY_MULTI_PAGE_REG) {
2576 /* Page is shifted left, PHY expects (page x 32) */
2577 ret_val = e1000e_write_phy_reg_mdic(hw, BM_PHY_PAGE_SELECT,
2578 page);
2579
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002580 if (ret_val)
Bruce Allan75ce1532012-02-08 02:54:48 +00002581 goto release;
Bruce Allan4662e822008-08-26 18:37:06 -07002582 }
2583
2584 ret_val = e1000e_write_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset,
2585 data);
2586
Bruce Allan75ce1532012-02-08 02:54:48 +00002587release:
Bruce Allan94d81862009-11-20 23:25:26 +00002588 hw->phy.ops.release(hw);
Bruce Allan4662e822008-08-26 18:37:06 -07002589 return ret_val;
2590}
2591
2592/**
Bruce Allan2b6b1682011-05-13 07:20:09 +00002593 * e1000_enable_phy_wakeup_reg_access_bm - enable access to BM wakeup registers
2594 * @hw: pointer to the HW structure
2595 * @phy_reg: pointer to store original contents of BM_WUC_ENABLE_REG
2596 *
2597 * Assumes semaphore already acquired and phy_reg points to a valid memory
2598 * address to store contents of the BM_WUC_ENABLE_REG register.
2599 **/
2600s32 e1000_enable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg)
2601{
2602 s32 ret_val;
2603 u16 temp;
2604
2605 /* All page select, port ctrl and wakeup registers use phy address 1 */
2606 hw->phy.addr = 1;
2607
2608 /* Select Port Control Registers page */
2609 ret_val = e1000_set_page_igp(hw, (BM_PORT_CTRL_PAGE << IGP_PAGE_SHIFT));
2610 if (ret_val) {
2611 e_dbg("Could not set Port Control page\n");
Bruce Allan5015e532012-02-08 02:55:56 +00002612 return ret_val;
Bruce Allan2b6b1682011-05-13 07:20:09 +00002613 }
2614
2615 ret_val = e1000e_read_phy_reg_mdic(hw, BM_WUC_ENABLE_REG, phy_reg);
2616 if (ret_val) {
2617 e_dbg("Could not read PHY register %d.%d\n",
2618 BM_PORT_CTRL_PAGE, BM_WUC_ENABLE_REG);
Bruce Allan5015e532012-02-08 02:55:56 +00002619 return ret_val;
Bruce Allan2b6b1682011-05-13 07:20:09 +00002620 }
2621
2622 /*
2623 * Enable both PHY wakeup mode and Wakeup register page writes.
2624 * Prevent a power state change by disabling ME and Host PHY wakeup.
2625 */
2626 temp = *phy_reg;
2627 temp |= BM_WUC_ENABLE_BIT;
2628 temp &= ~(BM_WUC_ME_WU_BIT | BM_WUC_HOST_WU_BIT);
2629
2630 ret_val = e1000e_write_phy_reg_mdic(hw, BM_WUC_ENABLE_REG, temp);
2631 if (ret_val) {
2632 e_dbg("Could not write PHY register %d.%d\n",
2633 BM_PORT_CTRL_PAGE, BM_WUC_ENABLE_REG);
Bruce Allan5015e532012-02-08 02:55:56 +00002634 return ret_val;
Bruce Allan2b6b1682011-05-13 07:20:09 +00002635 }
2636
Bruce Allan5015e532012-02-08 02:55:56 +00002637 /*
2638 * Select Host Wakeup Registers page - caller now able to write
2639 * registers on the Wakeup registers page
2640 */
2641 return e1000_set_page_igp(hw, (BM_WUC_PAGE << IGP_PAGE_SHIFT));
Bruce Allan2b6b1682011-05-13 07:20:09 +00002642}
2643
2644/**
2645 * e1000_disable_phy_wakeup_reg_access_bm - disable access to BM wakeup regs
2646 * @hw: pointer to the HW structure
2647 * @phy_reg: pointer to original contents of BM_WUC_ENABLE_REG
2648 *
2649 * Restore BM_WUC_ENABLE_REG to its original value.
2650 *
2651 * Assumes semaphore already acquired and *phy_reg is the contents of the
2652 * BM_WUC_ENABLE_REG before register(s) on BM_WUC_PAGE were accessed by
2653 * caller.
2654 **/
2655s32 e1000_disable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg)
2656{
2657 s32 ret_val = 0;
2658
2659 /* Select Port Control Registers page */
2660 ret_val = e1000_set_page_igp(hw, (BM_PORT_CTRL_PAGE << IGP_PAGE_SHIFT));
2661 if (ret_val) {
2662 e_dbg("Could not set Port Control page\n");
Bruce Allan5015e532012-02-08 02:55:56 +00002663 return ret_val;
Bruce Allan2b6b1682011-05-13 07:20:09 +00002664 }
2665
2666 /* Restore 769.17 to its original value */
2667 ret_val = e1000e_write_phy_reg_mdic(hw, BM_WUC_ENABLE_REG, *phy_reg);
2668 if (ret_val)
2669 e_dbg("Could not restore PHY register %d.%d\n",
2670 BM_PORT_CTRL_PAGE, BM_WUC_ENABLE_REG);
Bruce Allan5015e532012-02-08 02:55:56 +00002671
Bruce Allan2b6b1682011-05-13 07:20:09 +00002672 return ret_val;
2673}
2674
2675/**
2676 * e1000_access_phy_wakeup_reg_bm - Read/write BM PHY wakeup register
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002677 * @hw: pointer to the HW structure
2678 * @offset: register offset to be read or written
2679 * @data: pointer to the data to read or write
2680 * @read: determines if operation is read or write
Bruce Allan2b6b1682011-05-13 07:20:09 +00002681 * @page_set: BM_WUC_PAGE already set and access enabled
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002682 *
Bruce Allan2b6b1682011-05-13 07:20:09 +00002683 * Read the PHY register at offset and store the retrieved information in
2684 * data, or write data to PHY register at offset. Note the procedure to
2685 * access the PHY wakeup registers is different than reading the other PHY
2686 * registers. It works as such:
2687 * 1) Set 769.17.2 (page 769, register 17, bit 2) = 1
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002688 * 2) Set page to 800 for host (801 if we were manageability)
2689 * 3) Write the address using the address opcode (0x11)
2690 * 4) Read or write the data using the data opcode (0x12)
Bruce Allan2b6b1682011-05-13 07:20:09 +00002691 * 5) Restore 769.17.2 to its original value
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002692 *
Bruce Allan2b6b1682011-05-13 07:20:09 +00002693 * Steps 1 and 2 are done by e1000_enable_phy_wakeup_reg_access_bm() and
2694 * step 5 is done by e1000_disable_phy_wakeup_reg_access_bm().
2695 *
2696 * Assumes semaphore is already acquired. When page_set==true, assumes
2697 * the PHY page is set to BM_WUC_PAGE (i.e. a function in the call stack
2698 * is responsible for calls to e1000_[enable|disable]_phy_wakeup_reg_bm()).
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002699 **/
2700static s32 e1000_access_phy_wakeup_reg_bm(struct e1000_hw *hw, u32 offset,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002701 u16 *data, bool read, bool page_set)
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002702{
2703 s32 ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00002704 u16 reg = BM_PHY_REG_NUM(offset);
Bruce Allan2b6b1682011-05-13 07:20:09 +00002705 u16 page = BM_PHY_REG_PAGE(offset);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002706 u16 phy_reg = 0;
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002707
Bruce Allan2b6b1682011-05-13 07:20:09 +00002708 /* Gig must be disabled for MDIO accesses to Host Wakeup reg page */
Bruce Allana4f58f52009-06-02 11:29:18 +00002709 if ((hw->mac.type == e1000_pchlan) &&
Bruce Allan2b6b1682011-05-13 07:20:09 +00002710 (!(er32(PHY_CTRL) & E1000_PHY_CTRL_GBE_DISABLE)))
2711 e_dbg("Attempting to access page %d while gig enabled.\n",
2712 page);
Bruce Allana4f58f52009-06-02 11:29:18 +00002713
Bruce Allan2b6b1682011-05-13 07:20:09 +00002714 if (!page_set) {
2715 /* Enable access to PHY wakeup registers */
2716 ret_val = e1000_enable_phy_wakeup_reg_access_bm(hw, &phy_reg);
2717 if (ret_val) {
2718 e_dbg("Could not enable PHY wakeup reg access\n");
Bruce Allan5015e532012-02-08 02:55:56 +00002719 return ret_val;
Bruce Allan2b6b1682011-05-13 07:20:09 +00002720 }
Bruce Allan9b71b412009-12-01 15:53:07 +00002721 }
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002722
Bruce Allan2b6b1682011-05-13 07:20:09 +00002723 e_dbg("Accessing PHY page %d reg 0x%x\n", page, reg);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002724
Bruce Allan2b6b1682011-05-13 07:20:09 +00002725 /* Write the Wakeup register page offset value using opcode 0x11 */
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002726 ret_val = e1000e_write_phy_reg_mdic(hw, BM_WUC_ADDRESS_OPCODE, reg);
Bruce Allan9b71b412009-12-01 15:53:07 +00002727 if (ret_val) {
Bruce Allan2b6b1682011-05-13 07:20:09 +00002728 e_dbg("Could not write address opcode to page %d\n", page);
Bruce Allan5015e532012-02-08 02:55:56 +00002729 return ret_val;
Bruce Allan9b71b412009-12-01 15:53:07 +00002730 }
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002731
2732 if (read) {
Bruce Allan2b6b1682011-05-13 07:20:09 +00002733 /* Read the Wakeup register page value using opcode 0x12 */
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002734 ret_val = e1000e_read_phy_reg_mdic(hw, BM_WUC_DATA_OPCODE,
2735 data);
2736 } else {
Bruce Allan2b6b1682011-05-13 07:20:09 +00002737 /* Write the Wakeup register page value using opcode 0x12 */
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002738 ret_val = e1000e_write_phy_reg_mdic(hw, BM_WUC_DATA_OPCODE,
2739 *data);
2740 }
2741
Bruce Allan9b71b412009-12-01 15:53:07 +00002742 if (ret_val) {
Bruce Allan2b6b1682011-05-13 07:20:09 +00002743 e_dbg("Could not access PHY reg %d.%d\n", page, reg);
Bruce Allan5015e532012-02-08 02:55:56 +00002744 return ret_val;
Bruce Allan9b71b412009-12-01 15:53:07 +00002745 }
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002746
Bruce Allan2b6b1682011-05-13 07:20:09 +00002747 if (!page_set)
2748 ret_val = e1000_disable_phy_wakeup_reg_access_bm(hw, &phy_reg);
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002749
Bruce Allan97ac8ca2008-04-29 09:16:05 -07002750 return ret_val;
2751}
2752
2753/**
Bruce Allan17f208d2009-12-01 15:47:22 +00002754 * e1000_power_up_phy_copper - Restore copper link in case of PHY power down
2755 * @hw: pointer to the HW structure
2756 *
2757 * In the case of a PHY power down to save power, or to turn off link during a
2758 * driver unload, or wake on lan is not enabled, restore the link to previous
2759 * settings.
2760 **/
2761void e1000_power_up_phy_copper(struct e1000_hw *hw)
2762{
2763 u16 mii_reg = 0;
2764
2765 /* The PHY will retain its settings across a power down/up cycle */
2766 e1e_rphy(hw, PHY_CONTROL, &mii_reg);
2767 mii_reg &= ~MII_CR_POWER_DOWN;
2768 e1e_wphy(hw, PHY_CONTROL, mii_reg);
2769}
2770
2771/**
2772 * e1000_power_down_phy_copper - Restore copper link in case of PHY power down
2773 * @hw: pointer to the HW structure
2774 *
2775 * In the case of a PHY power down to save power, or to turn off link during a
2776 * driver unload, or wake on lan is not enabled, restore the link to previous
2777 * settings.
2778 **/
2779void e1000_power_down_phy_copper(struct e1000_hw *hw)
2780{
2781 u16 mii_reg = 0;
2782
2783 /* The PHY will retain its settings across a power down/up cycle */
2784 e1e_rphy(hw, PHY_CONTROL, &mii_reg);
2785 mii_reg |= MII_CR_POWER_DOWN;
2786 e1e_wphy(hw, PHY_CONTROL, mii_reg);
Bruce Allan1bba4382011-03-19 00:27:20 +00002787 usleep_range(1000, 2000);
Bruce Allan17f208d2009-12-01 15:47:22 +00002788}
2789
2790/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07002791 * e1000e_commit_phy - Soft PHY reset
2792 * @hw: pointer to the HW structure
2793 *
2794 * Performs a soft PHY reset on those that apply. This is a function pointer
2795 * entry point called by drivers.
2796 **/
2797s32 e1000e_commit_phy(struct e1000_hw *hw)
2798{
Bruce Allan94d81862009-11-20 23:25:26 +00002799 if (hw->phy.ops.commit)
2800 return hw->phy.ops.commit(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07002801
2802 return 0;
2803}
2804
2805/**
2806 * e1000_set_d0_lplu_state - Sets low power link up state for D0
2807 * @hw: pointer to the HW structure
2808 * @active: boolean used to enable/disable lplu
2809 *
2810 * Success returns 0, Failure returns 1
2811 *
2812 * The low power link up (lplu) state is set to the power management level D0
2813 * and SmartSpeed is disabled when active is true, else clear lplu for D0
2814 * and enable Smartspeed. LPLU and Smartspeed are mutually exclusive. LPLU
2815 * is used during Dx states where the power conservation is most important.
2816 * During driver activity, SmartSpeed should be enabled so performance is
2817 * maintained. This is a function pointer entry point called by drivers.
2818 **/
2819static s32 e1000_set_d0_lplu_state(struct e1000_hw *hw, bool active)
2820{
2821 if (hw->phy.ops.set_d0_lplu_state)
2822 return hw->phy.ops.set_d0_lplu_state(hw, active);
2823
2824 return 0;
2825}
Bruce Allana4f58f52009-06-02 11:29:18 +00002826
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002827/**
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002828 * __e1000_read_phy_reg_hv - Read HV PHY register
Bruce Allana4f58f52009-06-02 11:29:18 +00002829 * @hw: pointer to the HW structure
2830 * @offset: register offset to be read
2831 * @data: pointer to the read data
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002832 * @locked: semaphore has already been acquired or not
Bruce Allana4f58f52009-06-02 11:29:18 +00002833 *
2834 * Acquires semaphore, if necessary, then reads the PHY register at offset
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002835 * and stores the retrieved information in data. Release any acquired
Bruce Allana4f58f52009-06-02 11:29:18 +00002836 * semaphore before exiting.
2837 **/
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002838static s32 __e1000_read_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 *data,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002839 bool locked, bool page_set)
Bruce Allana4f58f52009-06-02 11:29:18 +00002840{
2841 s32 ret_val;
2842 u16 page = BM_PHY_REG_PAGE(offset);
2843 u16 reg = BM_PHY_REG_NUM(offset);
Bruce Allan2b6b1682011-05-13 07:20:09 +00002844 u32 phy_addr = hw->phy.addr = e1000_get_phy_addr_for_hv_page(page);
Bruce Allana4f58f52009-06-02 11:29:18 +00002845
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002846 if (!locked) {
Bruce Allan94d81862009-11-20 23:25:26 +00002847 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002848 if (ret_val)
2849 return ret_val;
2850 }
2851
Bruce Allana4f58f52009-06-02 11:29:18 +00002852 /* Page 800 works differently than the rest so it has its own func */
2853 if (page == BM_WUC_PAGE) {
Bruce Allan2b6b1682011-05-13 07:20:09 +00002854 ret_val = e1000_access_phy_wakeup_reg_bm(hw, offset, data,
2855 true, page_set);
Bruce Allana4f58f52009-06-02 11:29:18 +00002856 goto out;
2857 }
2858
2859 if (page > 0 && page < HV_INTC_FC_PAGE_START) {
2860 ret_val = e1000_access_phy_debug_regs_hv(hw, offset,
2861 data, true);
2862 goto out;
2863 }
2864
Bruce Allan2b6b1682011-05-13 07:20:09 +00002865 if (!page_set) {
2866 if (page == HV_INTC_FC_PAGE_START)
2867 page = 0;
Bruce Allana4f58f52009-06-02 11:29:18 +00002868
Bruce Allan2b6b1682011-05-13 07:20:09 +00002869 if (reg > MAX_PHY_MULTI_PAGE_REG) {
2870 /* Page is shifted left, PHY expects (page x 32) */
2871 ret_val = e1000_set_page_igp(hw,
2872 (page << IGP_PAGE_SHIFT));
Bruce Allana4f58f52009-06-02 11:29:18 +00002873
Bruce Allan2b6b1682011-05-13 07:20:09 +00002874 hw->phy.addr = phy_addr;
Bruce Allana4f58f52009-06-02 11:29:18 +00002875
Bruce Allan2b6b1682011-05-13 07:20:09 +00002876 if (ret_val)
2877 goto out;
2878 }
Bruce Allana4f58f52009-06-02 11:29:18 +00002879 }
2880
Bruce Allan2b6b1682011-05-13 07:20:09 +00002881 e_dbg("reading PHY page %d (or 0x%x shifted) reg 0x%x\n", page,
2882 page << IGP_PAGE_SHIFT, reg);
2883
Bruce Allana4f58f52009-06-02 11:29:18 +00002884 ret_val = e1000e_read_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & reg,
2885 data);
Bruce Allana4f58f52009-06-02 11:29:18 +00002886out:
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002887 if (!locked)
Bruce Allan94d81862009-11-20 23:25:26 +00002888 hw->phy.ops.release(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002889
Bruce Allana4f58f52009-06-02 11:29:18 +00002890 return ret_val;
2891}
2892
2893/**
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002894 * e1000_read_phy_reg_hv - Read HV PHY register
2895 * @hw: pointer to the HW structure
2896 * @offset: register offset to be read
2897 * @data: pointer to the read data
2898 *
2899 * Acquires semaphore then reads the PHY register at offset and stores
2900 * the retrieved information in data. Release the acquired semaphore
2901 * before exiting.
2902 **/
2903s32 e1000_read_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 *data)
2904{
Bruce Allan2b6b1682011-05-13 07:20:09 +00002905 return __e1000_read_phy_reg_hv(hw, offset, data, false, false);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002906}
2907
2908/**
2909 * e1000_read_phy_reg_hv_locked - Read HV PHY register
2910 * @hw: pointer to the HW structure
2911 * @offset: register offset to be read
2912 * @data: pointer to the read data
2913 *
2914 * Reads the PHY register at offset and stores the retrieved information
2915 * in data. Assumes semaphore already acquired.
2916 **/
2917s32 e1000_read_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 *data)
2918{
Bruce Allan2b6b1682011-05-13 07:20:09 +00002919 return __e1000_read_phy_reg_hv(hw, offset, data, true, false);
2920}
2921
2922/**
2923 * e1000_read_phy_reg_page_hv - Read HV PHY register
2924 * @hw: pointer to the HW structure
2925 * @offset: register offset to write to
2926 * @data: data to write at register offset
2927 *
2928 * Reads the PHY register at offset and stores the retrieved information
2929 * in data. Assumes semaphore already acquired and page already set.
2930 **/
2931s32 e1000_read_phy_reg_page_hv(struct e1000_hw *hw, u32 offset, u16 *data)
2932{
2933 return __e1000_read_phy_reg_hv(hw, offset, data, true, true);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002934}
2935
2936/**
2937 * __e1000_write_phy_reg_hv - Write HV PHY register
Bruce Allana4f58f52009-06-02 11:29:18 +00002938 * @hw: pointer to the HW structure
2939 * @offset: register offset to write to
2940 * @data: data to write at register offset
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002941 * @locked: semaphore has already been acquired or not
Bruce Allana4f58f52009-06-02 11:29:18 +00002942 *
2943 * Acquires semaphore, if necessary, then writes the data to PHY register
2944 * at the offset. Release any acquired semaphores before exiting.
2945 **/
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002946static s32 __e1000_write_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 data,
Bruce Allan2b6b1682011-05-13 07:20:09 +00002947 bool locked, bool page_set)
Bruce Allana4f58f52009-06-02 11:29:18 +00002948{
2949 s32 ret_val;
2950 u16 page = BM_PHY_REG_PAGE(offset);
2951 u16 reg = BM_PHY_REG_NUM(offset);
Bruce Allan2b6b1682011-05-13 07:20:09 +00002952 u32 phy_addr = hw->phy.addr = e1000_get_phy_addr_for_hv_page(page);
Bruce Allana4f58f52009-06-02 11:29:18 +00002953
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002954 if (!locked) {
Bruce Allan94d81862009-11-20 23:25:26 +00002955 ret_val = hw->phy.ops.acquire(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00002956 if (ret_val)
2957 return ret_val;
2958 }
2959
Bruce Allana4f58f52009-06-02 11:29:18 +00002960 /* Page 800 works differently than the rest so it has its own func */
2961 if (page == BM_WUC_PAGE) {
Bruce Allan2b6b1682011-05-13 07:20:09 +00002962 ret_val = e1000_access_phy_wakeup_reg_bm(hw, offset, &data,
2963 false, page_set);
Bruce Allana4f58f52009-06-02 11:29:18 +00002964 goto out;
2965 }
2966
2967 if (page > 0 && page < HV_INTC_FC_PAGE_START) {
2968 ret_val = e1000_access_phy_debug_regs_hv(hw, offset,
2969 &data, false);
2970 goto out;
2971 }
2972
Bruce Allan2b6b1682011-05-13 07:20:09 +00002973 if (!page_set) {
2974 if (page == HV_INTC_FC_PAGE_START)
2975 page = 0;
Bruce Allana4f58f52009-06-02 11:29:18 +00002976
Bruce Allan2b6b1682011-05-13 07:20:09 +00002977 /*
2978 * Workaround MDIO accesses being disabled after entering IEEE
2979 * Power Down (when bit 11 of the PHY Control register is set)
2980 */
2981 if ((hw->phy.type == e1000_phy_82578) &&
2982 (hw->phy.revision >= 1) &&
2983 (hw->phy.addr == 2) &&
2984 ((MAX_PHY_REG_ADDRESS & reg) == 0) && (data & (1 << 11))) {
2985 u16 data2 = 0x7EFF;
2986 ret_val = e1000_access_phy_debug_regs_hv(hw,
2987 (1 << 6) | 0x3,
2988 &data2, false);
2989 if (ret_val)
2990 goto out;
2991 }
Bruce Allana4f58f52009-06-02 11:29:18 +00002992
Bruce Allan2b6b1682011-05-13 07:20:09 +00002993 if (reg > MAX_PHY_MULTI_PAGE_REG) {
2994 /* Page is shifted left, PHY expects (page x 32) */
2995 ret_val = e1000_set_page_igp(hw,
2996 (page << IGP_PAGE_SHIFT));
2997
2998 hw->phy.addr = phy_addr;
2999
3000 if (ret_val)
3001 goto out;
3002 }
Bruce Allana4f58f52009-06-02 11:29:18 +00003003 }
3004
Bruce Allan2b6b1682011-05-13 07:20:09 +00003005 e_dbg("writing PHY page %d (or 0x%x shifted) reg 0x%x\n", page,
3006 page << IGP_PAGE_SHIFT, reg);
Bruce Allana4f58f52009-06-02 11:29:18 +00003007
3008 ret_val = e1000e_write_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & reg,
3009 data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003010
3011out:
Bruce Allan5ccdcec2009-10-26 11:24:02 +00003012 if (!locked)
Bruce Allan94d81862009-11-20 23:25:26 +00003013 hw->phy.ops.release(hw);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00003014
Bruce Allana4f58f52009-06-02 11:29:18 +00003015 return ret_val;
3016}
3017
3018/**
Bruce Allan5ccdcec2009-10-26 11:24:02 +00003019 * e1000_write_phy_reg_hv - Write HV PHY register
3020 * @hw: pointer to the HW structure
3021 * @offset: register offset to write to
3022 * @data: data to write at register offset
3023 *
3024 * Acquires semaphore then writes the data to PHY register at the offset.
3025 * Release the acquired semaphores before exiting.
3026 **/
3027s32 e1000_write_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 data)
3028{
Bruce Allan2b6b1682011-05-13 07:20:09 +00003029 return __e1000_write_phy_reg_hv(hw, offset, data, false, false);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00003030}
3031
3032/**
3033 * e1000_write_phy_reg_hv_locked - Write HV PHY register
3034 * @hw: pointer to the HW structure
3035 * @offset: register offset to write to
3036 * @data: data to write at register offset
3037 *
3038 * Writes the data to PHY register at the offset. Assumes semaphore
3039 * already acquired.
3040 **/
3041s32 e1000_write_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 data)
3042{
Bruce Allan2b6b1682011-05-13 07:20:09 +00003043 return __e1000_write_phy_reg_hv(hw, offset, data, true, false);
3044}
3045
3046/**
3047 * e1000_write_phy_reg_page_hv - Write HV PHY register
3048 * @hw: pointer to the HW structure
3049 * @offset: register offset to write to
3050 * @data: data to write at register offset
3051 *
3052 * Writes the data to PHY register at the offset. Assumes semaphore
3053 * already acquired and page already set.
3054 **/
3055s32 e1000_write_phy_reg_page_hv(struct e1000_hw *hw, u32 offset, u16 data)
3056{
3057 return __e1000_write_phy_reg_hv(hw, offset, data, true, true);
Bruce Allan5ccdcec2009-10-26 11:24:02 +00003058}
3059
3060/**
Uwe Kleine-Königb5950762010-11-01 15:38:34 -04003061 * e1000_get_phy_addr_for_hv_page - Get PHY address based on page
Bruce Allana4f58f52009-06-02 11:29:18 +00003062 * @page: page to be accessed
3063 **/
3064static u32 e1000_get_phy_addr_for_hv_page(u32 page)
3065{
3066 u32 phy_addr = 2;
3067
3068 if (page >= HV_INTC_FC_PAGE_START)
3069 phy_addr = 1;
3070
3071 return phy_addr;
3072}
3073
3074/**
3075 * e1000_access_phy_debug_regs_hv - Read HV PHY vendor specific high registers
3076 * @hw: pointer to the HW structure
3077 * @offset: register offset to be read or written
3078 * @data: pointer to the data to be read or written
Bruce Allan2b6b1682011-05-13 07:20:09 +00003079 * @read: determines if operation is read or write
Bruce Allana4f58f52009-06-02 11:29:18 +00003080 *
Bruce Allan5ccdcec2009-10-26 11:24:02 +00003081 * Reads the PHY register at offset and stores the retreived information
3082 * in data. Assumes semaphore already acquired. Note that the procedure
Bruce Allan2b6b1682011-05-13 07:20:09 +00003083 * to access these regs uses the address port and data port to read/write.
3084 * These accesses done with PHY address 2 and without using pages.
Bruce Allana4f58f52009-06-02 11:29:18 +00003085 **/
3086static s32 e1000_access_phy_debug_regs_hv(struct e1000_hw *hw, u32 offset,
3087 u16 *data, bool read)
3088{
3089 s32 ret_val;
3090 u32 addr_reg = 0;
3091 u32 data_reg = 0;
Bruce Allana4f58f52009-06-02 11:29:18 +00003092
3093 /* This takes care of the difference with desktop vs mobile phy */
3094 addr_reg = (hw->phy.type == e1000_phy_82578) ?
3095 I82578_ADDR_REG : I82577_ADDR_REG;
3096 data_reg = addr_reg + 1;
3097
Bruce Allana4f58f52009-06-02 11:29:18 +00003098 /* All operations in this function are phy address 2 */
3099 hw->phy.addr = 2;
3100
3101 /* masking with 0x3F to remove the page from offset */
3102 ret_val = e1000e_write_phy_reg_mdic(hw, addr_reg, (u16)offset & 0x3F);
3103 if (ret_val) {
Bruce Allan2b6b1682011-05-13 07:20:09 +00003104 e_dbg("Could not write the Address Offset port register\n");
Bruce Allan5015e532012-02-08 02:55:56 +00003105 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003106 }
3107
3108 /* Read or write the data value next */
3109 if (read)
3110 ret_val = e1000e_read_phy_reg_mdic(hw, data_reg, data);
3111 else
3112 ret_val = e1000e_write_phy_reg_mdic(hw, data_reg, *data);
3113
Bruce Allan5015e532012-02-08 02:55:56 +00003114 if (ret_val)
Bruce Allan2b6b1682011-05-13 07:20:09 +00003115 e_dbg("Could not access the Data port register\n");
Bruce Allana4f58f52009-06-02 11:29:18 +00003116
Bruce Allana4f58f52009-06-02 11:29:18 +00003117 return ret_val;
3118}
3119
3120/**
3121 * e1000_link_stall_workaround_hv - Si workaround
3122 * @hw: pointer to the HW structure
3123 *
3124 * This function works around a Si bug where the link partner can get
3125 * a link up indication before the PHY does. If small packets are sent
3126 * by the link partner they can be placed in the packet buffer without
3127 * being properly accounted for by the PHY and will stall preventing
3128 * further packets from being received. The workaround is to clear the
3129 * packet buffer after the PHY detects link up.
3130 **/
3131s32 e1000_link_stall_workaround_hv(struct e1000_hw *hw)
3132{
3133 s32 ret_val = 0;
3134 u16 data;
3135
3136 if (hw->phy.type != e1000_phy_82578)
Bruce Allan5015e532012-02-08 02:55:56 +00003137 return 0;
Bruce Allana4f58f52009-06-02 11:29:18 +00003138
Bruce Allane65fa872009-07-01 13:27:31 +00003139 /* Do not apply workaround if in PHY loopback bit 14 set */
Bruce Allan482fed82011-01-06 14:29:49 +00003140 e1e_rphy(hw, PHY_CONTROL, &data);
Bruce Allane65fa872009-07-01 13:27:31 +00003141 if (data & PHY_CONTROL_LB)
Bruce Allan5015e532012-02-08 02:55:56 +00003142 return 0;
Bruce Allane65fa872009-07-01 13:27:31 +00003143
Bruce Allana4f58f52009-06-02 11:29:18 +00003144 /* check if link is up and at 1Gbps */
Bruce Allan482fed82011-01-06 14:29:49 +00003145 ret_val = e1e_rphy(hw, BM_CS_STATUS, &data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003146 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003147 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003148
Bruce Allan3d3a1672012-02-23 03:13:18 +00003149 data &= BM_CS_STATUS_LINK_UP | BM_CS_STATUS_RESOLVED |
3150 BM_CS_STATUS_SPEED_MASK;
Bruce Allana4f58f52009-06-02 11:29:18 +00003151
Bruce Allan3d3a1672012-02-23 03:13:18 +00003152 if (data != (BM_CS_STATUS_LINK_UP | BM_CS_STATUS_RESOLVED |
3153 BM_CS_STATUS_SPEED_1000))
Bruce Allan5015e532012-02-08 02:55:56 +00003154 return 0;
Bruce Allana4f58f52009-06-02 11:29:18 +00003155
3156 mdelay(200);
3157
3158 /* flush the packets in the fifo buffer */
Bruce Allan482fed82011-01-06 14:29:49 +00003159 ret_val = e1e_wphy(hw, HV_MUX_DATA_CTRL, HV_MUX_DATA_CTRL_GEN_TO_MAC |
3160 HV_MUX_DATA_CTRL_FORCE_SPEED);
Bruce Allana4f58f52009-06-02 11:29:18 +00003161 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003162 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003163
Bruce Allan5015e532012-02-08 02:55:56 +00003164 return e1e_wphy(hw, HV_MUX_DATA_CTRL, HV_MUX_DATA_CTRL_GEN_TO_MAC);
Bruce Allana4f58f52009-06-02 11:29:18 +00003165}
3166
3167/**
3168 * e1000_check_polarity_82577 - Checks the polarity.
3169 * @hw: pointer to the HW structure
3170 *
3171 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
3172 *
3173 * Polarity is determined based on the PHY specific status register.
3174 **/
3175s32 e1000_check_polarity_82577(struct e1000_hw *hw)
3176{
3177 struct e1000_phy_info *phy = &hw->phy;
3178 s32 ret_val;
3179 u16 data;
3180
Bruce Allan482fed82011-01-06 14:29:49 +00003181 ret_val = e1e_rphy(hw, I82577_PHY_STATUS_2, &data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003182
3183 if (!ret_val)
3184 phy->cable_polarity = (data & I82577_PHY_STATUS2_REV_POLARITY)
3185 ? e1000_rev_polarity_reversed
3186 : e1000_rev_polarity_normal;
3187
3188 return ret_val;
3189}
3190
3191/**
3192 * e1000_phy_force_speed_duplex_82577 - Force speed/duplex for I82577 PHY
3193 * @hw: pointer to the HW structure
3194 *
Bruce Allaneab50ff2010-05-10 15:01:30 +00003195 * Calls the PHY setup function to force speed and duplex.
Bruce Allana4f58f52009-06-02 11:29:18 +00003196 **/
3197s32 e1000_phy_force_speed_duplex_82577(struct e1000_hw *hw)
3198{
3199 struct e1000_phy_info *phy = &hw->phy;
3200 s32 ret_val;
3201 u16 phy_data;
3202 bool link;
3203
Bruce Allan482fed82011-01-06 14:29:49 +00003204 ret_val = e1e_rphy(hw, PHY_CONTROL, &phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003205 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003206 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003207
3208 e1000e_phy_force_speed_duplex_setup(hw, &phy_data);
3209
Bruce Allan482fed82011-01-06 14:29:49 +00003210 ret_val = e1e_wphy(hw, PHY_CONTROL, phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003211 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003212 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003213
Bruce Allana4f58f52009-06-02 11:29:18 +00003214 udelay(1);
3215
3216 if (phy->autoneg_wait_to_complete) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003217 e_dbg("Waiting for forced speed/duplex link on 82577 phy\n");
Bruce Allana4f58f52009-06-02 11:29:18 +00003218
Bruce Allan3d3a1672012-02-23 03:13:18 +00003219 ret_val = e1000e_phy_has_link_generic(hw, PHY_FORCE_LIMIT,
3220 100000, &link);
Bruce Allana4f58f52009-06-02 11:29:18 +00003221 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003222 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003223
3224 if (!link)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003225 e_dbg("Link taking longer than expected.\n");
Bruce Allana4f58f52009-06-02 11:29:18 +00003226
3227 /* Try once more */
Bruce Allan3d3a1672012-02-23 03:13:18 +00003228 ret_val = e1000e_phy_has_link_generic(hw, PHY_FORCE_LIMIT,
3229 100000, &link);
Bruce Allana4f58f52009-06-02 11:29:18 +00003230 }
3231
Bruce Allana4f58f52009-06-02 11:29:18 +00003232 return ret_val;
3233}
3234
3235/**
3236 * e1000_get_phy_info_82577 - Retrieve I82577 PHY information
3237 * @hw: pointer to the HW structure
3238 *
3239 * Read PHY status to determine if link is up. If link is up, then
3240 * set/determine 10base-T extended distance and polarity correction. Read
3241 * PHY port status to determine MDI/MDIx and speed. Based on the speed,
3242 * determine on the cable length, local and remote receiver.
3243 **/
3244s32 e1000_get_phy_info_82577(struct e1000_hw *hw)
3245{
3246 struct e1000_phy_info *phy = &hw->phy;
3247 s32 ret_val;
3248 u16 data;
3249 bool link;
3250
3251 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
3252 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003253 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003254
3255 if (!link) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00003256 e_dbg("Phy info is only valid if link is up\n");
Bruce Allan5015e532012-02-08 02:55:56 +00003257 return -E1000_ERR_CONFIG;
Bruce Allana4f58f52009-06-02 11:29:18 +00003258 }
3259
3260 phy->polarity_correction = true;
3261
3262 ret_val = e1000_check_polarity_82577(hw);
3263 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003264 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003265
Bruce Allan482fed82011-01-06 14:29:49 +00003266 ret_val = e1e_rphy(hw, I82577_PHY_STATUS_2, &data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003267 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003268 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003269
3270 phy->is_mdix = (data & I82577_PHY_STATUS2_MDIX) ? true : false;
3271
3272 if ((data & I82577_PHY_STATUS2_SPEED_MASK) ==
3273 I82577_PHY_STATUS2_SPEED_1000MBPS) {
3274 ret_val = hw->phy.ops.get_cable_length(hw);
3275 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003276 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003277
Bruce Allan482fed82011-01-06 14:29:49 +00003278 ret_val = e1e_rphy(hw, PHY_1000T_STATUS, &data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003279 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003280 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003281
3282 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS)
3283 ? e1000_1000t_rx_status_ok
3284 : e1000_1000t_rx_status_not_ok;
3285
3286 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS)
3287 ? e1000_1000t_rx_status_ok
3288 : e1000_1000t_rx_status_not_ok;
3289 } else {
3290 phy->cable_length = E1000_CABLE_LENGTH_UNDEFINED;
3291 phy->local_rx = e1000_1000t_rx_status_undefined;
3292 phy->remote_rx = e1000_1000t_rx_status_undefined;
3293 }
3294
Bruce Allan5015e532012-02-08 02:55:56 +00003295 return 0;
Bruce Allana4f58f52009-06-02 11:29:18 +00003296}
3297
3298/**
3299 * e1000_get_cable_length_82577 - Determine cable length for 82577 PHY
3300 * @hw: pointer to the HW structure
3301 *
3302 * Reads the diagnostic status register and verifies result is valid before
3303 * placing it in the phy_cable_length field.
3304 **/
3305s32 e1000_get_cable_length_82577(struct e1000_hw *hw)
3306{
3307 struct e1000_phy_info *phy = &hw->phy;
3308 s32 ret_val;
3309 u16 phy_data, length;
3310
Bruce Allan482fed82011-01-06 14:29:49 +00003311 ret_val = e1e_rphy(hw, I82577_PHY_DIAG_STATUS, &phy_data);
Bruce Allana4f58f52009-06-02 11:29:18 +00003312 if (ret_val)
Bruce Allan5015e532012-02-08 02:55:56 +00003313 return ret_val;
Bruce Allana4f58f52009-06-02 11:29:18 +00003314
3315 length = (phy_data & I82577_DSTATUS_CABLE_LENGTH) >>
3316 I82577_DSTATUS_CABLE_LENGTH_SHIFT;
3317
3318 if (length == E1000_CABLE_LENGTH_UNDEFINED)
Bruce Allan98086a92009-11-20 23:23:53 +00003319 ret_val = -E1000_ERR_PHY;
Bruce Allana4f58f52009-06-02 11:29:18 +00003320
3321 phy->cable_length = length;
3322
Bruce Allan5015e532012-02-08 02:55:56 +00003323 return 0;
Bruce Allana4f58f52009-06-02 11:29:18 +00003324}