blob: d19256994e5cfefce6793dbe58b953d9c79a0504 [file] [log] [blame]
Carolyn Wybornye52c0f92014-04-11 01:46:06 +00001/* Intel(R) Gigabit Ethernet Linux driver
Todd Fujinaka8d0a88a2015-04-17 11:24:38 -07002 * Copyright(c) 2007-2015 Intel Corporation.
Carolyn Wybornye52c0f92014-04-11 01:46:06 +00003 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License,
6 * version 2, as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope it will be useful, but WITHOUT
9 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
11 * more details.
12 *
13 * You should have received a copy of the GNU General Public License along with
14 * this program; if not, see <http://www.gnu.org/licenses/>.
15 *
16 * The full GNU General Public License is included in this distribution in
17 * the file called "COPYING".
18 *
19 * Contact Information:
20 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
21 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
22 */
Auke Kok9d5c8242008-01-24 02:22:38 -080023
24/* e1000_82575
25 * e1000_82576
26 */
27
Joe Perches82bbcde2011-10-21 20:04:09 +000028#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
29
Auke Kok9d5c8242008-01-24 02:22:38 -080030#include <linux/types.h>
Alexander Duyck2d064c02008-07-08 15:10:12 -070031#include <linux/if_ether.h>
Carolyn Wyborny441fc6f2012-12-07 03:00:30 +000032#include <linux/i2c.h>
Auke Kok9d5c8242008-01-24 02:22:38 -080033
34#include "e1000_mac.h"
35#include "e1000_82575.h"
Carolyn Wybornyf96a8a02012-04-06 23:25:19 +000036#include "e1000_i210.h"
Auke Kok9d5c8242008-01-24 02:22:38 -080037
38static s32 igb_get_invariants_82575(struct e1000_hw *);
39static s32 igb_acquire_phy_82575(struct e1000_hw *);
40static void igb_release_phy_82575(struct e1000_hw *);
41static s32 igb_acquire_nvm_82575(struct e1000_hw *);
42static void igb_release_nvm_82575(struct e1000_hw *);
43static s32 igb_check_for_link_82575(struct e1000_hw *);
44static s32 igb_get_cfg_done_82575(struct e1000_hw *);
45static s32 igb_init_hw_82575(struct e1000_hw *);
46static s32 igb_phy_hw_reset_sgmii_82575(struct e1000_hw *);
47static s32 igb_read_phy_reg_sgmii_82575(struct e1000_hw *, u32, u16 *);
Alexander Duyckbb2ac472009-11-19 12:42:01 +000048static s32 igb_read_phy_reg_82580(struct e1000_hw *, u32, u16 *);
49static s32 igb_write_phy_reg_82580(struct e1000_hw *, u32, u16);
Auke Kok9d5c8242008-01-24 02:22:38 -080050static s32 igb_reset_hw_82575(struct e1000_hw *);
Alexander Duyckbb2ac472009-11-19 12:42:01 +000051static s32 igb_reset_hw_82580(struct e1000_hw *);
Auke Kok9d5c8242008-01-24 02:22:38 -080052static s32 igb_set_d0_lplu_state_82575(struct e1000_hw *, bool);
Carolyn Wybornyda02cde2012-03-04 03:26:26 +000053static s32 igb_set_d0_lplu_state_82580(struct e1000_hw *, bool);
54static s32 igb_set_d3_lplu_state_82580(struct e1000_hw *, bool);
Auke Kok9d5c8242008-01-24 02:22:38 -080055static s32 igb_setup_copper_link_82575(struct e1000_hw *);
Alexander Duyck2fb02a22009-09-14 08:22:54 +000056static s32 igb_setup_serdes_link_82575(struct e1000_hw *);
Auke Kok9d5c8242008-01-24 02:22:38 -080057static s32 igb_write_phy_reg_sgmii_82575(struct e1000_hw *, u32, u16);
58static void igb_clear_hw_cntrs_82575(struct e1000_hw *);
59static s32 igb_acquire_swfw_sync_82575(struct e1000_hw *, u16);
Auke Kok9d5c8242008-01-24 02:22:38 -080060static s32 igb_get_pcs_speed_and_duplex_82575(struct e1000_hw *, u16 *,
61 u16 *);
62static s32 igb_get_phy_id_82575(struct e1000_hw *);
63static void igb_release_swfw_sync_82575(struct e1000_hw *, u16);
64static bool igb_sgmii_active_82575(struct e1000_hw *);
65static s32 igb_reset_init_script_82575(struct e1000_hw *);
66static s32 igb_read_mac_addr_82575(struct e1000_hw *);
Alexander Duyck009bc062009-07-23 18:08:35 +000067static s32 igb_set_pcie_completion_timeout(struct e1000_hw *hw);
Alexander Duyck99870a72010-08-03 11:50:08 +000068static s32 igb_reset_mdicnfg_82580(struct e1000_hw *hw);
Carolyn Wyborny4322e562011-03-11 20:43:18 -080069static s32 igb_validate_nvm_checksum_82580(struct e1000_hw *hw);
70static s32 igb_update_nvm_checksum_82580(struct e1000_hw *hw);
Carolyn Wyborny4322e562011-03-11 20:43:18 -080071static s32 igb_validate_nvm_checksum_i350(struct e1000_hw *hw);
72static s32 igb_update_nvm_checksum_i350(struct e1000_hw *hw);
Carolyn Wybornyd34a15a2014-04-11 01:45:23 +000073static const u16 e1000_82580_rxpbs_table[] = {
74 36, 72, 144, 1, 2, 4, 8, 16, 35, 70, 140 };
Alexander Duyckbb2ac472009-11-19 12:42:01 +000075
Nick Nunley4085f742010-07-26 13:15:06 +000076/**
77 * igb_sgmii_uses_mdio_82575 - Determine if I2C pins are for external MDIO
78 * @hw: pointer to the HW structure
79 *
80 * Called to determine if the I2C pins are being used for I2C or as an
81 * external MDIO interface since the two options are mutually exclusive.
82 **/
83static bool igb_sgmii_uses_mdio_82575(struct e1000_hw *hw)
84{
85 u32 reg = 0;
86 bool ext_mdio = false;
87
88 switch (hw->mac.type) {
89 case e1000_82575:
90 case e1000_82576:
91 reg = rd32(E1000_MDIC);
92 ext_mdio = !!(reg & E1000_MDIC_DEST);
93 break;
94 case e1000_82580:
95 case e1000_i350:
Carolyn Wybornyceb5f132013-04-18 22:21:30 +000096 case e1000_i354:
Carolyn Wybornyf96a8a02012-04-06 23:25:19 +000097 case e1000_i210:
98 case e1000_i211:
Nick Nunley4085f742010-07-26 13:15:06 +000099 reg = rd32(E1000_MDICNFG);
100 ext_mdio = !!(reg & E1000_MDICNFG_EXT_MDIO);
101 break;
102 default:
103 break;
104 }
105 return ext_mdio;
106}
107
Akeem G. Abodunrin73bfcd92013-01-29 10:14:55 +0000108/**
Carolyn Wyborny2bdfc4e2013-10-17 05:23:01 +0000109 * igb_check_for_link_media_swap - Check which M88E1112 interface linked
110 * @hw: pointer to the HW structure
111 *
112 * Poll the M88E1112 interfaces to see which interface achieved link.
113 */
114static s32 igb_check_for_link_media_swap(struct e1000_hw *hw)
115{
116 struct e1000_phy_info *phy = &hw->phy;
117 s32 ret_val;
118 u16 data;
119 u8 port = 0;
120
121 /* Check the copper medium. */
122 ret_val = phy->ops.write_reg(hw, E1000_M88E1112_PAGE_ADDR, 0);
123 if (ret_val)
124 return ret_val;
125
126 ret_val = phy->ops.read_reg(hw, E1000_M88E1112_STATUS, &data);
127 if (ret_val)
128 return ret_val;
129
130 if (data & E1000_M88E1112_STATUS_LINK)
131 port = E1000_MEDIA_PORT_COPPER;
132
133 /* Check the other medium. */
134 ret_val = phy->ops.write_reg(hw, E1000_M88E1112_PAGE_ADDR, 1);
135 if (ret_val)
136 return ret_val;
137
138 ret_val = phy->ops.read_reg(hw, E1000_M88E1112_STATUS, &data);
139 if (ret_val)
140 return ret_val;
141
Carolyn Wyborny2bdfc4e2013-10-17 05:23:01 +0000142
143 if (data & E1000_M88E1112_STATUS_LINK)
144 port = E1000_MEDIA_PORT_OTHER;
145
146 /* Determine if a swap needs to happen. */
147 if (port && (hw->dev_spec._82575.media_port != port)) {
148 hw->dev_spec._82575.media_port = port;
149 hw->dev_spec._82575.media_changed = true;
Todd Fujinaka2ba6c072015-04-29 15:23:28 -0700150 }
151
152 if (port == E1000_MEDIA_PORT_COPPER) {
153 /* reset page to 0 */
154 ret_val = phy->ops.write_reg(hw, E1000_M88E1112_PAGE_ADDR, 0);
155 if (ret_val)
156 return ret_val;
157 igb_check_for_link_82575(hw);
Carolyn Wyborny2bdfc4e2013-10-17 05:23:01 +0000158 } else {
Todd Fujinaka2ba6c072015-04-29 15:23:28 -0700159 igb_check_for_link_82575(hw);
160 /* reset page to 0 */
161 ret_val = phy->ops.write_reg(hw, E1000_M88E1112_PAGE_ADDR, 0);
162 if (ret_val)
163 return ret_val;
Carolyn Wyborny2bdfc4e2013-10-17 05:23:01 +0000164 }
165
Todd Fujinaka23d87822014-06-04 07:12:15 +0000166 return 0;
Carolyn Wyborny2bdfc4e2013-10-17 05:23:01 +0000167}
168
169/**
Akeem G. Abodunrin73bfcd92013-01-29 10:14:55 +0000170 * igb_init_phy_params_82575 - Init PHY func ptrs.
171 * @hw: pointer to the HW structure
172 **/
173static s32 igb_init_phy_params_82575(struct e1000_hw *hw)
174{
175 struct e1000_phy_info *phy = &hw->phy;
176 s32 ret_val = 0;
177 u32 ctrl_ext;
178
179 if (hw->phy.media_type != e1000_media_type_copper) {
180 phy->type = e1000_phy_none;
181 goto out;
182 }
183
184 phy->autoneg_mask = AUTONEG_ADVERTISE_SPEED_DEFAULT;
185 phy->reset_delay_us = 100;
186
187 ctrl_ext = rd32(E1000_CTRL_EXT);
188
189 if (igb_sgmii_active_82575(hw)) {
190 phy->ops.reset = igb_phy_hw_reset_sgmii_82575;
191 ctrl_ext |= E1000_CTRL_I2C_ENA;
192 } else {
193 phy->ops.reset = igb_phy_hw_reset;
194 ctrl_ext &= ~E1000_CTRL_I2C_ENA;
195 }
196
197 wr32(E1000_CTRL_EXT, ctrl_ext);
198 igb_reset_mdicnfg_82580(hw);
199
200 if (igb_sgmii_active_82575(hw) && !igb_sgmii_uses_mdio_82575(hw)) {
201 phy->ops.read_reg = igb_read_phy_reg_sgmii_82575;
202 phy->ops.write_reg = igb_write_phy_reg_sgmii_82575;
203 } else {
204 switch (hw->mac.type) {
205 case e1000_82580:
206 case e1000_i350:
Carolyn Wybornyceb5f132013-04-18 22:21:30 +0000207 case e1000_i354:
Akeem G. Abodunrin73bfcd92013-01-29 10:14:55 +0000208 phy->ops.read_reg = igb_read_phy_reg_82580;
209 phy->ops.write_reg = igb_write_phy_reg_82580;
210 break;
211 case e1000_i210:
212 case e1000_i211:
213 phy->ops.read_reg = igb_read_phy_reg_gs40g;
214 phy->ops.write_reg = igb_write_phy_reg_gs40g;
215 break;
216 default:
217 phy->ops.read_reg = igb_read_phy_reg_igp;
218 phy->ops.write_reg = igb_write_phy_reg_igp;
219 }
220 }
221
222 /* set lan id */
223 hw->bus.func = (rd32(E1000_STATUS) & E1000_STATUS_FUNC_MASK) >>
224 E1000_STATUS_FUNC_SHIFT;
225
226 /* Set phy->phy_addr and phy->id. */
227 ret_val = igb_get_phy_id_82575(hw);
228 if (ret_val)
229 return ret_val;
230
231 /* Verify phy id and set remaining function pointers */
232 switch (phy->id) {
Akeem G Abodunrin99af4722013-08-28 02:22:58 +0000233 case M88E1543_E_PHY_ID:
Akeem G. Abodunrin73bfcd92013-01-29 10:14:55 +0000234 case I347AT4_E_PHY_ID:
235 case M88E1112_E_PHY_ID:
236 case M88E1111_I_PHY_ID:
237 phy->type = e1000_phy_m88;
Carolyn Wybornyceb5f132013-04-18 22:21:30 +0000238 phy->ops.check_polarity = igb_check_polarity_m88;
Akeem G. Abodunrin73bfcd92013-01-29 10:14:55 +0000239 phy->ops.get_phy_info = igb_get_phy_info_m88;
Carolyn Wybornyceb5f132013-04-18 22:21:30 +0000240 if (phy->id != M88E1111_I_PHY_ID)
Akeem G. Abodunrin73bfcd92013-01-29 10:14:55 +0000241 phy->ops.get_cable_length =
242 igb_get_cable_length_m88_gen2;
243 else
244 phy->ops.get_cable_length = igb_get_cable_length_m88;
245 phy->ops.force_speed_duplex = igb_phy_force_speed_duplex_m88;
Carolyn Wyborny2bdfc4e2013-10-17 05:23:01 +0000246 /* Check if this PHY is confgured for media swap. */
247 if (phy->id == M88E1112_E_PHY_ID) {
248 u16 data;
249
250 ret_val = phy->ops.write_reg(hw,
251 E1000_M88E1112_PAGE_ADDR,
252 2);
253 if (ret_val)
254 goto out;
255
256 ret_val = phy->ops.read_reg(hw,
257 E1000_M88E1112_MAC_CTRL_1,
258 &data);
259 if (ret_val)
260 goto out;
261
262 data = (data & E1000_M88E1112_MAC_CTRL_1_MODE_MASK) >>
263 E1000_M88E1112_MAC_CTRL_1_MODE_SHIFT;
264 if (data == E1000_M88E1112_AUTO_COPPER_SGMII ||
265 data == E1000_M88E1112_AUTO_COPPER_BASEX)
266 hw->mac.ops.check_for_link =
267 igb_check_for_link_media_swap;
268 }
Akeem G. Abodunrin73bfcd92013-01-29 10:14:55 +0000269 break;
270 case IGP03E1000_E_PHY_ID:
271 phy->type = e1000_phy_igp_3;
272 phy->ops.get_phy_info = igb_get_phy_info_igp;
273 phy->ops.get_cable_length = igb_get_cable_length_igp_2;
274 phy->ops.force_speed_duplex = igb_phy_force_speed_duplex_igp;
275 phy->ops.set_d0_lplu_state = igb_set_d0_lplu_state_82575;
276 phy->ops.set_d3_lplu_state = igb_set_d3_lplu_state;
277 break;
278 case I82580_I_PHY_ID:
279 case I350_I_PHY_ID:
280 phy->type = e1000_phy_82580;
281 phy->ops.force_speed_duplex =
282 igb_phy_force_speed_duplex_82580;
283 phy->ops.get_cable_length = igb_get_cable_length_82580;
284 phy->ops.get_phy_info = igb_get_phy_info_82580;
285 phy->ops.set_d0_lplu_state = igb_set_d0_lplu_state_82580;
286 phy->ops.set_d3_lplu_state = igb_set_d3_lplu_state_82580;
287 break;
288 case I210_I_PHY_ID:
289 phy->type = e1000_phy_i210;
290 phy->ops.check_polarity = igb_check_polarity_m88;
291 phy->ops.get_phy_info = igb_get_phy_info_m88;
292 phy->ops.get_cable_length = igb_get_cable_length_m88_gen2;
293 phy->ops.set_d0_lplu_state = igb_set_d0_lplu_state_82580;
294 phy->ops.set_d3_lplu_state = igb_set_d3_lplu_state_82580;
295 phy->ops.force_speed_duplex = igb_phy_force_speed_duplex_m88;
296 break;
297 default:
298 ret_val = -E1000_ERR_PHY;
299 goto out;
300 }
301
302out:
303 return ret_val;
304}
305
Akeem G. Abodunrin56d8c272013-01-29 10:15:00 +0000306/**
307 * igb_init_nvm_params_82575 - Init NVM func ptrs.
308 * @hw: pointer to the HW structure
309 **/
Akeem G. Abodunrinc8268922013-02-16 07:09:06 +0000310static s32 igb_init_nvm_params_82575(struct e1000_hw *hw)
Akeem G. Abodunrin56d8c272013-01-29 10:15:00 +0000311{
312 struct e1000_nvm_info *nvm = &hw->nvm;
313 u32 eecd = rd32(E1000_EECD);
314 u16 size;
315
316 size = (u16)((eecd & E1000_EECD_SIZE_EX_MASK) >>
317 E1000_EECD_SIZE_EX_SHIFT);
Carolyn Wyborny5a823d82013-07-16 19:17:32 +0000318
Akeem G. Abodunrin56d8c272013-01-29 10:15:00 +0000319 /* Added to a constant, "size" becomes the left-shift value
320 * for setting word_size.
321 */
322 size += NVM_WORD_SIZE_BASE_SHIFT;
323
324 /* Just in case size is out of range, cap it to the largest
325 * EEPROM size supported
326 */
327 if (size > 15)
328 size = 15;
329
330 nvm->word_size = 1 << size;
Carolyn Wyborny5a823d82013-07-16 19:17:32 +0000331 nvm->opcode_bits = 8;
332 nvm->delay_usec = 1;
Akeem G. Abodunrin56d8c272013-01-29 10:15:00 +0000333
Carolyn Wyborny5a823d82013-07-16 19:17:32 +0000334 switch (nvm->override) {
335 case e1000_nvm_override_spi_large:
336 nvm->page_size = 32;
337 nvm->address_bits = 16;
338 break;
339 case e1000_nvm_override_spi_small:
340 nvm->page_size = 8;
341 nvm->address_bits = 8;
342 break;
343 default:
344 nvm->page_size = eecd & E1000_EECD_ADDR_BITS ? 32 : 8;
345 nvm->address_bits = eecd & E1000_EECD_ADDR_BITS ?
346 16 : 8;
347 break;
Akeem G. Abodunrin56d8c272013-01-29 10:15:00 +0000348 }
Carolyn Wyborny5a823d82013-07-16 19:17:32 +0000349 if (nvm->word_size == (1 << 15))
350 nvm->page_size = 128;
351
352 nvm->type = e1000_nvm_eeprom_spi;
Akeem G. Abodunrin56d8c272013-01-29 10:15:00 +0000353
354 /* NVM Function Pointers */
Carolyn Wyborny5a823d82013-07-16 19:17:32 +0000355 nvm->ops.acquire = igb_acquire_nvm_82575;
356 nvm->ops.release = igb_release_nvm_82575;
357 nvm->ops.write = igb_write_nvm_spi;
358 nvm->ops.validate = igb_validate_nvm_checksum;
359 nvm->ops.update = igb_update_nvm_checksum;
360 if (nvm->word_size < (1 << 15))
361 nvm->ops.read = igb_read_nvm_eerd;
362 else
363 nvm->ops.read = igb_read_nvm_spi;
364
365 /* override generic family function pointers for specific descendants */
Akeem G. Abodunrin56d8c272013-01-29 10:15:00 +0000366 switch (hw->mac.type) {
367 case e1000_82580:
368 nvm->ops.validate = igb_validate_nvm_checksum_82580;
369 nvm->ops.update = igb_update_nvm_checksum_82580;
Akeem G. Abodunrin56d8c272013-01-29 10:15:00 +0000370 break;
Carolyn Wybornyceb5f132013-04-18 22:21:30 +0000371 case e1000_i354:
Akeem G. Abodunrin56d8c272013-01-29 10:15:00 +0000372 case e1000_i350:
373 nvm->ops.validate = igb_validate_nvm_checksum_i350;
374 nvm->ops.update = igb_update_nvm_checksum_i350;
Akeem G. Abodunrin56d8c272013-01-29 10:15:00 +0000375 break;
376 default:
Akeem G. Abodunrin56d8c272013-01-29 10:15:00 +0000377 break;
378 }
379
380 return 0;
381}
382
Akeem G. Abodunrina1bf1f42013-01-29 10:15:05 +0000383/**
384 * igb_init_mac_params_82575 - Init MAC func ptrs.
385 * @hw: pointer to the HW structure
386 **/
387static s32 igb_init_mac_params_82575(struct e1000_hw *hw)
388{
389 struct e1000_mac_info *mac = &hw->mac;
390 struct e1000_dev_spec_82575 *dev_spec = &hw->dev_spec._82575;
391
392 /* Set mta register count */
393 mac->mta_reg_count = 128;
394 /* Set rar entry count */
395 switch (mac->type) {
396 case e1000_82576:
397 mac->rar_entry_count = E1000_RAR_ENTRIES_82576;
398 break;
399 case e1000_82580:
400 mac->rar_entry_count = E1000_RAR_ENTRIES_82580;
401 break;
402 case e1000_i350:
Carolyn Wybornyceb5f132013-04-18 22:21:30 +0000403 case e1000_i354:
Akeem G. Abodunrina1bf1f42013-01-29 10:15:05 +0000404 mac->rar_entry_count = E1000_RAR_ENTRIES_I350;
405 break;
406 default:
407 mac->rar_entry_count = E1000_RAR_ENTRIES_82575;
408 break;
409 }
410 /* reset */
411 if (mac->type >= e1000_82580)
412 mac->ops.reset_hw = igb_reset_hw_82580;
413 else
414 mac->ops.reset_hw = igb_reset_hw_82575;
415
416 if (mac->type >= e1000_i210) {
417 mac->ops.acquire_swfw_sync = igb_acquire_swfw_sync_i210;
418 mac->ops.release_swfw_sync = igb_release_swfw_sync_i210;
419
420 } else {
421 mac->ops.acquire_swfw_sync = igb_acquire_swfw_sync_82575;
422 mac->ops.release_swfw_sync = igb_release_swfw_sync_82575;
423 }
424
425 /* Set if part includes ASF firmware */
426 mac->asf_firmware_present = true;
427 /* Set if manageability features are enabled. */
428 mac->arc_subsystem_valid =
429 (rd32(E1000_FWSM) & E1000_FWSM_MODE_MASK)
430 ? true : false;
431 /* enable EEE on i350 parts and later parts */
432 if (mac->type >= e1000_i350)
433 dev_spec->eee_disable = false;
434 else
435 dev_spec->eee_disable = true;
Matthew Vickd44e7a92013-03-22 07:34:20 +0000436 /* Allow a single clear of the SW semaphore on I210 and newer */
437 if (mac->type >= e1000_i210)
438 dev_spec->clear_semaphore_once = true;
Akeem G. Abodunrina1bf1f42013-01-29 10:15:05 +0000439 /* physical interface link setup */
440 mac->ops.setup_physical_interface =
441 (hw->phy.media_type == e1000_media_type_copper)
442 ? igb_setup_copper_link_82575
443 : igb_setup_serdes_link_82575;
444
Carolyn Wyborny56cec242013-10-17 05:36:26 +0000445 if (mac->type == e1000_82580) {
446 switch (hw->device_id) {
447 /* feature not supported on these id's */
448 case E1000_DEV_ID_DH89XXCC_SGMII:
449 case E1000_DEV_ID_DH89XXCC_SERDES:
450 case E1000_DEV_ID_DH89XXCC_BACKPLANE:
451 case E1000_DEV_ID_DH89XXCC_SFP:
452 break;
453 default:
454 hw->dev_spec._82575.mas_capable = true;
455 break;
456 }
457 }
Akeem G. Abodunrina1bf1f42013-01-29 10:15:05 +0000458 return 0;
459}
460
Akeem G. Abodunrin641ac5c2013-04-24 16:54:50 +0000461/**
462 * igb_set_sfp_media_type_82575 - derives SFP module media type.
463 * @hw: pointer to the HW structure
464 *
465 * The media type is chosen based on SFP module.
466 * compatibility flags retrieved from SFP ID EEPROM.
467 **/
468static s32 igb_set_sfp_media_type_82575(struct e1000_hw *hw)
469{
470 s32 ret_val = E1000_ERR_CONFIG;
471 u32 ctrl_ext = 0;
472 struct e1000_dev_spec_82575 *dev_spec = &hw->dev_spec._82575;
473 struct e1000_sfp_flags *eth_flags = &dev_spec->eth_flags;
474 u8 tranceiver_type = 0;
475 s32 timeout = 3;
476
477 /* Turn I2C interface ON and power on sfp cage */
478 ctrl_ext = rd32(E1000_CTRL_EXT);
479 ctrl_ext &= ~E1000_CTRL_EXT_SDP3_DATA;
480 wr32(E1000_CTRL_EXT, ctrl_ext | E1000_CTRL_I2C_ENA);
481
482 wrfl();
483
484 /* Read SFP module data */
485 while (timeout) {
486 ret_val = igb_read_sfp_data_byte(hw,
487 E1000_I2CCMD_SFP_DATA_ADDR(E1000_SFF_IDENTIFIER_OFFSET),
488 &tranceiver_type);
489 if (ret_val == 0)
490 break;
491 msleep(100);
492 timeout--;
493 }
494 if (ret_val != 0)
495 goto out;
496
497 ret_val = igb_read_sfp_data_byte(hw,
498 E1000_I2CCMD_SFP_DATA_ADDR(E1000_SFF_ETH_FLAGS_OFFSET),
499 (u8 *)eth_flags);
500 if (ret_val != 0)
501 goto out;
502
503 /* Check if there is some SFP module plugged and powered */
504 if ((tranceiver_type == E1000_SFF_IDENTIFIER_SFP) ||
505 (tranceiver_type == E1000_SFF_IDENTIFIER_SFF)) {
506 dev_spec->module_plugged = true;
507 if (eth_flags->e1000_base_lx || eth_flags->e1000_base_sx) {
508 hw->phy.media_type = e1000_media_type_internal_serdes;
509 } else if (eth_flags->e100_base_fx) {
510 dev_spec->sgmii_active = true;
511 hw->phy.media_type = e1000_media_type_internal_serdes;
512 } else if (eth_flags->e1000_base_t) {
513 dev_spec->sgmii_active = true;
514 hw->phy.media_type = e1000_media_type_copper;
515 } else {
516 hw->phy.media_type = e1000_media_type_unknown;
517 hw_dbg("PHY module has not been recognized\n");
518 goto out;
519 }
520 } else {
521 hw->phy.media_type = e1000_media_type_unknown;
522 }
523 ret_val = 0;
524out:
525 /* Restore I2C interface setting */
526 wr32(E1000_CTRL_EXT, ctrl_ext);
527 return ret_val;
528}
529
Auke Kok9d5c8242008-01-24 02:22:38 -0800530static s32 igb_get_invariants_82575(struct e1000_hw *hw)
531{
Auke Kok9d5c8242008-01-24 02:22:38 -0800532 struct e1000_mac_info *mac = &hw->mac;
Carolyn Wybornyc4917c62014-04-11 01:45:48 +0000533 struct e1000_dev_spec_82575 *dev_spec = &hw->dev_spec._82575;
Auke Kok9d5c8242008-01-24 02:22:38 -0800534 s32 ret_val;
Auke Kok9d5c8242008-01-24 02:22:38 -0800535 u32 ctrl_ext = 0;
Akeem G. Abodunrin641ac5c2013-04-24 16:54:50 +0000536 u32 link_mode = 0;
Auke Kok9d5c8242008-01-24 02:22:38 -0800537
538 switch (hw->device_id) {
539 case E1000_DEV_ID_82575EB_COPPER:
540 case E1000_DEV_ID_82575EB_FIBER_SERDES:
541 case E1000_DEV_ID_82575GB_QUAD_COPPER:
542 mac->type = e1000_82575;
543 break;
Alexander Duyck2d064c02008-07-08 15:10:12 -0700544 case E1000_DEV_ID_82576:
Alexander Duyck9eb23412009-03-13 20:42:15 +0000545 case E1000_DEV_ID_82576_NS:
Alexander Duyck747d49b2009-10-05 06:33:27 +0000546 case E1000_DEV_ID_82576_NS_SERDES:
Alexander Duyck2d064c02008-07-08 15:10:12 -0700547 case E1000_DEV_ID_82576_FIBER:
548 case E1000_DEV_ID_82576_SERDES:
Alexander Duyckc8ea5ea2009-03-13 20:42:35 +0000549 case E1000_DEV_ID_82576_QUAD_COPPER:
Carolyn Wybornyb894fa22010-03-19 06:07:48 +0000550 case E1000_DEV_ID_82576_QUAD_COPPER_ET2:
Alexander Duyck4703bf72009-07-23 18:09:48 +0000551 case E1000_DEV_ID_82576_SERDES_QUAD:
Alexander Duyck2d064c02008-07-08 15:10:12 -0700552 mac->type = e1000_82576;
553 break;
Alexander Duyckbb2ac472009-11-19 12:42:01 +0000554 case E1000_DEV_ID_82580_COPPER:
555 case E1000_DEV_ID_82580_FIBER:
Carolyn Wyborny6493d242011-01-14 05:33:46 +0000556 case E1000_DEV_ID_82580_QUAD_FIBER:
Alexander Duyckbb2ac472009-11-19 12:42:01 +0000557 case E1000_DEV_ID_82580_SERDES:
558 case E1000_DEV_ID_82580_SGMII:
559 case E1000_DEV_ID_82580_COPPER_DUAL:
Joseph Gasparakis308fb392010-09-22 17:56:44 +0000560 case E1000_DEV_ID_DH89XXCC_SGMII:
561 case E1000_DEV_ID_DH89XXCC_SERDES:
Gasparakis, Joseph1b5dda32010-12-09 01:41:01 +0000562 case E1000_DEV_ID_DH89XXCC_BACKPLANE:
563 case E1000_DEV_ID_DH89XXCC_SFP:
Alexander Duyckbb2ac472009-11-19 12:42:01 +0000564 mac->type = e1000_82580;
565 break;
Alexander Duyckd2ba2ed2010-03-22 14:08:06 +0000566 case E1000_DEV_ID_I350_COPPER:
567 case E1000_DEV_ID_I350_FIBER:
568 case E1000_DEV_ID_I350_SERDES:
569 case E1000_DEV_ID_I350_SGMII:
570 mac->type = e1000_i350;
571 break;
Carolyn Wybornyf96a8a02012-04-06 23:25:19 +0000572 case E1000_DEV_ID_I210_COPPER:
Carolyn Wybornyf96a8a02012-04-06 23:25:19 +0000573 case E1000_DEV_ID_I210_FIBER:
574 case E1000_DEV_ID_I210_SERDES:
575 case E1000_DEV_ID_I210_SGMII:
Carolyn Wyborny53b87ce2013-07-16 19:18:36 +0000576 case E1000_DEV_ID_I210_COPPER_FLASHLESS:
577 case E1000_DEV_ID_I210_SERDES_FLASHLESS:
Carolyn Wybornyf96a8a02012-04-06 23:25:19 +0000578 mac->type = e1000_i210;
579 break;
580 case E1000_DEV_ID_I211_COPPER:
581 mac->type = e1000_i211;
582 break;
Carolyn Wybornyceb5f132013-04-18 22:21:30 +0000583 case E1000_DEV_ID_I354_BACKPLANE_1GBPS:
584 case E1000_DEV_ID_I354_SGMII:
585 case E1000_DEV_ID_I354_BACKPLANE_2_5GBPS:
586 mac->type = e1000_i354;
587 break;
Auke Kok9d5c8242008-01-24 02:22:38 -0800588 default:
589 return -E1000_ERR_MAC_INIT;
Auke Kok9d5c8242008-01-24 02:22:38 -0800590 }
591
Auke Kok9d5c8242008-01-24 02:22:38 -0800592 /* Set media type */
Jeff Kirsherb980ac12013-02-23 07:29:56 +0000593 /* The 82575 uses bits 22:23 for link mode. The mode can be changed
Auke Kok9d5c8242008-01-24 02:22:38 -0800594 * based on the EEPROM. We cannot rely upon device ID. There
595 * is no distinguishable difference between fiber and internal
596 * SerDes mode on the 82575. There can be an external PHY attached
597 * on the SGMII interface. For this, we'll set sgmii_active to true.
598 */
Akeem G. Abodunrina6053d72013-01-29 10:15:10 +0000599 hw->phy.media_type = e1000_media_type_copper;
Auke Kok9d5c8242008-01-24 02:22:38 -0800600 dev_spec->sgmii_active = false;
Akeem G. Abodunrin641ac5c2013-04-24 16:54:50 +0000601 dev_spec->module_plugged = false;
Auke Kok9d5c8242008-01-24 02:22:38 -0800602
603 ctrl_ext = rd32(E1000_CTRL_EXT);
Akeem G. Abodunrin641ac5c2013-04-24 16:54:50 +0000604
605 link_mode = ctrl_ext & E1000_CTRL_EXT_LINK_MODE_MASK;
606 switch (link_mode) {
Alexander Duyckbb2ac472009-11-19 12:42:01 +0000607 case E1000_CTRL_EXT_LINK_MODE_1000BASE_KX:
Alexander Duyck2fb02a22009-09-14 08:22:54 +0000608 hw->phy.media_type = e1000_media_type_internal_serdes;
Alexander Duyck2fb02a22009-09-14 08:22:54 +0000609 break;
Akeem G. Abodunrin641ac5c2013-04-24 16:54:50 +0000610 case E1000_CTRL_EXT_LINK_MODE_SGMII:
611 /* Get phy control interface type set (MDIO vs. I2C)*/
612 if (igb_sgmii_uses_mdio_82575(hw)) {
613 hw->phy.media_type = e1000_media_type_copper;
614 dev_spec->sgmii_active = true;
615 break;
616 }
617 /* fall through for I2C based SGMII */
618 case E1000_CTRL_EXT_LINK_MODE_PCIE_SERDES:
619 /* read media type from SFP EEPROM */
620 ret_val = igb_set_sfp_media_type_82575(hw);
621 if ((ret_val != 0) ||
622 (hw->phy.media_type == e1000_media_type_unknown)) {
623 /* If media type was not identified then return media
624 * type defined by the CTRL_EXT settings.
625 */
626 hw->phy.media_type = e1000_media_type_internal_serdes;
627
628 if (link_mode == E1000_CTRL_EXT_LINK_MODE_SGMII) {
629 hw->phy.media_type = e1000_media_type_copper;
630 dev_spec->sgmii_active = true;
631 }
632
633 break;
634 }
635
636 /* do not change link mode for 100BaseFX */
637 if (dev_spec->eth_flags.e100_base_fx)
638 break;
639
640 /* change current link mode setting */
641 ctrl_ext &= ~E1000_CTRL_EXT_LINK_MODE_MASK;
642
643 if (hw->phy.media_type == e1000_media_type_copper)
644 ctrl_ext |= E1000_CTRL_EXT_LINK_MODE_SGMII;
645 else
646 ctrl_ext |= E1000_CTRL_EXT_LINK_MODE_PCIE_SERDES;
647
648 wr32(E1000_CTRL_EXT, ctrl_ext);
649
650 break;
Alexander Duyck2fb02a22009-09-14 08:22:54 +0000651 default:
Alexander Duyck2fb02a22009-09-14 08:22:54 +0000652 break;
Auke Kok9d5c8242008-01-24 02:22:38 -0800653 }
Alexander Duyck2fb02a22009-09-14 08:22:54 +0000654
Akeem G. Abodunrina6053d72013-01-29 10:15:10 +0000655 /* mac initialization and operations */
656 ret_val = igb_init_mac_params_82575(hw);
657 if (ret_val)
658 goto out;
Auke Kok9d5c8242008-01-24 02:22:38 -0800659
660 /* NVM initialization */
Akeem G. Abodunrina6053d72013-01-29 10:15:10 +0000661 ret_val = igb_init_nvm_params_82575(hw);
Carolyn Wyborny5a823d82013-07-16 19:17:32 +0000662 switch (hw->mac.type) {
663 case e1000_i210:
664 case e1000_i211:
665 ret_val = igb_init_nvm_params_i210(hw);
666 break;
667 default:
668 break;
669 }
670
Akeem G. Abodunrina6053d72013-01-29 10:15:10 +0000671 if (ret_val)
672 goto out;
Auke Kok9d5c8242008-01-24 02:22:38 -0800673
Carolyn Wyborny6b78bb12011-01-20 06:40:45 +0000674 /* if part supports SR-IOV then initialize mailbox parameters */
675 switch (mac->type) {
676 case e1000_82576:
677 case e1000_i350:
Alexander Duycka0c98602009-07-23 18:10:43 +0000678 igb_init_mbx_params_pf(hw);
Carolyn Wyborny6b78bb12011-01-20 06:40:45 +0000679 break;
680 default:
681 break;
682 }
Alexander Duycka0c98602009-07-23 18:10:43 +0000683
Auke Kok9d5c8242008-01-24 02:22:38 -0800684 /* setup PHY parameters */
Akeem G. Abodunrina6053d72013-01-29 10:15:10 +0000685 ret_val = igb_init_phy_params_82575(hw);
Auke Kok9d5c8242008-01-24 02:22:38 -0800686
Akeem G. Abodunrina6053d72013-01-29 10:15:10 +0000687out:
688 return ret_val;
Auke Kok9d5c8242008-01-24 02:22:38 -0800689}
690
691/**
Jeff Kirsher733596b2008-06-27 10:59:59 -0700692 * igb_acquire_phy_82575 - Acquire rights to access PHY
Auke Kok9d5c8242008-01-24 02:22:38 -0800693 * @hw: pointer to the HW structure
694 *
695 * Acquire access rights to the correct PHY. This is a
696 * function pointer entry point called by the api module.
697 **/
698static s32 igb_acquire_phy_82575(struct e1000_hw *hw)
699{
Alexander Duyck008c3422009-10-05 06:32:07 +0000700 u16 mask = E1000_SWFW_PHY0_SM;
Auke Kok9d5c8242008-01-24 02:22:38 -0800701
Alexander Duyck008c3422009-10-05 06:32:07 +0000702 if (hw->bus.func == E1000_FUNC_1)
703 mask = E1000_SWFW_PHY1_SM;
Nick Nunleyede3ef02010-07-01 13:37:54 +0000704 else if (hw->bus.func == E1000_FUNC_2)
705 mask = E1000_SWFW_PHY2_SM;
706 else if (hw->bus.func == E1000_FUNC_3)
707 mask = E1000_SWFW_PHY3_SM;
Auke Kok9d5c8242008-01-24 02:22:38 -0800708
Carolyn Wybornyf96a8a02012-04-06 23:25:19 +0000709 return hw->mac.ops.acquire_swfw_sync(hw, mask);
Auke Kok9d5c8242008-01-24 02:22:38 -0800710}
711
712/**
Jeff Kirsher733596b2008-06-27 10:59:59 -0700713 * igb_release_phy_82575 - Release rights to access PHY
Auke Kok9d5c8242008-01-24 02:22:38 -0800714 * @hw: pointer to the HW structure
715 *
716 * A wrapper to release access rights to the correct PHY. This is a
717 * function pointer entry point called by the api module.
718 **/
719static void igb_release_phy_82575(struct e1000_hw *hw)
720{
Alexander Duyck008c3422009-10-05 06:32:07 +0000721 u16 mask = E1000_SWFW_PHY0_SM;
Auke Kok9d5c8242008-01-24 02:22:38 -0800722
Alexander Duyck008c3422009-10-05 06:32:07 +0000723 if (hw->bus.func == E1000_FUNC_1)
724 mask = E1000_SWFW_PHY1_SM;
Nick Nunleyede3ef02010-07-01 13:37:54 +0000725 else if (hw->bus.func == E1000_FUNC_2)
726 mask = E1000_SWFW_PHY2_SM;
727 else if (hw->bus.func == E1000_FUNC_3)
728 mask = E1000_SWFW_PHY3_SM;
Alexander Duyck008c3422009-10-05 06:32:07 +0000729
Carolyn Wybornyf96a8a02012-04-06 23:25:19 +0000730 hw->mac.ops.release_swfw_sync(hw, mask);
Auke Kok9d5c8242008-01-24 02:22:38 -0800731}
732
733/**
Jeff Kirsher733596b2008-06-27 10:59:59 -0700734 * igb_read_phy_reg_sgmii_82575 - Read PHY register using sgmii
Auke Kok9d5c8242008-01-24 02:22:38 -0800735 * @hw: pointer to the HW structure
736 * @offset: register offset to be read
737 * @data: pointer to the read data
738 *
739 * Reads the PHY register at offset using the serial gigabit media independent
740 * interface and stores the retrieved information in data.
741 **/
742static s32 igb_read_phy_reg_sgmii_82575(struct e1000_hw *hw, u32 offset,
743 u16 *data)
744{
Alexander Duyckbf6f7a92009-10-05 06:32:27 +0000745 s32 ret_val = -E1000_ERR_PARAM;
Auke Kok9d5c8242008-01-24 02:22:38 -0800746
747 if (offset > E1000_MAX_SGMII_PHY_REG_ADDR) {
Auke Kok652fff32008-06-27 11:00:18 -0700748 hw_dbg("PHY Address %u is out of range\n", offset);
Alexander Duyckbf6f7a92009-10-05 06:32:27 +0000749 goto out;
Auke Kok9d5c8242008-01-24 02:22:38 -0800750 }
751
Alexander Duyckbf6f7a92009-10-05 06:32:27 +0000752 ret_val = hw->phy.ops.acquire(hw);
753 if (ret_val)
754 goto out;
Auke Kok9d5c8242008-01-24 02:22:38 -0800755
Alexander Duyckbf6f7a92009-10-05 06:32:27 +0000756 ret_val = igb_read_phy_reg_i2c(hw, offset, data);
Auke Kok9d5c8242008-01-24 02:22:38 -0800757
Alexander Duyckbf6f7a92009-10-05 06:32:27 +0000758 hw->phy.ops.release(hw);
Auke Kok9d5c8242008-01-24 02:22:38 -0800759
Alexander Duyckbf6f7a92009-10-05 06:32:27 +0000760out:
761 return ret_val;
Auke Kok9d5c8242008-01-24 02:22:38 -0800762}
763
764/**
Jeff Kirsher733596b2008-06-27 10:59:59 -0700765 * igb_write_phy_reg_sgmii_82575 - Write PHY register using sgmii
Auke Kok9d5c8242008-01-24 02:22:38 -0800766 * @hw: pointer to the HW structure
767 * @offset: register offset to write to
768 * @data: data to write at register offset
769 *
770 * Writes the data to PHY register at the offset using the serial gigabit
771 * media independent interface.
772 **/
773static s32 igb_write_phy_reg_sgmii_82575(struct e1000_hw *hw, u32 offset,
774 u16 data)
775{
Alexander Duyckbf6f7a92009-10-05 06:32:27 +0000776 s32 ret_val = -E1000_ERR_PARAM;
777
Auke Kok9d5c8242008-01-24 02:22:38 -0800778
779 if (offset > E1000_MAX_SGMII_PHY_REG_ADDR) {
Auke Kok652fff32008-06-27 11:00:18 -0700780 hw_dbg("PHY Address %d is out of range\n", offset);
Alexander Duyckbf6f7a92009-10-05 06:32:27 +0000781 goto out;
Auke Kok9d5c8242008-01-24 02:22:38 -0800782 }
783
Alexander Duyckbf6f7a92009-10-05 06:32:27 +0000784 ret_val = hw->phy.ops.acquire(hw);
785 if (ret_val)
786 goto out;
Auke Kok9d5c8242008-01-24 02:22:38 -0800787
Alexander Duyckbf6f7a92009-10-05 06:32:27 +0000788 ret_val = igb_write_phy_reg_i2c(hw, offset, data);
Auke Kok9d5c8242008-01-24 02:22:38 -0800789
Alexander Duyckbf6f7a92009-10-05 06:32:27 +0000790 hw->phy.ops.release(hw);
Auke Kok9d5c8242008-01-24 02:22:38 -0800791
Alexander Duyckbf6f7a92009-10-05 06:32:27 +0000792out:
793 return ret_val;
Auke Kok9d5c8242008-01-24 02:22:38 -0800794}
795
796/**
Jeff Kirsher733596b2008-06-27 10:59:59 -0700797 * igb_get_phy_id_82575 - Retrieve PHY addr and id
Auke Kok9d5c8242008-01-24 02:22:38 -0800798 * @hw: pointer to the HW structure
799 *
Auke Kok652fff32008-06-27 11:00:18 -0700800 * Retrieves the PHY address and ID for both PHY's which do and do not use
Auke Kok9d5c8242008-01-24 02:22:38 -0800801 * sgmi interface.
802 **/
803static s32 igb_get_phy_id_82575(struct e1000_hw *hw)
804{
805 struct e1000_phy_info *phy = &hw->phy;
806 s32 ret_val = 0;
807 u16 phy_id;
Alexander Duyck2fb02a22009-09-14 08:22:54 +0000808 u32 ctrl_ext;
Nick Nunley4085f742010-07-26 13:15:06 +0000809 u32 mdic;
Auke Kok9d5c8242008-01-24 02:22:38 -0800810
Carolyn Wybornybb1d18d2013-09-10 11:57:16 -0700811 /* Extra read required for some PHY's on i354 */
812 if (hw->mac.type == e1000_i354)
813 igb_get_phy_id(hw);
814
Jeff Kirsherb980ac12013-02-23 07:29:56 +0000815 /* For SGMII PHYs, we try the list of possible addresses until
Auke Kok9d5c8242008-01-24 02:22:38 -0800816 * we find one that works. For non-SGMII PHYs
817 * (e.g. integrated copper PHYs), an address of 1 should
818 * work. The result of this function should mean phy->phy_addr
819 * and phy->id are set correctly.
820 */
821 if (!(igb_sgmii_active_82575(hw))) {
822 phy->addr = 1;
823 ret_val = igb_get_phy_id(hw);
824 goto out;
825 }
826
Nick Nunley4085f742010-07-26 13:15:06 +0000827 if (igb_sgmii_uses_mdio_82575(hw)) {
828 switch (hw->mac.type) {
829 case e1000_82575:
830 case e1000_82576:
831 mdic = rd32(E1000_MDIC);
832 mdic &= E1000_MDIC_PHY_MASK;
833 phy->addr = mdic >> E1000_MDIC_PHY_SHIFT;
834 break;
835 case e1000_82580:
836 case e1000_i350:
Carolyn Wybornyceb5f132013-04-18 22:21:30 +0000837 case e1000_i354:
Carolyn Wybornyf96a8a02012-04-06 23:25:19 +0000838 case e1000_i210:
839 case e1000_i211:
Nick Nunley4085f742010-07-26 13:15:06 +0000840 mdic = rd32(E1000_MDICNFG);
841 mdic &= E1000_MDICNFG_PHY_MASK;
842 phy->addr = mdic >> E1000_MDICNFG_PHY_SHIFT;
843 break;
844 default:
845 ret_val = -E1000_ERR_PHY;
846 goto out;
Nick Nunley4085f742010-07-26 13:15:06 +0000847 }
848 ret_val = igb_get_phy_id(hw);
849 goto out;
850 }
851
Alexander Duyck2fb02a22009-09-14 08:22:54 +0000852 /* Power on sgmii phy if it is disabled */
853 ctrl_ext = rd32(E1000_CTRL_EXT);
854 wr32(E1000_CTRL_EXT, ctrl_ext & ~E1000_CTRL_EXT_SDP3_DATA);
855 wrfl();
856 msleep(300);
857
Jeff Kirsherb980ac12013-02-23 07:29:56 +0000858 /* The address field in the I2CCMD register is 3 bits and 0 is invalid.
Auke Kok9d5c8242008-01-24 02:22:38 -0800859 * Therefore, we need to test 1-7
860 */
861 for (phy->addr = 1; phy->addr < 8; phy->addr++) {
862 ret_val = igb_read_phy_reg_sgmii_82575(hw, PHY_ID1, &phy_id);
863 if (ret_val == 0) {
Auke Kok652fff32008-06-27 11:00:18 -0700864 hw_dbg("Vendor ID 0x%08X read at address %u\n",
865 phy_id, phy->addr);
Jeff Kirsherb980ac12013-02-23 07:29:56 +0000866 /* At the time of this writing, The M88 part is
Auke Kok9d5c8242008-01-24 02:22:38 -0800867 * the only supported SGMII PHY product.
868 */
869 if (phy_id == M88_VENDOR)
870 break;
871 } else {
Auke Kok652fff32008-06-27 11:00:18 -0700872 hw_dbg("PHY address %u was unreadable\n", phy->addr);
Auke Kok9d5c8242008-01-24 02:22:38 -0800873 }
874 }
875
876 /* A valid PHY type couldn't be found. */
877 if (phy->addr == 8) {
878 phy->addr = 0;
879 ret_val = -E1000_ERR_PHY;
880 goto out;
Alexander Duyck2fb02a22009-09-14 08:22:54 +0000881 } else {
882 ret_val = igb_get_phy_id(hw);
Auke Kok9d5c8242008-01-24 02:22:38 -0800883 }
884
Alexander Duyck2fb02a22009-09-14 08:22:54 +0000885 /* restore previous sfp cage power state */
886 wr32(E1000_CTRL_EXT, ctrl_ext);
Auke Kok9d5c8242008-01-24 02:22:38 -0800887
888out:
889 return ret_val;
890}
891
892/**
Jeff Kirsher733596b2008-06-27 10:59:59 -0700893 * igb_phy_hw_reset_sgmii_82575 - Performs a PHY reset
Auke Kok9d5c8242008-01-24 02:22:38 -0800894 * @hw: pointer to the HW structure
895 *
896 * Resets the PHY using the serial gigabit media independent interface.
897 **/
898static s32 igb_phy_hw_reset_sgmii_82575(struct e1000_hw *hw)
899{
900 s32 ret_val;
901
Jeff Kirsherb980ac12013-02-23 07:29:56 +0000902 /* This isn't a true "hard" reset, but is the only reset
Auke Kok9d5c8242008-01-24 02:22:38 -0800903 * available to us at this time.
904 */
905
Auke Kok652fff32008-06-27 11:00:18 -0700906 hw_dbg("Soft resetting SGMII attached PHY...\n");
Auke Kok9d5c8242008-01-24 02:22:38 -0800907
Jeff Kirsherb980ac12013-02-23 07:29:56 +0000908 /* SFP documentation requires the following to configure the SPF module
Auke Kok9d5c8242008-01-24 02:22:38 -0800909 * to work on SGMII. No further documentation is given.
910 */
Alexander Duycka8d2a0c2009-02-06 23:17:26 +0000911 ret_val = hw->phy.ops.write_reg(hw, 0x1B, 0x8084);
Auke Kok9d5c8242008-01-24 02:22:38 -0800912 if (ret_val)
913 goto out;
914
915 ret_val = igb_phy_sw_reset(hw);
916
917out:
918 return ret_val;
919}
920
921/**
Jeff Kirsher733596b2008-06-27 10:59:59 -0700922 * igb_set_d0_lplu_state_82575 - Set Low Power Linkup D0 state
Auke Kok9d5c8242008-01-24 02:22:38 -0800923 * @hw: pointer to the HW structure
924 * @active: true to enable LPLU, false to disable
925 *
926 * Sets the LPLU D0 state according to the active flag. When
927 * activating LPLU this function also disables smart speed
928 * and vice versa. LPLU will not be activated unless the
929 * device autonegotiation advertisement meets standards of
930 * either 10 or 10/100 or 10/100/1000 at all duplexes.
931 * This is a function pointer entry point only called by
932 * PHY setup routines.
933 **/
934static s32 igb_set_d0_lplu_state_82575(struct e1000_hw *hw, bool active)
935{
936 struct e1000_phy_info *phy = &hw->phy;
937 s32 ret_val;
938 u16 data;
939
Alexander Duycka8d2a0c2009-02-06 23:17:26 +0000940 ret_val = phy->ops.read_reg(hw, IGP02E1000_PHY_POWER_MGMT, &data);
Auke Kok9d5c8242008-01-24 02:22:38 -0800941 if (ret_val)
942 goto out;
943
944 if (active) {
945 data |= IGP02E1000_PM_D0_LPLU;
Alexander Duycka8d2a0c2009-02-06 23:17:26 +0000946 ret_val = phy->ops.write_reg(hw, IGP02E1000_PHY_POWER_MGMT,
Auke Kok652fff32008-06-27 11:00:18 -0700947 data);
Auke Kok9d5c8242008-01-24 02:22:38 -0800948 if (ret_val)
949 goto out;
950
951 /* When LPLU is enabled, we should disable SmartSpeed */
Alexander Duycka8d2a0c2009-02-06 23:17:26 +0000952 ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_CONFIG,
Auke Kok652fff32008-06-27 11:00:18 -0700953 &data);
Auke Kok9d5c8242008-01-24 02:22:38 -0800954 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
Alexander Duycka8d2a0c2009-02-06 23:17:26 +0000955 ret_val = phy->ops.write_reg(hw, IGP01E1000_PHY_PORT_CONFIG,
Auke Kok652fff32008-06-27 11:00:18 -0700956 data);
Auke Kok9d5c8242008-01-24 02:22:38 -0800957 if (ret_val)
958 goto out;
959 } else {
960 data &= ~IGP02E1000_PM_D0_LPLU;
Alexander Duycka8d2a0c2009-02-06 23:17:26 +0000961 ret_val = phy->ops.write_reg(hw, IGP02E1000_PHY_POWER_MGMT,
Auke Kok652fff32008-06-27 11:00:18 -0700962 data);
Jeff Kirsherb980ac12013-02-23 07:29:56 +0000963 /* LPLU and SmartSpeed are mutually exclusive. LPLU is used
Auke Kok9d5c8242008-01-24 02:22:38 -0800964 * during Dx states where the power conservation is most
965 * important. During driver activity we should enable
966 * SmartSpeed, so performance is maintained.
967 */
968 if (phy->smart_speed == e1000_smart_speed_on) {
Alexander Duycka8d2a0c2009-02-06 23:17:26 +0000969 ret_val = phy->ops.read_reg(hw,
Auke Kok652fff32008-06-27 11:00:18 -0700970 IGP01E1000_PHY_PORT_CONFIG, &data);
Auke Kok9d5c8242008-01-24 02:22:38 -0800971 if (ret_val)
972 goto out;
973
974 data |= IGP01E1000_PSCFR_SMART_SPEED;
Alexander Duycka8d2a0c2009-02-06 23:17:26 +0000975 ret_val = phy->ops.write_reg(hw,
Auke Kok652fff32008-06-27 11:00:18 -0700976 IGP01E1000_PHY_PORT_CONFIG, data);
Auke Kok9d5c8242008-01-24 02:22:38 -0800977 if (ret_val)
978 goto out;
979 } else if (phy->smart_speed == e1000_smart_speed_off) {
Alexander Duycka8d2a0c2009-02-06 23:17:26 +0000980 ret_val = phy->ops.read_reg(hw,
Auke Kok652fff32008-06-27 11:00:18 -0700981 IGP01E1000_PHY_PORT_CONFIG, &data);
Auke Kok9d5c8242008-01-24 02:22:38 -0800982 if (ret_val)
983 goto out;
984
985 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
Alexander Duycka8d2a0c2009-02-06 23:17:26 +0000986 ret_val = phy->ops.write_reg(hw,
Auke Kok652fff32008-06-27 11:00:18 -0700987 IGP01E1000_PHY_PORT_CONFIG, data);
Auke Kok9d5c8242008-01-24 02:22:38 -0800988 if (ret_val)
989 goto out;
990 }
991 }
992
993out:
994 return ret_val;
995}
996
997/**
Carolyn Wybornyda02cde2012-03-04 03:26:26 +0000998 * igb_set_d0_lplu_state_82580 - Set Low Power Linkup D0 state
999 * @hw: pointer to the HW structure
1000 * @active: true to enable LPLU, false to disable
1001 *
1002 * Sets the LPLU D0 state according to the active flag. When
1003 * activating LPLU this function also disables smart speed
1004 * and vice versa. LPLU will not be activated unless the
1005 * device autonegotiation advertisement meets standards of
1006 * either 10 or 10/100 or 10/100/1000 at all duplexes.
1007 * This is a function pointer entry point only called by
1008 * PHY setup routines.
1009 **/
1010static s32 igb_set_d0_lplu_state_82580(struct e1000_hw *hw, bool active)
1011{
1012 struct e1000_phy_info *phy = &hw->phy;
Carolyn Wybornyda02cde2012-03-04 03:26:26 +00001013 u16 data;
1014
1015 data = rd32(E1000_82580_PHY_POWER_MGMT);
1016
1017 if (active) {
1018 data |= E1000_82580_PM_D0_LPLU;
1019
1020 /* When LPLU is enabled, we should disable SmartSpeed */
1021 data &= ~E1000_82580_PM_SPD;
1022 } else {
1023 data &= ~E1000_82580_PM_D0_LPLU;
1024
Jeff Kirsherb980ac12013-02-23 07:29:56 +00001025 /* LPLU and SmartSpeed are mutually exclusive. LPLU is used
Carolyn Wybornyda02cde2012-03-04 03:26:26 +00001026 * during Dx states where the power conservation is most
1027 * important. During driver activity we should enable
1028 * SmartSpeed, so performance is maintained.
1029 */
1030 if (phy->smart_speed == e1000_smart_speed_on)
1031 data |= E1000_82580_PM_SPD;
1032 else if (phy->smart_speed == e1000_smart_speed_off)
1033 data &= ~E1000_82580_PM_SPD; }
1034
1035 wr32(E1000_82580_PHY_POWER_MGMT, data);
Todd Fujinaka23d87822014-06-04 07:12:15 +00001036 return 0;
Carolyn Wybornyda02cde2012-03-04 03:26:26 +00001037}
1038
1039/**
1040 * igb_set_d3_lplu_state_82580 - Sets low power link up state for D3
1041 * @hw: pointer to the HW structure
1042 * @active: boolean used to enable/disable lplu
1043 *
1044 * Success returns 0, Failure returns 1
1045 *
1046 * The low power link up (lplu) state is set to the power management level D3
1047 * and SmartSpeed is disabled when active is true, else clear lplu for D3
1048 * and enable Smartspeed. LPLU and Smartspeed are mutually exclusive. LPLU
1049 * is used during Dx states where the power conservation is most important.
1050 * During driver activity, SmartSpeed should be enabled so performance is
1051 * maintained.
1052 **/
Akeem G. Abodunrinc8268922013-02-16 07:09:06 +00001053static s32 igb_set_d3_lplu_state_82580(struct e1000_hw *hw, bool active)
Carolyn Wybornyda02cde2012-03-04 03:26:26 +00001054{
1055 struct e1000_phy_info *phy = &hw->phy;
Carolyn Wybornyda02cde2012-03-04 03:26:26 +00001056 u16 data;
1057
1058 data = rd32(E1000_82580_PHY_POWER_MGMT);
1059
1060 if (!active) {
1061 data &= ~E1000_82580_PM_D3_LPLU;
Jeff Kirsherb980ac12013-02-23 07:29:56 +00001062 /* LPLU and SmartSpeed are mutually exclusive. LPLU is used
Carolyn Wybornyda02cde2012-03-04 03:26:26 +00001063 * during Dx states where the power conservation is most
1064 * important. During driver activity we should enable
1065 * SmartSpeed, so performance is maintained.
1066 */
1067 if (phy->smart_speed == e1000_smart_speed_on)
1068 data |= E1000_82580_PM_SPD;
1069 else if (phy->smart_speed == e1000_smart_speed_off)
1070 data &= ~E1000_82580_PM_SPD;
1071 } else if ((phy->autoneg_advertised == E1000_ALL_SPEED_DUPLEX) ||
1072 (phy->autoneg_advertised == E1000_ALL_NOT_GIG) ||
1073 (phy->autoneg_advertised == E1000_ALL_10_SPEED)) {
1074 data |= E1000_82580_PM_D3_LPLU;
1075 /* When LPLU is enabled, we should disable SmartSpeed */
1076 data &= ~E1000_82580_PM_SPD;
1077 }
1078
1079 wr32(E1000_82580_PHY_POWER_MGMT, data);
Todd Fujinaka23d87822014-06-04 07:12:15 +00001080 return 0;
Carolyn Wybornyda02cde2012-03-04 03:26:26 +00001081}
1082
1083/**
Jeff Kirsher733596b2008-06-27 10:59:59 -07001084 * igb_acquire_nvm_82575 - Request for access to EEPROM
Auke Kok9d5c8242008-01-24 02:22:38 -08001085 * @hw: pointer to the HW structure
1086 *
Auke Kok652fff32008-06-27 11:00:18 -07001087 * Acquire the necessary semaphores for exclusive access to the EEPROM.
Auke Kok9d5c8242008-01-24 02:22:38 -08001088 * Set the EEPROM access request bit and wait for EEPROM access grant bit.
1089 * Return successful if access grant bit set, else clear the request for
1090 * EEPROM access and return -E1000_ERR_NVM (-1).
1091 **/
1092static s32 igb_acquire_nvm_82575(struct e1000_hw *hw)
1093{
1094 s32 ret_val;
1095
Carolyn Wybornyf96a8a02012-04-06 23:25:19 +00001096 ret_val = hw->mac.ops.acquire_swfw_sync(hw, E1000_SWFW_EEP_SM);
Auke Kok9d5c8242008-01-24 02:22:38 -08001097 if (ret_val)
1098 goto out;
1099
1100 ret_val = igb_acquire_nvm(hw);
1101
1102 if (ret_val)
Carolyn Wybornyf96a8a02012-04-06 23:25:19 +00001103 hw->mac.ops.release_swfw_sync(hw, E1000_SWFW_EEP_SM);
Auke Kok9d5c8242008-01-24 02:22:38 -08001104
1105out:
1106 return ret_val;
1107}
1108
1109/**
Jeff Kirsher733596b2008-06-27 10:59:59 -07001110 * igb_release_nvm_82575 - Release exclusive access to EEPROM
Auke Kok9d5c8242008-01-24 02:22:38 -08001111 * @hw: pointer to the HW structure
1112 *
1113 * Stop any current commands to the EEPROM and clear the EEPROM request bit,
1114 * then release the semaphores acquired.
1115 **/
1116static void igb_release_nvm_82575(struct e1000_hw *hw)
1117{
1118 igb_release_nvm(hw);
Carolyn Wybornyf96a8a02012-04-06 23:25:19 +00001119 hw->mac.ops.release_swfw_sync(hw, E1000_SWFW_EEP_SM);
Auke Kok9d5c8242008-01-24 02:22:38 -08001120}
1121
1122/**
Jeff Kirsher733596b2008-06-27 10:59:59 -07001123 * igb_acquire_swfw_sync_82575 - Acquire SW/FW semaphore
Auke Kok9d5c8242008-01-24 02:22:38 -08001124 * @hw: pointer to the HW structure
1125 * @mask: specifies which semaphore to acquire
1126 *
1127 * Acquire the SW/FW semaphore to access the PHY or NVM. The mask
1128 * will also specify which port we're acquiring the lock for.
1129 **/
1130static s32 igb_acquire_swfw_sync_82575(struct e1000_hw *hw, u16 mask)
1131{
1132 u32 swfw_sync;
1133 u32 swmask = mask;
1134 u32 fwmask = mask << 16;
1135 s32 ret_val = 0;
Todd Fujinaka2184aa32014-11-27 01:00:02 +00001136 s32 i = 0, timeout = 200;
Auke Kok9d5c8242008-01-24 02:22:38 -08001137
1138 while (i < timeout) {
1139 if (igb_get_hw_semaphore(hw)) {
1140 ret_val = -E1000_ERR_SWFW_SYNC;
1141 goto out;
1142 }
1143
1144 swfw_sync = rd32(E1000_SW_FW_SYNC);
1145 if (!(swfw_sync & (fwmask | swmask)))
1146 break;
1147
Jeff Kirsherb980ac12013-02-23 07:29:56 +00001148 /* Firmware currently using resource (fwmask)
Auke Kok9d5c8242008-01-24 02:22:38 -08001149 * or other software thread using resource (swmask)
1150 */
1151 igb_put_hw_semaphore(hw);
1152 mdelay(5);
1153 i++;
1154 }
1155
1156 if (i == timeout) {
Auke Kok652fff32008-06-27 11:00:18 -07001157 hw_dbg("Driver can't access resource, SW_FW_SYNC timeout.\n");
Auke Kok9d5c8242008-01-24 02:22:38 -08001158 ret_val = -E1000_ERR_SWFW_SYNC;
1159 goto out;
1160 }
1161
1162 swfw_sync |= swmask;
1163 wr32(E1000_SW_FW_SYNC, swfw_sync);
1164
1165 igb_put_hw_semaphore(hw);
1166
1167out:
1168 return ret_val;
1169}
1170
1171/**
Jeff Kirsher733596b2008-06-27 10:59:59 -07001172 * igb_release_swfw_sync_82575 - Release SW/FW semaphore
Auke Kok9d5c8242008-01-24 02:22:38 -08001173 * @hw: pointer to the HW structure
1174 * @mask: specifies which semaphore to acquire
1175 *
1176 * Release the SW/FW semaphore used to access the PHY or NVM. The mask
1177 * will also specify which port we're releasing the lock for.
1178 **/
1179static void igb_release_swfw_sync_82575(struct e1000_hw *hw, u16 mask)
1180{
1181 u32 swfw_sync;
1182
Carolyn Wybornybed83e92014-04-11 01:45:55 +00001183 while (igb_get_hw_semaphore(hw) != 0)
1184 ; /* Empty */
Auke Kok9d5c8242008-01-24 02:22:38 -08001185
1186 swfw_sync = rd32(E1000_SW_FW_SYNC);
1187 swfw_sync &= ~mask;
1188 wr32(E1000_SW_FW_SYNC, swfw_sync);
1189
1190 igb_put_hw_semaphore(hw);
1191}
1192
1193/**
Jeff Kirsher733596b2008-06-27 10:59:59 -07001194 * igb_get_cfg_done_82575 - Read config done bit
Auke Kok9d5c8242008-01-24 02:22:38 -08001195 * @hw: pointer to the HW structure
1196 *
1197 * Read the management control register for the config done bit for
1198 * completion status. NOTE: silicon which is EEPROM-less will fail trying
1199 * to read the config done bit, so an error is *ONLY* logged and returns
1200 * 0. If we were to return with error, EEPROM-less silicon
1201 * would not be able to be reset or change link.
1202 **/
1203static s32 igb_get_cfg_done_82575(struct e1000_hw *hw)
1204{
1205 s32 timeout = PHY_CFG_TIMEOUT;
Auke Kok9d5c8242008-01-24 02:22:38 -08001206 u32 mask = E1000_NVM_CFG_DONE_PORT_0;
1207
1208 if (hw->bus.func == 1)
1209 mask = E1000_NVM_CFG_DONE_PORT_1;
Alexander Duyckbb2ac472009-11-19 12:42:01 +00001210 else if (hw->bus.func == E1000_FUNC_2)
1211 mask = E1000_NVM_CFG_DONE_PORT_2;
1212 else if (hw->bus.func == E1000_FUNC_3)
1213 mask = E1000_NVM_CFG_DONE_PORT_3;
Auke Kok9d5c8242008-01-24 02:22:38 -08001214
1215 while (timeout) {
1216 if (rd32(E1000_EEMNGCTL) & mask)
1217 break;
Carolyn Wyborny0d451e72014-04-11 01:46:40 +00001218 usleep_range(1000, 2000);
Auke Kok9d5c8242008-01-24 02:22:38 -08001219 timeout--;
1220 }
1221 if (!timeout)
Auke Kok652fff32008-06-27 11:00:18 -07001222 hw_dbg("MNG configuration cycle has not completed.\n");
Auke Kok9d5c8242008-01-24 02:22:38 -08001223
1224 /* If EEPROM is not marked present, init the PHY manually */
1225 if (((rd32(E1000_EECD) & E1000_EECD_PRES) == 0) &&
1226 (hw->phy.type == e1000_phy_igp_3))
1227 igb_phy_init_script_igp3(hw);
1228
Todd Fujinaka23d87822014-06-04 07:12:15 +00001229 return 0;
Auke Kok9d5c8242008-01-24 02:22:38 -08001230}
1231
1232/**
Akeem G Abodunrinf6878e392013-08-28 02:23:09 +00001233 * igb_get_link_up_info_82575 - Get link speed/duplex info
1234 * @hw: pointer to the HW structure
1235 * @speed: stores the current speed
1236 * @duplex: stores the current duplex
1237 *
1238 * This is a wrapper function, if using the serial gigabit media independent
1239 * interface, use PCS to retrieve the link speed and duplex information.
1240 * Otherwise, use the generic function to get the link speed and duplex info.
1241 **/
1242static s32 igb_get_link_up_info_82575(struct e1000_hw *hw, u16 *speed,
1243 u16 *duplex)
1244{
1245 s32 ret_val;
1246
1247 if (hw->phy.media_type != e1000_media_type_copper)
1248 ret_val = igb_get_pcs_speed_and_duplex_82575(hw, speed,
1249 duplex);
1250 else
1251 ret_val = igb_get_speed_and_duplex_copper(hw, speed,
1252 duplex);
1253
1254 return ret_val;
1255}
1256
1257/**
Jeff Kirsher733596b2008-06-27 10:59:59 -07001258 * igb_check_for_link_82575 - Check for link
Auke Kok9d5c8242008-01-24 02:22:38 -08001259 * @hw: pointer to the HW structure
1260 *
1261 * If sgmii is enabled, then use the pcs register to determine link, otherwise
1262 * use the generic interface for determining link.
1263 **/
1264static s32 igb_check_for_link_82575(struct e1000_hw *hw)
1265{
1266 s32 ret_val;
1267 u16 speed, duplex;
1268
Alexander Duyck70d92f82009-10-05 06:31:47 +00001269 if (hw->phy.media_type != e1000_media_type_copper) {
Auke Kok9d5c8242008-01-24 02:22:38 -08001270 ret_val = igb_get_pcs_speed_and_duplex_82575(hw, &speed,
Carolyn Wyborny9005df32014-04-11 01:45:34 +00001271 &duplex);
Jeff Kirsherb980ac12013-02-23 07:29:56 +00001272 /* Use this flag to determine if link needs to be checked or
Alexander Duyck5d0932a2009-01-31 00:53:18 -08001273 * not. If we have link clear the flag so that we do not
1274 * continue to check for link.
1275 */
1276 hw->mac.get_link_status = !hw->mac.serdes_has_link;
Carolyn Wybornydaf56e42012-10-23 12:54:33 +00001277
1278 /* Configure Flow Control now that Auto-Neg has completed.
1279 * First, we need to restore the desired flow control
1280 * settings because we may have had to re-autoneg with a
1281 * different link partner.
1282 */
1283 ret_val = igb_config_fc_after_link_up(hw);
1284 if (ret_val)
1285 hw_dbg("Error configuring flow control\n");
Alexander Duyck5d0932a2009-01-31 00:53:18 -08001286 } else {
Auke Kok9d5c8242008-01-24 02:22:38 -08001287 ret_val = igb_check_for_copper_link(hw);
Alexander Duyck5d0932a2009-01-31 00:53:18 -08001288 }
Auke Kok9d5c8242008-01-24 02:22:38 -08001289
1290 return ret_val;
1291}
Alexander Duyck70d92f82009-10-05 06:31:47 +00001292
Auke Kok9d5c8242008-01-24 02:22:38 -08001293/**
Nick Nunley88a268c2010-02-17 01:01:59 +00001294 * igb_power_up_serdes_link_82575 - Power up the serdes link after shutdown
1295 * @hw: pointer to the HW structure
1296 **/
1297void igb_power_up_serdes_link_82575(struct e1000_hw *hw)
1298{
1299 u32 reg;
1300
1301
1302 if ((hw->phy.media_type != e1000_media_type_internal_serdes) &&
1303 !igb_sgmii_active_82575(hw))
1304 return;
1305
1306 /* Enable PCS to turn on link */
1307 reg = rd32(E1000_PCS_CFG0);
1308 reg |= E1000_PCS_CFG_PCS_EN;
1309 wr32(E1000_PCS_CFG0, reg);
1310
1311 /* Power up the laser */
1312 reg = rd32(E1000_CTRL_EXT);
1313 reg &= ~E1000_CTRL_EXT_SDP3_DATA;
1314 wr32(E1000_CTRL_EXT, reg);
1315
1316 /* flush the write to verify completion */
1317 wrfl();
Carolyn Wyborny0d451e72014-04-11 01:46:40 +00001318 usleep_range(1000, 2000);
Nick Nunley88a268c2010-02-17 01:01:59 +00001319}
1320
1321/**
Jeff Kirsher733596b2008-06-27 10:59:59 -07001322 * igb_get_pcs_speed_and_duplex_82575 - Retrieve current speed/duplex
Auke Kok9d5c8242008-01-24 02:22:38 -08001323 * @hw: pointer to the HW structure
1324 * @speed: stores the current speed
1325 * @duplex: stores the current duplex
1326 *
Auke Kok652fff32008-06-27 11:00:18 -07001327 * Using the physical coding sub-layer (PCS), retrieve the current speed and
Auke Kok9d5c8242008-01-24 02:22:38 -08001328 * duplex, then store the values in the pointers provided.
1329 **/
1330static s32 igb_get_pcs_speed_and_duplex_82575(struct e1000_hw *hw, u16 *speed,
1331 u16 *duplex)
1332{
1333 struct e1000_mac_info *mac = &hw->mac;
Akeem G Abodunrinf1b4d622013-08-28 02:23:04 +00001334 u32 pcs, status;
Auke Kok9d5c8242008-01-24 02:22:38 -08001335
1336 /* Set up defaults for the return values of this function */
1337 mac->serdes_has_link = false;
1338 *speed = 0;
1339 *duplex = 0;
1340
Jeff Kirsherb980ac12013-02-23 07:29:56 +00001341 /* Read the PCS Status register for link state. For non-copper mode,
Auke Kok9d5c8242008-01-24 02:22:38 -08001342 * the status register is not accurate. The PCS status register is
1343 * used instead.
1344 */
1345 pcs = rd32(E1000_PCS_LSTAT);
1346
Jeff Kirsherb980ac12013-02-23 07:29:56 +00001347 /* The link up bit determines when link is up on autoneg. The sync ok
Auke Kok9d5c8242008-01-24 02:22:38 -08001348 * gets set once both sides sync up and agree upon link. Stable link
1349 * can be determined by checking for both link up and link sync ok
1350 */
1351 if ((pcs & E1000_PCS_LSTS_LINK_OK) && (pcs & E1000_PCS_LSTS_SYNK_OK)) {
1352 mac->serdes_has_link = true;
1353
1354 /* Detect and store PCS speed */
Akeem G Abodunrinf1b4d622013-08-28 02:23:04 +00001355 if (pcs & E1000_PCS_LSTS_SPEED_1000)
Auke Kok9d5c8242008-01-24 02:22:38 -08001356 *speed = SPEED_1000;
Akeem G Abodunrinf1b4d622013-08-28 02:23:04 +00001357 else if (pcs & E1000_PCS_LSTS_SPEED_100)
Auke Kok9d5c8242008-01-24 02:22:38 -08001358 *speed = SPEED_100;
Akeem G Abodunrinf1b4d622013-08-28 02:23:04 +00001359 else
Auke Kok9d5c8242008-01-24 02:22:38 -08001360 *speed = SPEED_10;
Auke Kok9d5c8242008-01-24 02:22:38 -08001361
1362 /* Detect and store PCS duplex */
Akeem G Abodunrinf1b4d622013-08-28 02:23:04 +00001363 if (pcs & E1000_PCS_LSTS_DUPLEX_FULL)
Auke Kok9d5c8242008-01-24 02:22:38 -08001364 *duplex = FULL_DUPLEX;
Akeem G Abodunrinf1b4d622013-08-28 02:23:04 +00001365 else
Auke Kok9d5c8242008-01-24 02:22:38 -08001366 *duplex = HALF_DUPLEX;
Akeem G Abodunrinf1b4d622013-08-28 02:23:04 +00001367
1368 /* Check if it is an I354 2.5Gb backplane connection. */
1369 if (mac->type == e1000_i354) {
1370 status = rd32(E1000_STATUS);
1371 if ((status & E1000_STATUS_2P5_SKU) &&
1372 !(status & E1000_STATUS_2P5_SKU_OVER)) {
1373 *speed = SPEED_2500;
1374 *duplex = FULL_DUPLEX;
1375 hw_dbg("2500 Mbs, ");
1376 hw_dbg("Full Duplex\n");
1377 }
Auke Kok9d5c8242008-01-24 02:22:38 -08001378 }
Akeem G Abodunrinf1b4d622013-08-28 02:23:04 +00001379
Auke Kok9d5c8242008-01-24 02:22:38 -08001380 }
1381
1382 return 0;
1383}
1384
1385/**
Alexander Duyck2fb02a22009-09-14 08:22:54 +00001386 * igb_shutdown_serdes_link_82575 - Remove link during power down
Alexander Duyck2d064c02008-07-08 15:10:12 -07001387 * @hw: pointer to the HW structure
1388 *
1389 * In the case of fiber serdes, shut down optics and PCS on driver unload
1390 * when management pass thru is not enabled.
1391 **/
Alexander Duyck2fb02a22009-09-14 08:22:54 +00001392void igb_shutdown_serdes_link_82575(struct e1000_hw *hw)
Alexander Duyck2d064c02008-07-08 15:10:12 -07001393{
1394 u32 reg;
1395
Nick Nunley53c992f2010-02-17 01:01:40 +00001396 if (hw->phy.media_type != e1000_media_type_internal_serdes &&
Alexander Duyck2fb02a22009-09-14 08:22:54 +00001397 igb_sgmii_active_82575(hw))
Alexander Duyck2d064c02008-07-08 15:10:12 -07001398 return;
1399
Nick Nunley53c992f2010-02-17 01:01:40 +00001400 if (!igb_enable_mng_pass_thru(hw)) {
Alexander Duyck2d064c02008-07-08 15:10:12 -07001401 /* Disable PCS to turn off link */
1402 reg = rd32(E1000_PCS_CFG0);
1403 reg &= ~E1000_PCS_CFG_PCS_EN;
1404 wr32(E1000_PCS_CFG0, reg);
1405
1406 /* shutdown the laser */
1407 reg = rd32(E1000_CTRL_EXT);
Alexander Duyck2fb02a22009-09-14 08:22:54 +00001408 reg |= E1000_CTRL_EXT_SDP3_DATA;
Alexander Duyck2d064c02008-07-08 15:10:12 -07001409 wr32(E1000_CTRL_EXT, reg);
1410
1411 /* flush the write to verify completion */
1412 wrfl();
Carolyn Wyborny0d451e72014-04-11 01:46:40 +00001413 usleep_range(1000, 2000);
Alexander Duyck2d064c02008-07-08 15:10:12 -07001414 }
Auke Kok9d5c8242008-01-24 02:22:38 -08001415}
1416
1417/**
Jeff Kirsher733596b2008-06-27 10:59:59 -07001418 * igb_reset_hw_82575 - Reset hardware
Auke Kok9d5c8242008-01-24 02:22:38 -08001419 * @hw: pointer to the HW structure
1420 *
1421 * This resets the hardware into a known state. This is a
1422 * function pointer entry point called by the api module.
1423 **/
1424static s32 igb_reset_hw_82575(struct e1000_hw *hw)
1425{
Akeem G Abodunrine5c33702013-06-06 01:31:09 +00001426 u32 ctrl;
Auke Kok9d5c8242008-01-24 02:22:38 -08001427 s32 ret_val;
1428
Jeff Kirsherb980ac12013-02-23 07:29:56 +00001429 /* Prevent the PCI-E bus from sticking if there is no TLP connection
Auke Kok9d5c8242008-01-24 02:22:38 -08001430 * on the last TLP read/write transaction when MAC is reset.
1431 */
1432 ret_val = igb_disable_pcie_master(hw);
1433 if (ret_val)
Auke Kok652fff32008-06-27 11:00:18 -07001434 hw_dbg("PCI-E Master disable polling has failed.\n");
Auke Kok9d5c8242008-01-24 02:22:38 -08001435
Alexander Duyck009bc062009-07-23 18:08:35 +00001436 /* set the completion timeout for interface */
1437 ret_val = igb_set_pcie_completion_timeout(hw);
Carolyn Wybornyd34a15a2014-04-11 01:45:23 +00001438 if (ret_val)
Alexander Duyck009bc062009-07-23 18:08:35 +00001439 hw_dbg("PCI-E Set completion timeout has failed.\n");
Alexander Duyck009bc062009-07-23 18:08:35 +00001440
Auke Kok652fff32008-06-27 11:00:18 -07001441 hw_dbg("Masking off all interrupts\n");
Auke Kok9d5c8242008-01-24 02:22:38 -08001442 wr32(E1000_IMC, 0xffffffff);
1443
1444 wr32(E1000_RCTL, 0);
1445 wr32(E1000_TCTL, E1000_TCTL_PSP);
1446 wrfl();
1447
Carolyn Wyborny0d451e72014-04-11 01:46:40 +00001448 usleep_range(10000, 20000);
Auke Kok9d5c8242008-01-24 02:22:38 -08001449
1450 ctrl = rd32(E1000_CTRL);
1451
Auke Kok652fff32008-06-27 11:00:18 -07001452 hw_dbg("Issuing a global reset to MAC\n");
Auke Kok9d5c8242008-01-24 02:22:38 -08001453 wr32(E1000_CTRL, ctrl | E1000_CTRL_RST);
1454
1455 ret_val = igb_get_auto_rd_done(hw);
1456 if (ret_val) {
Jeff Kirsherb980ac12013-02-23 07:29:56 +00001457 /* When auto config read does not complete, do not
Auke Kok9d5c8242008-01-24 02:22:38 -08001458 * return with an error. This can happen in situations
1459 * where there is no eeprom and prevents getting link.
1460 */
Auke Kok652fff32008-06-27 11:00:18 -07001461 hw_dbg("Auto Read Done did not complete\n");
Auke Kok9d5c8242008-01-24 02:22:38 -08001462 }
1463
1464 /* If EEPROM is not present, run manual init scripts */
1465 if ((rd32(E1000_EECD) & E1000_EECD_PRES) == 0)
1466 igb_reset_init_script_82575(hw);
1467
1468 /* Clear any pending interrupt events. */
1469 wr32(E1000_IMC, 0xffffffff);
Akeem G Abodunrine5c33702013-06-06 01:31:09 +00001470 rd32(E1000_ICR);
Auke Kok9d5c8242008-01-24 02:22:38 -08001471
Alexander Duyck5ac16652009-07-23 18:09:12 +00001472 /* Install any alternate MAC address into RAR0 */
1473 ret_val = igb_check_alt_mac_addr(hw);
Auke Kok9d5c8242008-01-24 02:22:38 -08001474
1475 return ret_val;
1476}
1477
1478/**
Jeff Kirsher733596b2008-06-27 10:59:59 -07001479 * igb_init_hw_82575 - Initialize hardware
Auke Kok9d5c8242008-01-24 02:22:38 -08001480 * @hw: pointer to the HW structure
1481 *
1482 * This inits the hardware readying it for operation.
1483 **/
1484static s32 igb_init_hw_82575(struct e1000_hw *hw)
1485{
1486 struct e1000_mac_info *mac = &hw->mac;
1487 s32 ret_val;
1488 u16 i, rar_count = mac->rar_entry_count;
1489
Todd Fujinaka94826482014-07-10 01:47:15 -07001490 if ((hw->mac.type >= e1000_i210) &&
1491 !(igb_get_flash_presence_i210(hw))) {
1492 ret_val = igb_pll_workaround_i210(hw);
1493 if (ret_val)
1494 return ret_val;
1495 }
1496
Auke Kok9d5c8242008-01-24 02:22:38 -08001497 /* Initialize identification LED */
1498 ret_val = igb_id_led_init(hw);
1499 if (ret_val) {
Auke Kok652fff32008-06-27 11:00:18 -07001500 hw_dbg("Error initializing identification LED\n");
Auke Kok9d5c8242008-01-24 02:22:38 -08001501 /* This is not fatal and we should not stop init due to this */
1502 }
1503
1504 /* Disabling VLAN filtering */
Auke Kok652fff32008-06-27 11:00:18 -07001505 hw_dbg("Initializing the IEEE VLAN\n");
Carolyn Wybornyceb5f132013-04-18 22:21:30 +00001506 if ((hw->mac.type == e1000_i350) || (hw->mac.type == e1000_i354))
Carolyn Wyborny1128c752011-10-14 00:13:49 +00001507 igb_clear_vfta_i350(hw);
1508 else
1509 igb_clear_vfta(hw);
Auke Kok9d5c8242008-01-24 02:22:38 -08001510
1511 /* Setup the receive address */
Alexander Duyck5ac16652009-07-23 18:09:12 +00001512 igb_init_rx_addrs(hw, rar_count);
1513
Auke Kok9d5c8242008-01-24 02:22:38 -08001514 /* Zero out the Multicast HASH table */
Auke Kok652fff32008-06-27 11:00:18 -07001515 hw_dbg("Zeroing the MTA\n");
Auke Kok9d5c8242008-01-24 02:22:38 -08001516 for (i = 0; i < mac->mta_reg_count; i++)
1517 array_wr32(E1000_MTA, i, 0);
1518
Alexander Duyck68d480c2009-10-05 06:33:08 +00001519 /* Zero out the Unicast HASH table */
1520 hw_dbg("Zeroing the UTA\n");
1521 for (i = 0; i < mac->uta_reg_count; i++)
1522 array_wr32(E1000_UTA, i, 0);
1523
Auke Kok9d5c8242008-01-24 02:22:38 -08001524 /* Setup link and flow control */
1525 ret_val = igb_setup_link(hw);
1526
Jeff Kirsherb980ac12013-02-23 07:29:56 +00001527 /* Clear all of the statistics registers (clear on read). It is
Auke Kok9d5c8242008-01-24 02:22:38 -08001528 * important that we do this after we have tried to establish link
1529 * because the symbol error count will increment wildly if there
1530 * is no link.
1531 */
1532 igb_clear_hw_cntrs_82575(hw);
Auke Kok9d5c8242008-01-24 02:22:38 -08001533 return ret_val;
1534}
1535
1536/**
Jeff Kirsher733596b2008-06-27 10:59:59 -07001537 * igb_setup_copper_link_82575 - Configure copper link settings
Auke Kok9d5c8242008-01-24 02:22:38 -08001538 * @hw: pointer to the HW structure
1539 *
1540 * Configures the link for auto-neg or forced speed and duplex. Then we check
1541 * for link, once link is established calls to configure collision distance
1542 * and flow control are called.
1543 **/
1544static s32 igb_setup_copper_link_82575(struct e1000_hw *hw)
1545{
Alexander Duyck12645a12009-07-23 18:08:16 +00001546 u32 ctrl;
Auke Kok9d5c8242008-01-24 02:22:38 -08001547 s32 ret_val;
Carolyn Wyborny867eb392012-11-13 04:03:20 +00001548 u32 phpm_reg;
Auke Kok9d5c8242008-01-24 02:22:38 -08001549
1550 ctrl = rd32(E1000_CTRL);
1551 ctrl |= E1000_CTRL_SLU;
1552 ctrl &= ~(E1000_CTRL_FRCSPD | E1000_CTRL_FRCDPX);
1553 wr32(E1000_CTRL, ctrl);
1554
Akeem G Abodunrindb476e82013-08-28 02:22:53 +00001555 /* Clear Go Link Disconnect bit on supported devices */
1556 switch (hw->mac.type) {
1557 case e1000_82580:
1558 case e1000_i350:
1559 case e1000_i210:
1560 case e1000_i211:
Carolyn Wyborny867eb392012-11-13 04:03:20 +00001561 phpm_reg = rd32(E1000_82580_PHY_POWER_MGMT);
1562 phpm_reg &= ~E1000_82580_PM_GO_LINKD;
1563 wr32(E1000_82580_PHY_POWER_MGMT, phpm_reg);
Akeem G Abodunrindb476e82013-08-28 02:22:53 +00001564 break;
1565 default:
1566 break;
Carolyn Wyborny867eb392012-11-13 04:03:20 +00001567 }
1568
Alexander Duyck2fb02a22009-09-14 08:22:54 +00001569 ret_val = igb_setup_serdes_link_82575(hw);
1570 if (ret_val)
1571 goto out;
1572
1573 if (igb_sgmii_active_82575(hw) && !hw->phy.reset_disable) {
Alexander Duyckbb2ac472009-11-19 12:42:01 +00001574 /* allow time for SFP cage time to power up phy */
1575 msleep(300);
1576
Alexander Duyck2fb02a22009-09-14 08:22:54 +00001577 ret_val = hw->phy.ops.reset(hw);
1578 if (ret_val) {
1579 hw_dbg("Error resetting the PHY.\n");
1580 goto out;
1581 }
1582 }
Auke Kok9d5c8242008-01-24 02:22:38 -08001583 switch (hw->phy.type) {
Carolyn Wybornyf96a8a02012-04-06 23:25:19 +00001584 case e1000_phy_i210:
Auke Kok9d5c8242008-01-24 02:22:38 -08001585 case e1000_phy_m88:
Carolyn Wybornyed65bdd2013-02-06 03:35:27 +00001586 switch (hw->phy.id) {
1587 case I347AT4_E_PHY_ID:
1588 case M88E1112_E_PHY_ID:
Akeem G Abodunrin99af4722013-08-28 02:22:58 +00001589 case M88E1543_E_PHY_ID:
Carolyn Wybornyed65bdd2013-02-06 03:35:27 +00001590 case I210_I_PHY_ID:
Joseph Gasparakis308fb392010-09-22 17:56:44 +00001591 ret_val = igb_copper_link_setup_m88_gen2(hw);
Carolyn Wybornyed65bdd2013-02-06 03:35:27 +00001592 break;
1593 default:
Joseph Gasparakis308fb392010-09-22 17:56:44 +00001594 ret_val = igb_copper_link_setup_m88(hw);
Carolyn Wybornyed65bdd2013-02-06 03:35:27 +00001595 break;
1596 }
Auke Kok9d5c8242008-01-24 02:22:38 -08001597 break;
1598 case e1000_phy_igp_3:
1599 ret_val = igb_copper_link_setup_igp(hw);
Auke Kok9d5c8242008-01-24 02:22:38 -08001600 break;
Alexander Duyckbb2ac472009-11-19 12:42:01 +00001601 case e1000_phy_82580:
1602 ret_val = igb_copper_link_setup_82580(hw);
1603 break;
Auke Kok9d5c8242008-01-24 02:22:38 -08001604 default:
1605 ret_val = -E1000_ERR_PHY;
1606 break;
1607 }
1608
1609 if (ret_val)
1610 goto out;
1611
Alexander Duyck81fadd82009-10-05 06:35:03 +00001612 ret_val = igb_setup_copper_link(hw);
Auke Kok9d5c8242008-01-24 02:22:38 -08001613out:
1614 return ret_val;
1615}
1616
1617/**
Alexander Duyck70d92f82009-10-05 06:31:47 +00001618 * igb_setup_serdes_link_82575 - Setup link for serdes
Auke Kok9d5c8242008-01-24 02:22:38 -08001619 * @hw: pointer to the HW structure
1620 *
Alexander Duyck70d92f82009-10-05 06:31:47 +00001621 * Configure the physical coding sub-layer (PCS) link. The PCS link is
1622 * used on copper connections where the serialized gigabit media independent
1623 * interface (sgmii), or serdes fiber is being used. Configures the link
1624 * for auto-negotiation or forces speed/duplex.
Auke Kok9d5c8242008-01-24 02:22:38 -08001625 **/
Alexander Duyck2fb02a22009-09-14 08:22:54 +00001626static s32 igb_setup_serdes_link_82575(struct e1000_hw *hw)
Auke Kok9d5c8242008-01-24 02:22:38 -08001627{
Carolyn Wybornydaf56e42012-10-23 12:54:33 +00001628 u32 ctrl_ext, ctrl_reg, reg, anadv_reg;
Alexander Duyckbb2ac472009-11-19 12:42:01 +00001629 bool pcs_autoneg;
Todd Fujinaka23d87822014-06-04 07:12:15 +00001630 s32 ret_val = 0;
Carolyn Wyborny2c670b52011-05-24 06:52:51 +00001631 u16 data;
Alexander Duyck2fb02a22009-09-14 08:22:54 +00001632
1633 if ((hw->phy.media_type != e1000_media_type_internal_serdes) &&
1634 !igb_sgmii_active_82575(hw))
Carolyn Wyborny2c670b52011-05-24 06:52:51 +00001635 return ret_val;
1636
Auke Kok9d5c8242008-01-24 02:22:38 -08001637
Jeff Kirsherb980ac12013-02-23 07:29:56 +00001638 /* On the 82575, SerDes loopback mode persists until it is
Auke Kok9d5c8242008-01-24 02:22:38 -08001639 * explicitly turned off or a power cycle is performed. A read to
1640 * the register does not indicate its status. Therefore, we ensure
1641 * loopback mode is disabled during initialization.
1642 */
1643 wr32(E1000_SCTL, E1000_SCTL_DISABLE_SERDES_LOOPBACK);
1644
Akeem G. Abodunrine00bf602013-01-29 10:15:26 +00001645 /* power on the sfp cage if present and turn on I2C */
Alexander Duyckbb2ac472009-11-19 12:42:01 +00001646 ctrl_ext = rd32(E1000_CTRL_EXT);
1647 ctrl_ext &= ~E1000_CTRL_EXT_SDP3_DATA;
Akeem G. Abodunrine00bf602013-01-29 10:15:26 +00001648 ctrl_ext |= E1000_CTRL_I2C_ENA;
Alexander Duyckbb2ac472009-11-19 12:42:01 +00001649 wr32(E1000_CTRL_EXT, ctrl_ext);
Auke Kok9d5c8242008-01-24 02:22:38 -08001650
Alexander Duyck2fb02a22009-09-14 08:22:54 +00001651 ctrl_reg = rd32(E1000_CTRL);
1652 ctrl_reg |= E1000_CTRL_SLU;
1653
1654 if (hw->mac.type == e1000_82575 || hw->mac.type == e1000_82576) {
1655 /* set both sw defined pins */
1656 ctrl_reg |= E1000_CTRL_SWDPIN0 | E1000_CTRL_SWDPIN1;
1657
1658 /* Set switch control to serdes energy detect */
1659 reg = rd32(E1000_CONNSW);
1660 reg |= E1000_CONNSW_ENRGSRC;
1661 wr32(E1000_CONNSW, reg);
Alexander Duyck921aa742009-01-21 14:42:28 -08001662 }
1663
Alexander Duyck2fb02a22009-09-14 08:22:54 +00001664 reg = rd32(E1000_PCS_LCTL);
1665
Alexander Duyckbb2ac472009-11-19 12:42:01 +00001666 /* default pcs_autoneg to the same setting as mac autoneg */
1667 pcs_autoneg = hw->mac.autoneg;
Alexander Duyck2fb02a22009-09-14 08:22:54 +00001668
Alexander Duyckbb2ac472009-11-19 12:42:01 +00001669 switch (ctrl_ext & E1000_CTRL_EXT_LINK_MODE_MASK) {
1670 case E1000_CTRL_EXT_LINK_MODE_SGMII:
1671 /* sgmii mode lets the phy handle forcing speed/duplex */
1672 pcs_autoneg = true;
1673 /* autoneg time out should be disabled for SGMII mode */
Alexander Duyck2fb02a22009-09-14 08:22:54 +00001674 reg &= ~(E1000_PCS_LCTL_AN_TIMEOUT);
Alexander Duyckbb2ac472009-11-19 12:42:01 +00001675 break;
1676 case E1000_CTRL_EXT_LINK_MODE_1000BASE_KX:
1677 /* disable PCS autoneg and support parallel detect only */
1678 pcs_autoneg = false;
1679 default:
Carolyn Wyborny2c670b52011-05-24 06:52:51 +00001680 if (hw->mac.type == e1000_82575 ||
1681 hw->mac.type == e1000_82576) {
1682 ret_val = hw->nvm.ops.read(hw, NVM_COMPAT, 1, &data);
1683 if (ret_val) {
Carolyn Wybornyc75c4ed2014-04-11 01:45:17 +00001684 hw_dbg(KERN_DEBUG "NVM Read Error\n\n");
Carolyn Wyborny2c670b52011-05-24 06:52:51 +00001685 return ret_val;
1686 }
1687
1688 if (data & E1000_EEPROM_PCS_AUTONEG_DISABLE_BIT)
1689 pcs_autoneg = false;
1690 }
1691
Jeff Kirsherb980ac12013-02-23 07:29:56 +00001692 /* non-SGMII modes only supports a speed of 1000/Full for the
Alexander Duyckbb2ac472009-11-19 12:42:01 +00001693 * link so it is best to just force the MAC and let the pcs
1694 * link either autoneg or be forced to 1000/Full
1695 */
Alexander Duyck2fb02a22009-09-14 08:22:54 +00001696 ctrl_reg |= E1000_CTRL_SPD_1000 | E1000_CTRL_FRCSPD |
Carolyn Wyborny9005df32014-04-11 01:45:34 +00001697 E1000_CTRL_FD | E1000_CTRL_FRCDPX;
Alexander Duyckbb2ac472009-11-19 12:42:01 +00001698
1699 /* set speed of 1000/Full if speed/duplex is forced */
1700 reg |= E1000_PCS_LCTL_FSV_1000 | E1000_PCS_LCTL_FDV_FULL;
1701 break;
Alexander Duyck2fb02a22009-09-14 08:22:54 +00001702 }
1703
1704 wr32(E1000_CTRL, ctrl_reg);
Auke Kok9d5c8242008-01-24 02:22:38 -08001705
Jeff Kirsherb980ac12013-02-23 07:29:56 +00001706 /* New SerDes mode allows for forcing speed or autonegotiating speed
Auke Kok9d5c8242008-01-24 02:22:38 -08001707 * at 1gb. Autoneg should be default set by most drivers. This is the
1708 * mode that will be compatible with older link partners and switches.
1709 * However, both are supported by the hardware and some drivers/tools.
1710 */
Auke Kok9d5c8242008-01-24 02:22:38 -08001711 reg &= ~(E1000_PCS_LCTL_AN_ENABLE | E1000_PCS_LCTL_FLV_LINK_UP |
1712 E1000_PCS_LCTL_FSD | E1000_PCS_LCTL_FORCE_LINK);
1713
Alexander Duyckbb2ac472009-11-19 12:42:01 +00001714 if (pcs_autoneg) {
Auke Kok9d5c8242008-01-24 02:22:38 -08001715 /* Set PCS register for autoneg */
Alexander Duyckbb2ac472009-11-19 12:42:01 +00001716 reg |= E1000_PCS_LCTL_AN_ENABLE | /* Enable Autoneg */
Alexander Duyck70d92f82009-10-05 06:31:47 +00001717 E1000_PCS_LCTL_AN_RESTART; /* Restart autoneg */
Carolyn Wybornydaf56e42012-10-23 12:54:33 +00001718
1719 /* Disable force flow control for autoneg */
1720 reg &= ~E1000_PCS_LCTL_FORCE_FCTRL;
1721
1722 /* Configure flow control advertisement for autoneg */
1723 anadv_reg = rd32(E1000_PCS_ANADV);
1724 anadv_reg &= ~(E1000_TXCW_ASM_DIR | E1000_TXCW_PAUSE);
1725 switch (hw->fc.requested_mode) {
1726 case e1000_fc_full:
1727 case e1000_fc_rx_pause:
1728 anadv_reg |= E1000_TXCW_ASM_DIR;
1729 anadv_reg |= E1000_TXCW_PAUSE;
1730 break;
1731 case e1000_fc_tx_pause:
1732 anadv_reg |= E1000_TXCW_ASM_DIR;
1733 break;
1734 default:
1735 break;
1736 }
1737 wr32(E1000_PCS_ANADV, anadv_reg);
1738
Alexander Duyckbb2ac472009-11-19 12:42:01 +00001739 hw_dbg("Configuring Autoneg:PCS_LCTL=0x%08X\n", reg);
Auke Kok9d5c8242008-01-24 02:22:38 -08001740 } else {
Alexander Duyckbb2ac472009-11-19 12:42:01 +00001741 /* Set PCS register for forced link */
Alexander Duyckd68caec2009-12-23 13:20:47 +00001742 reg |= E1000_PCS_LCTL_FSD; /* Force Speed */
Alexander Duyck70d92f82009-10-05 06:31:47 +00001743
Carolyn Wybornydaf56e42012-10-23 12:54:33 +00001744 /* Force flow control for forced link */
1745 reg |= E1000_PCS_LCTL_FORCE_FCTRL;
1746
Alexander Duyckbb2ac472009-11-19 12:42:01 +00001747 hw_dbg("Configuring Forced Link:PCS_LCTL=0x%08X\n", reg);
Auke Kok9d5c8242008-01-24 02:22:38 -08001748 }
Alexander Duyck726c09e2008-08-04 14:59:56 -07001749
Auke Kok9d5c8242008-01-24 02:22:38 -08001750 wr32(E1000_PCS_LCTL, reg);
1751
Carolyn Wybornydaf56e42012-10-23 12:54:33 +00001752 if (!pcs_autoneg && !igb_sgmii_active_82575(hw))
Alexander Duyck2fb02a22009-09-14 08:22:54 +00001753 igb_force_mac_fc(hw);
1754
Carolyn Wyborny2c670b52011-05-24 06:52:51 +00001755 return ret_val;
Auke Kok9d5c8242008-01-24 02:22:38 -08001756}
1757
1758/**
Jeff Kirsher733596b2008-06-27 10:59:59 -07001759 * igb_sgmii_active_82575 - Return sgmii state
Auke Kok9d5c8242008-01-24 02:22:38 -08001760 * @hw: pointer to the HW structure
1761 *
1762 * 82575 silicon has a serialized gigabit media independent interface (sgmii)
1763 * which can be enabled for use in the embedded applications. Simply
1764 * return the current state of the sgmii interface.
1765 **/
1766static bool igb_sgmii_active_82575(struct e1000_hw *hw)
1767{
Alexander Duyckc1889bf2009-02-06 23:16:45 +00001768 struct e1000_dev_spec_82575 *dev_spec = &hw->dev_spec._82575;
Alexander Duyckc1889bf2009-02-06 23:16:45 +00001769 return dev_spec->sgmii_active;
Auke Kok9d5c8242008-01-24 02:22:38 -08001770}
1771
1772/**
Jeff Kirsher733596b2008-06-27 10:59:59 -07001773 * igb_reset_init_script_82575 - Inits HW defaults after reset
Auke Kok9d5c8242008-01-24 02:22:38 -08001774 * @hw: pointer to the HW structure
1775 *
1776 * Inits recommended HW defaults after a reset when there is no EEPROM
1777 * detected. This is only for the 82575.
1778 **/
1779static s32 igb_reset_init_script_82575(struct e1000_hw *hw)
1780{
1781 if (hw->mac.type == e1000_82575) {
Auke Kok652fff32008-06-27 11:00:18 -07001782 hw_dbg("Running reset init script for 82575\n");
Auke Kok9d5c8242008-01-24 02:22:38 -08001783 /* SerDes configuration via SERDESCTRL */
1784 igb_write_8bit_ctrl_reg(hw, E1000_SCTL, 0x00, 0x0C);
1785 igb_write_8bit_ctrl_reg(hw, E1000_SCTL, 0x01, 0x78);
1786 igb_write_8bit_ctrl_reg(hw, E1000_SCTL, 0x1B, 0x23);
1787 igb_write_8bit_ctrl_reg(hw, E1000_SCTL, 0x23, 0x15);
1788
1789 /* CCM configuration via CCMCTL register */
1790 igb_write_8bit_ctrl_reg(hw, E1000_CCMCTL, 0x14, 0x00);
1791 igb_write_8bit_ctrl_reg(hw, E1000_CCMCTL, 0x10, 0x00);
1792
1793 /* PCIe lanes configuration */
1794 igb_write_8bit_ctrl_reg(hw, E1000_GIOCTL, 0x00, 0xEC);
1795 igb_write_8bit_ctrl_reg(hw, E1000_GIOCTL, 0x61, 0xDF);
1796 igb_write_8bit_ctrl_reg(hw, E1000_GIOCTL, 0x34, 0x05);
1797 igb_write_8bit_ctrl_reg(hw, E1000_GIOCTL, 0x2F, 0x81);
1798
1799 /* PCIe PLL Configuration */
1800 igb_write_8bit_ctrl_reg(hw, E1000_SCCTL, 0x02, 0x47);
1801 igb_write_8bit_ctrl_reg(hw, E1000_SCCTL, 0x14, 0x00);
1802 igb_write_8bit_ctrl_reg(hw, E1000_SCCTL, 0x10, 0x00);
1803 }
1804
1805 return 0;
1806}
1807
1808/**
Jeff Kirsher733596b2008-06-27 10:59:59 -07001809 * igb_read_mac_addr_82575 - Read device MAC address
Auke Kok9d5c8242008-01-24 02:22:38 -08001810 * @hw: pointer to the HW structure
1811 **/
1812static s32 igb_read_mac_addr_82575(struct e1000_hw *hw)
1813{
1814 s32 ret_val = 0;
1815
Jeff Kirsherb980ac12013-02-23 07:29:56 +00001816 /* If there's an alternate MAC address place it in RAR0
Alexander Duyck22896632009-10-05 06:34:25 +00001817 * so that it will override the Si installed default perm
1818 * address.
1819 */
1820 ret_val = igb_check_alt_mac_addr(hw);
1821 if (ret_val)
1822 goto out;
Auke Kok9d5c8242008-01-24 02:22:38 -08001823
Alexander Duyck22896632009-10-05 06:34:25 +00001824 ret_val = igb_read_mac_addr(hw);
1825
1826out:
Auke Kok9d5c8242008-01-24 02:22:38 -08001827 return ret_val;
1828}
1829
1830/**
Nick Nunley88a268c2010-02-17 01:01:59 +00001831 * igb_power_down_phy_copper_82575 - Remove link during PHY power down
1832 * @hw: pointer to the HW structure
1833 *
1834 * In the case of a PHY power down to save power, or to turn off link during a
1835 * driver unload, or wake on lan is not enabled, remove the link.
1836 **/
1837void igb_power_down_phy_copper_82575(struct e1000_hw *hw)
1838{
1839 /* If the management interface is not enabled, then power down */
1840 if (!(igb_enable_mng_pass_thru(hw) || igb_check_reset_block(hw)))
1841 igb_power_down_phy_copper(hw);
Nick Nunley88a268c2010-02-17 01:01:59 +00001842}
1843
1844/**
Jeff Kirsher733596b2008-06-27 10:59:59 -07001845 * igb_clear_hw_cntrs_82575 - Clear device specific hardware counters
Auke Kok9d5c8242008-01-24 02:22:38 -08001846 * @hw: pointer to the HW structure
1847 *
1848 * Clears the hardware counters by reading the counter registers.
1849 **/
1850static void igb_clear_hw_cntrs_82575(struct e1000_hw *hw)
1851{
Auke Kok9d5c8242008-01-24 02:22:38 -08001852 igb_clear_hw_cntrs_base(hw);
1853
Alexander Duyckcc9073b2009-10-05 06:31:25 +00001854 rd32(E1000_PRC64);
1855 rd32(E1000_PRC127);
1856 rd32(E1000_PRC255);
1857 rd32(E1000_PRC511);
1858 rd32(E1000_PRC1023);
1859 rd32(E1000_PRC1522);
1860 rd32(E1000_PTC64);
1861 rd32(E1000_PTC127);
1862 rd32(E1000_PTC255);
1863 rd32(E1000_PTC511);
1864 rd32(E1000_PTC1023);
1865 rd32(E1000_PTC1522);
Auke Kok9d5c8242008-01-24 02:22:38 -08001866
Alexander Duyckcc9073b2009-10-05 06:31:25 +00001867 rd32(E1000_ALGNERRC);
1868 rd32(E1000_RXERRC);
1869 rd32(E1000_TNCRS);
1870 rd32(E1000_CEXTERR);
1871 rd32(E1000_TSCTC);
1872 rd32(E1000_TSCTFC);
Auke Kok9d5c8242008-01-24 02:22:38 -08001873
Alexander Duyckcc9073b2009-10-05 06:31:25 +00001874 rd32(E1000_MGTPRC);
1875 rd32(E1000_MGTPDC);
1876 rd32(E1000_MGTPTC);
Auke Kok9d5c8242008-01-24 02:22:38 -08001877
Alexander Duyckcc9073b2009-10-05 06:31:25 +00001878 rd32(E1000_IAC);
1879 rd32(E1000_ICRXOC);
Auke Kok9d5c8242008-01-24 02:22:38 -08001880
Alexander Duyckcc9073b2009-10-05 06:31:25 +00001881 rd32(E1000_ICRXPTC);
1882 rd32(E1000_ICRXATC);
1883 rd32(E1000_ICTXPTC);
1884 rd32(E1000_ICTXATC);
1885 rd32(E1000_ICTXQEC);
1886 rd32(E1000_ICTXQMTC);
1887 rd32(E1000_ICRXDMTC);
Auke Kok9d5c8242008-01-24 02:22:38 -08001888
Alexander Duyckcc9073b2009-10-05 06:31:25 +00001889 rd32(E1000_CBTMPC);
1890 rd32(E1000_HTDPMC);
1891 rd32(E1000_CBRMPC);
1892 rd32(E1000_RPTHC);
1893 rd32(E1000_HGPTC);
1894 rd32(E1000_HTCBDPC);
1895 rd32(E1000_HGORCL);
1896 rd32(E1000_HGORCH);
1897 rd32(E1000_HGOTCL);
1898 rd32(E1000_HGOTCH);
1899 rd32(E1000_LENERRS);
Auke Kok9d5c8242008-01-24 02:22:38 -08001900
1901 /* This register should not be read in copper configurations */
Alexander Duyck2fb02a22009-09-14 08:22:54 +00001902 if (hw->phy.media_type == e1000_media_type_internal_serdes ||
1903 igb_sgmii_active_82575(hw))
Alexander Duyckcc9073b2009-10-05 06:31:25 +00001904 rd32(E1000_SCVPC);
Auke Kok9d5c8242008-01-24 02:22:38 -08001905}
1906
Alexander Duyck662d7202008-06-27 11:00:29 -07001907/**
1908 * igb_rx_fifo_flush_82575 - Clean rx fifo after RX enable
1909 * @hw: pointer to the HW structure
1910 *
Todd Fujinaka8d0a88a2015-04-17 11:24:38 -07001911 * After rx enable if manageability is enabled then there is likely some
1912 * bad data at the start of the fifo and possibly in the DMA fifo. This
Alexander Duyck662d7202008-06-27 11:00:29 -07001913 * function clears the fifos and flushes any packets that came in as rx was
1914 * being enabled.
1915 **/
1916void igb_rx_fifo_flush_82575(struct e1000_hw *hw)
1917{
1918 u32 rctl, rlpml, rxdctl[4], rfctl, temp_rctl, rx_enabled;
1919 int i, ms_wait;
1920
Todd Fujinaka8d0a88a2015-04-17 11:24:38 -07001921 /* disable IPv6 options as per hardware errata */
1922 rfctl = rd32(E1000_RFCTL);
1923 rfctl |= E1000_RFCTL_IPV6_EX_DIS;
1924 wr32(E1000_RFCTL, rfctl);
1925
Alexander Duyck662d7202008-06-27 11:00:29 -07001926 if (hw->mac.type != e1000_82575 ||
1927 !(rd32(E1000_MANC) & E1000_MANC_RCV_TCO_EN))
1928 return;
1929
1930 /* Disable all RX queues */
1931 for (i = 0; i < 4; i++) {
1932 rxdctl[i] = rd32(E1000_RXDCTL(i));
1933 wr32(E1000_RXDCTL(i),
1934 rxdctl[i] & ~E1000_RXDCTL_QUEUE_ENABLE);
1935 }
1936 /* Poll all queues to verify they have shut down */
1937 for (ms_wait = 0; ms_wait < 10; ms_wait++) {
Carolyn Wyborny0d451e72014-04-11 01:46:40 +00001938 usleep_range(1000, 2000);
Alexander Duyck662d7202008-06-27 11:00:29 -07001939 rx_enabled = 0;
1940 for (i = 0; i < 4; i++)
1941 rx_enabled |= rd32(E1000_RXDCTL(i));
1942 if (!(rx_enabled & E1000_RXDCTL_QUEUE_ENABLE))
1943 break;
1944 }
1945
1946 if (ms_wait == 10)
1947 hw_dbg("Queue disable timed out after 10ms\n");
1948
1949 /* Clear RLPML, RCTL.SBP, RFCTL.LEF, and set RCTL.LPE so that all
1950 * incoming packets are rejected. Set enable and wait 2ms so that
1951 * any packet that was coming in as RCTL.EN was set is flushed
1952 */
Alexander Duyck662d7202008-06-27 11:00:29 -07001953 wr32(E1000_RFCTL, rfctl & ~E1000_RFCTL_LEF);
1954
1955 rlpml = rd32(E1000_RLPML);
1956 wr32(E1000_RLPML, 0);
1957
1958 rctl = rd32(E1000_RCTL);
1959 temp_rctl = rctl & ~(E1000_RCTL_EN | E1000_RCTL_SBP);
1960 temp_rctl |= E1000_RCTL_LPE;
1961
1962 wr32(E1000_RCTL, temp_rctl);
1963 wr32(E1000_RCTL, temp_rctl | E1000_RCTL_EN);
1964 wrfl();
Carolyn Wyborny0d451e72014-04-11 01:46:40 +00001965 usleep_range(2000, 3000);
Alexander Duyck662d7202008-06-27 11:00:29 -07001966
1967 /* Enable RX queues that were previously enabled and restore our
1968 * previous state
1969 */
1970 for (i = 0; i < 4; i++)
1971 wr32(E1000_RXDCTL(i), rxdctl[i]);
1972 wr32(E1000_RCTL, rctl);
1973 wrfl();
1974
1975 wr32(E1000_RLPML, rlpml);
1976 wr32(E1000_RFCTL, rfctl);
1977
1978 /* Flush receive errors generated by workaround */
1979 rd32(E1000_ROC);
1980 rd32(E1000_RNBC);
1981 rd32(E1000_MPC);
1982}
1983
Alexander Duyck4ae196d2009-02-19 20:40:07 -08001984/**
Alexander Duyck009bc062009-07-23 18:08:35 +00001985 * igb_set_pcie_completion_timeout - set pci-e completion timeout
1986 * @hw: pointer to the HW structure
1987 *
1988 * The defaults for 82575 and 82576 should be in the range of 50us to 50ms,
1989 * however the hardware default for these parts is 500us to 1ms which is less
1990 * than the 10ms recommended by the pci-e spec. To address this we need to
1991 * increase the value to either 10ms to 200ms for capability version 1 config,
1992 * or 16ms to 55ms for version 2.
1993 **/
1994static s32 igb_set_pcie_completion_timeout(struct e1000_hw *hw)
1995{
1996 u32 gcr = rd32(E1000_GCR);
1997 s32 ret_val = 0;
1998 u16 pcie_devctl2;
1999
2000 /* only take action if timeout value is defaulted to 0 */
2001 if (gcr & E1000_GCR_CMPL_TMOUT_MASK)
2002 goto out;
2003
Jeff Kirsherb980ac12013-02-23 07:29:56 +00002004 /* if capabilities version is type 1 we can write the
Alexander Duyck009bc062009-07-23 18:08:35 +00002005 * timeout of 10ms to 200ms through the GCR register
2006 */
2007 if (!(gcr & E1000_GCR_CAP_VER2)) {
2008 gcr |= E1000_GCR_CMPL_TMOUT_10ms;
2009 goto out;
2010 }
2011
Jeff Kirsherb980ac12013-02-23 07:29:56 +00002012 /* for version 2 capabilities we need to write the config space
Alexander Duyck009bc062009-07-23 18:08:35 +00002013 * directly in order to set the completion timeout value for
2014 * 16ms to 55ms
2015 */
2016 ret_val = igb_read_pcie_cap_reg(hw, PCIE_DEVICE_CONTROL2,
Carolyn Wyborny9005df32014-04-11 01:45:34 +00002017 &pcie_devctl2);
Alexander Duyck009bc062009-07-23 18:08:35 +00002018 if (ret_val)
2019 goto out;
2020
2021 pcie_devctl2 |= PCIE_DEVICE_CONTROL2_16ms;
2022
2023 ret_val = igb_write_pcie_cap_reg(hw, PCIE_DEVICE_CONTROL2,
Carolyn Wyborny9005df32014-04-11 01:45:34 +00002024 &pcie_devctl2);
Alexander Duyck009bc062009-07-23 18:08:35 +00002025out:
2026 /* disable completion timeout resend */
2027 gcr &= ~E1000_GCR_CMPL_TMOUT_RESEND;
2028
2029 wr32(E1000_GCR, gcr);
2030 return ret_val;
2031}
2032
2033/**
Greg Rose13800462010-11-06 02:08:26 +00002034 * igb_vmdq_set_anti_spoofing_pf - enable or disable anti-spoofing
2035 * @hw: pointer to the hardware struct
2036 * @enable: state to enter, either enabled or disabled
2037 * @pf: Physical Function pool - do not set anti-spoofing for the PF
2038 *
2039 * enables/disables L2 switch anti-spoofing functionality.
2040 **/
2041void igb_vmdq_set_anti_spoofing_pf(struct e1000_hw *hw, bool enable, int pf)
2042{
Lior Levy22c12752013-03-12 15:49:32 +00002043 u32 reg_val, reg_offset;
Greg Rose13800462010-11-06 02:08:26 +00002044
2045 switch (hw->mac.type) {
2046 case e1000_82576:
Lior Levy22c12752013-03-12 15:49:32 +00002047 reg_offset = E1000_DTXSWC;
2048 break;
Greg Rose13800462010-11-06 02:08:26 +00002049 case e1000_i350:
Carolyn Wybornyceb5f132013-04-18 22:21:30 +00002050 case e1000_i354:
Lior Levy22c12752013-03-12 15:49:32 +00002051 reg_offset = E1000_TXSWC;
Greg Rose13800462010-11-06 02:08:26 +00002052 break;
2053 default:
Lior Levy22c12752013-03-12 15:49:32 +00002054 return;
Greg Rose13800462010-11-06 02:08:26 +00002055 }
Lior Levy22c12752013-03-12 15:49:32 +00002056
2057 reg_val = rd32(reg_offset);
2058 if (enable) {
2059 reg_val |= (E1000_DTXSWC_MAC_SPOOF_MASK |
2060 E1000_DTXSWC_VLAN_SPOOF_MASK);
2061 /* The PF can spoof - it has to in order to
2062 * support emulation mode NICs
2063 */
2064 reg_val ^= (1 << pf | 1 << (pf + MAX_NUM_VFS));
2065 } else {
2066 reg_val &= ~(E1000_DTXSWC_MAC_SPOOF_MASK |
2067 E1000_DTXSWC_VLAN_SPOOF_MASK);
2068 }
2069 wr32(reg_offset, reg_val);
Greg Rose13800462010-11-06 02:08:26 +00002070}
2071
2072/**
Alexander Duyck4ae196d2009-02-19 20:40:07 -08002073 * igb_vmdq_set_loopback_pf - enable or disable vmdq loopback
2074 * @hw: pointer to the hardware struct
2075 * @enable: state to enter, either enabled or disabled
2076 *
2077 * enables/disables L2 switch loopback functionality.
2078 **/
2079void igb_vmdq_set_loopback_pf(struct e1000_hw *hw, bool enable)
2080{
Akeem G. Abodunrinca2e3e72011-09-08 20:39:48 +00002081 u32 dtxswc;
Alexander Duyck4ae196d2009-02-19 20:40:07 -08002082
Akeem G. Abodunrinca2e3e72011-09-08 20:39:48 +00002083 switch (hw->mac.type) {
2084 case e1000_82576:
2085 dtxswc = rd32(E1000_DTXSWC);
2086 if (enable)
2087 dtxswc |= E1000_DTXSWC_VMDQ_LOOPBACK_EN;
2088 else
2089 dtxswc &= ~E1000_DTXSWC_VMDQ_LOOPBACK_EN;
2090 wr32(E1000_DTXSWC, dtxswc);
2091 break;
Carolyn Wybornyceb5f132013-04-18 22:21:30 +00002092 case e1000_i354:
Akeem G. Abodunrinca2e3e72011-09-08 20:39:48 +00002093 case e1000_i350:
2094 dtxswc = rd32(E1000_TXSWC);
2095 if (enable)
2096 dtxswc |= E1000_DTXSWC_VMDQ_LOOPBACK_EN;
2097 else
2098 dtxswc &= ~E1000_DTXSWC_VMDQ_LOOPBACK_EN;
2099 wr32(E1000_TXSWC, dtxswc);
2100 break;
2101 default:
2102 /* Currently no other hardware supports loopback */
2103 break;
2104 }
Alexander Duyck4ae196d2009-02-19 20:40:07 -08002105
Alexander Duyck4ae196d2009-02-19 20:40:07 -08002106}
2107
2108/**
2109 * igb_vmdq_set_replication_pf - enable or disable vmdq replication
2110 * @hw: pointer to the hardware struct
2111 * @enable: state to enter, either enabled or disabled
2112 *
2113 * enables/disables replication of packets across multiple pools.
2114 **/
2115void igb_vmdq_set_replication_pf(struct e1000_hw *hw, bool enable)
2116{
2117 u32 vt_ctl = rd32(E1000_VT_CTL);
2118
2119 if (enable)
2120 vt_ctl |= E1000_VT_CTL_VM_REPL_EN;
2121 else
2122 vt_ctl &= ~E1000_VT_CTL_VM_REPL_EN;
2123
2124 wr32(E1000_VT_CTL, vt_ctl);
2125}
2126
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002127/**
2128 * igb_read_phy_reg_82580 - Read 82580 MDI control register
2129 * @hw: pointer to the HW structure
2130 * @offset: register offset to be read
2131 * @data: pointer to the read data
2132 *
2133 * Reads the MDI control register in the PHY at offset and stores the
2134 * information read to data.
2135 **/
2136static s32 igb_read_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 *data)
2137{
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002138 s32 ret_val;
2139
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002140 ret_val = hw->phy.ops.acquire(hw);
2141 if (ret_val)
2142 goto out;
2143
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002144 ret_val = igb_read_phy_reg_mdic(hw, offset, data);
2145
2146 hw->phy.ops.release(hw);
2147
2148out:
2149 return ret_val;
2150}
2151
2152/**
2153 * igb_write_phy_reg_82580 - Write 82580 MDI control register
2154 * @hw: pointer to the HW structure
2155 * @offset: register offset to write to
2156 * @data: data to write to register at offset
2157 *
2158 * Writes data to MDI control register in the PHY at offset.
2159 **/
2160static s32 igb_write_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 data)
2161{
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002162 s32 ret_val;
2163
2164
2165 ret_val = hw->phy.ops.acquire(hw);
2166 if (ret_val)
2167 goto out;
2168
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002169 ret_val = igb_write_phy_reg_mdic(hw, offset, data);
2170
2171 hw->phy.ops.release(hw);
2172
2173out:
2174 return ret_val;
2175}
2176
2177/**
Nick Nunley08451e22010-07-26 13:15:29 +00002178 * igb_reset_mdicnfg_82580 - Reset MDICNFG destination and com_mdio bits
2179 * @hw: pointer to the HW structure
2180 *
2181 * This resets the the MDICNFG.Destination and MDICNFG.Com_MDIO bits based on
2182 * the values found in the EEPROM. This addresses an issue in which these
2183 * bits are not restored from EEPROM after reset.
2184 **/
2185static s32 igb_reset_mdicnfg_82580(struct e1000_hw *hw)
2186{
2187 s32 ret_val = 0;
2188 u32 mdicnfg;
Gasparakis, Joseph1b5dda32010-12-09 01:41:01 +00002189 u16 nvm_data = 0;
Nick Nunley08451e22010-07-26 13:15:29 +00002190
2191 if (hw->mac.type != e1000_82580)
2192 goto out;
2193 if (!igb_sgmii_active_82575(hw))
2194 goto out;
2195
2196 ret_val = hw->nvm.ops.read(hw, NVM_INIT_CONTROL3_PORT_A +
2197 NVM_82580_LAN_FUNC_OFFSET(hw->bus.func), 1,
2198 &nvm_data);
2199 if (ret_val) {
2200 hw_dbg("NVM Read Error\n");
2201 goto out;
2202 }
2203
2204 mdicnfg = rd32(E1000_MDICNFG);
2205 if (nvm_data & NVM_WORD24_EXT_MDIO)
2206 mdicnfg |= E1000_MDICNFG_EXT_MDIO;
2207 if (nvm_data & NVM_WORD24_COM_MDIO)
2208 mdicnfg |= E1000_MDICNFG_COM_MDIO;
2209 wr32(E1000_MDICNFG, mdicnfg);
2210out:
2211 return ret_val;
2212}
2213
2214/**
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002215 * igb_reset_hw_82580 - Reset hardware
2216 * @hw: pointer to the HW structure
2217 *
2218 * This resets function or entire device (all ports, etc.)
2219 * to a known state.
2220 **/
2221static s32 igb_reset_hw_82580(struct e1000_hw *hw)
2222{
2223 s32 ret_val = 0;
2224 /* BH SW mailbox bit in SW_FW_SYNC */
2225 u16 swmbsw_mask = E1000_SW_SYNCH_MB;
Akeem G Abodunrine5c33702013-06-06 01:31:09 +00002226 u32 ctrl;
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002227 bool global_device_reset = hw->dev_spec._82575.global_device_reset;
2228
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002229 hw->dev_spec._82575.global_device_reset = false;
2230
Carolyn Wybornya0483e22012-11-22 01:24:08 +00002231 /* due to hw errata, global device reset doesn't always
2232 * work on 82580
2233 */
2234 if (hw->mac.type == e1000_82580)
2235 global_device_reset = false;
2236
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002237 /* Get current control state. */
2238 ctrl = rd32(E1000_CTRL);
2239
Jeff Kirsherb980ac12013-02-23 07:29:56 +00002240 /* Prevent the PCI-E bus from sticking if there is no TLP connection
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002241 * on the last TLP read/write transaction when MAC is reset.
2242 */
2243 ret_val = igb_disable_pcie_master(hw);
2244 if (ret_val)
2245 hw_dbg("PCI-E Master disable polling has failed.\n");
2246
2247 hw_dbg("Masking off all interrupts\n");
2248 wr32(E1000_IMC, 0xffffffff);
2249 wr32(E1000_RCTL, 0);
2250 wr32(E1000_TCTL, E1000_TCTL_PSP);
2251 wrfl();
2252
Carolyn Wyborny0d451e72014-04-11 01:46:40 +00002253 usleep_range(10000, 11000);
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002254
2255 /* Determine whether or not a global dev reset is requested */
2256 if (global_device_reset &&
Carolyn Wybornyf96a8a02012-04-06 23:25:19 +00002257 hw->mac.ops.acquire_swfw_sync(hw, swmbsw_mask))
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002258 global_device_reset = false;
2259
2260 if (global_device_reset &&
2261 !(rd32(E1000_STATUS) & E1000_STAT_DEV_RST_SET))
2262 ctrl |= E1000_CTRL_DEV_RST;
2263 else
2264 ctrl |= E1000_CTRL_RST;
2265
2266 wr32(E1000_CTRL, ctrl);
Carolyn Wyborny064b4332011-06-25 13:18:12 +00002267 wrfl();
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002268
2269 /* Add delay to insure DEV_RST has time to complete */
2270 if (global_device_reset)
Carolyn Wyborny0d451e72014-04-11 01:46:40 +00002271 usleep_range(5000, 6000);
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002272
2273 ret_val = igb_get_auto_rd_done(hw);
2274 if (ret_val) {
Jeff Kirsherb980ac12013-02-23 07:29:56 +00002275 /* When auto config read does not complete, do not
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002276 * return with an error. This can happen in situations
2277 * where there is no eeprom and prevents getting link.
2278 */
2279 hw_dbg("Auto Read Done did not complete\n");
2280 }
2281
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002282 /* clear global device reset status bit */
2283 wr32(E1000_STATUS, E1000_STAT_DEV_RST_SET);
2284
2285 /* Clear any pending interrupt events. */
2286 wr32(E1000_IMC, 0xffffffff);
Akeem G Abodunrine5c33702013-06-06 01:31:09 +00002287 rd32(E1000_ICR);
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002288
Nick Nunley08451e22010-07-26 13:15:29 +00002289 ret_val = igb_reset_mdicnfg_82580(hw);
2290 if (ret_val)
2291 hw_dbg("Could not reset MDICNFG based on EEPROM\n");
2292
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002293 /* Install any alternate MAC address into RAR0 */
2294 ret_val = igb_check_alt_mac_addr(hw);
2295
2296 /* Release semaphore */
2297 if (global_device_reset)
Carolyn Wybornyf96a8a02012-04-06 23:25:19 +00002298 hw->mac.ops.release_swfw_sync(hw, swmbsw_mask);
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002299
2300 return ret_val;
2301}
2302
2303/**
2304 * igb_rxpbs_adjust_82580 - adjust RXPBS value to reflect actual RX PBA size
2305 * @data: data received by reading RXPBS register
2306 *
2307 * The 82580 uses a table based approach for packet buffer allocation sizes.
2308 * This function converts the retrieved value into the correct table value
2309 * 0x0 0x1 0x2 0x3 0x4 0x5 0x6 0x7
2310 * 0x0 36 72 144 1 2 4 8 16
2311 * 0x8 35 70 140 rsv rsv rsv rsv rsv
2312 */
2313u16 igb_rxpbs_adjust_82580(u32 data)
2314{
2315 u16 ret_val = 0;
2316
Todd Fujinaka72b36722014-03-04 02:25:22 +00002317 if (data < ARRAY_SIZE(e1000_82580_rxpbs_table))
Alexander Duyckbb2ac472009-11-19 12:42:01 +00002318 ret_val = e1000_82580_rxpbs_table[data];
2319
2320 return ret_val;
2321}
2322
Carolyn Wyborny09b068d2011-03-11 20:42:13 -08002323/**
Carolyn Wyborny4322e562011-03-11 20:43:18 -08002324 * igb_validate_nvm_checksum_with_offset - Validate EEPROM
2325 * checksum
2326 * @hw: pointer to the HW structure
2327 * @offset: offset in words of the checksum protected region
2328 *
2329 * Calculates the EEPROM checksum by reading/adding each word of the EEPROM
2330 * and then verifies that the sum of the EEPROM is equal to 0xBABA.
2331 **/
Emil Tantilovbed45a62011-08-30 06:35:04 +00002332static s32 igb_validate_nvm_checksum_with_offset(struct e1000_hw *hw,
2333 u16 offset)
Carolyn Wyborny4322e562011-03-11 20:43:18 -08002334{
2335 s32 ret_val = 0;
2336 u16 checksum = 0;
2337 u16 i, nvm_data;
2338
2339 for (i = offset; i < ((NVM_CHECKSUM_REG + offset) + 1); i++) {
2340 ret_val = hw->nvm.ops.read(hw, i, 1, &nvm_data);
2341 if (ret_val) {
2342 hw_dbg("NVM Read Error\n");
2343 goto out;
2344 }
2345 checksum += nvm_data;
2346 }
2347
2348 if (checksum != (u16) NVM_SUM) {
2349 hw_dbg("NVM Checksum Invalid\n");
2350 ret_val = -E1000_ERR_NVM;
2351 goto out;
2352 }
2353
2354out:
2355 return ret_val;
2356}
2357
2358/**
2359 * igb_update_nvm_checksum_with_offset - Update EEPROM
2360 * checksum
2361 * @hw: pointer to the HW structure
2362 * @offset: offset in words of the checksum protected region
2363 *
2364 * Updates the EEPROM checksum by reading/adding each word of the EEPROM
2365 * up to the checksum. Then calculates the EEPROM checksum and writes the
2366 * value to the EEPROM.
2367 **/
Emil Tantilovbed45a62011-08-30 06:35:04 +00002368static s32 igb_update_nvm_checksum_with_offset(struct e1000_hw *hw, u16 offset)
Carolyn Wyborny4322e562011-03-11 20:43:18 -08002369{
2370 s32 ret_val;
2371 u16 checksum = 0;
2372 u16 i, nvm_data;
2373
2374 for (i = offset; i < (NVM_CHECKSUM_REG + offset); i++) {
2375 ret_val = hw->nvm.ops.read(hw, i, 1, &nvm_data);
2376 if (ret_val) {
2377 hw_dbg("NVM Read Error while updating checksum.\n");
2378 goto out;
2379 }
2380 checksum += nvm_data;
2381 }
2382 checksum = (u16) NVM_SUM - checksum;
2383 ret_val = hw->nvm.ops.write(hw, (NVM_CHECKSUM_REG + offset), 1,
2384 &checksum);
2385 if (ret_val)
2386 hw_dbg("NVM Write Error while updating checksum.\n");
2387
2388out:
2389 return ret_val;
2390}
2391
2392/**
2393 * igb_validate_nvm_checksum_82580 - Validate EEPROM checksum
2394 * @hw: pointer to the HW structure
2395 *
2396 * Calculates the EEPROM section checksum by reading/adding each word of
2397 * the EEPROM and then verifies that the sum of the EEPROM is
2398 * equal to 0xBABA.
2399 **/
2400static s32 igb_validate_nvm_checksum_82580(struct e1000_hw *hw)
2401{
2402 s32 ret_val = 0;
2403 u16 eeprom_regions_count = 1;
2404 u16 j, nvm_data;
2405 u16 nvm_offset;
2406
2407 ret_val = hw->nvm.ops.read(hw, NVM_COMPATIBILITY_REG_3, 1, &nvm_data);
2408 if (ret_val) {
2409 hw_dbg("NVM Read Error\n");
2410 goto out;
2411 }
2412
2413 if (nvm_data & NVM_COMPATIBILITY_BIT_MASK) {
Stefan Assmann34a03262011-04-05 04:27:05 +00002414 /* if checksums compatibility bit is set validate checksums
Jeff Kirsherb980ac12013-02-23 07:29:56 +00002415 * for all 4 ports.
2416 */
Carolyn Wyborny4322e562011-03-11 20:43:18 -08002417 eeprom_regions_count = 4;
2418 }
2419
2420 for (j = 0; j < eeprom_regions_count; j++) {
2421 nvm_offset = NVM_82580_LAN_FUNC_OFFSET(j);
2422 ret_val = igb_validate_nvm_checksum_with_offset(hw,
2423 nvm_offset);
2424 if (ret_val != 0)
2425 goto out;
2426 }
2427
2428out:
2429 return ret_val;
2430}
2431
2432/**
2433 * igb_update_nvm_checksum_82580 - Update EEPROM checksum
2434 * @hw: pointer to the HW structure
2435 *
2436 * Updates the EEPROM section checksums for all 4 ports by reading/adding
2437 * each word of the EEPROM up to the checksum. Then calculates the EEPROM
2438 * checksum and writes the value to the EEPROM.
2439 **/
2440static s32 igb_update_nvm_checksum_82580(struct e1000_hw *hw)
2441{
2442 s32 ret_val;
2443 u16 j, nvm_data;
2444 u16 nvm_offset;
2445
2446 ret_val = hw->nvm.ops.read(hw, NVM_COMPATIBILITY_REG_3, 1, &nvm_data);
2447 if (ret_val) {
Carolyn Wybornyc75c4ed2014-04-11 01:45:17 +00002448 hw_dbg("NVM Read Error while updating checksum compatibility bit.\n");
Carolyn Wyborny4322e562011-03-11 20:43:18 -08002449 goto out;
2450 }
2451
2452 if ((nvm_data & NVM_COMPATIBILITY_BIT_MASK) == 0) {
2453 /* set compatibility bit to validate checksums appropriately */
2454 nvm_data = nvm_data | NVM_COMPATIBILITY_BIT_MASK;
2455 ret_val = hw->nvm.ops.write(hw, NVM_COMPATIBILITY_REG_3, 1,
2456 &nvm_data);
2457 if (ret_val) {
Carolyn Wybornyc75c4ed2014-04-11 01:45:17 +00002458 hw_dbg("NVM Write Error while updating checksum compatibility bit.\n");
Carolyn Wyborny4322e562011-03-11 20:43:18 -08002459 goto out;
2460 }
2461 }
2462
2463 for (j = 0; j < 4; j++) {
2464 nvm_offset = NVM_82580_LAN_FUNC_OFFSET(j);
2465 ret_val = igb_update_nvm_checksum_with_offset(hw, nvm_offset);
2466 if (ret_val)
2467 goto out;
2468 }
2469
2470out:
2471 return ret_val;
2472}
2473
2474/**
2475 * igb_validate_nvm_checksum_i350 - Validate EEPROM checksum
2476 * @hw: pointer to the HW structure
2477 *
2478 * Calculates the EEPROM section checksum by reading/adding each word of
2479 * the EEPROM and then verifies that the sum of the EEPROM is
2480 * equal to 0xBABA.
2481 **/
2482static s32 igb_validate_nvm_checksum_i350(struct e1000_hw *hw)
2483{
2484 s32 ret_val = 0;
2485 u16 j;
2486 u16 nvm_offset;
2487
2488 for (j = 0; j < 4; j++) {
2489 nvm_offset = NVM_82580_LAN_FUNC_OFFSET(j);
2490 ret_val = igb_validate_nvm_checksum_with_offset(hw,
2491 nvm_offset);
2492 if (ret_val != 0)
2493 goto out;
2494 }
2495
2496out:
2497 return ret_val;
2498}
2499
2500/**
2501 * igb_update_nvm_checksum_i350 - Update EEPROM checksum
2502 * @hw: pointer to the HW structure
2503 *
2504 * Updates the EEPROM section checksums for all 4 ports by reading/adding
2505 * each word of the EEPROM up to the checksum. Then calculates the EEPROM
2506 * checksum and writes the value to the EEPROM.
2507 **/
2508static s32 igb_update_nvm_checksum_i350(struct e1000_hw *hw)
2509{
2510 s32 ret_val = 0;
2511 u16 j;
2512 u16 nvm_offset;
2513
2514 for (j = 0; j < 4; j++) {
2515 nvm_offset = NVM_82580_LAN_FUNC_OFFSET(j);
2516 ret_val = igb_update_nvm_checksum_with_offset(hw, nvm_offset);
2517 if (ret_val != 0)
2518 goto out;
2519 }
2520
2521out:
2522 return ret_val;
2523}
Stefan Assmann34a03262011-04-05 04:27:05 +00002524
Carolyn Wyborny4322e562011-03-11 20:43:18 -08002525/**
Matthew Vick87371b92013-02-21 03:32:52 +00002526 * __igb_access_emi_reg - Read/write EMI register
2527 * @hw: pointer to the HW structure
2528 * @addr: EMI address to program
2529 * @data: pointer to value to read/write from/to the EMI address
2530 * @read: boolean flag to indicate read or write
2531 **/
2532static s32 __igb_access_emi_reg(struct e1000_hw *hw, u16 address,
2533 u16 *data, bool read)
2534{
Todd Fujinaka23d87822014-06-04 07:12:15 +00002535 s32 ret_val = 0;
Matthew Vick87371b92013-02-21 03:32:52 +00002536
2537 ret_val = hw->phy.ops.write_reg(hw, E1000_EMIADD, address);
2538 if (ret_val)
2539 return ret_val;
2540
2541 if (read)
2542 ret_val = hw->phy.ops.read_reg(hw, E1000_EMIDATA, data);
2543 else
2544 ret_val = hw->phy.ops.write_reg(hw, E1000_EMIDATA, *data);
2545
2546 return ret_val;
2547}
2548
2549/**
2550 * igb_read_emi_reg - Read Extended Management Interface register
2551 * @hw: pointer to the HW structure
2552 * @addr: EMI address to program
2553 * @data: value to be read from the EMI address
2554 **/
2555s32 igb_read_emi_reg(struct e1000_hw *hw, u16 addr, u16 *data)
2556{
2557 return __igb_access_emi_reg(hw, addr, data, true);
2558}
2559
2560/**
Carolyn Wyborny09b068d2011-03-11 20:42:13 -08002561 * igb_set_eee_i350 - Enable/disable EEE support
2562 * @hw: pointer to the HW structure
Todd Fujinakac4c112f2014-08-29 06:43:13 +00002563 * @adv1G: boolean flag enabling 1G EEE advertisement
2564 * @adv100m: boolean flag enabling 100M EEE advertisement
Carolyn Wyborny09b068d2011-03-11 20:42:13 -08002565 *
2566 * Enable/disable EEE based on setting in dev_spec structure.
2567 *
2568 **/
Todd Fujinakac4c112f2014-08-29 06:43:13 +00002569s32 igb_set_eee_i350(struct e1000_hw *hw, bool adv1G, bool adv100M)
Carolyn Wyborny09b068d2011-03-11 20:42:13 -08002570{
Akeem G. Abodunrine5461112012-09-06 01:28:31 +00002571 u32 ipcnfg, eeer;
Carolyn Wyborny09b068d2011-03-11 20:42:13 -08002572
Akeem G. Abodunrine5461112012-09-06 01:28:31 +00002573 if ((hw->mac.type < e1000_i350) ||
2574 (hw->phy.media_type != e1000_media_type_copper))
Carolyn Wyborny09b068d2011-03-11 20:42:13 -08002575 goto out;
2576 ipcnfg = rd32(E1000_IPCNFG);
2577 eeer = rd32(E1000_EEER);
2578
2579 /* enable or disable per user setting */
2580 if (!(hw->dev_spec._82575.eee_disable)) {
Carolyn Wyborny40b20122012-10-19 05:31:43 +00002581 u32 eee_su = rd32(E1000_EEE_SU);
2582
Todd Fujinakac4c112f2014-08-29 06:43:13 +00002583 if (adv100M)
2584 ipcnfg |= E1000_IPCNFG_EEE_100M_AN;
2585 else
2586 ipcnfg &= ~E1000_IPCNFG_EEE_100M_AN;
2587
2588 if (adv1G)
2589 ipcnfg |= E1000_IPCNFG_EEE_1G_AN;
2590 else
2591 ipcnfg &= ~E1000_IPCNFG_EEE_1G_AN;
2592
Carolyn Wyborny40b20122012-10-19 05:31:43 +00002593 eeer |= (E1000_EEER_TX_LPI_EN | E1000_EEER_RX_LPI_EN |
Carolyn Wyborny09b068d2011-03-11 20:42:13 -08002594 E1000_EEER_LPI_FC);
2595
Carolyn Wyborny40b20122012-10-19 05:31:43 +00002596 /* This bit should not be set in normal operation. */
2597 if (eee_su & E1000_EEE_SU_LPI_CLK_STP)
2598 hw_dbg("LPI Clock Stop Bit should not be set!\n");
2599
Carolyn Wyborny09b068d2011-03-11 20:42:13 -08002600 } else {
2601 ipcnfg &= ~(E1000_IPCNFG_EEE_1G_AN |
2602 E1000_IPCNFG_EEE_100M_AN);
2603 eeer &= ~(E1000_EEER_TX_LPI_EN |
2604 E1000_EEER_RX_LPI_EN |
2605 E1000_EEER_LPI_FC);
2606 }
2607 wr32(E1000_IPCNFG, ipcnfg);
2608 wr32(E1000_EEER, eeer);
Akeem G. Abodunrine5461112012-09-06 01:28:31 +00002609 rd32(E1000_IPCNFG);
2610 rd32(E1000_EEER);
Carolyn Wyborny09b068d2011-03-11 20:42:13 -08002611out:
2612
Todd Fujinaka23d87822014-06-04 07:12:15 +00002613 return 0;
Carolyn Wyborny09b068d2011-03-11 20:42:13 -08002614}
Carolyn Wyborny4322e562011-03-11 20:43:18 -08002615
Carolyn Wybornyceb5f132013-04-18 22:21:30 +00002616/**
2617 * igb_set_eee_i354 - Enable/disable EEE support
2618 * @hw: pointer to the HW structure
Todd Fujinakac4c112f2014-08-29 06:43:13 +00002619 * @adv1G: boolean flag enabling 1G EEE advertisement
2620 * @adv100m: boolean flag enabling 100M EEE advertisement
Carolyn Wybornyceb5f132013-04-18 22:21:30 +00002621 *
2622 * Enable/disable EEE legacy mode based on setting in dev_spec structure.
2623 *
2624 **/
Todd Fujinakac4c112f2014-08-29 06:43:13 +00002625s32 igb_set_eee_i354(struct e1000_hw *hw, bool adv1G, bool adv100M)
Carolyn Wybornyceb5f132013-04-18 22:21:30 +00002626{
2627 struct e1000_phy_info *phy = &hw->phy;
2628 s32 ret_val = 0;
2629 u16 phy_data;
2630
2631 if ((hw->phy.media_type != e1000_media_type_copper) ||
Akeem G Abodunrin99af4722013-08-28 02:22:58 +00002632 (phy->id != M88E1543_E_PHY_ID))
Carolyn Wybornyceb5f132013-04-18 22:21:30 +00002633 goto out;
2634
2635 if (!hw->dev_spec._82575.eee_disable) {
2636 /* Switch to PHY page 18. */
Akeem G Abodunrin99af4722013-08-28 02:22:58 +00002637 ret_val = phy->ops.write_reg(hw, E1000_M88E1543_PAGE_ADDR, 18);
Carolyn Wybornyceb5f132013-04-18 22:21:30 +00002638 if (ret_val)
2639 goto out;
2640
Akeem G Abodunrin99af4722013-08-28 02:22:58 +00002641 ret_val = phy->ops.read_reg(hw, E1000_M88E1543_EEE_CTRL_1,
Carolyn Wybornyceb5f132013-04-18 22:21:30 +00002642 &phy_data);
2643 if (ret_val)
2644 goto out;
2645
Akeem G Abodunrin99af4722013-08-28 02:22:58 +00002646 phy_data |= E1000_M88E1543_EEE_CTRL_1_MS;
2647 ret_val = phy->ops.write_reg(hw, E1000_M88E1543_EEE_CTRL_1,
Carolyn Wybornyceb5f132013-04-18 22:21:30 +00002648 phy_data);
2649 if (ret_val)
2650 goto out;
2651
2652 /* Return the PHY to page 0. */
Akeem G Abodunrin99af4722013-08-28 02:22:58 +00002653 ret_val = phy->ops.write_reg(hw, E1000_M88E1543_PAGE_ADDR, 0);
Carolyn Wybornyceb5f132013-04-18 22:21:30 +00002654 if (ret_val)
2655 goto out;
2656
2657 /* Turn on EEE advertisement. */
2658 ret_val = igb_read_xmdio_reg(hw, E1000_EEE_ADV_ADDR_I354,
2659 E1000_EEE_ADV_DEV_I354,
2660 &phy_data);
2661 if (ret_val)
2662 goto out;
2663
Todd Fujinakac4c112f2014-08-29 06:43:13 +00002664 if (adv100M)
2665 phy_data |= E1000_EEE_ADV_100_SUPPORTED;
2666 else
2667 phy_data &= ~E1000_EEE_ADV_100_SUPPORTED;
2668
2669 if (adv1G)
2670 phy_data |= E1000_EEE_ADV_1000_SUPPORTED;
2671 else
2672 phy_data &= ~E1000_EEE_ADV_1000_SUPPORTED;
2673
Carolyn Wybornyceb5f132013-04-18 22:21:30 +00002674 ret_val = igb_write_xmdio_reg(hw, E1000_EEE_ADV_ADDR_I354,
2675 E1000_EEE_ADV_DEV_I354,
2676 phy_data);
2677 } else {
2678 /* Turn off EEE advertisement. */
2679 ret_val = igb_read_xmdio_reg(hw, E1000_EEE_ADV_ADDR_I354,
2680 E1000_EEE_ADV_DEV_I354,
2681 &phy_data);
2682 if (ret_val)
2683 goto out;
2684
2685 phy_data &= ~(E1000_EEE_ADV_100_SUPPORTED |
2686 E1000_EEE_ADV_1000_SUPPORTED);
2687 ret_val = igb_write_xmdio_reg(hw, E1000_EEE_ADV_ADDR_I354,
2688 E1000_EEE_ADV_DEV_I354,
2689 phy_data);
2690 }
2691
2692out:
2693 return ret_val;
2694}
2695
2696/**
2697 * igb_get_eee_status_i354 - Get EEE status
2698 * @hw: pointer to the HW structure
2699 * @status: EEE status
2700 *
2701 * Get EEE status by guessing based on whether Tx or Rx LPI indications have
2702 * been received.
2703 **/
2704s32 igb_get_eee_status_i354(struct e1000_hw *hw, bool *status)
2705{
2706 struct e1000_phy_info *phy = &hw->phy;
2707 s32 ret_val = 0;
2708 u16 phy_data;
2709
2710 /* Check if EEE is supported on this device. */
2711 if ((hw->phy.media_type != e1000_media_type_copper) ||
Akeem G Abodunrin99af4722013-08-28 02:22:58 +00002712 (phy->id != M88E1543_E_PHY_ID))
Carolyn Wybornyceb5f132013-04-18 22:21:30 +00002713 goto out;
2714
2715 ret_val = igb_read_xmdio_reg(hw, E1000_PCS_STATUS_ADDR_I354,
2716 E1000_PCS_STATUS_DEV_I354,
2717 &phy_data);
2718 if (ret_val)
2719 goto out;
2720
2721 *status = phy_data & (E1000_PCS_STATUS_TX_LPI_RCVD |
2722 E1000_PCS_STATUS_RX_LPI_RCVD) ? true : false;
2723
2724out:
2725 return ret_val;
2726}
2727
Carolyn Wybornye4288932012-12-07 03:01:42 +00002728static const u8 e1000_emc_temp_data[4] = {
2729 E1000_EMC_INTERNAL_DATA,
2730 E1000_EMC_DIODE1_DATA,
2731 E1000_EMC_DIODE2_DATA,
2732 E1000_EMC_DIODE3_DATA
2733};
2734static const u8 e1000_emc_therm_limit[4] = {
2735 E1000_EMC_INTERNAL_THERM_LIMIT,
2736 E1000_EMC_DIODE1_THERM_LIMIT,
2737 E1000_EMC_DIODE2_THERM_LIMIT,
2738 E1000_EMC_DIODE3_THERM_LIMIT
2739};
2740
Jeff Kirsher9b143d12014-03-06 05:28:06 +00002741#ifdef CONFIG_IGB_HWMON
Jeff Kirsherb980ac12013-02-23 07:29:56 +00002742/**
2743 * igb_get_thermal_sensor_data_generic - Gathers thermal sensor data
Carolyn Wybornye4288932012-12-07 03:01:42 +00002744 * @hw: pointer to hardware structure
2745 *
2746 * Updates the temperatures in mac.thermal_sensor_data
Jeff Kirsherb980ac12013-02-23 07:29:56 +00002747 **/
Jeff Kirsher167f3f72014-02-25 17:58:56 -08002748static s32 igb_get_thermal_sensor_data_generic(struct e1000_hw *hw)
Carolyn Wybornye4288932012-12-07 03:01:42 +00002749{
Carolyn Wybornye4288932012-12-07 03:01:42 +00002750 u16 ets_offset;
2751 u16 ets_cfg;
2752 u16 ets_sensor;
2753 u8 num_sensors;
2754 u8 sensor_index;
2755 u8 sensor_location;
2756 u8 i;
2757 struct e1000_thermal_sensor_data *data = &hw->mac.thermal_sensor_data;
2758
2759 if ((hw->mac.type != e1000_i350) || (hw->bus.func != 0))
2760 return E1000_NOT_IMPLEMENTED;
2761
2762 data->sensor[0].temp = (rd32(E1000_THMJT) & 0xFF);
2763
2764 /* Return the internal sensor only if ETS is unsupported */
2765 hw->nvm.ops.read(hw, NVM_ETS_CFG, 1, &ets_offset);
2766 if ((ets_offset == 0x0000) || (ets_offset == 0xFFFF))
Todd Fujinaka23d87822014-06-04 07:12:15 +00002767 return 0;
Carolyn Wybornye4288932012-12-07 03:01:42 +00002768
2769 hw->nvm.ops.read(hw, ets_offset, 1, &ets_cfg);
2770 if (((ets_cfg & NVM_ETS_TYPE_MASK) >> NVM_ETS_TYPE_SHIFT)
2771 != NVM_ETS_TYPE_EMC)
2772 return E1000_NOT_IMPLEMENTED;
2773
2774 num_sensors = (ets_cfg & NVM_ETS_NUM_SENSORS_MASK);
2775 if (num_sensors > E1000_MAX_SENSORS)
2776 num_sensors = E1000_MAX_SENSORS;
2777
2778 for (i = 1; i < num_sensors; i++) {
2779 hw->nvm.ops.read(hw, (ets_offset + i), 1, &ets_sensor);
2780 sensor_index = ((ets_sensor & NVM_ETS_DATA_INDEX_MASK) >>
2781 NVM_ETS_DATA_INDEX_SHIFT);
2782 sensor_location = ((ets_sensor & NVM_ETS_DATA_LOC_MASK) >>
2783 NVM_ETS_DATA_LOC_SHIFT);
2784
2785 if (sensor_location != 0)
2786 hw->phy.ops.read_i2c_byte(hw,
2787 e1000_emc_temp_data[sensor_index],
2788 E1000_I2C_THERMAL_SENSOR_ADDR,
2789 &data->sensor[i].temp);
2790 }
Todd Fujinaka23d87822014-06-04 07:12:15 +00002791 return 0;
Carolyn Wybornye4288932012-12-07 03:01:42 +00002792}
2793
Jeff Kirsherb980ac12013-02-23 07:29:56 +00002794/**
2795 * igb_init_thermal_sensor_thresh_generic - Sets thermal sensor thresholds
Carolyn Wybornye4288932012-12-07 03:01:42 +00002796 * @hw: pointer to hardware structure
2797 *
2798 * Sets the thermal sensor thresholds according to the NVM map
2799 * and save off the threshold and location values into mac.thermal_sensor_data
Jeff Kirsherb980ac12013-02-23 07:29:56 +00002800 **/
Jeff Kirsher167f3f72014-02-25 17:58:56 -08002801static s32 igb_init_thermal_sensor_thresh_generic(struct e1000_hw *hw)
Carolyn Wybornye4288932012-12-07 03:01:42 +00002802{
Carolyn Wybornye4288932012-12-07 03:01:42 +00002803 u16 ets_offset;
2804 u16 ets_cfg;
2805 u16 ets_sensor;
2806 u8 low_thresh_delta;
2807 u8 num_sensors;
2808 u8 sensor_index;
2809 u8 sensor_location;
2810 u8 therm_limit;
2811 u8 i;
2812 struct e1000_thermal_sensor_data *data = &hw->mac.thermal_sensor_data;
2813
2814 if ((hw->mac.type != e1000_i350) || (hw->bus.func != 0))
2815 return E1000_NOT_IMPLEMENTED;
2816
2817 memset(data, 0, sizeof(struct e1000_thermal_sensor_data));
2818
2819 data->sensor[0].location = 0x1;
2820 data->sensor[0].caution_thresh =
2821 (rd32(E1000_THHIGHTC) & 0xFF);
2822 data->sensor[0].max_op_thresh =
2823 (rd32(E1000_THLOWTC) & 0xFF);
2824
2825 /* Return the internal sensor only if ETS is unsupported */
2826 hw->nvm.ops.read(hw, NVM_ETS_CFG, 1, &ets_offset);
2827 if ((ets_offset == 0x0000) || (ets_offset == 0xFFFF))
Todd Fujinaka23d87822014-06-04 07:12:15 +00002828 return 0;
Carolyn Wybornye4288932012-12-07 03:01:42 +00002829
2830 hw->nvm.ops.read(hw, ets_offset, 1, &ets_cfg);
2831 if (((ets_cfg & NVM_ETS_TYPE_MASK) >> NVM_ETS_TYPE_SHIFT)
2832 != NVM_ETS_TYPE_EMC)
2833 return E1000_NOT_IMPLEMENTED;
2834
2835 low_thresh_delta = ((ets_cfg & NVM_ETS_LTHRES_DELTA_MASK) >>
2836 NVM_ETS_LTHRES_DELTA_SHIFT);
2837 num_sensors = (ets_cfg & NVM_ETS_NUM_SENSORS_MASK);
2838
2839 for (i = 1; i <= num_sensors; i++) {
2840 hw->nvm.ops.read(hw, (ets_offset + i), 1, &ets_sensor);
2841 sensor_index = ((ets_sensor & NVM_ETS_DATA_INDEX_MASK) >>
2842 NVM_ETS_DATA_INDEX_SHIFT);
2843 sensor_location = ((ets_sensor & NVM_ETS_DATA_LOC_MASK) >>
2844 NVM_ETS_DATA_LOC_SHIFT);
2845 therm_limit = ets_sensor & NVM_ETS_DATA_HTHRESH_MASK;
2846
2847 hw->phy.ops.write_i2c_byte(hw,
2848 e1000_emc_therm_limit[sensor_index],
2849 E1000_I2C_THERMAL_SENSOR_ADDR,
2850 therm_limit);
2851
2852 if ((i < E1000_MAX_SENSORS) && (sensor_location != 0)) {
2853 data->sensor[i].location = sensor_location;
2854 data->sensor[i].caution_thresh = therm_limit;
2855 data->sensor[i].max_op_thresh = therm_limit -
2856 low_thresh_delta;
2857 }
2858 }
Todd Fujinaka23d87822014-06-04 07:12:15 +00002859 return 0;
Carolyn Wybornye4288932012-12-07 03:01:42 +00002860}
2861
Jeff Kirsher9b143d12014-03-06 05:28:06 +00002862#endif
Auke Kok9d5c8242008-01-24 02:22:38 -08002863static struct e1000_mac_operations e1000_mac_ops_82575 = {
Auke Kok9d5c8242008-01-24 02:22:38 -08002864 .init_hw = igb_init_hw_82575,
2865 .check_for_link = igb_check_for_link_82575,
Alexander Duyck2d064c02008-07-08 15:10:12 -07002866 .rar_set = igb_rar_set,
Auke Kok9d5c8242008-01-24 02:22:38 -08002867 .read_mac_addr = igb_read_mac_addr_82575,
Akeem G Abodunrinf6878e392013-08-28 02:23:09 +00002868 .get_speed_and_duplex = igb_get_link_up_info_82575,
Carolyn Wybornye4288932012-12-07 03:01:42 +00002869#ifdef CONFIG_IGB_HWMON
2870 .get_thermal_sensor_data = igb_get_thermal_sensor_data_generic,
2871 .init_thermal_sensor_thresh = igb_init_thermal_sensor_thresh_generic,
2872#endif
Auke Kok9d5c8242008-01-24 02:22:38 -08002873};
2874
2875static struct e1000_phy_operations e1000_phy_ops_82575 = {
Alexander Duycka8d2a0c2009-02-06 23:17:26 +00002876 .acquire = igb_acquire_phy_82575,
Auke Kok9d5c8242008-01-24 02:22:38 -08002877 .get_cfg_done = igb_get_cfg_done_82575,
Alexander Duycka8d2a0c2009-02-06 23:17:26 +00002878 .release = igb_release_phy_82575,
Carolyn Wyborny441fc6f2012-12-07 03:00:30 +00002879 .write_i2c_byte = igb_write_i2c_byte,
2880 .read_i2c_byte = igb_read_i2c_byte,
Auke Kok9d5c8242008-01-24 02:22:38 -08002881};
2882
2883static struct e1000_nvm_operations e1000_nvm_ops_82575 = {
Alexander Duyck312c75a2009-02-06 23:17:47 +00002884 .acquire = igb_acquire_nvm_82575,
2885 .read = igb_read_nvm_eerd,
2886 .release = igb_release_nvm_82575,
2887 .write = igb_write_nvm_spi,
Auke Kok9d5c8242008-01-24 02:22:38 -08002888};
2889
2890const struct e1000_info e1000_82575_info = {
2891 .get_invariants = igb_get_invariants_82575,
2892 .mac_ops = &e1000_mac_ops_82575,
2893 .phy_ops = &e1000_phy_ops_82575,
2894 .nvm_ops = &e1000_nvm_ops_82575,
2895};
2896