1 /*******************************************************************************
3 Copyright (c) 2001-2015, Intel Corporation
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met:
9 1. Redistributions of source code must retain the above copyright notice,
10 this list of conditions and the following disclaimer.
12 2. Redistributions in binary form must reproduce the above copyright
13 notice, this list of conditions and the following disclaimer in the
14 documentation and/or other materials provided with the distribution.
16 3. Neither the name of the Intel Corporation nor the names of its
17 contributors may be used to endorse or promote products derived from
18 this software without specific prior written permission.
20 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
24 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 POSSIBILITY OF SUCH DAMAGE.
32 ***************************************************************************/
34 /* 82562G 10/100 Network Connection
35 * 82562G-2 10/100 Network Connection
36 * 82562GT 10/100 Network Connection
37 * 82562GT-2 10/100 Network Connection
38 * 82562V 10/100 Network Connection
39 * 82562V-2 10/100 Network Connection
40 * 82566DC-2 Gigabit Network Connection
41 * 82566DC Gigabit Network Connection
42 * 82566DM-2 Gigabit Network Connection
43 * 82566DM Gigabit Network Connection
44 * 82566MC Gigabit Network Connection
45 * 82566MM Gigabit Network Connection
46 * 82567LM Gigabit Network Connection
47 * 82567LF Gigabit Network Connection
48 * 82567V Gigabit Network Connection
49 * 82567LM-2 Gigabit Network Connection
50 * 82567LF-2 Gigabit Network Connection
51 * 82567V-2 Gigabit Network Connection
52 * 82567LF-3 Gigabit Network Connection
53 * 82567LM-3 Gigabit Network Connection
54 * 82567LM-4 Gigabit Network Connection
55 * 82577LM Gigabit Network Connection
56 * 82577LC Gigabit Network Connection
57 * 82578DM Gigabit Network Connection
58 * 82578DC Gigabit Network Connection
59 * 82579LM Gigabit Network Connection
60 * 82579V Gigabit Network Connection
61 * Ethernet Connection I217-LM
62 * Ethernet Connection I217-V
63 * Ethernet Connection I218-V
64 * Ethernet Connection I218-LM
65 * Ethernet Connection (2) I218-LM
66 * Ethernet Connection (2) I218-V
67 * Ethernet Connection (3) I218-LM
68 * Ethernet Connection (3) I218-V
71 #include "e1000_api.h"
73 STATIC s32 e1000_oem_bits_config_ich8lan(struct e1000_hw *hw, bool d0_state);
74 STATIC s32 e1000_acquire_swflag_ich8lan(struct e1000_hw *hw);
75 STATIC void e1000_release_swflag_ich8lan(struct e1000_hw *hw);
76 STATIC s32 e1000_acquire_nvm_ich8lan(struct e1000_hw *hw);
77 STATIC void e1000_release_nvm_ich8lan(struct e1000_hw *hw);
78 STATIC bool e1000_check_mng_mode_ich8lan(struct e1000_hw *hw);
79 STATIC bool e1000_check_mng_mode_pchlan(struct e1000_hw *hw);
80 STATIC int e1000_rar_set_pch2lan(struct e1000_hw *hw, u8 *addr, u32 index);
81 STATIC int e1000_rar_set_pch_lpt(struct e1000_hw *hw, u8 *addr, u32 index);
82 STATIC s32 e1000_sw_lcd_config_ich8lan(struct e1000_hw *hw);
83 #ifndef NO_NON_BLOCKING_PHY_MTA_UPDATE_SUPPORT
84 STATIC void e1000_update_mc_addr_list_pch2lan(struct e1000_hw *hw,
87 #endif /* NO_NON_BLOCKING_PHY_MTA_UPDATE_SUPPORT */
88 STATIC s32 e1000_check_reset_block_ich8lan(struct e1000_hw *hw);
89 STATIC s32 e1000_phy_hw_reset_ich8lan(struct e1000_hw *hw);
90 STATIC s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active);
91 STATIC s32 e1000_set_d0_lplu_state_ich8lan(struct e1000_hw *hw,
93 STATIC s32 e1000_set_d3_lplu_state_ich8lan(struct e1000_hw *hw,
95 STATIC s32 e1000_read_nvm_ich8lan(struct e1000_hw *hw, u16 offset,
96 u16 words, u16 *data);
97 STATIC s32 e1000_write_nvm_ich8lan(struct e1000_hw *hw, u16 offset,
98 u16 words, u16 *data);
99 STATIC s32 e1000_validate_nvm_checksum_ich8lan(struct e1000_hw *hw);
100 STATIC s32 e1000_update_nvm_checksum_ich8lan(struct e1000_hw *hw);
101 STATIC s32 e1000_valid_led_default_ich8lan(struct e1000_hw *hw,
103 STATIC s32 e1000_id_led_init_pchlan(struct e1000_hw *hw);
104 STATIC s32 e1000_get_bus_info_ich8lan(struct e1000_hw *hw);
105 STATIC s32 e1000_reset_hw_ich8lan(struct e1000_hw *hw);
106 STATIC s32 e1000_init_hw_ich8lan(struct e1000_hw *hw);
107 STATIC s32 e1000_setup_link_ich8lan(struct e1000_hw *hw);
108 STATIC s32 e1000_setup_copper_link_ich8lan(struct e1000_hw *hw);
109 STATIC s32 e1000_setup_copper_link_pch_lpt(struct e1000_hw *hw);
110 STATIC s32 e1000_get_link_up_info_ich8lan(struct e1000_hw *hw,
111 u16 *speed, u16 *duplex);
112 STATIC s32 e1000_cleanup_led_ich8lan(struct e1000_hw *hw);
113 STATIC s32 e1000_led_on_ich8lan(struct e1000_hw *hw);
114 STATIC s32 e1000_led_off_ich8lan(struct e1000_hw *hw);
115 STATIC s32 e1000_k1_gig_workaround_hv(struct e1000_hw *hw, bool link);
116 STATIC s32 e1000_setup_led_pchlan(struct e1000_hw *hw);
117 STATIC s32 e1000_cleanup_led_pchlan(struct e1000_hw *hw);
118 STATIC s32 e1000_led_on_pchlan(struct e1000_hw *hw);
119 STATIC s32 e1000_led_off_pchlan(struct e1000_hw *hw);
120 STATIC void e1000_clear_hw_cntrs_ich8lan(struct e1000_hw *hw);
121 STATIC s32 e1000_erase_flash_bank_ich8lan(struct e1000_hw *hw, u32 bank);
122 STATIC void e1000_initialize_hw_bits_ich8lan(struct e1000_hw *hw);
123 STATIC s32 e1000_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw);
124 STATIC s32 e1000_read_flash_byte_ich8lan(struct e1000_hw *hw,
125 u32 offset, u8 *data);
126 STATIC s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
128 STATIC s32 e1000_read_flash_word_ich8lan(struct e1000_hw *hw,
129 u32 offset, u16 *data);
130 STATIC s32 e1000_retry_write_flash_byte_ich8lan(struct e1000_hw *hw,
131 u32 offset, u8 byte);
132 STATIC s32 e1000_get_cfg_done_ich8lan(struct e1000_hw *hw);
133 STATIC void e1000_power_down_phy_copper_ich8lan(struct e1000_hw *hw);
134 STATIC s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw);
135 STATIC s32 e1000_set_mdio_slow_mode_hv(struct e1000_hw *hw);
136 STATIC s32 e1000_k1_workaround_lv(struct e1000_hw *hw);
137 STATIC void e1000_gate_hw_phy_config_ich8lan(struct e1000_hw *hw, bool gate);
139 /* ICH GbE Flash Hardware Sequencing Flash Status Register bit breakdown */
140 /* Offset 04h HSFSTS */
141 union ich8_hws_flash_status {
143 u16 flcdone:1; /* bit 0 Flash Cycle Done */
144 u16 flcerr:1; /* bit 1 Flash Cycle Error */
145 u16 dael:1; /* bit 2 Direct Access error Log */
146 u16 berasesz:2; /* bit 4:3 Sector Erase Size */
147 u16 flcinprog:1; /* bit 5 flash cycle in Progress */
148 u16 reserved1:2; /* bit 13:6 Reserved */
149 u16 reserved2:6; /* bit 13:6 Reserved */
150 u16 fldesvalid:1; /* bit 14 Flash Descriptor Valid */
151 u16 flockdn:1; /* bit 15 Flash Config Lock-Down */
156 /* ICH GbE Flash Hardware Sequencing Flash control Register bit breakdown */
157 /* Offset 06h FLCTL */
158 union ich8_hws_flash_ctrl {
159 struct ich8_hsflctl {
160 u16 flcgo:1; /* 0 Flash Cycle Go */
161 u16 flcycle:2; /* 2:1 Flash Cycle */
162 u16 reserved:5; /* 7:3 Reserved */
163 u16 fldbcount:2; /* 9:8 Flash Data Byte Count */
164 u16 flockdn:6; /* 15:10 Reserved */
169 /* ICH Flash Region Access Permissions */
170 union ich8_hws_flash_regacc {
172 u32 grra:8; /* 0:7 GbE region Read Access */
173 u32 grwa:8; /* 8:15 GbE region Write Access */
174 u32 gmrag:8; /* 23:16 GbE Master Read Access Grant */
175 u32 gmwag:8; /* 31:24 GbE Master Write Access Grant */
181 * e1000_phy_is_accessible_pchlan - Check if able to access PHY registers
182 * @hw: pointer to the HW structure
184 * Test access to the PHY registers by reading the PHY ID registers. If
185 * the PHY ID is already known (e.g. resume path) compare it with known ID,
186 * otherwise assume the read PHY ID is correct if it is valid.
188 * Assumes the sw/fw/hw semaphore is already acquired.
190 STATIC bool e1000_phy_is_accessible_pchlan(struct e1000_hw *hw)
198 for (retry_count = 0; retry_count < 2; retry_count++) {
199 ret_val = hw->phy.ops.read_reg_locked(hw, PHY_ID1, &phy_reg);
200 if (ret_val || (phy_reg == 0xFFFF))
202 phy_id = (u32)(phy_reg << 16);
204 ret_val = hw->phy.ops.read_reg_locked(hw, PHY_ID2, &phy_reg);
205 if (ret_val || (phy_reg == 0xFFFF)) {
209 phy_id |= (u32)(phy_reg & PHY_REVISION_MASK);
214 if (hw->phy.id == phy_id)
218 hw->phy.revision = (u32)(phy_reg & ~PHY_REVISION_MASK);
222 /* In case the PHY needs to be in mdio slow mode,
223 * set slow mode and try to get the PHY id again.
225 if (hw->mac.type < e1000_pch_lpt) {
226 hw->phy.ops.release(hw);
227 ret_val = e1000_set_mdio_slow_mode_hv(hw);
229 ret_val = e1000_get_phy_id(hw);
230 hw->phy.ops.acquire(hw);
236 if (hw->mac.type == e1000_pch_lpt) {
237 /* Unforce SMBus mode in PHY */
238 hw->phy.ops.read_reg_locked(hw, CV_SMB_CTRL, &phy_reg);
239 phy_reg &= ~CV_SMB_CTRL_FORCE_SMBUS;
240 hw->phy.ops.write_reg_locked(hw, CV_SMB_CTRL, phy_reg);
242 /* Unforce SMBus mode in MAC */
243 mac_reg = E1000_READ_REG(hw, E1000_CTRL_EXT);
244 mac_reg &= ~E1000_CTRL_EXT_FORCE_SMBUS;
245 E1000_WRITE_REG(hw, E1000_CTRL_EXT, mac_reg);
252 * e1000_toggle_lanphypc_pch_lpt - toggle the LANPHYPC pin value
253 * @hw: pointer to the HW structure
255 * Toggling the LANPHYPC pin value fully power-cycles the PHY and is
256 * used to reset the PHY to a quiescent state when necessary.
258 STATIC void e1000_toggle_lanphypc_pch_lpt(struct e1000_hw *hw)
262 DEBUGFUNC("e1000_toggle_lanphypc_pch_lpt");
264 /* Set Phy Config Counter to 50msec */
265 mac_reg = E1000_READ_REG(hw, E1000_FEXTNVM3);
266 mac_reg &= ~E1000_FEXTNVM3_PHY_CFG_COUNTER_MASK;
267 mac_reg |= E1000_FEXTNVM3_PHY_CFG_COUNTER_50MSEC;
268 E1000_WRITE_REG(hw, E1000_FEXTNVM3, mac_reg);
270 /* Toggle LANPHYPC Value bit */
271 mac_reg = E1000_READ_REG(hw, E1000_CTRL);
272 mac_reg |= E1000_CTRL_LANPHYPC_OVERRIDE;
273 mac_reg &= ~E1000_CTRL_LANPHYPC_VALUE;
274 E1000_WRITE_REG(hw, E1000_CTRL, mac_reg);
275 E1000_WRITE_FLUSH(hw);
277 mac_reg &= ~E1000_CTRL_LANPHYPC_OVERRIDE;
278 E1000_WRITE_REG(hw, E1000_CTRL, mac_reg);
279 E1000_WRITE_FLUSH(hw);
281 if (hw->mac.type < e1000_pch_lpt) {
288 } while (!(E1000_READ_REG(hw, E1000_CTRL_EXT) &
289 E1000_CTRL_EXT_LPCD) && count--);
296 * e1000_init_phy_workarounds_pchlan - PHY initialization workarounds
297 * @hw: pointer to the HW structure
299 * Workarounds/flow necessary for PHY initialization during driver load
302 STATIC s32 e1000_init_phy_workarounds_pchlan(struct e1000_hw *hw)
304 u32 mac_reg, fwsm = E1000_READ_REG(hw, E1000_FWSM);
307 DEBUGFUNC("e1000_init_phy_workarounds_pchlan");
309 /* Gate automatic PHY configuration by hardware on managed and
310 * non-managed 82579 and newer adapters.
312 e1000_gate_hw_phy_config_ich8lan(hw, true);
315 /* It is not possible to be certain of the current state of ULP
316 * so forcibly disable it.
318 hw->dev_spec.ich8lan.ulp_state = e1000_ulp_state_unknown;
320 #endif /* ULP_SUPPORT */
321 ret_val = hw->phy.ops.acquire(hw);
323 DEBUGOUT("Failed to initialize PHY flow\n");
327 /* The MAC-PHY interconnect may be in SMBus mode. If the PHY is
328 * inaccessible and resetting the PHY is not blocked, toggle the
329 * LANPHYPC Value bit to force the interconnect to PCIe mode.
331 switch (hw->mac.type) {
333 if (e1000_phy_is_accessible_pchlan(hw))
336 /* Before toggling LANPHYPC, see if PHY is accessible by
337 * forcing MAC to SMBus mode first.
339 mac_reg = E1000_READ_REG(hw, E1000_CTRL_EXT);
340 mac_reg |= E1000_CTRL_EXT_FORCE_SMBUS;
341 E1000_WRITE_REG(hw, E1000_CTRL_EXT, mac_reg);
343 /* Wait 50 milliseconds for MAC to finish any retries
344 * that it might be trying to perform from previous
345 * attempts to acknowledge any phy read requests.
351 if (e1000_phy_is_accessible_pchlan(hw))
356 if ((hw->mac.type == e1000_pchlan) &&
357 (fwsm & E1000_ICH_FWSM_FW_VALID))
360 if (hw->phy.ops.check_reset_block(hw)) {
361 DEBUGOUT("Required LANPHYPC toggle blocked by ME\n");
362 ret_val = -E1000_ERR_PHY;
366 /* Toggle LANPHYPC Value bit */
367 e1000_toggle_lanphypc_pch_lpt(hw);
368 if (hw->mac.type >= e1000_pch_lpt) {
369 if (e1000_phy_is_accessible_pchlan(hw))
372 /* Toggling LANPHYPC brings the PHY out of SMBus mode
373 * so ensure that the MAC is also out of SMBus mode
375 mac_reg = E1000_READ_REG(hw, E1000_CTRL_EXT);
376 mac_reg &= ~E1000_CTRL_EXT_FORCE_SMBUS;
377 E1000_WRITE_REG(hw, E1000_CTRL_EXT, mac_reg);
379 if (e1000_phy_is_accessible_pchlan(hw))
382 ret_val = -E1000_ERR_PHY;
389 hw->phy.ops.release(hw);
392 /* Check to see if able to reset PHY. Print error if not */
393 if (hw->phy.ops.check_reset_block(hw)) {
394 ERROR_REPORT("Reset blocked by ME\n");
398 /* Reset the PHY before any access to it. Doing so, ensures
399 * that the PHY is in a known good state before we read/write
400 * PHY registers. The generic reset is sufficient here,
401 * because we haven't determined the PHY type yet.
403 ret_val = e1000_phy_hw_reset_generic(hw);
407 /* On a successful reset, possibly need to wait for the PHY
408 * to quiesce to an accessible state before returning control
409 * to the calling function. If the PHY does not quiesce, then
410 * return E1000E_BLK_PHY_RESET, as this is the condition that
413 ret_val = hw->phy.ops.check_reset_block(hw);
415 ERROR_REPORT("ME blocked access to PHY after reset\n");
419 /* Ungate automatic PHY configuration on non-managed 82579 */
420 if ((hw->mac.type == e1000_pch2lan) &&
421 !(fwsm & E1000_ICH_FWSM_FW_VALID)) {
423 e1000_gate_hw_phy_config_ich8lan(hw, false);
430 * e1000_init_phy_params_pchlan - Initialize PHY function pointers
431 * @hw: pointer to the HW structure
433 * Initialize family-specific PHY parameters and function pointers.
435 STATIC s32 e1000_init_phy_params_pchlan(struct e1000_hw *hw)
437 struct e1000_phy_info *phy = &hw->phy;
440 DEBUGFUNC("e1000_init_phy_params_pchlan");
443 phy->reset_delay_us = 100;
445 phy->ops.acquire = e1000_acquire_swflag_ich8lan;
446 phy->ops.check_reset_block = e1000_check_reset_block_ich8lan;
447 phy->ops.get_cfg_done = e1000_get_cfg_done_ich8lan;
448 phy->ops.set_page = e1000_set_page_igp;
449 phy->ops.read_reg = e1000_read_phy_reg_hv;
450 phy->ops.read_reg_locked = e1000_read_phy_reg_hv_locked;
451 phy->ops.read_reg_page = e1000_read_phy_reg_page_hv;
452 phy->ops.release = e1000_release_swflag_ich8lan;
453 phy->ops.reset = e1000_phy_hw_reset_ich8lan;
454 phy->ops.set_d0_lplu_state = e1000_set_lplu_state_pchlan;
455 phy->ops.set_d3_lplu_state = e1000_set_lplu_state_pchlan;
456 phy->ops.write_reg = e1000_write_phy_reg_hv;
457 phy->ops.write_reg_locked = e1000_write_phy_reg_hv_locked;
458 phy->ops.write_reg_page = e1000_write_phy_reg_page_hv;
459 phy->ops.power_up = e1000_power_up_phy_copper;
460 phy->ops.power_down = e1000_power_down_phy_copper_ich8lan;
461 phy->autoneg_mask = AUTONEG_ADVERTISE_SPEED_DEFAULT;
463 phy->id = e1000_phy_unknown;
465 ret_val = e1000_init_phy_workarounds_pchlan(hw);
469 if (phy->id == e1000_phy_unknown)
470 switch (hw->mac.type) {
472 ret_val = e1000_get_phy_id(hw);
475 if ((phy->id != 0) && (phy->id != PHY_REVISION_MASK))
480 /* In case the PHY needs to be in mdio slow mode,
481 * set slow mode and try to get the PHY id again.
483 ret_val = e1000_set_mdio_slow_mode_hv(hw);
486 ret_val = e1000_get_phy_id(hw);
491 phy->type = e1000_get_phy_type_from_id(phy->id);
494 case e1000_phy_82577:
495 case e1000_phy_82579:
497 phy->ops.check_polarity = e1000_check_polarity_82577;
498 phy->ops.force_speed_duplex =
499 e1000_phy_force_speed_duplex_82577;
500 phy->ops.get_cable_length = e1000_get_cable_length_82577;
501 phy->ops.get_info = e1000_get_phy_info_82577;
502 phy->ops.commit = e1000_phy_sw_reset_generic;
504 case e1000_phy_82578:
505 phy->ops.check_polarity = e1000_check_polarity_m88;
506 phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_m88;
507 phy->ops.get_cable_length = e1000_get_cable_length_m88;
508 phy->ops.get_info = e1000_get_phy_info_m88;
511 ret_val = -E1000_ERR_PHY;
519 * e1000_init_phy_params_ich8lan - Initialize PHY function pointers
520 * @hw: pointer to the HW structure
522 * Initialize family-specific PHY parameters and function pointers.
524 STATIC s32 e1000_init_phy_params_ich8lan(struct e1000_hw *hw)
526 struct e1000_phy_info *phy = &hw->phy;
530 DEBUGFUNC("e1000_init_phy_params_ich8lan");
533 phy->reset_delay_us = 100;
535 phy->ops.acquire = e1000_acquire_swflag_ich8lan;
536 phy->ops.check_reset_block = e1000_check_reset_block_ich8lan;
537 phy->ops.get_cable_length = e1000_get_cable_length_igp_2;
538 phy->ops.get_cfg_done = e1000_get_cfg_done_ich8lan;
539 phy->ops.read_reg = e1000_read_phy_reg_igp;
540 phy->ops.release = e1000_release_swflag_ich8lan;
541 phy->ops.reset = e1000_phy_hw_reset_ich8lan;
542 phy->ops.set_d0_lplu_state = e1000_set_d0_lplu_state_ich8lan;
543 phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_ich8lan;
544 phy->ops.write_reg = e1000_write_phy_reg_igp;
545 phy->ops.power_up = e1000_power_up_phy_copper;
546 phy->ops.power_down = e1000_power_down_phy_copper_ich8lan;
548 /* We may need to do this twice - once for IGP and if that fails,
549 * we'll set BM func pointers and try again
551 ret_val = e1000_determine_phy_address(hw);
553 phy->ops.write_reg = e1000_write_phy_reg_bm;
554 phy->ops.read_reg = e1000_read_phy_reg_bm;
555 ret_val = e1000_determine_phy_address(hw);
557 DEBUGOUT("Cannot determine PHY addr. Erroring out\n");
563 while ((e1000_phy_unknown == e1000_get_phy_type_from_id(phy->id)) &&
566 ret_val = e1000_get_phy_id(hw);
573 case IGP03E1000_E_PHY_ID:
574 phy->type = e1000_phy_igp_3;
575 phy->autoneg_mask = AUTONEG_ADVERTISE_SPEED_DEFAULT;
576 phy->ops.read_reg_locked = e1000_read_phy_reg_igp_locked;
577 phy->ops.write_reg_locked = e1000_write_phy_reg_igp_locked;
578 phy->ops.get_info = e1000_get_phy_info_igp;
579 phy->ops.check_polarity = e1000_check_polarity_igp;
580 phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_igp;
583 case IFE_PLUS_E_PHY_ID:
585 phy->type = e1000_phy_ife;
586 phy->autoneg_mask = E1000_ALL_NOT_GIG;
587 phy->ops.get_info = e1000_get_phy_info_ife;
588 phy->ops.check_polarity = e1000_check_polarity_ife;
589 phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_ife;
591 case BME1000_E_PHY_ID:
592 phy->type = e1000_phy_bm;
593 phy->autoneg_mask = AUTONEG_ADVERTISE_SPEED_DEFAULT;
594 phy->ops.read_reg = e1000_read_phy_reg_bm;
595 phy->ops.write_reg = e1000_write_phy_reg_bm;
596 phy->ops.commit = e1000_phy_sw_reset_generic;
597 phy->ops.get_info = e1000_get_phy_info_m88;
598 phy->ops.check_polarity = e1000_check_polarity_m88;
599 phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_m88;
602 return -E1000_ERR_PHY;
606 return E1000_SUCCESS;
610 * e1000_init_nvm_params_ich8lan - Initialize NVM function pointers
611 * @hw: pointer to the HW structure
613 * Initialize family-specific NVM parameters and function
616 STATIC s32 e1000_init_nvm_params_ich8lan(struct e1000_hw *hw)
618 struct e1000_nvm_info *nvm = &hw->nvm;
619 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
620 u32 gfpreg, sector_base_addr, sector_end_addr;
623 DEBUGFUNC("e1000_init_nvm_params_ich8lan");
625 /* Can't read flash registers if the register set isn't mapped. */
626 nvm->type = e1000_nvm_flash_sw;
627 if (!hw->flash_address) {
628 DEBUGOUT("ERROR: Flash registers not mapped\n");
629 return -E1000_ERR_CONFIG;
632 gfpreg = E1000_READ_FLASH_REG(hw, ICH_FLASH_GFPREG);
634 /* sector_X_addr is a "sector"-aligned address (4096 bytes)
635 * Add 1 to sector_end_addr since this sector is included in
638 sector_base_addr = gfpreg & FLASH_GFPREG_BASE_MASK;
639 sector_end_addr = ((gfpreg >> 16) & FLASH_GFPREG_BASE_MASK) + 1;
641 /* flash_base_addr is byte-aligned */
642 nvm->flash_base_addr = sector_base_addr << FLASH_SECTOR_ADDR_SHIFT;
644 /* find total size of the NVM, then cut in half since the total
645 * size represents two separate NVM banks.
647 nvm->flash_bank_size = ((sector_end_addr - sector_base_addr)
648 << FLASH_SECTOR_ADDR_SHIFT);
649 nvm->flash_bank_size /= 2;
650 /* Adjust to word count */
651 nvm->flash_bank_size /= sizeof(u16);
653 nvm->word_size = E1000_SHADOW_RAM_WORDS;
655 /* Clear shadow ram */
656 for (i = 0; i < nvm->word_size; i++) {
657 dev_spec->shadow_ram[i].modified = false;
658 dev_spec->shadow_ram[i].value = 0xFFFF;
661 E1000_MUTEX_INIT(&dev_spec->nvm_mutex);
662 E1000_MUTEX_INIT(&dev_spec->swflag_mutex);
664 /* Function Pointers */
665 nvm->ops.acquire = e1000_acquire_nvm_ich8lan;
666 nvm->ops.release = e1000_release_nvm_ich8lan;
667 nvm->ops.read = e1000_read_nvm_ich8lan;
668 nvm->ops.update = e1000_update_nvm_checksum_ich8lan;
669 nvm->ops.valid_led_default = e1000_valid_led_default_ich8lan;
670 nvm->ops.validate = e1000_validate_nvm_checksum_ich8lan;
671 nvm->ops.write = e1000_write_nvm_ich8lan;
673 return E1000_SUCCESS;
677 * e1000_init_mac_params_ich8lan - Initialize MAC function pointers
678 * @hw: pointer to the HW structure
680 * Initialize family-specific MAC parameters and function
683 STATIC s32 e1000_init_mac_params_ich8lan(struct e1000_hw *hw)
685 struct e1000_mac_info *mac = &hw->mac;
686 #if defined(QV_RELEASE) || !defined(NO_PCH_LPT_B0_SUPPORT)
688 #endif /* QV_RELEASE || !defined(NO_PCH_LPT_B0_SUPPORT) */
690 DEBUGFUNC("e1000_init_mac_params_ich8lan");
692 /* Set media type function pointer */
693 hw->phy.media_type = e1000_media_type_copper;
695 /* Set mta register count */
696 mac->mta_reg_count = 32;
697 /* Set rar entry count */
698 mac->rar_entry_count = E1000_ICH_RAR_ENTRIES;
699 if (mac->type == e1000_ich8lan)
700 mac->rar_entry_count--;
701 /* Set if part includes ASF firmware */
702 mac->asf_firmware_present = true;
704 mac->has_fwsm = true;
705 /* ARC subsystem not supported */
706 mac->arc_subsystem_valid = false;
707 /* Adaptive IFS supported */
708 mac->adaptive_ifs = true;
710 /* Function pointers */
712 /* bus type/speed/width */
713 mac->ops.get_bus_info = e1000_get_bus_info_ich8lan;
715 mac->ops.set_lan_id = e1000_set_lan_id_single_port;
717 mac->ops.reset_hw = e1000_reset_hw_ich8lan;
718 /* hw initialization */
719 mac->ops.init_hw = e1000_init_hw_ich8lan;
721 mac->ops.setup_link = e1000_setup_link_ich8lan;
722 /* physical interface setup */
723 mac->ops.setup_physical_interface = e1000_setup_copper_link_ich8lan;
725 mac->ops.check_for_link = e1000_check_for_copper_link_ich8lan;
727 mac->ops.get_link_up_info = e1000_get_link_up_info_ich8lan;
728 /* multicast address update */
729 mac->ops.update_mc_addr_list = e1000_update_mc_addr_list_generic;
730 /* clear hardware counters */
731 mac->ops.clear_hw_cntrs = e1000_clear_hw_cntrs_ich8lan;
733 /* LED and other operations */
738 /* check management mode */
739 mac->ops.check_mng_mode = e1000_check_mng_mode_ich8lan;
741 mac->ops.id_led_init = e1000_id_led_init_generic;
743 mac->ops.blink_led = e1000_blink_led_generic;
745 mac->ops.setup_led = e1000_setup_led_generic;
747 mac->ops.cleanup_led = e1000_cleanup_led_ich8lan;
748 /* turn on/off LED */
749 mac->ops.led_on = e1000_led_on_ich8lan;
750 mac->ops.led_off = e1000_led_off_ich8lan;
753 mac->rar_entry_count = E1000_PCH2_RAR_ENTRIES;
754 mac->ops.rar_set = e1000_rar_set_pch2lan;
757 #ifndef NO_NON_BLOCKING_PHY_MTA_UPDATE_SUPPORT
758 /* multicast address update for pch2 */
759 mac->ops.update_mc_addr_list =
760 e1000_update_mc_addr_list_pch2lan;
764 #if defined(QV_RELEASE) || !defined(NO_PCH_LPT_B0_SUPPORT)
765 /* save PCH revision_id */
766 e1000_read_pci_cfg(hw, E1000_PCI_REVISION_ID_REG, &pci_cfg);
767 hw->revision_id = (u8)(pci_cfg &= 0x000F);
768 #endif /* QV_RELEASE || !defined(NO_PCH_LPT_B0_SUPPORT) */
769 /* check management mode */
770 mac->ops.check_mng_mode = e1000_check_mng_mode_pchlan;
772 mac->ops.id_led_init = e1000_id_led_init_pchlan;
774 mac->ops.setup_led = e1000_setup_led_pchlan;
776 mac->ops.cleanup_led = e1000_cleanup_led_pchlan;
777 /* turn on/off LED */
778 mac->ops.led_on = e1000_led_on_pchlan;
779 mac->ops.led_off = e1000_led_off_pchlan;
785 if (mac->type == e1000_pch_lpt) {
786 mac->rar_entry_count = E1000_PCH_LPT_RAR_ENTRIES;
787 mac->ops.rar_set = e1000_rar_set_pch_lpt;
788 mac->ops.setup_physical_interface = e1000_setup_copper_link_pch_lpt;
791 /* Enable PCS Lock-loss workaround for ICH8 */
792 if (mac->type == e1000_ich8lan)
793 e1000_set_kmrn_lock_loss_workaround_ich8lan(hw, true);
795 return E1000_SUCCESS;
799 * __e1000_access_emi_reg_locked - Read/write EMI register
800 * @hw: pointer to the HW structure
801 * @addr: EMI address to program
802 * @data: pointer to value to read/write from/to the EMI address
803 * @read: boolean flag to indicate read or write
805 * This helper function assumes the SW/FW/HW Semaphore is already acquired.
807 STATIC s32 __e1000_access_emi_reg_locked(struct e1000_hw *hw, u16 address,
808 u16 *data, bool read)
812 DEBUGFUNC("__e1000_access_emi_reg_locked");
814 ret_val = hw->phy.ops.write_reg_locked(hw, I82579_EMI_ADDR, address);
819 ret_val = hw->phy.ops.read_reg_locked(hw, I82579_EMI_DATA,
822 ret_val = hw->phy.ops.write_reg_locked(hw, I82579_EMI_DATA,
829 * e1000_read_emi_reg_locked - Read Extended Management Interface register
830 * @hw: pointer to the HW structure
831 * @addr: EMI address to program
832 * @data: value to be read from the EMI address
834 * Assumes the SW/FW/HW Semaphore is already acquired.
836 s32 e1000_read_emi_reg_locked(struct e1000_hw *hw, u16 addr, u16 *data)
838 DEBUGFUNC("e1000_read_emi_reg_locked");
840 return __e1000_access_emi_reg_locked(hw, addr, data, true);
844 * e1000_write_emi_reg_locked - Write Extended Management Interface register
845 * @hw: pointer to the HW structure
846 * @addr: EMI address to program
847 * @data: value to be written to the EMI address
849 * Assumes the SW/FW/HW Semaphore is already acquired.
851 s32 e1000_write_emi_reg_locked(struct e1000_hw *hw, u16 addr, u16 data)
853 DEBUGFUNC("e1000_read_emi_reg_locked");
855 return __e1000_access_emi_reg_locked(hw, addr, &data, false);
859 * e1000_set_eee_pchlan - Enable/disable EEE support
860 * @hw: pointer to the HW structure
862 * Enable/disable EEE based on setting in dev_spec structure, the duplex of
863 * the link and the EEE capabilities of the link partner. The LPI Control
864 * register bits will remain set only if/when link is up.
866 * EEE LPI must not be asserted earlier than one second after link is up.
867 * On 82579, EEE LPI should not be enabled until such time otherwise there
868 * can be link issues with some switches. Other devices can have EEE LPI
869 * enabled immediately upon link up since they have a timer in hardware which
870 * prevents LPI from being asserted too early.
872 s32 e1000_set_eee_pchlan(struct e1000_hw *hw)
874 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
876 u16 lpa, pcs_status, adv, adv_addr, lpi_ctrl, data;
878 DEBUGFUNC("e1000_set_eee_pchlan");
880 switch (hw->phy.type) {
881 case e1000_phy_82579:
882 lpa = I82579_EEE_LP_ABILITY;
883 pcs_status = I82579_EEE_PCS_STATUS;
884 adv_addr = I82579_EEE_ADVERTISEMENT;
887 lpa = I217_EEE_LP_ABILITY;
888 pcs_status = I217_EEE_PCS_STATUS;
889 adv_addr = I217_EEE_ADVERTISEMENT;
892 return E1000_SUCCESS;
895 ret_val = hw->phy.ops.acquire(hw);
899 ret_val = hw->phy.ops.read_reg_locked(hw, I82579_LPI_CTRL, &lpi_ctrl);
903 /* Clear bits that enable EEE in various speeds */
904 lpi_ctrl &= ~I82579_LPI_CTRL_ENABLE_MASK;
906 /* Enable EEE if not disabled by user */
907 if (!dev_spec->eee_disable) {
908 /* Save off link partner's EEE ability */
909 ret_val = e1000_read_emi_reg_locked(hw, lpa,
910 &dev_spec->eee_lp_ability);
914 /* Read EEE advertisement */
915 ret_val = e1000_read_emi_reg_locked(hw, adv_addr, &adv);
919 /* Enable EEE only for speeds in which the link partner is
920 * EEE capable and for which we advertise EEE.
922 if (adv & dev_spec->eee_lp_ability & I82579_EEE_1000_SUPPORTED)
923 lpi_ctrl |= I82579_LPI_CTRL_1000_ENABLE;
925 if (adv & dev_spec->eee_lp_ability & I82579_EEE_100_SUPPORTED) {
926 hw->phy.ops.read_reg_locked(hw, PHY_LP_ABILITY, &data);
927 if (data & NWAY_LPAR_100TX_FD_CAPS)
928 lpi_ctrl |= I82579_LPI_CTRL_100_ENABLE;
930 /* EEE is not supported in 100Half, so ignore
931 * partner's EEE in 100 ability if full-duplex
934 dev_spec->eee_lp_ability &=
935 ~I82579_EEE_100_SUPPORTED;
939 if (hw->phy.type == e1000_phy_82579) {
940 ret_val = e1000_read_emi_reg_locked(hw, I82579_LPI_PLL_SHUT,
945 data &= ~I82579_LPI_100_PLL_SHUT;
946 ret_val = e1000_write_emi_reg_locked(hw, I82579_LPI_PLL_SHUT,
950 /* R/Clr IEEE MMD 3.1 bits 11:10 - Tx/Rx LPI Received */
951 ret_val = e1000_read_emi_reg_locked(hw, pcs_status, &data);
955 ret_val = hw->phy.ops.write_reg_locked(hw, I82579_LPI_CTRL, lpi_ctrl);
957 hw->phy.ops.release(hw);
963 * e1000_k1_workaround_lpt_lp - K1 workaround on Lynxpoint-LP
964 * @hw: pointer to the HW structure
965 * @link: link up bool flag
967 * When K1 is enabled for 1Gbps, the MAC can miss 2 DMA completion indications
968 * preventing further DMA write requests. Workaround the issue by disabling
969 * the de-assertion of the clock request when in 1Gpbs mode.
970 * Also, set appropriate Tx re-transmission timeouts for 10 and 100Half link
971 * speeds in order to avoid Tx hangs.
973 STATIC s32 e1000_k1_workaround_lpt_lp(struct e1000_hw *hw, bool link)
975 u32 fextnvm6 = E1000_READ_REG(hw, E1000_FEXTNVM6);
976 u32 status = E1000_READ_REG(hw, E1000_STATUS);
977 s32 ret_val = E1000_SUCCESS;
980 if (link && (status & E1000_STATUS_SPEED_1000)) {
981 ret_val = hw->phy.ops.acquire(hw);
986 e1000_read_kmrn_reg_locked(hw, E1000_KMRNCTRLSTA_K1_CONFIG,
992 e1000_write_kmrn_reg_locked(hw,
993 E1000_KMRNCTRLSTA_K1_CONFIG,
995 ~E1000_KMRNCTRLSTA_K1_ENABLE);
1001 E1000_WRITE_REG(hw, E1000_FEXTNVM6,
1002 fextnvm6 | E1000_FEXTNVM6_REQ_PLL_CLK);
1005 e1000_write_kmrn_reg_locked(hw,
1006 E1000_KMRNCTRLSTA_K1_CONFIG,
1009 hw->phy.ops.release(hw);
1011 /* clear FEXTNVM6 bit 8 on link down or 10/100 */
1012 fextnvm6 &= ~E1000_FEXTNVM6_REQ_PLL_CLK;
1014 if (!link || ((status & E1000_STATUS_SPEED_100) &&
1015 (status & E1000_STATUS_FD)))
1016 goto update_fextnvm6;
1018 ret_val = hw->phy.ops.read_reg(hw, I217_INBAND_CTRL, ®);
1022 /* Clear link status transmit timeout */
1023 reg &= ~I217_INBAND_CTRL_LINK_STAT_TX_TIMEOUT_MASK;
1025 if (status & E1000_STATUS_SPEED_100) {
1026 /* Set inband Tx timeout to 5x10us for 100Half */
1027 reg |= 5 << I217_INBAND_CTRL_LINK_STAT_TX_TIMEOUT_SHIFT;
1029 /* Do not extend the K1 entry latency for 100Half */
1030 fextnvm6 &= ~E1000_FEXTNVM6_ENABLE_K1_ENTRY_CONDITION;
1032 /* Set inband Tx timeout to 50x10us for 10Full/Half */
1034 I217_INBAND_CTRL_LINK_STAT_TX_TIMEOUT_SHIFT;
1036 /* Extend the K1 entry latency for 10 Mbps */
1037 fextnvm6 |= E1000_FEXTNVM6_ENABLE_K1_ENTRY_CONDITION;
1040 ret_val = hw->phy.ops.write_reg(hw, I217_INBAND_CTRL, reg);
1045 E1000_WRITE_REG(hw, E1000_FEXTNVM6, fextnvm6);
1053 * e1000_enable_ulp_lpt_lp - configure Ultra Low Power mode for LynxPoint-LP
1054 * @hw: pointer to the HW structure
1055 * @to_sx: boolean indicating a system power state transition to Sx
1057 * When link is down, configure ULP mode to significantly reduce the power
1058 * to the PHY. If on a Manageability Engine (ME) enabled system, tell the
1059 * ME firmware to start the ULP configuration. If not on an ME enabled
1060 * system, configure the ULP mode by software.
1062 s32 e1000_enable_ulp_lpt_lp(struct e1000_hw *hw, bool to_sx)
1065 s32 ret_val = E1000_SUCCESS;
1068 if ((hw->mac.type < e1000_pch_lpt) ||
1069 (hw->device_id == E1000_DEV_ID_PCH_LPT_I217_LM) ||
1070 (hw->device_id == E1000_DEV_ID_PCH_LPT_I217_V) ||
1071 (hw->device_id == E1000_DEV_ID_PCH_I218_LM2) ||
1072 (hw->device_id == E1000_DEV_ID_PCH_I218_V2) ||
1073 (hw->dev_spec.ich8lan.ulp_state == e1000_ulp_state_on))
1078 /* Poll up to 5 seconds for Cable Disconnected indication */
1079 while (!(E1000_READ_REG(hw, E1000_FEXT) &
1080 E1000_FEXT_PHY_CABLE_DISCONNECTED)) {
1081 /* Bail if link is re-acquired */
1082 if (E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU)
1083 return -E1000_ERR_PHY;
1089 DEBUGOUT2("CABLE_DISCONNECTED %s set after %dmsec\n",
1090 (E1000_READ_REG(hw, E1000_FEXT) &
1091 E1000_FEXT_PHY_CABLE_DISCONNECTED) ? "" : "not",
1093 if (!(E1000_READ_REG(hw, E1000_FEXT) &
1094 E1000_FEXT_PHY_CABLE_DISCONNECTED))
1098 if (E1000_READ_REG(hw, E1000_FWSM) & E1000_ICH_FWSM_FW_VALID) {
1099 /* Request ME configure ULP mode in the PHY */
1100 mac_reg = E1000_READ_REG(hw, E1000_H2ME);
1101 mac_reg |= E1000_H2ME_ULP | E1000_H2ME_ENFORCE_SETTINGS;
1102 E1000_WRITE_REG(hw, E1000_H2ME, mac_reg);
1107 ret_val = hw->phy.ops.acquire(hw);
1111 /* During S0 Idle keep the phy in PCI-E mode */
1112 if (hw->dev_spec.ich8lan.smbus_disable)
1115 /* Force SMBus mode in PHY */
1116 ret_val = e1000_read_phy_reg_hv_locked(hw, CV_SMB_CTRL, &phy_reg);
1119 phy_reg |= CV_SMB_CTRL_FORCE_SMBUS;
1120 e1000_write_phy_reg_hv_locked(hw, CV_SMB_CTRL, phy_reg);
1122 /* Force SMBus mode in MAC */
1123 mac_reg = E1000_READ_REG(hw, E1000_CTRL_EXT);
1124 mac_reg |= E1000_CTRL_EXT_FORCE_SMBUS;
1125 E1000_WRITE_REG(hw, E1000_CTRL_EXT, mac_reg);
1129 /* Change the 'Link Status Change' interrupt to trigger
1130 * on 'Cable Status Change'
1132 ret_val = e1000_read_kmrn_reg_locked(hw,
1133 E1000_KMRNCTRLSTA_OP_MODES,
1137 phy_reg |= E1000_KMRNCTRLSTA_OP_MODES_LSC2CSC;
1138 e1000_write_kmrn_reg_locked(hw, E1000_KMRNCTRLSTA_OP_MODES,
1142 /* Set Inband ULP Exit, Reset to SMBus mode and
1143 * Disable SMBus Release on PERST# in PHY
1145 ret_val = e1000_read_phy_reg_hv_locked(hw, I218_ULP_CONFIG1, &phy_reg);
1148 phy_reg |= (I218_ULP_CONFIG1_RESET_TO_SMBUS |
1149 I218_ULP_CONFIG1_DISABLE_SMB_PERST);
1151 if (E1000_READ_REG(hw, E1000_WUFC) & E1000_WUFC_LNKC)
1152 phy_reg |= I218_ULP_CONFIG1_WOL_HOST;
1154 phy_reg |= I218_ULP_CONFIG1_STICKY_ULP;
1156 phy_reg |= I218_ULP_CONFIG1_INBAND_EXIT;
1158 e1000_write_phy_reg_hv_locked(hw, I218_ULP_CONFIG1, phy_reg);
1160 /* Set Disable SMBus Release on PERST# in MAC */
1161 mac_reg = E1000_READ_REG(hw, E1000_FEXTNVM7);
1162 mac_reg |= E1000_FEXTNVM7_DISABLE_SMB_PERST;
1163 E1000_WRITE_REG(hw, E1000_FEXTNVM7, mac_reg);
1165 /* Commit ULP changes in PHY by starting auto ULP configuration */
1166 phy_reg |= I218_ULP_CONFIG1_START;
1167 e1000_write_phy_reg_hv_locked(hw, I218_ULP_CONFIG1, phy_reg);
1170 /* Disable Tx so that the MAC doesn't send any (buffered)
1171 * packets to the PHY.
1173 mac_reg = E1000_READ_REG(hw, E1000_TCTL);
1174 mac_reg &= ~E1000_TCTL_EN;
1175 E1000_WRITE_REG(hw, E1000_TCTL, mac_reg);
1178 hw->phy.ops.release(hw);
1181 DEBUGOUT1("Error in ULP enable flow: %d\n", ret_val);
1183 hw->dev_spec.ich8lan.ulp_state = e1000_ulp_state_on;
1189 * e1000_disable_ulp_lpt_lp - unconfigure Ultra Low Power mode for LynxPoint-LP
1190 * @hw: pointer to the HW structure
1191 * @force: boolean indicating whether or not to force disabling ULP
1193 * Un-configure ULP mode when link is up, the system is transitioned from
1194 * Sx or the driver is unloaded. If on a Manageability Engine (ME) enabled
1195 * system, poll for an indication from ME that ULP has been un-configured.
1196 * If not on an ME enabled system, un-configure the ULP mode by software.
1198 * During nominal operation, this function is called when link is acquired
1199 * to disable ULP mode (force=false); otherwise, for example when unloading
1200 * the driver or during Sx->S0 transitions, this is called with force=true
1201 * to forcibly disable ULP.
1203 * When the cable is plugged in while the device is in D0, a Cable Status
1204 * Change interrupt is generated which causes this function to be called
1205 * to partially disable ULP mode and restart autonegotiation. This function
1206 * is then called again due to the resulting Link Status Change interrupt
1207 * to finish cleaning up after the ULP flow.
1209 s32 e1000_disable_ulp_lpt_lp(struct e1000_hw *hw, bool force)
1211 s32 ret_val = E1000_SUCCESS;
1216 if ((hw->mac.type < e1000_pch_lpt) ||
1217 (hw->device_id == E1000_DEV_ID_PCH_LPT_I217_LM) ||
1218 (hw->device_id == E1000_DEV_ID_PCH_LPT_I217_V) ||
1219 (hw->device_id == E1000_DEV_ID_PCH_I218_LM2) ||
1220 (hw->device_id == E1000_DEV_ID_PCH_I218_V2) ||
1221 (hw->dev_spec.ich8lan.ulp_state == e1000_ulp_state_off))
1224 if (E1000_READ_REG(hw, E1000_FWSM) & E1000_ICH_FWSM_FW_VALID) {
1226 /* Request ME un-configure ULP mode in the PHY */
1227 mac_reg = E1000_READ_REG(hw, E1000_H2ME);
1228 mac_reg &= ~E1000_H2ME_ULP;
1229 mac_reg |= E1000_H2ME_ENFORCE_SETTINGS;
1230 E1000_WRITE_REG(hw, E1000_H2ME, mac_reg);
1233 /* Poll up to 100msec for ME to clear ULP_CFG_DONE */
1234 while (E1000_READ_REG(hw, E1000_FWSM) &
1235 E1000_FWSM_ULP_CFG_DONE) {
1237 ret_val = -E1000_ERR_PHY;
1243 DEBUGOUT1("ULP_CONFIG_DONE cleared after %dmsec\n", i * 10);
1246 mac_reg = E1000_READ_REG(hw, E1000_H2ME);
1247 mac_reg &= ~E1000_H2ME_ENFORCE_SETTINGS;
1248 E1000_WRITE_REG(hw, E1000_H2ME, mac_reg);
1250 /* Clear H2ME.ULP after ME ULP configuration */
1251 mac_reg = E1000_READ_REG(hw, E1000_H2ME);
1252 mac_reg &= ~E1000_H2ME_ULP;
1253 E1000_WRITE_REG(hw, E1000_H2ME, mac_reg);
1255 /* Restore link speed advertisements and restart
1258 if (hw->mac.autoneg) {
1259 ret_val = e1000_phy_setup_autoneg(hw);
1263 ret_val = e1000_setup_copper_link_generic(hw);
1267 ret_val = e1000_oem_bits_config_ich8lan(hw, true);
1273 ret_val = hw->phy.ops.acquire(hw);
1277 /* Revert the change to the 'Link Status Change'
1278 * interrupt to trigger on 'Cable Status Change'
1280 ret_val = e1000_read_kmrn_reg_locked(hw, E1000_KMRNCTRLSTA_OP_MODES,
1284 phy_reg &= ~E1000_KMRNCTRLSTA_OP_MODES_LSC2CSC;
1285 e1000_write_kmrn_reg_locked(hw, E1000_KMRNCTRLSTA_OP_MODES, phy_reg);
1288 /* Toggle LANPHYPC Value bit */
1289 e1000_toggle_lanphypc_pch_lpt(hw);
1291 /* Unforce SMBus mode in PHY */
1292 ret_val = e1000_read_phy_reg_hv_locked(hw, CV_SMB_CTRL, &phy_reg);
1294 /* The MAC might be in PCIe mode, so temporarily force to
1295 * SMBus mode in order to access the PHY.
1297 mac_reg = E1000_READ_REG(hw, E1000_CTRL_EXT);
1298 mac_reg |= E1000_CTRL_EXT_FORCE_SMBUS;
1299 E1000_WRITE_REG(hw, E1000_CTRL_EXT, mac_reg);
1303 ret_val = e1000_read_phy_reg_hv_locked(hw, CV_SMB_CTRL,
1308 phy_reg &= ~CV_SMB_CTRL_FORCE_SMBUS;
1309 e1000_write_phy_reg_hv_locked(hw, CV_SMB_CTRL, phy_reg);
1311 /* Unforce SMBus mode in MAC */
1312 mac_reg = E1000_READ_REG(hw, E1000_CTRL_EXT);
1313 mac_reg &= ~E1000_CTRL_EXT_FORCE_SMBUS;
1314 E1000_WRITE_REG(hw, E1000_CTRL_EXT, mac_reg);
1316 /* When ULP mode was previously entered, K1 was disabled by the
1317 * hardware. Re-Enable K1 in the PHY when exiting ULP.
1319 ret_val = e1000_read_phy_reg_hv_locked(hw, HV_PM_CTRL, &phy_reg);
1322 phy_reg |= HV_PM_CTRL_K1_ENABLE;
1323 e1000_write_phy_reg_hv_locked(hw, HV_PM_CTRL, phy_reg);
1325 /* Clear ULP enabled configuration */
1326 ret_val = e1000_read_phy_reg_hv_locked(hw, I218_ULP_CONFIG1, &phy_reg);
1329 /* CSC interrupt received due to ULP Indication */
1330 if ((phy_reg & I218_ULP_CONFIG1_IND) || force) {
1331 phy_reg &= ~(I218_ULP_CONFIG1_IND |
1332 I218_ULP_CONFIG1_STICKY_ULP |
1333 I218_ULP_CONFIG1_RESET_TO_SMBUS |
1334 I218_ULP_CONFIG1_WOL_HOST |
1335 I218_ULP_CONFIG1_INBAND_EXIT |
1336 I218_ULP_CONFIG1_DISABLE_SMB_PERST);
1337 e1000_write_phy_reg_hv_locked(hw, I218_ULP_CONFIG1, phy_reg);
1339 /* Commit ULP changes by starting auto ULP configuration */
1340 phy_reg |= I218_ULP_CONFIG1_START;
1341 e1000_write_phy_reg_hv_locked(hw, I218_ULP_CONFIG1, phy_reg);
1343 /* Clear Disable SMBus Release on PERST# in MAC */
1344 mac_reg = E1000_READ_REG(hw, E1000_FEXTNVM7);
1345 mac_reg &= ~E1000_FEXTNVM7_DISABLE_SMB_PERST;
1346 E1000_WRITE_REG(hw, E1000_FEXTNVM7, mac_reg);
1349 hw->phy.ops.release(hw);
1351 if (hw->mac.autoneg)
1352 e1000_phy_setup_autoneg(hw);
1354 e1000_sw_lcd_config_ich8lan(hw);
1356 e1000_oem_bits_config_ich8lan(hw, true);
1358 /* Set ULP state to unknown and return non-zero to
1359 * indicate no link (yet) and re-enter on the next LSC
1360 * to finish disabling ULP flow.
1362 hw->dev_spec.ich8lan.ulp_state =
1363 e1000_ulp_state_unknown;
1370 mac_reg = E1000_READ_REG(hw, E1000_TCTL);
1371 mac_reg |= E1000_TCTL_EN;
1372 E1000_WRITE_REG(hw, E1000_TCTL, mac_reg);
1375 hw->phy.ops.release(hw);
1377 hw->phy.ops.reset(hw);
1382 DEBUGOUT1("Error in ULP disable flow: %d\n", ret_val);
1384 hw->dev_spec.ich8lan.ulp_state = e1000_ulp_state_off;
1389 #endif /* ULP_SUPPORT */
1391 * e1000_check_for_copper_link_ich8lan - Check for link (Copper)
1392 * @hw: pointer to the HW structure
1394 * Checks to see of the link status of the hardware has changed. If a
1395 * change in link status has been detected, then we read the PHY registers
1396 * to get the current speed/duplex if link exists.
1398 STATIC s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw)
1400 struct e1000_mac_info *mac = &hw->mac;
1401 s32 ret_val, tipg_reg = 0;
1402 u16 emi_addr, emi_val = 0;
1406 DEBUGFUNC("e1000_check_for_copper_link_ich8lan");
1408 /* We only want to go out to the PHY registers to see if Auto-Neg
1409 * has completed and/or if our link status has changed. The
1410 * get_link_status flag is set upon receiving a Link Status
1411 * Change or Rx Sequence Error interrupt.
1413 if (!mac->get_link_status)
1414 return E1000_SUCCESS;
1416 if ((hw->mac.type < e1000_pch_lpt) ||
1417 (hw->device_id == E1000_DEV_ID_PCH_LPT_I217_LM) ||
1418 (hw->device_id == E1000_DEV_ID_PCH_LPT_I217_V)) {
1419 /* First we want to see if the MII Status Register reports
1420 * link. If so, then we want to get the current speed/duplex
1423 ret_val = e1000_phy_has_link_generic(hw, 1, 0, &link);
1427 /* Check the MAC's STATUS register to determine link state
1428 * since the PHY could be inaccessible while in ULP mode.
1430 link = !!(E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU);
1432 ret_val = e1000_disable_ulp_lpt_lp(hw, false);
1434 ret_val = e1000_enable_ulp_lpt_lp(hw, false);
1440 if (hw->mac.type == e1000_pchlan) {
1441 ret_val = e1000_k1_gig_workaround_hv(hw, link);
1446 /* When connected at 10Mbps half-duplex, some parts are excessively
1447 * aggressive resulting in many collisions. To avoid this, increase
1448 * the IPG and reduce Rx latency in the PHY.
1450 if (((hw->mac.type == e1000_pch2lan) ||
1451 (hw->mac.type == e1000_pch_lpt)) && link) {
1454 e1000_get_speed_and_duplex_copper_generic(hw, &speed, &duplex);
1455 tipg_reg = E1000_READ_REG(hw, E1000_TIPG);
1456 tipg_reg &= ~E1000_TIPG_IPGT_MASK;
1458 if (duplex == HALF_DUPLEX && speed == SPEED_10) {
1460 /* Reduce Rx latency in analog PHY */
1463 /* Roll back the default values */
1468 E1000_WRITE_REG(hw, E1000_TIPG, tipg_reg);
1470 ret_val = hw->phy.ops.acquire(hw);
1474 if (hw->mac.type == e1000_pch2lan)
1475 emi_addr = I82579_RX_CONFIG;
1477 emi_addr = I217_RX_CONFIG;
1478 ret_val = e1000_write_emi_reg_locked(hw, emi_addr, emi_val);
1480 hw->phy.ops.release(hw);
1486 /* I217 Packet Loss issue:
1487 * ensure that FEXTNVM4 Beacon Duration is set correctly
1489 * Set the Beacon Duration for I217 to 8 usec
1491 if (hw->mac.type == e1000_pch_lpt) {
1494 mac_reg = E1000_READ_REG(hw, E1000_FEXTNVM4);
1495 mac_reg &= ~E1000_FEXTNVM4_BEACON_DURATION_MASK;
1496 mac_reg |= E1000_FEXTNVM4_BEACON_DURATION_8USEC;
1497 E1000_WRITE_REG(hw, E1000_FEXTNVM4, mac_reg);
1500 /* Work-around I218 hang issue */
1501 if ((hw->device_id == E1000_DEV_ID_PCH_LPTLP_I218_LM) ||
1502 (hw->device_id == E1000_DEV_ID_PCH_LPTLP_I218_V) ||
1503 (hw->device_id == E1000_DEV_ID_PCH_I218_LM3) ||
1504 (hw->device_id == E1000_DEV_ID_PCH_I218_V3)) {
1505 ret_val = e1000_k1_workaround_lpt_lp(hw, link);
1509 /* Clear link partner's EEE ability */
1510 hw->dev_spec.ich8lan.eee_lp_ability = 0;
1512 /* Configure K0s minimum time */
1513 if (hw->mac.type == e1000_pch_lpt) {
1514 e1000_configure_k0s_lpt(hw, K1_ENTRY_LATENCY, K1_MIN_TIME);
1518 return E1000_SUCCESS; /* No link detected */
1520 mac->get_link_status = false;
1522 switch (hw->mac.type) {
1524 ret_val = e1000_k1_workaround_lv(hw);
1529 if (hw->phy.type == e1000_phy_82578) {
1530 ret_val = e1000_link_stall_workaround_hv(hw);
1535 /* Workaround for PCHx parts in half-duplex:
1536 * Set the number of preambles removed from the packet
1537 * when it is passed from the PHY to the MAC to prevent
1538 * the MAC from misinterpreting the packet type.
1540 hw->phy.ops.read_reg(hw, HV_KMRN_FIFO_CTRLSTA, &phy_reg);
1541 phy_reg &= ~HV_KMRN_FIFO_CTRLSTA_PREAMBLE_MASK;
1543 if ((E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_FD) !=
1545 phy_reg |= (1 << HV_KMRN_FIFO_CTRLSTA_PREAMBLE_SHIFT);
1547 hw->phy.ops.write_reg(hw, HV_KMRN_FIFO_CTRLSTA, phy_reg);
1553 /* Check if there was DownShift, must be checked
1554 * immediately after link-up
1556 e1000_check_downshift_generic(hw);
1558 /* Enable/Disable EEE after link up */
1559 if (hw->phy.type > e1000_phy_82579) {
1560 ret_val = e1000_set_eee_pchlan(hw);
1565 /* If we are forcing speed/duplex, then we simply return since
1566 * we have already determined whether we have link or not.
1569 return -E1000_ERR_CONFIG;
1571 /* Auto-Neg is enabled. Auto Speed Detection takes care
1572 * of MAC speed/duplex configuration. So we only need to
1573 * configure Collision Distance in the MAC.
1575 mac->ops.config_collision_dist(hw);
1577 /* Configure Flow Control now that Auto-Neg has completed.
1578 * First, we need to restore the desired flow control
1579 * settings because we may have had to re-autoneg with a
1580 * different link partner.
1582 ret_val = e1000_config_fc_after_link_up_generic(hw);
1584 DEBUGOUT("Error configuring flow control\n");
1590 * e1000_init_function_pointers_ich8lan - Initialize ICH8 function pointers
1591 * @hw: pointer to the HW structure
1593 * Initialize family-specific function pointers for PHY, MAC, and NVM.
1595 void e1000_init_function_pointers_ich8lan(struct e1000_hw *hw)
1597 DEBUGFUNC("e1000_init_function_pointers_ich8lan");
1599 hw->mac.ops.init_params = e1000_init_mac_params_ich8lan;
1600 hw->nvm.ops.init_params = e1000_init_nvm_params_ich8lan;
1601 switch (hw->mac.type) {
1604 case e1000_ich10lan:
1605 hw->phy.ops.init_params = e1000_init_phy_params_ich8lan;
1610 hw->phy.ops.init_params = e1000_init_phy_params_pchlan;
1618 * e1000_acquire_nvm_ich8lan - Acquire NVM mutex
1619 * @hw: pointer to the HW structure
1621 * Acquires the mutex for performing NVM operations.
1623 STATIC s32 e1000_acquire_nvm_ich8lan(struct e1000_hw *hw)
1625 DEBUGFUNC("e1000_acquire_nvm_ich8lan");
1627 E1000_MUTEX_LOCK(&hw->dev_spec.ich8lan.nvm_mutex);
1629 return E1000_SUCCESS;
1633 * e1000_release_nvm_ich8lan - Release NVM mutex
1634 * @hw: pointer to the HW structure
1636 * Releases the mutex used while performing NVM operations.
1638 STATIC void e1000_release_nvm_ich8lan(struct e1000_hw *hw)
1640 DEBUGFUNC("e1000_release_nvm_ich8lan");
1642 E1000_MUTEX_UNLOCK(&hw->dev_spec.ich8lan.nvm_mutex);
1648 * e1000_acquire_swflag_ich8lan - Acquire software control flag
1649 * @hw: pointer to the HW structure
1651 * Acquires the software control flag for performing PHY and select
1654 STATIC s32 e1000_acquire_swflag_ich8lan(struct e1000_hw *hw)
1656 u32 extcnf_ctrl, timeout = PHY_CFG_TIMEOUT;
1657 s32 ret_val = E1000_SUCCESS;
1659 DEBUGFUNC("e1000_acquire_swflag_ich8lan");
1661 E1000_MUTEX_LOCK(&hw->dev_spec.ich8lan.swflag_mutex);
1664 extcnf_ctrl = E1000_READ_REG(hw, E1000_EXTCNF_CTRL);
1665 if (!(extcnf_ctrl & E1000_EXTCNF_CTRL_SWFLAG))
1673 DEBUGOUT("SW has already locked the resource.\n");
1674 ret_val = -E1000_ERR_CONFIG;
1678 timeout = SW_FLAG_TIMEOUT;
1680 extcnf_ctrl |= E1000_EXTCNF_CTRL_SWFLAG;
1681 E1000_WRITE_REG(hw, E1000_EXTCNF_CTRL, extcnf_ctrl);
1684 extcnf_ctrl = E1000_READ_REG(hw, E1000_EXTCNF_CTRL);
1685 if (extcnf_ctrl & E1000_EXTCNF_CTRL_SWFLAG)
1693 DEBUGOUT2("Failed to acquire the semaphore, FW or HW has it: FWSM=0x%8.8x EXTCNF_CTRL=0x%8.8x)\n",
1694 E1000_READ_REG(hw, E1000_FWSM), extcnf_ctrl);
1695 extcnf_ctrl &= ~E1000_EXTCNF_CTRL_SWFLAG;
1696 E1000_WRITE_REG(hw, E1000_EXTCNF_CTRL, extcnf_ctrl);
1697 ret_val = -E1000_ERR_CONFIG;
1703 E1000_MUTEX_UNLOCK(&hw->dev_spec.ich8lan.swflag_mutex);
1709 * e1000_release_swflag_ich8lan - Release software control flag
1710 * @hw: pointer to the HW structure
1712 * Releases the software control flag for performing PHY and select
1715 STATIC void e1000_release_swflag_ich8lan(struct e1000_hw *hw)
1719 DEBUGFUNC("e1000_release_swflag_ich8lan");
1721 extcnf_ctrl = E1000_READ_REG(hw, E1000_EXTCNF_CTRL);
1723 if (extcnf_ctrl & E1000_EXTCNF_CTRL_SWFLAG) {
1724 extcnf_ctrl &= ~E1000_EXTCNF_CTRL_SWFLAG;
1725 E1000_WRITE_REG(hw, E1000_EXTCNF_CTRL, extcnf_ctrl);
1727 DEBUGOUT("Semaphore unexpectedly released by sw/fw/hw\n");
1730 E1000_MUTEX_UNLOCK(&hw->dev_spec.ich8lan.swflag_mutex);
1736 * e1000_check_mng_mode_ich8lan - Checks management mode
1737 * @hw: pointer to the HW structure
1739 * This checks if the adapter has any manageability enabled.
1740 * This is a function pointer entry point only called by read/write
1741 * routines for the PHY and NVM parts.
1743 STATIC bool e1000_check_mng_mode_ich8lan(struct e1000_hw *hw)
1747 DEBUGFUNC("e1000_check_mng_mode_ich8lan");
1749 fwsm = E1000_READ_REG(hw, E1000_FWSM);
1751 return (fwsm & E1000_ICH_FWSM_FW_VALID) &&
1752 ((fwsm & E1000_FWSM_MODE_MASK) ==
1753 (E1000_ICH_MNG_IAMT_MODE << E1000_FWSM_MODE_SHIFT));
1757 * e1000_check_mng_mode_pchlan - Checks management mode
1758 * @hw: pointer to the HW structure
1760 * This checks if the adapter has iAMT enabled.
1761 * This is a function pointer entry point only called by read/write
1762 * routines for the PHY and NVM parts.
1764 STATIC bool e1000_check_mng_mode_pchlan(struct e1000_hw *hw)
1768 DEBUGFUNC("e1000_check_mng_mode_pchlan");
1770 fwsm = E1000_READ_REG(hw, E1000_FWSM);
1772 return (fwsm & E1000_ICH_FWSM_FW_VALID) &&
1773 (fwsm & (E1000_ICH_MNG_IAMT_MODE << E1000_FWSM_MODE_SHIFT));
1777 * e1000_rar_set_pch2lan - Set receive address register
1778 * @hw: pointer to the HW structure
1779 * @addr: pointer to the receive address
1780 * @index: receive address array register
1782 * Sets the receive address array register at index to the address passed
1783 * in by addr. For 82579, RAR[0] is the base address register that is to
1784 * contain the MAC address but RAR[1-6] are reserved for manageability (ME).
1785 * Use SHRA[0-3] in place of those reserved for ME.
1787 STATIC int e1000_rar_set_pch2lan(struct e1000_hw *hw, u8 *addr, u32 index)
1789 u32 rar_low, rar_high;
1791 DEBUGFUNC("e1000_rar_set_pch2lan");
1793 /* HW expects these in little endian so we reverse the byte order
1794 * from network order (big endian) to little endian
1796 rar_low = ((u32) addr[0] |
1797 ((u32) addr[1] << 8) |
1798 ((u32) addr[2] << 16) | ((u32) addr[3] << 24));
1800 rar_high = ((u32) addr[4] | ((u32) addr[5] << 8));
1802 /* If MAC address zero, no need to set the AV bit */
1803 if (rar_low || rar_high)
1804 rar_high |= E1000_RAH_AV;
1807 E1000_WRITE_REG(hw, E1000_RAL(index), rar_low);
1808 E1000_WRITE_FLUSH(hw);
1809 E1000_WRITE_REG(hw, E1000_RAH(index), rar_high);
1810 E1000_WRITE_FLUSH(hw);
1811 return E1000_SUCCESS;
1814 /* RAR[1-6] are owned by manageability. Skip those and program the
1815 * next address into the SHRA register array.
1817 if (index < (u32) (hw->mac.rar_entry_count)) {
1820 ret_val = e1000_acquire_swflag_ich8lan(hw);
1824 E1000_WRITE_REG(hw, E1000_SHRAL(index - 1), rar_low);
1825 E1000_WRITE_FLUSH(hw);
1826 E1000_WRITE_REG(hw, E1000_SHRAH(index - 1), rar_high);
1827 E1000_WRITE_FLUSH(hw);
1829 e1000_release_swflag_ich8lan(hw);
1831 /* verify the register updates */
1832 if ((E1000_READ_REG(hw, E1000_SHRAL(index - 1)) == rar_low) &&
1833 (E1000_READ_REG(hw, E1000_SHRAH(index - 1)) == rar_high))
1834 return E1000_SUCCESS;
1836 DEBUGOUT2("SHRA[%d] might be locked by ME - FWSM=0x%8.8x\n",
1837 (index - 1), E1000_READ_REG(hw, E1000_FWSM));
1841 DEBUGOUT1("Failed to write receive address at index %d\n", index);
1842 return -E1000_ERR_CONFIG;
1846 * e1000_rar_set_pch_lpt - Set receive address registers
1847 * @hw: pointer to the HW structure
1848 * @addr: pointer to the receive address
1849 * @index: receive address array register
1851 * Sets the receive address register array at index to the address passed
1852 * in by addr. For LPT, RAR[0] is the base address register that is to
1853 * contain the MAC address. SHRA[0-10] are the shared receive address
1854 * registers that are shared between the Host and manageability engine (ME).
1856 STATIC int e1000_rar_set_pch_lpt(struct e1000_hw *hw, u8 *addr, u32 index)
1858 u32 rar_low, rar_high;
1861 DEBUGFUNC("e1000_rar_set_pch_lpt");
1863 /* HW expects these in little endian so we reverse the byte order
1864 * from network order (big endian) to little endian
1866 rar_low = ((u32) addr[0] | ((u32) addr[1] << 8) |
1867 ((u32) addr[2] << 16) | ((u32) addr[3] << 24));
1869 rar_high = ((u32) addr[4] | ((u32) addr[5] << 8));
1871 /* If MAC address zero, no need to set the AV bit */
1872 if (rar_low || rar_high)
1873 rar_high |= E1000_RAH_AV;
1876 E1000_WRITE_REG(hw, E1000_RAL(index), rar_low);
1877 E1000_WRITE_FLUSH(hw);
1878 E1000_WRITE_REG(hw, E1000_RAH(index), rar_high);
1879 E1000_WRITE_FLUSH(hw);
1880 return E1000_SUCCESS;
1883 /* The manageability engine (ME) can lock certain SHRAR registers that
1884 * it is using - those registers are unavailable for use.
1886 if (index < hw->mac.rar_entry_count) {
1887 wlock_mac = E1000_READ_REG(hw, E1000_FWSM) &
1888 E1000_FWSM_WLOCK_MAC_MASK;
1889 wlock_mac >>= E1000_FWSM_WLOCK_MAC_SHIFT;
1891 /* Check if all SHRAR registers are locked */
1895 if ((wlock_mac == 0) || (index <= wlock_mac)) {
1898 ret_val = e1000_acquire_swflag_ich8lan(hw);
1903 E1000_WRITE_REG(hw, E1000_SHRAL_PCH_LPT(index - 1),
1905 E1000_WRITE_FLUSH(hw);
1906 E1000_WRITE_REG(hw, E1000_SHRAH_PCH_LPT(index - 1),
1908 E1000_WRITE_FLUSH(hw);
1910 e1000_release_swflag_ich8lan(hw);
1912 /* verify the register updates */
1913 if ((E1000_READ_REG(hw, E1000_SHRAL_PCH_LPT(index - 1)) == rar_low) &&
1914 (E1000_READ_REG(hw, E1000_SHRAH_PCH_LPT(index - 1)) == rar_high))
1915 return E1000_SUCCESS;
1920 DEBUGOUT1("Failed to write receive address at index %d\n", index);
1921 return -E1000_ERR_CONFIG;
1924 #ifndef NO_NON_BLOCKING_PHY_MTA_UPDATE_SUPPORT
1926 * e1000_update_mc_addr_list_pch2lan - Update Multicast addresses
1927 * @hw: pointer to the HW structure
1928 * @mc_addr_list: array of multicast addresses to program
1929 * @mc_addr_count: number of multicast addresses to program
1931 * Updates entire Multicast Table Array of the PCH2 MAC and PHY.
1932 * The caller must have a packed mc_addr_list of multicast addresses.
1934 STATIC void e1000_update_mc_addr_list_pch2lan(struct e1000_hw *hw,
1942 DEBUGFUNC("e1000_update_mc_addr_list_pch2lan");
1944 e1000_update_mc_addr_list_generic(hw, mc_addr_list, mc_addr_count);
1946 ret_val = hw->phy.ops.acquire(hw);
1950 ret_val = e1000_enable_phy_wakeup_reg_access_bm(hw, &phy_reg);
1954 for (i = 0; i < hw->mac.mta_reg_count; i++) {
1955 hw->phy.ops.write_reg_page(hw, BM_MTA(i),
1956 (u16)(hw->mac.mta_shadow[i] &
1958 hw->phy.ops.write_reg_page(hw, (BM_MTA(i) + 1),
1959 (u16)((hw->mac.mta_shadow[i] >> 16) &
1963 e1000_disable_phy_wakeup_reg_access_bm(hw, &phy_reg);
1966 hw->phy.ops.release(hw);
1969 #endif /* NO_NON_BLOCKING_PHY_MTA_UPDATE_SUPPORT */
1971 * e1000_check_reset_block_ich8lan - Check if PHY reset is blocked
1972 * @hw: pointer to the HW structure
1974 * Checks if firmware is blocking the reset of the PHY.
1975 * This is a function pointer entry point only called by
1978 STATIC s32 e1000_check_reset_block_ich8lan(struct e1000_hw *hw)
1981 bool blocked = false;
1984 DEBUGFUNC("e1000_check_reset_block_ich8lan");
1987 fwsm = E1000_READ_REG(hw, E1000_FWSM);
1988 if (!(fwsm & E1000_ICH_FWSM_RSPCIPHY)) {
1994 } while (blocked && (i++ < 10));
1995 return blocked ? E1000_BLK_PHY_RESET : E1000_SUCCESS;
1999 * e1000_write_smbus_addr - Write SMBus address to PHY needed during Sx states
2000 * @hw: pointer to the HW structure
2002 * Assumes semaphore already acquired.
2005 STATIC s32 e1000_write_smbus_addr(struct e1000_hw *hw)
2008 u32 strap = E1000_READ_REG(hw, E1000_STRAP);
2009 u32 freq = (strap & E1000_STRAP_SMT_FREQ_MASK) >>
2010 E1000_STRAP_SMT_FREQ_SHIFT;
2013 strap &= E1000_STRAP_SMBUS_ADDRESS_MASK;
2015 ret_val = e1000_read_phy_reg_hv_locked(hw, HV_SMB_ADDR, &phy_data);
2019 phy_data &= ~HV_SMB_ADDR_MASK;
2020 phy_data |= (strap >> E1000_STRAP_SMBUS_ADDRESS_SHIFT);
2021 phy_data |= HV_SMB_ADDR_PEC_EN | HV_SMB_ADDR_VALID;
2023 if (hw->phy.type == e1000_phy_i217) {
2024 /* Restore SMBus frequency */
2026 phy_data &= ~HV_SMB_ADDR_FREQ_MASK;
2027 phy_data |= (freq & (1 << 0)) <<
2028 HV_SMB_ADDR_FREQ_LOW_SHIFT;
2029 phy_data |= (freq & (1 << 1)) <<
2030 (HV_SMB_ADDR_FREQ_HIGH_SHIFT - 1);
2032 DEBUGOUT("Unsupported SMB frequency in PHY\n");
2036 return e1000_write_phy_reg_hv_locked(hw, HV_SMB_ADDR, phy_data);
2040 * e1000_sw_lcd_config_ich8lan - SW-based LCD Configuration
2041 * @hw: pointer to the HW structure
2043 * SW should configure the LCD from the NVM extended configuration region
2044 * as a workaround for certain parts.
2046 STATIC s32 e1000_sw_lcd_config_ich8lan(struct e1000_hw *hw)
2048 struct e1000_phy_info *phy = &hw->phy;
2049 u32 i, data, cnf_size, cnf_base_addr, sw_cfg_mask;
2050 s32 ret_val = E1000_SUCCESS;
2051 u16 word_addr, reg_data, reg_addr, phy_page = 0;
2053 DEBUGFUNC("e1000_sw_lcd_config_ich8lan");
2055 /* Initialize the PHY from the NVM on ICH platforms. This
2056 * is needed due to an issue where the NVM configuration is
2057 * not properly autoloaded after power transitions.
2058 * Therefore, after each PHY reset, we will load the
2059 * configuration data out of the NVM manually.
2061 switch (hw->mac.type) {
2063 if (phy->type != e1000_phy_igp_3)
2066 if ((hw->device_id == E1000_DEV_ID_ICH8_IGP_AMT) ||
2067 (hw->device_id == E1000_DEV_ID_ICH8_IGP_C)) {
2068 sw_cfg_mask = E1000_FEXTNVM_SW_CONFIG;
2075 sw_cfg_mask = E1000_FEXTNVM_SW_CONFIG_ICH8M;
2081 ret_val = hw->phy.ops.acquire(hw);
2085 data = E1000_READ_REG(hw, E1000_FEXTNVM);
2086 if (!(data & sw_cfg_mask))
2089 /* Make sure HW does not configure LCD from PHY
2090 * extended configuration before SW configuration
2092 data = E1000_READ_REG(hw, E1000_EXTCNF_CTRL);
2093 if ((hw->mac.type < e1000_pch2lan) &&
2094 (data & E1000_EXTCNF_CTRL_LCD_WRITE_ENABLE))
2097 cnf_size = E1000_READ_REG(hw, E1000_EXTCNF_SIZE);
2098 cnf_size &= E1000_EXTCNF_SIZE_EXT_PCIE_LENGTH_MASK;
2099 cnf_size >>= E1000_EXTCNF_SIZE_EXT_PCIE_LENGTH_SHIFT;
2103 cnf_base_addr = data & E1000_EXTCNF_CTRL_EXT_CNF_POINTER_MASK;
2104 cnf_base_addr >>= E1000_EXTCNF_CTRL_EXT_CNF_POINTER_SHIFT;
2106 if (((hw->mac.type == e1000_pchlan) &&
2107 !(data & E1000_EXTCNF_CTRL_OEM_WRITE_ENABLE)) ||
2108 (hw->mac.type > e1000_pchlan)) {
2109 /* HW configures the SMBus address and LEDs when the
2110 * OEM and LCD Write Enable bits are set in the NVM.
2111 * When both NVM bits are cleared, SW will configure
2114 ret_val = e1000_write_smbus_addr(hw);
2118 data = E1000_READ_REG(hw, E1000_LEDCTL);
2119 ret_val = e1000_write_phy_reg_hv_locked(hw, HV_LED_CONFIG,
2125 /* Configure LCD from extended configuration region. */
2127 /* cnf_base_addr is in DWORD */
2128 word_addr = (u16)(cnf_base_addr << 1);
2130 for (i = 0; i < cnf_size; i++) {
2131 ret_val = hw->nvm.ops.read(hw, (word_addr + i * 2), 1,
2136 ret_val = hw->nvm.ops.read(hw, (word_addr + i * 2 + 1),
2141 /* Save off the PHY page for future writes. */
2142 if (reg_addr == IGP01E1000_PHY_PAGE_SELECT) {
2143 phy_page = reg_data;
2147 reg_addr &= PHY_REG_MASK;
2148 reg_addr |= phy_page;
2150 ret_val = phy->ops.write_reg_locked(hw, (u32)reg_addr,
2157 hw->phy.ops.release(hw);
2162 * e1000_k1_gig_workaround_hv - K1 Si workaround
2163 * @hw: pointer to the HW structure
2164 * @link: link up bool flag
2166 * If K1 is enabled for 1Gbps, the MAC might stall when transitioning
2167 * from a lower speed. This workaround disables K1 whenever link is at 1Gig
2168 * If link is down, the function will restore the default K1 setting located
2171 STATIC s32 e1000_k1_gig_workaround_hv(struct e1000_hw *hw, bool link)
2173 s32 ret_val = E1000_SUCCESS;
2175 bool k1_enable = hw->dev_spec.ich8lan.nvm_k1_enabled;
2177 DEBUGFUNC("e1000_k1_gig_workaround_hv");
2179 if (hw->mac.type != e1000_pchlan)
2180 return E1000_SUCCESS;
2182 /* Wrap the whole flow with the sw flag */
2183 ret_val = hw->phy.ops.acquire(hw);
2187 /* Disable K1 when link is 1Gbps, otherwise use the NVM setting */
2189 if (hw->phy.type == e1000_phy_82578) {
2190 ret_val = hw->phy.ops.read_reg_locked(hw, BM_CS_STATUS,
2195 status_reg &= (BM_CS_STATUS_LINK_UP |
2196 BM_CS_STATUS_RESOLVED |
2197 BM_CS_STATUS_SPEED_MASK);
2199 if (status_reg == (BM_CS_STATUS_LINK_UP |
2200 BM_CS_STATUS_RESOLVED |
2201 BM_CS_STATUS_SPEED_1000))
2205 if (hw->phy.type == e1000_phy_82577) {
2206 ret_val = hw->phy.ops.read_reg_locked(hw, HV_M_STATUS,
2211 status_reg &= (HV_M_STATUS_LINK_UP |
2212 HV_M_STATUS_AUTONEG_COMPLETE |
2213 HV_M_STATUS_SPEED_MASK);
2215 if (status_reg == (HV_M_STATUS_LINK_UP |
2216 HV_M_STATUS_AUTONEG_COMPLETE |
2217 HV_M_STATUS_SPEED_1000))
2221 /* Link stall fix for link up */
2222 ret_val = hw->phy.ops.write_reg_locked(hw, PHY_REG(770, 19),
2228 /* Link stall fix for link down */
2229 ret_val = hw->phy.ops.write_reg_locked(hw, PHY_REG(770, 19),
2235 ret_val = e1000_configure_k1_ich8lan(hw, k1_enable);
2238 hw->phy.ops.release(hw);
2244 * e1000_configure_k1_ich8lan - Configure K1 power state
2245 * @hw: pointer to the HW structure
2246 * @enable: K1 state to configure
2248 * Configure the K1 power state based on the provided parameter.
2249 * Assumes semaphore already acquired.
2251 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
2253 s32 e1000_configure_k1_ich8lan(struct e1000_hw *hw, bool k1_enable)
2261 DEBUGFUNC("e1000_configure_k1_ich8lan");
2263 ret_val = e1000_read_kmrn_reg_locked(hw, E1000_KMRNCTRLSTA_K1_CONFIG,
2269 kmrn_reg |= E1000_KMRNCTRLSTA_K1_ENABLE;
2271 kmrn_reg &= ~E1000_KMRNCTRLSTA_K1_ENABLE;
2273 ret_val = e1000_write_kmrn_reg_locked(hw, E1000_KMRNCTRLSTA_K1_CONFIG,
2279 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT);
2280 ctrl_reg = E1000_READ_REG(hw, E1000_CTRL);
2282 reg = ctrl_reg & ~(E1000_CTRL_SPD_1000 | E1000_CTRL_SPD_100);
2283 reg |= E1000_CTRL_FRCSPD;
2284 E1000_WRITE_REG(hw, E1000_CTRL, reg);
2286 E1000_WRITE_REG(hw, E1000_CTRL_EXT, ctrl_ext | E1000_CTRL_EXT_SPD_BYPS);
2287 E1000_WRITE_FLUSH(hw);
2289 E1000_WRITE_REG(hw, E1000_CTRL, ctrl_reg);
2290 E1000_WRITE_REG(hw, E1000_CTRL_EXT, ctrl_ext);
2291 E1000_WRITE_FLUSH(hw);
2294 return E1000_SUCCESS;
2298 * e1000_oem_bits_config_ich8lan - SW-based LCD Configuration
2299 * @hw: pointer to the HW structure
2300 * @d0_state: boolean if entering d0 or d3 device state
2302 * SW will configure Gbe Disable and LPLU based on the NVM. The four bits are
2303 * collectively called OEM bits. The OEM Write Enable bit and SW Config bit
2304 * in NVM determines whether HW should configure LPLU and Gbe Disable.
2306 STATIC s32 e1000_oem_bits_config_ich8lan(struct e1000_hw *hw, bool d0_state)
2312 DEBUGFUNC("e1000_oem_bits_config_ich8lan");
2314 if (hw->mac.type < e1000_pchlan)
2317 ret_val = hw->phy.ops.acquire(hw);
2321 if (hw->mac.type == e1000_pchlan) {
2322 mac_reg = E1000_READ_REG(hw, E1000_EXTCNF_CTRL);
2323 if (mac_reg & E1000_EXTCNF_CTRL_OEM_WRITE_ENABLE)
2327 mac_reg = E1000_READ_REG(hw, E1000_FEXTNVM);
2328 if (!(mac_reg & E1000_FEXTNVM_SW_CONFIG_ICH8M))
2331 mac_reg = E1000_READ_REG(hw, E1000_PHY_CTRL);
2333 ret_val = hw->phy.ops.read_reg_locked(hw, HV_OEM_BITS, &oem_reg);
2337 oem_reg &= ~(HV_OEM_BITS_GBE_DIS | HV_OEM_BITS_LPLU);
2340 if (mac_reg & E1000_PHY_CTRL_GBE_DISABLE)
2341 oem_reg |= HV_OEM_BITS_GBE_DIS;
2343 if (mac_reg & E1000_PHY_CTRL_D0A_LPLU)
2344 oem_reg |= HV_OEM_BITS_LPLU;
2346 if (mac_reg & (E1000_PHY_CTRL_GBE_DISABLE |
2347 E1000_PHY_CTRL_NOND0A_GBE_DISABLE))
2348 oem_reg |= HV_OEM_BITS_GBE_DIS;
2350 if (mac_reg & (E1000_PHY_CTRL_D0A_LPLU |
2351 E1000_PHY_CTRL_NOND0A_LPLU))
2352 oem_reg |= HV_OEM_BITS_LPLU;
2355 /* Set Restart auto-neg to activate the bits */
2356 if ((d0_state || (hw->mac.type != e1000_pchlan)) &&
2357 !hw->phy.ops.check_reset_block(hw))
2358 oem_reg |= HV_OEM_BITS_RESTART_AN;
2360 ret_val = hw->phy.ops.write_reg_locked(hw, HV_OEM_BITS, oem_reg);
2363 hw->phy.ops.release(hw);
2370 * e1000_set_mdio_slow_mode_hv - Set slow MDIO access mode
2371 * @hw: pointer to the HW structure
2373 STATIC s32 e1000_set_mdio_slow_mode_hv(struct e1000_hw *hw)
2378 DEBUGFUNC("e1000_set_mdio_slow_mode_hv");
2380 ret_val = hw->phy.ops.read_reg(hw, HV_KMRN_MODE_CTRL, &data);
2384 data |= HV_KMRN_MDIO_SLOW;
2386 ret_val = hw->phy.ops.write_reg(hw, HV_KMRN_MODE_CTRL, data);
2392 * e1000_hv_phy_workarounds_ich8lan - A series of Phy workarounds to be
2393 * done after every PHY reset.
2395 STATIC s32 e1000_hv_phy_workarounds_ich8lan(struct e1000_hw *hw)
2397 s32 ret_val = E1000_SUCCESS;
2400 DEBUGFUNC("e1000_hv_phy_workarounds_ich8lan");
2402 if (hw->mac.type != e1000_pchlan)
2403 return E1000_SUCCESS;
2405 /* Set MDIO slow mode before any other MDIO access */
2406 if (hw->phy.type == e1000_phy_82577) {
2407 ret_val = e1000_set_mdio_slow_mode_hv(hw);
2412 if (((hw->phy.type == e1000_phy_82577) &&
2413 ((hw->phy.revision == 1) || (hw->phy.revision == 2))) ||
2414 ((hw->phy.type == e1000_phy_82578) && (hw->phy.revision == 1))) {
2415 /* Disable generation of early preamble */
2416 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 25), 0x4431);
2420 /* Preamble tuning for SSC */
2421 ret_val = hw->phy.ops.write_reg(hw, HV_KMRN_FIFO_CTRLSTA,
2427 if (hw->phy.type == e1000_phy_82578) {
2428 /* Return registers to default by doing a soft reset then
2429 * writing 0x3140 to the control register.
2431 if (hw->phy.revision < 2) {
2432 e1000_phy_sw_reset_generic(hw);
2433 ret_val = hw->phy.ops.write_reg(hw, PHY_CONTROL,
2439 ret_val = hw->phy.ops.acquire(hw);
2444 ret_val = e1000_write_phy_reg_mdic(hw, IGP01E1000_PHY_PAGE_SELECT, 0);
2445 hw->phy.ops.release(hw);
2449 /* Configure the K1 Si workaround during phy reset assuming there is
2450 * link so that it disables K1 if link is in 1Gbps.
2452 ret_val = e1000_k1_gig_workaround_hv(hw, true);
2456 /* Workaround for link disconnects on a busy hub in half duplex */
2457 ret_val = hw->phy.ops.acquire(hw);
2460 ret_val = hw->phy.ops.read_reg_locked(hw, BM_PORT_GEN_CFG, &phy_data);
2463 ret_val = hw->phy.ops.write_reg_locked(hw, BM_PORT_GEN_CFG,
2468 /* set MSE higher to enable link to stay up when noise is high */
2469 ret_val = e1000_write_emi_reg_locked(hw, I82577_MSE_THRESHOLD, 0x0034);
2471 hw->phy.ops.release(hw);
2477 * e1000_copy_rx_addrs_to_phy_ich8lan - Copy Rx addresses from MAC to PHY
2478 * @hw: pointer to the HW structure
2480 void e1000_copy_rx_addrs_to_phy_ich8lan(struct e1000_hw *hw)
2486 DEBUGFUNC("e1000_copy_rx_addrs_to_phy_ich8lan");
2488 ret_val = hw->phy.ops.acquire(hw);
2491 ret_val = e1000_enable_phy_wakeup_reg_access_bm(hw, &phy_reg);
2495 /* Copy both RAL/H (rar_entry_count) and SHRAL/H to PHY */
2496 for (i = 0; i < (hw->mac.rar_entry_count); i++) {
2497 mac_reg = E1000_READ_REG(hw, E1000_RAL(i));
2498 hw->phy.ops.write_reg_page(hw, BM_RAR_L(i),
2499 (u16)(mac_reg & 0xFFFF));
2500 hw->phy.ops.write_reg_page(hw, BM_RAR_M(i),
2501 (u16)((mac_reg >> 16) & 0xFFFF));
2503 mac_reg = E1000_READ_REG(hw, E1000_RAH(i));
2504 hw->phy.ops.write_reg_page(hw, BM_RAR_H(i),
2505 (u16)(mac_reg & 0xFFFF));
2506 hw->phy.ops.write_reg_page(hw, BM_RAR_CTRL(i),
2507 (u16)((mac_reg & E1000_RAH_AV)
2511 e1000_disable_phy_wakeup_reg_access_bm(hw, &phy_reg);
2514 hw->phy.ops.release(hw);
2517 #ifndef CRC32_OS_SUPPORT
2518 STATIC u32 e1000_calc_rx_da_crc(u8 mac[])
2520 u32 poly = 0xEDB88320; /* Polynomial for 802.3 CRC calculation */
2521 u32 i, j, mask, crc;
2523 DEBUGFUNC("e1000_calc_rx_da_crc");
2526 for (i = 0; i < 6; i++) {
2528 for (j = 8; j > 0; j--) {
2529 mask = (crc & 1) * (-1);
2530 crc = (crc >> 1) ^ (poly & mask);
2536 #endif /* CRC32_OS_SUPPORT */
2538 * e1000_lv_jumbo_workaround_ich8lan - required for jumbo frame operation
2540 * @hw: pointer to the HW structure
2541 * @enable: flag to enable/disable workaround when enabling/disabling jumbos
2543 s32 e1000_lv_jumbo_workaround_ich8lan(struct e1000_hw *hw, bool enable)
2545 s32 ret_val = E1000_SUCCESS;
2550 DEBUGFUNC("e1000_lv_jumbo_workaround_ich8lan");
2552 if (hw->mac.type < e1000_pch2lan)
2553 return E1000_SUCCESS;
2555 /* disable Rx path while enabling/disabling workaround */
2556 hw->phy.ops.read_reg(hw, PHY_REG(769, 20), &phy_reg);
2557 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 20),
2558 phy_reg | (1 << 14));
2563 /* Write Rx addresses (rar_entry_count for RAL/H, and
2564 * SHRAL/H) and initial CRC values to the MAC
2566 for (i = 0; i < hw->mac.rar_entry_count; i++) {
2567 u8 mac_addr[ETH_ADDR_LEN] = {0};
2568 u32 addr_high, addr_low;
2570 addr_high = E1000_READ_REG(hw, E1000_RAH(i));
2571 if (!(addr_high & E1000_RAH_AV))
2573 addr_low = E1000_READ_REG(hw, E1000_RAL(i));
2574 mac_addr[0] = (addr_low & 0xFF);
2575 mac_addr[1] = ((addr_low >> 8) & 0xFF);
2576 mac_addr[2] = ((addr_low >> 16) & 0xFF);
2577 mac_addr[3] = ((addr_low >> 24) & 0xFF);
2578 mac_addr[4] = (addr_high & 0xFF);
2579 mac_addr[5] = ((addr_high >> 8) & 0xFF);
2581 #ifndef CRC32_OS_SUPPORT
2582 E1000_WRITE_REG(hw, E1000_PCH_RAICC(i),
2583 e1000_calc_rx_da_crc(mac_addr));
2584 #else /* CRC32_OS_SUPPORT */
2585 E1000_WRITE_REG(hw, E1000_PCH_RAICC(i),
2586 E1000_CRC32(ETH_ADDR_LEN, mac_addr));
2587 #endif /* CRC32_OS_SUPPORT */
2590 /* Write Rx addresses to the PHY */
2591 e1000_copy_rx_addrs_to_phy_ich8lan(hw);
2593 /* Enable jumbo frame workaround in the MAC */
2594 mac_reg = E1000_READ_REG(hw, E1000_FFLT_DBG);
2595 mac_reg &= ~(1 << 14);
2596 mac_reg |= (7 << 15);
2597 E1000_WRITE_REG(hw, E1000_FFLT_DBG, mac_reg);
2599 mac_reg = E1000_READ_REG(hw, E1000_RCTL);
2600 mac_reg |= E1000_RCTL_SECRC;
2601 E1000_WRITE_REG(hw, E1000_RCTL, mac_reg);
2603 ret_val = e1000_read_kmrn_reg_generic(hw,
2604 E1000_KMRNCTRLSTA_CTRL_OFFSET,
2608 ret_val = e1000_write_kmrn_reg_generic(hw,
2609 E1000_KMRNCTRLSTA_CTRL_OFFSET,
2613 ret_val = e1000_read_kmrn_reg_generic(hw,
2614 E1000_KMRNCTRLSTA_HD_CTRL,
2618 data &= ~(0xF << 8);
2620 ret_val = e1000_write_kmrn_reg_generic(hw,
2621 E1000_KMRNCTRLSTA_HD_CTRL,
2626 /* Enable jumbo frame workaround in the PHY */
2627 hw->phy.ops.read_reg(hw, PHY_REG(769, 23), &data);
2628 data &= ~(0x7F << 5);
2629 data |= (0x37 << 5);
2630 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 23), data);
2633 hw->phy.ops.read_reg(hw, PHY_REG(769, 16), &data);
2635 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 16), data);
2638 hw->phy.ops.read_reg(hw, PHY_REG(776, 20), &data);
2639 data &= ~(0x3FF << 2);
2640 data |= (E1000_TX_PTR_GAP << 2);
2641 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(776, 20), data);
2644 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(776, 23), 0xF100);
2647 hw->phy.ops.read_reg(hw, HV_PM_CTRL, &data);
2648 ret_val = hw->phy.ops.write_reg(hw, HV_PM_CTRL, data |
2653 /* Write MAC register values back to h/w defaults */
2654 mac_reg = E1000_READ_REG(hw, E1000_FFLT_DBG);
2655 mac_reg &= ~(0xF << 14);
2656 E1000_WRITE_REG(hw, E1000_FFLT_DBG, mac_reg);
2658 mac_reg = E1000_READ_REG(hw, E1000_RCTL);
2659 mac_reg &= ~E1000_RCTL_SECRC;
2660 E1000_WRITE_REG(hw, E1000_RCTL, mac_reg);
2662 ret_val = e1000_read_kmrn_reg_generic(hw,
2663 E1000_KMRNCTRLSTA_CTRL_OFFSET,
2667 ret_val = e1000_write_kmrn_reg_generic(hw,
2668 E1000_KMRNCTRLSTA_CTRL_OFFSET,
2672 ret_val = e1000_read_kmrn_reg_generic(hw,
2673 E1000_KMRNCTRLSTA_HD_CTRL,
2677 data &= ~(0xF << 8);
2679 ret_val = e1000_write_kmrn_reg_generic(hw,
2680 E1000_KMRNCTRLSTA_HD_CTRL,
2685 /* Write PHY register values back to h/w defaults */
2686 hw->phy.ops.read_reg(hw, PHY_REG(769, 23), &data);
2687 data &= ~(0x7F << 5);
2688 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 23), data);
2691 hw->phy.ops.read_reg(hw, PHY_REG(769, 16), &data);
2693 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 16), data);
2696 hw->phy.ops.read_reg(hw, PHY_REG(776, 20), &data);
2697 data &= ~(0x3FF << 2);
2699 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(776, 20), data);
2702 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(776, 23), 0x7E00);
2705 hw->phy.ops.read_reg(hw, HV_PM_CTRL, &data);
2706 ret_val = hw->phy.ops.write_reg(hw, HV_PM_CTRL, data &
2712 /* re-enable Rx path after enabling/disabling workaround */
2713 return hw->phy.ops.write_reg(hw, PHY_REG(769, 20), phy_reg &
2718 * e1000_lv_phy_workarounds_ich8lan - A series of Phy workarounds to be
2719 * done after every PHY reset.
2721 STATIC s32 e1000_lv_phy_workarounds_ich8lan(struct e1000_hw *hw)
2723 s32 ret_val = E1000_SUCCESS;
2725 DEBUGFUNC("e1000_lv_phy_workarounds_ich8lan");
2727 if (hw->mac.type != e1000_pch2lan)
2728 return E1000_SUCCESS;
2730 /* Set MDIO slow mode before any other MDIO access */
2731 ret_val = e1000_set_mdio_slow_mode_hv(hw);
2735 ret_val = hw->phy.ops.acquire(hw);
2738 /* set MSE higher to enable link to stay up when noise is high */
2739 ret_val = e1000_write_emi_reg_locked(hw, I82579_MSE_THRESHOLD, 0x0034);
2742 /* drop link after 5 times MSE threshold was reached */
2743 ret_val = e1000_write_emi_reg_locked(hw, I82579_MSE_LINK_DOWN, 0x0005);
2745 hw->phy.ops.release(hw);
2751 * e1000_k1_gig_workaround_lv - K1 Si workaround
2752 * @hw: pointer to the HW structure
2754 * Workaround to set the K1 beacon duration for 82579 parts in 10Mbps
2755 * Disable K1 for 1000 and 100 speeds
2757 STATIC s32 e1000_k1_workaround_lv(struct e1000_hw *hw)
2759 s32 ret_val = E1000_SUCCESS;
2762 DEBUGFUNC("e1000_k1_workaround_lv");
2764 if (hw->mac.type != e1000_pch2lan)
2765 return E1000_SUCCESS;
2767 /* Set K1 beacon duration based on 10Mbs speed */
2768 ret_val = hw->phy.ops.read_reg(hw, HV_M_STATUS, &status_reg);
2772 if ((status_reg & (HV_M_STATUS_LINK_UP | HV_M_STATUS_AUTONEG_COMPLETE))
2773 == (HV_M_STATUS_LINK_UP | HV_M_STATUS_AUTONEG_COMPLETE)) {
2775 (HV_M_STATUS_SPEED_1000 | HV_M_STATUS_SPEED_100)) {
2778 /* LV 1G/100 Packet drop issue wa */
2779 ret_val = hw->phy.ops.read_reg(hw, HV_PM_CTRL,
2783 pm_phy_reg &= ~HV_PM_CTRL_K1_ENABLE;
2784 ret_val = hw->phy.ops.write_reg(hw, HV_PM_CTRL,
2790 mac_reg = E1000_READ_REG(hw, E1000_FEXTNVM4);
2791 mac_reg &= ~E1000_FEXTNVM4_BEACON_DURATION_MASK;
2792 mac_reg |= E1000_FEXTNVM4_BEACON_DURATION_16USEC;
2793 E1000_WRITE_REG(hw, E1000_FEXTNVM4, mac_reg);
2801 * e1000_gate_hw_phy_config_ich8lan - disable PHY config via hardware
2802 * @hw: pointer to the HW structure
2803 * @gate: boolean set to true to gate, false to ungate
2805 * Gate/ungate the automatic PHY configuration via hardware; perform
2806 * the configuration via software instead.
2808 STATIC void e1000_gate_hw_phy_config_ich8lan(struct e1000_hw *hw, bool gate)
2812 DEBUGFUNC("e1000_gate_hw_phy_config_ich8lan");
2814 if (hw->mac.type < e1000_pch2lan)
2817 extcnf_ctrl = E1000_READ_REG(hw, E1000_EXTCNF_CTRL);
2820 extcnf_ctrl |= E1000_EXTCNF_CTRL_GATE_PHY_CFG;
2822 extcnf_ctrl &= ~E1000_EXTCNF_CTRL_GATE_PHY_CFG;
2824 E1000_WRITE_REG(hw, E1000_EXTCNF_CTRL, extcnf_ctrl);
2828 * e1000_lan_init_done_ich8lan - Check for PHY config completion
2829 * @hw: pointer to the HW structure
2831 * Check the appropriate indication the MAC has finished configuring the
2832 * PHY after a software reset.
2834 STATIC void e1000_lan_init_done_ich8lan(struct e1000_hw *hw)
2836 u32 data, loop = E1000_ICH8_LAN_INIT_TIMEOUT;
2838 DEBUGFUNC("e1000_lan_init_done_ich8lan");
2840 /* Wait for basic configuration completes before proceeding */
2842 data = E1000_READ_REG(hw, E1000_STATUS);
2843 data &= E1000_STATUS_LAN_INIT_DONE;
2845 } while ((!data) && --loop);
2847 /* If basic configuration is incomplete before the above loop
2848 * count reaches 0, loading the configuration from NVM will
2849 * leave the PHY in a bad state possibly resulting in no link.
2852 DEBUGOUT("LAN_INIT_DONE not set, increase timeout\n");
2854 /* Clear the Init Done bit for the next init event */
2855 data = E1000_READ_REG(hw, E1000_STATUS);
2856 data &= ~E1000_STATUS_LAN_INIT_DONE;
2857 E1000_WRITE_REG(hw, E1000_STATUS, data);
2861 * e1000_post_phy_reset_ich8lan - Perform steps required after a PHY reset
2862 * @hw: pointer to the HW structure
2864 STATIC s32 e1000_post_phy_reset_ich8lan(struct e1000_hw *hw)
2866 s32 ret_val = E1000_SUCCESS;
2869 DEBUGFUNC("e1000_post_phy_reset_ich8lan");
2871 if (hw->phy.ops.check_reset_block(hw))
2872 return E1000_SUCCESS;
2874 /* Allow time for h/w to get to quiescent state after reset */
2877 /* Perform any necessary post-reset workarounds */
2878 switch (hw->mac.type) {
2880 ret_val = e1000_hv_phy_workarounds_ich8lan(hw);
2885 ret_val = e1000_lv_phy_workarounds_ich8lan(hw);
2893 /* Clear the host wakeup bit after lcd reset */
2894 if (hw->mac.type >= e1000_pchlan) {
2895 hw->phy.ops.read_reg(hw, BM_PORT_GEN_CFG, ®);
2896 reg &= ~BM_WUC_HOST_WU_BIT;
2897 hw->phy.ops.write_reg(hw, BM_PORT_GEN_CFG, reg);
2900 /* Configure the LCD with the extended configuration region in NVM */
2901 ret_val = e1000_sw_lcd_config_ich8lan(hw);
2905 /* Configure the LCD with the OEM bits in NVM */
2906 ret_val = e1000_oem_bits_config_ich8lan(hw, true);
2908 if (hw->mac.type == e1000_pch2lan) {
2909 /* Ungate automatic PHY configuration on non-managed 82579 */
2910 if (!(E1000_READ_REG(hw, E1000_FWSM) &
2911 E1000_ICH_FWSM_FW_VALID)) {
2913 e1000_gate_hw_phy_config_ich8lan(hw, false);
2916 /* Set EEE LPI Update Timer to 200usec */
2917 ret_val = hw->phy.ops.acquire(hw);
2920 ret_val = e1000_write_emi_reg_locked(hw,
2921 I82579_LPI_UPDATE_TIMER,
2923 hw->phy.ops.release(hw);
2930 * e1000_phy_hw_reset_ich8lan - Performs a PHY reset
2931 * @hw: pointer to the HW structure
2934 * This is a function pointer entry point called by drivers
2935 * or other shared routines.
2937 STATIC s32 e1000_phy_hw_reset_ich8lan(struct e1000_hw *hw)
2939 s32 ret_val = E1000_SUCCESS;
2941 DEBUGFUNC("e1000_phy_hw_reset_ich8lan");
2943 /* Gate automatic PHY configuration by hardware on non-managed 82579 */
2944 if ((hw->mac.type == e1000_pch2lan) &&
2945 !(E1000_READ_REG(hw, E1000_FWSM) & E1000_ICH_FWSM_FW_VALID))
2946 e1000_gate_hw_phy_config_ich8lan(hw, true);
2948 ret_val = e1000_phy_hw_reset_generic(hw);
2952 return e1000_post_phy_reset_ich8lan(hw);
2956 * e1000_set_lplu_state_pchlan - Set Low Power Link Up state
2957 * @hw: pointer to the HW structure
2958 * @active: true to enable LPLU, false to disable
2960 * Sets the LPLU state according to the active flag. For PCH, if OEM write
2961 * bit are disabled in the NVM, writing the LPLU bits in the MAC will not set
2962 * the phy speed. This function will manually set the LPLU bit and restart
2963 * auto-neg as hw would do. D3 and D0 LPLU will call the same function
2964 * since it configures the same bit.
2966 STATIC s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active)
2971 DEBUGFUNC("e1000_set_lplu_state_pchlan");
2973 ret_val = hw->phy.ops.read_reg(hw, HV_OEM_BITS, &oem_reg);
2978 oem_reg |= HV_OEM_BITS_LPLU;
2980 oem_reg &= ~HV_OEM_BITS_LPLU;
2982 if (!hw->phy.ops.check_reset_block(hw))
2983 oem_reg |= HV_OEM_BITS_RESTART_AN;
2985 return hw->phy.ops.write_reg(hw, HV_OEM_BITS, oem_reg);
2989 * e1000_set_d0_lplu_state_ich8lan - Set Low Power Linkup D0 state
2990 * @hw: pointer to the HW structure
2991 * @active: true to enable LPLU, false to disable
2993 * Sets the LPLU D0 state according to the active flag. When
2994 * activating LPLU this function also disables smart speed
2995 * and vice versa. LPLU will not be activated unless the
2996 * device autonegotiation advertisement meets standards of
2997 * either 10 or 10/100 or 10/100/1000 at all duplexes.
2998 * This is a function pointer entry point only called by
2999 * PHY setup routines.
3001 STATIC s32 e1000_set_d0_lplu_state_ich8lan(struct e1000_hw *hw, bool active)
3003 struct e1000_phy_info *phy = &hw->phy;
3005 s32 ret_val = E1000_SUCCESS;
3008 DEBUGFUNC("e1000_set_d0_lplu_state_ich8lan");
3010 if (phy->type == e1000_phy_ife)
3011 return E1000_SUCCESS;
3013 phy_ctrl = E1000_READ_REG(hw, E1000_PHY_CTRL);
3016 phy_ctrl |= E1000_PHY_CTRL_D0A_LPLU;
3017 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
3019 if (phy->type != e1000_phy_igp_3)
3020 return E1000_SUCCESS;
3022 /* Call gig speed drop workaround on LPLU before accessing
3025 if (hw->mac.type == e1000_ich8lan)
3026 e1000_gig_downshift_workaround_ich8lan(hw);
3028 /* When LPLU is enabled, we should disable SmartSpeed */
3029 ret_val = phy->ops.read_reg(hw,
3030 IGP01E1000_PHY_PORT_CONFIG,
3034 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
3035 ret_val = phy->ops.write_reg(hw,
3036 IGP01E1000_PHY_PORT_CONFIG,
3041 phy_ctrl &= ~E1000_PHY_CTRL_D0A_LPLU;
3042 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
3044 if (phy->type != e1000_phy_igp_3)
3045 return E1000_SUCCESS;
3047 /* LPLU and SmartSpeed are mutually exclusive. LPLU is used
3048 * during Dx states where the power conservation is most
3049 * important. During driver activity we should enable
3050 * SmartSpeed, so performance is maintained.
3052 if (phy->smart_speed == e1000_smart_speed_on) {
3053 ret_val = phy->ops.read_reg(hw,
3054 IGP01E1000_PHY_PORT_CONFIG,
3059 data |= IGP01E1000_PSCFR_SMART_SPEED;
3060 ret_val = phy->ops.write_reg(hw,
3061 IGP01E1000_PHY_PORT_CONFIG,
3065 } else if (phy->smart_speed == e1000_smart_speed_off) {
3066 ret_val = phy->ops.read_reg(hw,
3067 IGP01E1000_PHY_PORT_CONFIG,
3072 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
3073 ret_val = phy->ops.write_reg(hw,
3074 IGP01E1000_PHY_PORT_CONFIG,
3081 return E1000_SUCCESS;
3085 * e1000_set_d3_lplu_state_ich8lan - Set Low Power Linkup D3 state
3086 * @hw: pointer to the HW structure
3087 * @active: true to enable LPLU, false to disable
3089 * Sets the LPLU D3 state according to the active flag. When
3090 * activating LPLU this function also disables smart speed
3091 * and vice versa. LPLU will not be activated unless the
3092 * device autonegotiation advertisement meets standards of
3093 * either 10 or 10/100 or 10/100/1000 at all duplexes.
3094 * This is a function pointer entry point only called by
3095 * PHY setup routines.
3097 STATIC s32 e1000_set_d3_lplu_state_ich8lan(struct e1000_hw *hw, bool active)
3099 struct e1000_phy_info *phy = &hw->phy;
3101 s32 ret_val = E1000_SUCCESS;
3104 DEBUGFUNC("e1000_set_d3_lplu_state_ich8lan");
3106 phy_ctrl = E1000_READ_REG(hw, E1000_PHY_CTRL);
3109 phy_ctrl &= ~E1000_PHY_CTRL_NOND0A_LPLU;
3110 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
3112 if (phy->type != e1000_phy_igp_3)
3113 return E1000_SUCCESS;
3115 /* LPLU and SmartSpeed are mutually exclusive. LPLU is used
3116 * during Dx states where the power conservation is most
3117 * important. During driver activity we should enable
3118 * SmartSpeed, so performance is maintained.
3120 if (phy->smart_speed == e1000_smart_speed_on) {
3121 ret_val = phy->ops.read_reg(hw,
3122 IGP01E1000_PHY_PORT_CONFIG,
3127 data |= IGP01E1000_PSCFR_SMART_SPEED;
3128 ret_val = phy->ops.write_reg(hw,
3129 IGP01E1000_PHY_PORT_CONFIG,
3133 } else if (phy->smart_speed == e1000_smart_speed_off) {
3134 ret_val = phy->ops.read_reg(hw,
3135 IGP01E1000_PHY_PORT_CONFIG,
3140 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
3141 ret_val = phy->ops.write_reg(hw,
3142 IGP01E1000_PHY_PORT_CONFIG,
3147 } else if ((phy->autoneg_advertised == E1000_ALL_SPEED_DUPLEX) ||
3148 (phy->autoneg_advertised == E1000_ALL_NOT_GIG) ||
3149 (phy->autoneg_advertised == E1000_ALL_10_SPEED)) {
3150 phy_ctrl |= E1000_PHY_CTRL_NOND0A_LPLU;
3151 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
3153 if (phy->type != e1000_phy_igp_3)
3154 return E1000_SUCCESS;
3156 /* Call gig speed drop workaround on LPLU before accessing
3159 if (hw->mac.type == e1000_ich8lan)
3160 e1000_gig_downshift_workaround_ich8lan(hw);
3162 /* When LPLU is enabled, we should disable SmartSpeed */
3163 ret_val = phy->ops.read_reg(hw,
3164 IGP01E1000_PHY_PORT_CONFIG,
3169 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
3170 ret_val = phy->ops.write_reg(hw,
3171 IGP01E1000_PHY_PORT_CONFIG,
3179 * e1000_valid_nvm_bank_detect_ich8lan - finds out the valid bank 0 or 1
3180 * @hw: pointer to the HW structure
3181 * @bank: pointer to the variable that returns the active bank
3183 * Reads signature byte from the NVM using the flash access registers.
3184 * Word 0x13 bits 15:14 = 10b indicate a valid signature for that bank.
3186 STATIC s32 e1000_valid_nvm_bank_detect_ich8lan(struct e1000_hw *hw, u32 *bank)
3189 struct e1000_nvm_info *nvm = &hw->nvm;
3190 u32 bank1_offset = nvm->flash_bank_size * sizeof(u16);
3191 u32 act_offset = E1000_ICH_NVM_SIG_WORD * 2 + 1;
3195 DEBUGFUNC("e1000_valid_nvm_bank_detect_ich8lan");
3197 switch (hw->mac.type) {
3200 eecd = E1000_READ_REG(hw, E1000_EECD);
3201 if ((eecd & E1000_EECD_SEC1VAL_VALID_MASK) ==
3202 E1000_EECD_SEC1VAL_VALID_MASK) {
3203 if (eecd & E1000_EECD_SEC1VAL)
3208 return E1000_SUCCESS;
3210 DEBUGOUT("Unable to determine valid NVM bank via EEC - reading flash signature\n");
3213 /* set bank to 0 in case flash read fails */
3217 ret_val = e1000_read_flash_byte_ich8lan(hw, act_offset,
3221 if ((sig_byte & E1000_ICH_NVM_VALID_SIG_MASK) ==
3222 E1000_ICH_NVM_SIG_VALUE) {
3224 return E1000_SUCCESS;
3228 ret_val = e1000_read_flash_byte_ich8lan(hw, act_offset +
3233 if ((sig_byte & E1000_ICH_NVM_VALID_SIG_MASK) ==
3234 E1000_ICH_NVM_SIG_VALUE) {
3236 return E1000_SUCCESS;
3239 DEBUGOUT("ERROR: No valid NVM bank present\n");
3240 return -E1000_ERR_NVM;
3245 * e1000_read_nvm_ich8lan - Read word(s) from the NVM
3246 * @hw: pointer to the HW structure
3247 * @offset: The offset (in bytes) of the word(s) to read.
3248 * @words: Size of data to read in words
3249 * @data: Pointer to the word(s) to read at offset.
3251 * Reads a word(s) from the NVM using the flash access registers.
3253 STATIC s32 e1000_read_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words,
3256 struct e1000_nvm_info *nvm = &hw->nvm;
3257 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
3259 s32 ret_val = E1000_SUCCESS;
3263 DEBUGFUNC("e1000_read_nvm_ich8lan");
3265 if ((offset >= nvm->word_size) || (words > nvm->word_size - offset) ||
3267 DEBUGOUT("nvm parameter(s) out of bounds\n");
3268 ret_val = -E1000_ERR_NVM;
3272 nvm->ops.acquire(hw);
3274 ret_val = e1000_valid_nvm_bank_detect_ich8lan(hw, &bank);
3275 if (ret_val != E1000_SUCCESS) {
3276 DEBUGOUT("Could not detect valid bank, assuming bank 0\n");
3280 act_offset = (bank) ? nvm->flash_bank_size : 0;
3281 act_offset += offset;
3283 ret_val = E1000_SUCCESS;
3284 for (i = 0; i < words; i++) {
3285 if (dev_spec->shadow_ram[offset+i].modified) {
3286 data[i] = dev_spec->shadow_ram[offset+i].value;
3288 ret_val = e1000_read_flash_word_ich8lan(hw,
3297 nvm->ops.release(hw);
3301 DEBUGOUT1("NVM read error: %d\n", ret_val);
3307 * e1000_flash_cycle_init_ich8lan - Initialize flash
3308 * @hw: pointer to the HW structure
3310 * This function does initial flash setup so that a new read/write/erase cycle
3313 STATIC s32 e1000_flash_cycle_init_ich8lan(struct e1000_hw *hw)
3315 union ich8_hws_flash_status hsfsts;
3316 s32 ret_val = -E1000_ERR_NVM;
3318 DEBUGFUNC("e1000_flash_cycle_init_ich8lan");
3320 hsfsts.regval = E1000_READ_FLASH_REG16(hw, ICH_FLASH_HSFSTS);
3322 /* Check if the flash descriptor is valid */
3323 if (!hsfsts.hsf_status.fldesvalid) {
3324 DEBUGOUT("Flash descriptor invalid. SW Sequencing must be used.\n");
3325 return -E1000_ERR_NVM;
3328 /* Clear FCERR and DAEL in hw status by writing 1 */
3329 hsfsts.hsf_status.flcerr = 1;
3330 hsfsts.hsf_status.dael = 1;
3331 E1000_WRITE_FLASH_REG16(hw, ICH_FLASH_HSFSTS, hsfsts.regval);
3333 /* Either we should have a hardware SPI cycle in progress
3334 * bit to check against, in order to start a new cycle or
3335 * FDONE bit should be changed in the hardware so that it
3336 * is 1 after hardware reset, which can then be used as an
3337 * indication whether a cycle is in progress or has been
3341 if (!hsfsts.hsf_status.flcinprog) {
3342 /* There is no cycle running at present,
3343 * so we can start a cycle.
3344 * Begin by setting Flash Cycle Done.
3346 hsfsts.hsf_status.flcdone = 1;
3347 E1000_WRITE_FLASH_REG16(hw, ICH_FLASH_HSFSTS, hsfsts.regval);
3348 ret_val = E1000_SUCCESS;
3352 /* Otherwise poll for sometime so the current
3353 * cycle has a chance to end before giving up.
3355 for (i = 0; i < ICH_FLASH_READ_COMMAND_TIMEOUT; i++) {
3356 hsfsts.regval = E1000_READ_FLASH_REG16(hw,
3358 if (!hsfsts.hsf_status.flcinprog) {
3359 ret_val = E1000_SUCCESS;
3364 if (ret_val == E1000_SUCCESS) {
3365 /* Successful in waiting for previous cycle to timeout,
3366 * now set the Flash Cycle Done.
3368 hsfsts.hsf_status.flcdone = 1;
3369 E1000_WRITE_FLASH_REG16(hw, ICH_FLASH_HSFSTS,
3372 DEBUGOUT("Flash controller busy, cannot get access\n");
3380 * e1000_flash_cycle_ich8lan - Starts flash cycle (read/write/erase)
3381 * @hw: pointer to the HW structure
3382 * @timeout: maximum time to wait for completion
3384 * This function starts a flash cycle and waits for its completion.
3386 STATIC s32 e1000_flash_cycle_ich8lan(struct e1000_hw *hw, u32 timeout)
3388 union ich8_hws_flash_ctrl hsflctl;
3389 union ich8_hws_flash_status hsfsts;
3392 DEBUGFUNC("e1000_flash_cycle_ich8lan");
3394 /* Start a cycle by writing 1 in Flash Cycle Go in Hw Flash Control */
3395 hsflctl.regval = E1000_READ_FLASH_REG16(hw, ICH_FLASH_HSFCTL);
3396 hsflctl.hsf_ctrl.flcgo = 1;
3398 E1000_WRITE_FLASH_REG16(hw, ICH_FLASH_HSFCTL, hsflctl.regval);
3400 /* wait till FDONE bit is set to 1 */
3402 hsfsts.regval = E1000_READ_FLASH_REG16(hw, ICH_FLASH_HSFSTS);
3403 if (hsfsts.hsf_status.flcdone)
3406 } while (i++ < timeout);
3408 if (hsfsts.hsf_status.flcdone && !hsfsts.hsf_status.flcerr)
3409 return E1000_SUCCESS;
3411 return -E1000_ERR_NVM;
3415 * e1000_read_flash_word_ich8lan - Read word from flash
3416 * @hw: pointer to the HW structure
3417 * @offset: offset to data location
3418 * @data: pointer to the location for storing the data
3420 * Reads the flash word at offset into data. Offset is converted
3421 * to bytes before read.
3423 STATIC s32 e1000_read_flash_word_ich8lan(struct e1000_hw *hw, u32 offset,
3426 DEBUGFUNC("e1000_read_flash_word_ich8lan");
3429 return -E1000_ERR_NVM;
3431 /* Must convert offset into bytes. */
3434 return e1000_read_flash_data_ich8lan(hw, offset, 2, data);
3438 * e1000_read_flash_byte_ich8lan - Read byte from flash
3439 * @hw: pointer to the HW structure
3440 * @offset: The offset of the byte to read.
3441 * @data: Pointer to a byte to store the value read.
3443 * Reads a single byte from the NVM using the flash access registers.
3445 STATIC s32 e1000_read_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset,
3451 ret_val = e1000_read_flash_data_ich8lan(hw, offset, 1, &word);
3458 return E1000_SUCCESS;
3462 * e1000_read_flash_data_ich8lan - Read byte or word from NVM
3463 * @hw: pointer to the HW structure
3464 * @offset: The offset (in bytes) of the byte or word to read.
3465 * @size: Size of data to read, 1=byte 2=word
3466 * @data: Pointer to the word to store the value read.
3468 * Reads a byte or word from the NVM using the flash access registers.
3470 STATIC s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
3473 union ich8_hws_flash_status hsfsts;
3474 union ich8_hws_flash_ctrl hsflctl;
3475 u32 flash_linear_addr;
3477 s32 ret_val = -E1000_ERR_NVM;
3480 DEBUGFUNC("e1000_read_flash_data_ich8lan");
3482 if (size < 1 || size > 2 || offset > ICH_FLASH_LINEAR_ADDR_MASK)
3483 return -E1000_ERR_NVM;
3484 flash_linear_addr = ((ICH_FLASH_LINEAR_ADDR_MASK & offset) +
3485 hw->nvm.flash_base_addr);
3490 ret_val = e1000_flash_cycle_init_ich8lan(hw);
3491 if (ret_val != E1000_SUCCESS)
3493 hsflctl.regval = E1000_READ_FLASH_REG16(hw, ICH_FLASH_HSFCTL);
3495 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
3496 hsflctl.hsf_ctrl.fldbcount = size - 1;
3497 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_READ;
3498 E1000_WRITE_FLASH_REG16(hw, ICH_FLASH_HSFCTL, hsflctl.regval);
3500 E1000_WRITE_FLASH_REG(hw, ICH_FLASH_FADDR, flash_linear_addr);
3503 e1000_flash_cycle_ich8lan(hw,
3504 ICH_FLASH_READ_COMMAND_TIMEOUT);
3506 /* Check if FCERR is set to 1, if set to 1, clear it
3507 * and try the whole sequence a few more times, else
3508 * read in (shift in) the Flash Data0, the order is
3509 * least significant byte first msb to lsb
3511 if (ret_val == E1000_SUCCESS) {
3512 flash_data = E1000_READ_FLASH_REG(hw, ICH_FLASH_FDATA0);
3514 *data = (u8)(flash_data & 0x000000FF);
3516 *data = (u16)(flash_data & 0x0000FFFF);
3519 /* If we've gotten here, then things are probably
3520 * completely hosed, but if the error condition is
3521 * detected, it won't hurt to give it another try...
3522 * ICH_FLASH_CYCLE_REPEAT_COUNT times.
3524 hsfsts.regval = E1000_READ_FLASH_REG16(hw,
3526 if (hsfsts.hsf_status.flcerr) {
3527 /* Repeat for some time before giving up. */
3529 } else if (!hsfsts.hsf_status.flcdone) {
3530 DEBUGOUT("Timeout error - flash cycle did not complete.\n");
3534 } while (count++ < ICH_FLASH_CYCLE_REPEAT_COUNT);
3540 * e1000_write_nvm_ich8lan - Write word(s) to the NVM
3541 * @hw: pointer to the HW structure
3542 * @offset: The offset (in bytes) of the word(s) to write.
3543 * @words: Size of data to write in words
3544 * @data: Pointer to the word(s) to write at offset.
3546 * Writes a byte or word to the NVM using the flash access registers.
3548 STATIC s32 e1000_write_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words,
3551 struct e1000_nvm_info *nvm = &hw->nvm;
3552 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
3555 DEBUGFUNC("e1000_write_nvm_ich8lan");
3557 if ((offset >= nvm->word_size) || (words > nvm->word_size - offset) ||
3559 DEBUGOUT("nvm parameter(s) out of bounds\n");
3560 return -E1000_ERR_NVM;
3563 nvm->ops.acquire(hw);
3565 for (i = 0; i < words; i++) {
3566 dev_spec->shadow_ram[offset+i].modified = true;
3567 dev_spec->shadow_ram[offset+i].value = data[i];
3570 nvm->ops.release(hw);
3572 return E1000_SUCCESS;
3576 * e1000_update_nvm_checksum_ich8lan - Update the checksum for NVM
3577 * @hw: pointer to the HW structure
3579 * The NVM checksum is updated by calling the generic update_nvm_checksum,
3580 * which writes the checksum to the shadow ram. The changes in the shadow
3581 * ram are then committed to the EEPROM by processing each bank at a time
3582 * checking for the modified bit and writing only the pending changes.
3583 * After a successful commit, the shadow ram is cleared and is ready for
3586 STATIC s32 e1000_update_nvm_checksum_ich8lan(struct e1000_hw *hw)
3588 struct e1000_nvm_info *nvm = &hw->nvm;
3589 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
3590 u32 i, act_offset, new_bank_offset, old_bank_offset, bank;
3594 DEBUGFUNC("e1000_update_nvm_checksum_ich8lan");
3596 ret_val = e1000_update_nvm_checksum_generic(hw);
3600 if (nvm->type != e1000_nvm_flash_sw)
3603 nvm->ops.acquire(hw);
3605 /* We're writing to the opposite bank so if we're on bank 1,
3606 * write to bank 0 etc. We also need to erase the segment that
3607 * is going to be written
3609 ret_val = e1000_valid_nvm_bank_detect_ich8lan(hw, &bank);
3610 if (ret_val != E1000_SUCCESS) {
3611 DEBUGOUT("Could not detect valid bank, assuming bank 0\n");
3616 new_bank_offset = nvm->flash_bank_size;
3617 old_bank_offset = 0;
3618 ret_val = e1000_erase_flash_bank_ich8lan(hw, 1);
3622 old_bank_offset = nvm->flash_bank_size;
3623 new_bank_offset = 0;
3624 ret_val = e1000_erase_flash_bank_ich8lan(hw, 0);
3629 for (i = 0; i < E1000_SHADOW_RAM_WORDS; i++) {
3630 /* Determine whether to write the value stored
3631 * in the other NVM bank or a modified value stored
3634 if (dev_spec->shadow_ram[i].modified) {
3635 data = dev_spec->shadow_ram[i].value;
3637 ret_val = e1000_read_flash_word_ich8lan(hw, i +
3644 /* If the word is 0x13, then make sure the signature bits
3645 * (15:14) are 11b until the commit has completed.
3646 * This will allow us to write 10b which indicates the
3647 * signature is valid. We want to do this after the write
3648 * has completed so that we don't mark the segment valid
3649 * while the write is still in progress
3651 if (i == E1000_ICH_NVM_SIG_WORD)
3652 data |= E1000_ICH_NVM_SIG_MASK;
3654 /* Convert offset to bytes. */
3655 act_offset = (i + new_bank_offset) << 1;
3658 /* Write the bytes to the new bank. */
3659 ret_val = e1000_retry_write_flash_byte_ich8lan(hw,
3666 ret_val = e1000_retry_write_flash_byte_ich8lan(hw,
3673 /* Don't bother writing the segment valid bits if sector
3674 * programming failed.
3677 DEBUGOUT("Flash commit failed.\n");
3681 /* Finally validate the new segment by setting bit 15:14
3682 * to 10b in word 0x13 , this can be done without an
3683 * erase as well since these bits are 11 to start with
3684 * and we need to change bit 14 to 0b
3686 act_offset = new_bank_offset + E1000_ICH_NVM_SIG_WORD;
3687 ret_val = e1000_read_flash_word_ich8lan(hw, act_offset, &data);
3692 ret_val = e1000_retry_write_flash_byte_ich8lan(hw,
3698 /* And invalidate the previously valid segment by setting
3699 * its signature word (0x13) high_byte to 0b. This can be
3700 * done without an erase because flash erase sets all bits
3701 * to 1's. We can write 1's to 0's without an erase
3703 act_offset = (old_bank_offset + E1000_ICH_NVM_SIG_WORD) * 2 + 1;
3704 ret_val = e1000_retry_write_flash_byte_ich8lan(hw, act_offset, 0);
3708 /* Great! Everything worked, we can now clear the cached entries. */
3709 for (i = 0; i < E1000_SHADOW_RAM_WORDS; i++) {
3710 dev_spec->shadow_ram[i].modified = false;
3711 dev_spec->shadow_ram[i].value = 0xFFFF;
3715 nvm->ops.release(hw);
3717 /* Reload the EEPROM, or else modifications will not appear
3718 * until after the next adapter reset.
3721 nvm->ops.reload(hw);
3727 DEBUGOUT1("NVM update error: %d\n", ret_val);
3733 * e1000_validate_nvm_checksum_ich8lan - Validate EEPROM checksum
3734 * @hw: pointer to the HW structure
3736 * Check to see if checksum needs to be fixed by reading bit 6 in word 0x19.
3737 * If the bit is 0, that the EEPROM had been modified, but the checksum was not
3738 * calculated, in which case we need to calculate the checksum and set bit 6.
3740 STATIC s32 e1000_validate_nvm_checksum_ich8lan(struct e1000_hw *hw)
3745 u16 valid_csum_mask;
3747 DEBUGFUNC("e1000_validate_nvm_checksum_ich8lan");
3749 /* Read NVM and check Invalid Image CSUM bit. If this bit is 0,
3750 * the checksum needs to be fixed. This bit is an indication that
3751 * the NVM was prepared by OEM software and did not calculate
3752 * the checksum...a likely scenario.
3754 switch (hw->mac.type) {
3757 valid_csum_mask = NVM_COMPAT_VALID_CSUM;
3760 word = NVM_FUTURE_INIT_WORD1;
3761 valid_csum_mask = NVM_FUTURE_INIT_WORD1_VALID_CSUM;
3765 ret_val = hw->nvm.ops.read(hw, word, 1, &data);
3769 if (!(data & valid_csum_mask)) {
3770 data |= valid_csum_mask;
3771 ret_val = hw->nvm.ops.write(hw, word, 1, &data);
3774 ret_val = hw->nvm.ops.update(hw);
3779 return e1000_validate_nvm_checksum_generic(hw);
3783 * e1000_write_flash_data_ich8lan - Writes bytes to the NVM
3784 * @hw: pointer to the HW structure
3785 * @offset: The offset (in bytes) of the byte/word to read.
3786 * @size: Size of data to read, 1=byte 2=word
3787 * @data: The byte(s) to write to the NVM.
3789 * Writes one/two bytes to the NVM using the flash access registers.
3791 STATIC s32 e1000_write_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
3794 union ich8_hws_flash_status hsfsts;
3795 union ich8_hws_flash_ctrl hsflctl;
3796 u32 flash_linear_addr;
3801 DEBUGFUNC("e1000_write_ich8_data");
3803 if (size < 1 || size > 2 || offset > ICH_FLASH_LINEAR_ADDR_MASK)
3804 return -E1000_ERR_NVM;
3806 flash_linear_addr = ((ICH_FLASH_LINEAR_ADDR_MASK & offset) +
3807 hw->nvm.flash_base_addr);
3812 ret_val = e1000_flash_cycle_init_ich8lan(hw);
3813 if (ret_val != E1000_SUCCESS)
3815 hsflctl.regval = E1000_READ_FLASH_REG16(hw, ICH_FLASH_HSFCTL);
3817 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
3818 hsflctl.hsf_ctrl.fldbcount = size - 1;
3819 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_WRITE;
3820 E1000_WRITE_FLASH_REG16(hw, ICH_FLASH_HSFCTL, hsflctl.regval);
3822 E1000_WRITE_FLASH_REG(hw, ICH_FLASH_FADDR, flash_linear_addr);
3825 flash_data = (u32)data & 0x00FF;
3827 flash_data = (u32)data;
3829 E1000_WRITE_FLASH_REG(hw, ICH_FLASH_FDATA0, flash_data);
3831 /* check if FCERR is set to 1 , if set to 1, clear it
3832 * and try the whole sequence a few more times else done
3835 e1000_flash_cycle_ich8lan(hw,
3836 ICH_FLASH_WRITE_COMMAND_TIMEOUT);
3837 if (ret_val == E1000_SUCCESS)
3840 /* If we're here, then things are most likely
3841 * completely hosed, but if the error condition
3842 * is detected, it won't hurt to give it another
3843 * try...ICH_FLASH_CYCLE_REPEAT_COUNT times.
3845 hsfsts.regval = E1000_READ_FLASH_REG16(hw, ICH_FLASH_HSFSTS);
3846 if (hsfsts.hsf_status.flcerr)
3847 /* Repeat for some time before giving up. */
3849 if (!hsfsts.hsf_status.flcdone) {
3850 DEBUGOUT("Timeout error - flash cycle did not complete.\n");
3853 } while (count++ < ICH_FLASH_CYCLE_REPEAT_COUNT);
3859 * e1000_write_flash_byte_ich8lan - Write a single byte to NVM
3860 * @hw: pointer to the HW structure
3861 * @offset: The index of the byte to read.
3862 * @data: The byte to write to the NVM.
3864 * Writes a single byte to the NVM using the flash access registers.
3866 STATIC s32 e1000_write_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset,
3869 u16 word = (u16)data;
3871 DEBUGFUNC("e1000_write_flash_byte_ich8lan");
3873 return e1000_write_flash_data_ich8lan(hw, offset, 1, word);
3877 * e1000_retry_write_flash_byte_ich8lan - Writes a single byte to NVM
3878 * @hw: pointer to the HW structure
3879 * @offset: The offset of the byte to write.
3880 * @byte: The byte to write to the NVM.
3882 * Writes a single byte to the NVM using the flash access registers.
3883 * Goes through a retry algorithm before giving up.
3885 STATIC s32 e1000_retry_write_flash_byte_ich8lan(struct e1000_hw *hw,
3886 u32 offset, u8 byte)
3889 u16 program_retries;
3891 DEBUGFUNC("e1000_retry_write_flash_byte_ich8lan");
3893 ret_val = e1000_write_flash_byte_ich8lan(hw, offset, byte);
3897 for (program_retries = 0; program_retries < 100; program_retries++) {
3898 DEBUGOUT2("Retrying Byte %2.2X at offset %u\n", byte, offset);
3900 ret_val = e1000_write_flash_byte_ich8lan(hw, offset, byte);
3901 if (ret_val == E1000_SUCCESS)
3904 if (program_retries == 100)
3905 return -E1000_ERR_NVM;
3907 return E1000_SUCCESS;
3911 * e1000_erase_flash_bank_ich8lan - Erase a bank (4k) from NVM
3912 * @hw: pointer to the HW structure
3913 * @bank: 0 for first bank, 1 for second bank, etc.
3915 * Erases the bank specified. Each bank is a 4k block. Banks are 0 based.
3916 * bank N is 4096 * N + flash_reg_addr.
3918 STATIC s32 e1000_erase_flash_bank_ich8lan(struct e1000_hw *hw, u32 bank)
3920 struct e1000_nvm_info *nvm = &hw->nvm;
3921 union ich8_hws_flash_status hsfsts;
3922 union ich8_hws_flash_ctrl hsflctl;
3923 u32 flash_linear_addr;
3924 /* bank size is in 16bit words - adjust to bytes */
3925 u32 flash_bank_size = nvm->flash_bank_size * 2;
3928 s32 j, iteration, sector_size;
3930 DEBUGFUNC("e1000_erase_flash_bank_ich8lan");
3932 hsfsts.regval = E1000_READ_FLASH_REG16(hw, ICH_FLASH_HSFSTS);
3934 /* Determine HW Sector size: Read BERASE bits of hw flash status
3936 * 00: The Hw sector is 256 bytes, hence we need to erase 16
3937 * consecutive sectors. The start index for the nth Hw sector
3938 * can be calculated as = bank * 4096 + n * 256
3939 * 01: The Hw sector is 4K bytes, hence we need to erase 1 sector.
3940 * The start index for the nth Hw sector can be calculated
3942 * 10: The Hw sector is 8K bytes, nth sector = bank * 8192
3943 * (ich9 only, otherwise error condition)
3944 * 11: The Hw sector is 64K bytes, nth sector = bank * 65536
3946 switch (hsfsts.hsf_status.berasesz) {
3948 /* Hw sector size 256 */
3949 sector_size = ICH_FLASH_SEG_SIZE_256;
3950 iteration = flash_bank_size / ICH_FLASH_SEG_SIZE_256;
3953 sector_size = ICH_FLASH_SEG_SIZE_4K;
3957 sector_size = ICH_FLASH_SEG_SIZE_8K;
3961 sector_size = ICH_FLASH_SEG_SIZE_64K;
3965 return -E1000_ERR_NVM;
3968 /* Start with the base address, then add the sector offset. */
3969 flash_linear_addr = hw->nvm.flash_base_addr;
3970 flash_linear_addr += (bank) ? flash_bank_size : 0;
3972 for (j = 0; j < iteration; j++) {
3974 u32 timeout = ICH_FLASH_ERASE_COMMAND_TIMEOUT;
3977 ret_val = e1000_flash_cycle_init_ich8lan(hw);
3981 /* Write a value 11 (block Erase) in Flash
3982 * Cycle field in hw flash control
3985 E1000_READ_FLASH_REG16(hw, ICH_FLASH_HSFCTL);
3987 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_ERASE;
3988 E1000_WRITE_FLASH_REG16(hw, ICH_FLASH_HSFCTL,
3991 /* Write the last 24 bits of an index within the
3992 * block into Flash Linear address field in Flash
3995 flash_linear_addr += (j * sector_size);
3996 E1000_WRITE_FLASH_REG(hw, ICH_FLASH_FADDR,
3999 ret_val = e1000_flash_cycle_ich8lan(hw, timeout);
4000 if (ret_val == E1000_SUCCESS)
4003 /* Check if FCERR is set to 1. If 1,
4004 * clear it and try the whole sequence
4005 * a few more times else Done
4007 hsfsts.regval = E1000_READ_FLASH_REG16(hw,
4009 if (hsfsts.hsf_status.flcerr)
4010 /* repeat for some time before giving up */
4012 else if (!hsfsts.hsf_status.flcdone)
4014 } while (++count < ICH_FLASH_CYCLE_REPEAT_COUNT);
4017 return E1000_SUCCESS;
4021 * e1000_valid_led_default_ich8lan - Set the default LED settings
4022 * @hw: pointer to the HW structure
4023 * @data: Pointer to the LED settings
4025 * Reads the LED default settings from the NVM to data. If the NVM LED
4026 * settings is all 0's or F's, set the LED default to a valid LED default
4029 STATIC s32 e1000_valid_led_default_ich8lan(struct e1000_hw *hw, u16 *data)
4033 DEBUGFUNC("e1000_valid_led_default_ich8lan");
4035 ret_val = hw->nvm.ops.read(hw, NVM_ID_LED_SETTINGS, 1, data);
4037 DEBUGOUT("NVM Read Error\n");
4041 if (*data == ID_LED_RESERVED_0000 || *data == ID_LED_RESERVED_FFFF)
4042 *data = ID_LED_DEFAULT_ICH8LAN;
4044 return E1000_SUCCESS;
4048 * e1000_id_led_init_pchlan - store LED configurations
4049 * @hw: pointer to the HW structure
4051 * PCH does not control LEDs via the LEDCTL register, rather it uses
4052 * the PHY LED configuration register.
4054 * PCH also does not have an "always on" or "always off" mode which
4055 * complicates the ID feature. Instead of using the "on" mode to indicate
4056 * in ledctl_mode2 the LEDs to use for ID (see e1000_id_led_init_generic()),
4057 * use "link_up" mode. The LEDs will still ID on request if there is no
4058 * link based on logic in e1000_led_[on|off]_pchlan().
4060 STATIC s32 e1000_id_led_init_pchlan(struct e1000_hw *hw)
4062 struct e1000_mac_info *mac = &hw->mac;
4064 const u32 ledctl_on = E1000_LEDCTL_MODE_LINK_UP;
4065 const u32 ledctl_off = E1000_LEDCTL_MODE_LINK_UP | E1000_PHY_LED0_IVRT;
4066 u16 data, i, temp, shift;
4068 DEBUGFUNC("e1000_id_led_init_pchlan");
4070 /* Get default ID LED modes */
4071 ret_val = hw->nvm.ops.valid_led_default(hw, &data);
4075 mac->ledctl_default = E1000_READ_REG(hw, E1000_LEDCTL);
4076 mac->ledctl_mode1 = mac->ledctl_default;
4077 mac->ledctl_mode2 = mac->ledctl_default;
4079 for (i = 0; i < 4; i++) {
4080 temp = (data >> (i << 2)) & E1000_LEDCTL_LED0_MODE_MASK;
4083 case ID_LED_ON1_DEF2:
4084 case ID_LED_ON1_ON2:
4085 case ID_LED_ON1_OFF2:
4086 mac->ledctl_mode1 &= ~(E1000_PHY_LED0_MASK << shift);
4087 mac->ledctl_mode1 |= (ledctl_on << shift);
4089 case ID_LED_OFF1_DEF2:
4090 case ID_LED_OFF1_ON2:
4091 case ID_LED_OFF1_OFF2:
4092 mac->ledctl_mode1 &= ~(E1000_PHY_LED0_MASK << shift);
4093 mac->ledctl_mode1 |= (ledctl_off << shift);
4100 case ID_LED_DEF1_ON2:
4101 case ID_LED_ON1_ON2:
4102 case ID_LED_OFF1_ON2:
4103 mac->ledctl_mode2 &= ~(E1000_PHY_LED0_MASK << shift);
4104 mac->ledctl_mode2 |= (ledctl_on << shift);
4106 case ID_LED_DEF1_OFF2:
4107 case ID_LED_ON1_OFF2:
4108 case ID_LED_OFF1_OFF2:
4109 mac->ledctl_mode2 &= ~(E1000_PHY_LED0_MASK << shift);
4110 mac->ledctl_mode2 |= (ledctl_off << shift);
4118 return E1000_SUCCESS;
4122 * e1000_get_bus_info_ich8lan - Get/Set the bus type and width
4123 * @hw: pointer to the HW structure
4125 * ICH8 use the PCI Express bus, but does not contain a PCI Express Capability
4126 * register, so the the bus width is hard coded.
4128 STATIC s32 e1000_get_bus_info_ich8lan(struct e1000_hw *hw)
4130 struct e1000_bus_info *bus = &hw->bus;
4133 DEBUGFUNC("e1000_get_bus_info_ich8lan");
4135 ret_val = e1000_get_bus_info_pcie_generic(hw);
4137 /* ICH devices are "PCI Express"-ish. They have
4138 * a configuration space, but do not contain
4139 * PCI Express Capability registers, so bus width
4140 * must be hardcoded.
4142 if (bus->width == e1000_bus_width_unknown)
4143 bus->width = e1000_bus_width_pcie_x1;
4149 * e1000_reset_hw_ich8lan - Reset the hardware
4150 * @hw: pointer to the HW structure
4152 * Does a full reset of the hardware which includes a reset of the PHY and
4155 STATIC s32 e1000_reset_hw_ich8lan(struct e1000_hw *hw)
4157 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
4162 DEBUGFUNC("e1000_reset_hw_ich8lan");
4164 /* Prevent the PCI-E bus from sticking if there is no TLP connection
4165 * on the last TLP read/write transaction when MAC is reset.
4167 ret_val = e1000_disable_pcie_master_generic(hw);
4169 DEBUGOUT("PCI-E Master disable polling has failed.\n");
4171 DEBUGOUT("Masking off all interrupts\n");
4172 E1000_WRITE_REG(hw, E1000_IMC, 0xffffffff);
4174 /* Disable the Transmit and Receive units. Then delay to allow
4175 * any pending transactions to complete before we hit the MAC
4176 * with the global reset.
4178 E1000_WRITE_REG(hw, E1000_RCTL, 0);
4179 E1000_WRITE_REG(hw, E1000_TCTL, E1000_TCTL_PSP);
4180 E1000_WRITE_FLUSH(hw);
4184 /* Workaround for ICH8 bit corruption issue in FIFO memory */
4185 if (hw->mac.type == e1000_ich8lan) {
4186 /* Set Tx and Rx buffer allocation to 8k apiece. */
4187 E1000_WRITE_REG(hw, E1000_PBA, E1000_PBA_8K);
4188 /* Set Packet Buffer Size to 16k. */
4189 E1000_WRITE_REG(hw, E1000_PBS, E1000_PBS_16K);
4192 if (hw->mac.type == e1000_pchlan) {
4193 /* Save the NVM K1 bit setting*/
4194 ret_val = e1000_read_nvm(hw, E1000_NVM_K1_CONFIG, 1, &kum_cfg);
4198 if (kum_cfg & E1000_NVM_K1_ENABLE)
4199 dev_spec->nvm_k1_enabled = true;
4201 dev_spec->nvm_k1_enabled = false;
4204 ctrl = E1000_READ_REG(hw, E1000_CTRL);
4206 if (!hw->phy.ops.check_reset_block(hw)) {
4207 /* Full-chip reset requires MAC and PHY reset at the same
4208 * time to make sure the interface between MAC and the
4209 * external PHY is reset.
4211 ctrl |= E1000_CTRL_PHY_RST;
4213 /* Gate automatic PHY configuration by hardware on
4216 if ((hw->mac.type == e1000_pch2lan) &&
4217 !(E1000_READ_REG(hw, E1000_FWSM) & E1000_ICH_FWSM_FW_VALID))
4218 e1000_gate_hw_phy_config_ich8lan(hw, true);
4220 ret_val = e1000_acquire_swflag_ich8lan(hw);
4221 DEBUGOUT("Issuing a global reset to ich8lan\n");
4222 E1000_WRITE_REG(hw, E1000_CTRL, (ctrl | E1000_CTRL_RST));
4223 /* cannot issue a flush here because it hangs the hardware */
4226 /* Set Phy Config Counter to 50msec */
4227 if (hw->mac.type == e1000_pch2lan) {
4228 reg = E1000_READ_REG(hw, E1000_FEXTNVM3);
4229 reg &= ~E1000_FEXTNVM3_PHY_CFG_COUNTER_MASK;
4230 reg |= E1000_FEXTNVM3_PHY_CFG_COUNTER_50MSEC;
4231 E1000_WRITE_REG(hw, E1000_FEXTNVM3, reg);
4235 E1000_MUTEX_UNLOCK(&hw->dev_spec.ich8lan.swflag_mutex);
4237 if (ctrl & E1000_CTRL_PHY_RST) {
4238 ret_val = hw->phy.ops.get_cfg_done(hw);
4242 ret_val = e1000_post_phy_reset_ich8lan(hw);
4247 /* For PCH, this write will make sure that any noise
4248 * will be detected as a CRC error and be dropped rather than show up
4249 * as a bad packet to the DMA engine.
4251 if (hw->mac.type == e1000_pchlan)
4252 E1000_WRITE_REG(hw, E1000_CRC_OFFSET, 0x65656565);
4254 E1000_WRITE_REG(hw, E1000_IMC, 0xffffffff);
4255 E1000_READ_REG(hw, E1000_ICR);
4257 reg = E1000_READ_REG(hw, E1000_KABGTXD);
4258 reg |= E1000_KABGTXD_BGSQLBIAS;
4259 E1000_WRITE_REG(hw, E1000_KABGTXD, reg);
4261 return E1000_SUCCESS;
4265 * e1000_init_hw_ich8lan - Initialize the hardware
4266 * @hw: pointer to the HW structure
4268 * Prepares the hardware for transmit and receive by doing the following:
4269 * - initialize hardware bits
4270 * - initialize LED identification
4271 * - setup receive address registers
4272 * - setup flow control
4273 * - setup transmit descriptors
4274 * - clear statistics
4276 STATIC s32 e1000_init_hw_ich8lan(struct e1000_hw *hw)
4278 struct e1000_mac_info *mac = &hw->mac;
4279 u32 ctrl_ext, txdctl, snoop;
4283 DEBUGFUNC("e1000_init_hw_ich8lan");
4285 e1000_initialize_hw_bits_ich8lan(hw);
4287 /* Initialize identification LED */
4288 ret_val = mac->ops.id_led_init(hw);
4289 /* An error is not fatal and we should not stop init due to this */
4291 DEBUGOUT("Error initializing identification LED\n");
4293 /* Setup the receive address. */
4294 e1000_init_rx_addrs_generic(hw, mac->rar_entry_count);
4296 /* Zero out the Multicast HASH table */
4297 DEBUGOUT("Zeroing the MTA\n");
4298 for (i = 0; i < mac->mta_reg_count; i++)
4299 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0);
4301 /* The 82578 Rx buffer will stall if wakeup is enabled in host and
4302 * the ME. Disable wakeup by clearing the host wakeup bit.
4303 * Reset the phy after disabling host wakeup to reset the Rx buffer.
4305 if (hw->phy.type == e1000_phy_82578) {
4306 hw->phy.ops.read_reg(hw, BM_PORT_GEN_CFG, &i);
4307 i &= ~BM_WUC_HOST_WU_BIT;
4308 hw->phy.ops.write_reg(hw, BM_PORT_GEN_CFG, i);
4309 ret_val = e1000_phy_hw_reset_ich8lan(hw);
4314 /* Setup link and flow control */
4315 ret_val = mac->ops.setup_link(hw);
4317 /* Set the transmit descriptor write-back policy for both queues */
4318 txdctl = E1000_READ_REG(hw, E1000_TXDCTL(0));
4319 txdctl = ((txdctl & ~E1000_TXDCTL_WTHRESH) |
4320 E1000_TXDCTL_FULL_TX_DESC_WB);
4321 txdctl = ((txdctl & ~E1000_TXDCTL_PTHRESH) |
4322 E1000_TXDCTL_MAX_TX_DESC_PREFETCH);
4323 E1000_WRITE_REG(hw, E1000_TXDCTL(0), txdctl);
4324 txdctl = E1000_READ_REG(hw, E1000_TXDCTL(1));
4325 txdctl = ((txdctl & ~E1000_TXDCTL_WTHRESH) |
4326 E1000_TXDCTL_FULL_TX_DESC_WB);
4327 txdctl = ((txdctl & ~E1000_TXDCTL_PTHRESH) |
4328 E1000_TXDCTL_MAX_TX_DESC_PREFETCH);
4329 E1000_WRITE_REG(hw, E1000_TXDCTL(1), txdctl);
4331 /* ICH8 has opposite polarity of no_snoop bits.
4332 * By default, we should use snoop behavior.
4334 if (mac->type == e1000_ich8lan)
4335 snoop = PCIE_ICH8_SNOOP_ALL;
4337 snoop = (u32) ~(PCIE_NO_SNOOP_ALL);
4338 e1000_set_pcie_no_snoop_generic(hw, snoop);
4340 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT);
4341 ctrl_ext |= E1000_CTRL_EXT_RO_DIS;
4342 E1000_WRITE_REG(hw, E1000_CTRL_EXT, ctrl_ext);
4344 /* Clear all of the statistics registers (clear on read). It is
4345 * important that we do this after we have tried to establish link
4346 * because the symbol error count will increment wildly if there
4349 e1000_clear_hw_cntrs_ich8lan(hw);
4355 * e1000_initialize_hw_bits_ich8lan - Initialize required hardware bits
4356 * @hw: pointer to the HW structure
4358 * Sets/Clears required hardware bits necessary for correctly setting up the
4359 * hardware for transmit and receive.
4361 STATIC void e1000_initialize_hw_bits_ich8lan(struct e1000_hw *hw)
4365 DEBUGFUNC("e1000_initialize_hw_bits_ich8lan");
4367 /* Extended Device Control */
4368 reg = E1000_READ_REG(hw, E1000_CTRL_EXT);
4370 /* Enable PHY low-power state when MAC is at D3 w/o WoL */
4371 if (hw->mac.type >= e1000_pchlan)
4372 reg |= E1000_CTRL_EXT_PHYPDEN;
4373 E1000_WRITE_REG(hw, E1000_CTRL_EXT, reg);
4375 /* Transmit Descriptor Control 0 */
4376 reg = E1000_READ_REG(hw, E1000_TXDCTL(0));
4378 E1000_WRITE_REG(hw, E1000_TXDCTL(0), reg);
4380 /* Transmit Descriptor Control 1 */
4381 reg = E1000_READ_REG(hw, E1000_TXDCTL(1));
4383 E1000_WRITE_REG(hw, E1000_TXDCTL(1), reg);
4385 /* Transmit Arbitration Control 0 */
4386 reg = E1000_READ_REG(hw, E1000_TARC(0));
4387 if (hw->mac.type == e1000_ich8lan)
4388 reg |= (1 << 28) | (1 << 29);
4389 reg |= (1 << 23) | (1 << 24) | (1 << 26) | (1 << 27);
4390 E1000_WRITE_REG(hw, E1000_TARC(0), reg);
4392 /* Transmit Arbitration Control 1 */
4393 reg = E1000_READ_REG(hw, E1000_TARC(1));
4394 if (E1000_READ_REG(hw, E1000_TCTL) & E1000_TCTL_MULR)
4398 reg |= (1 << 24) | (1 << 26) | (1 << 30);
4399 E1000_WRITE_REG(hw, E1000_TARC(1), reg);
4402 if (hw->mac.type == e1000_ich8lan) {
4403 reg = E1000_READ_REG(hw, E1000_STATUS);
4405 E1000_WRITE_REG(hw, E1000_STATUS, reg);
4408 /* work-around descriptor data corruption issue during nfs v2 udp
4409 * traffic, just disable the nfs filtering capability
4411 reg = E1000_READ_REG(hw, E1000_RFCTL);
4412 reg |= (E1000_RFCTL_NFSW_DIS | E1000_RFCTL_NFSR_DIS);
4414 /* Disable IPv6 extension header parsing because some malformed
4415 * IPv6 headers can hang the Rx.
4417 if (hw->mac.type == e1000_ich8lan)
4418 reg |= (E1000_RFCTL_IPV6_EX_DIS | E1000_RFCTL_NEW_IPV6_EXT_DIS);
4419 E1000_WRITE_REG(hw, E1000_RFCTL, reg);
4421 /* Enable ECC on Lynxpoint */
4422 if (hw->mac.type == e1000_pch_lpt) {
4423 reg = E1000_READ_REG(hw, E1000_PBECCSTS);
4424 reg |= E1000_PBECCSTS_ECC_ENABLE;
4425 E1000_WRITE_REG(hw, E1000_PBECCSTS, reg);
4427 reg = E1000_READ_REG(hw, E1000_CTRL);
4428 reg |= E1000_CTRL_MEHE;
4429 E1000_WRITE_REG(hw, E1000_CTRL, reg);
4436 * e1000_setup_link_ich8lan - Setup flow control and link settings
4437 * @hw: pointer to the HW structure
4439 * Determines which flow control settings to use, then configures flow
4440 * control. Calls the appropriate media-specific link configuration
4441 * function. Assuming the adapter has a valid link partner, a valid link
4442 * should be established. Assumes the hardware has previously been reset
4443 * and the transmitter and receiver are not enabled.
4445 STATIC s32 e1000_setup_link_ich8lan(struct e1000_hw *hw)
4449 DEBUGFUNC("e1000_setup_link_ich8lan");
4451 if (hw->phy.ops.check_reset_block(hw))
4452 return E1000_SUCCESS;
4454 /* ICH parts do not have a word in the NVM to determine
4455 * the default flow control setting, so we explicitly
4458 if (hw->fc.requested_mode == e1000_fc_default)
4459 hw->fc.requested_mode = e1000_fc_full;
4461 /* Save off the requested flow control mode for use later. Depending
4462 * on the link partner's capabilities, we may or may not use this mode.
4464 hw->fc.current_mode = hw->fc.requested_mode;
4466 DEBUGOUT1("After fix-ups FlowControl is now = %x\n",
4467 hw->fc.current_mode);
4469 /* Continue to configure the copper link. */
4470 ret_val = hw->mac.ops.setup_physical_interface(hw);
4474 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time);
4475 if ((hw->phy.type == e1000_phy_82578) ||
4476 (hw->phy.type == e1000_phy_82579) ||
4477 (hw->phy.type == e1000_phy_i217) ||
4478 (hw->phy.type == e1000_phy_82577)) {
4479 E1000_WRITE_REG(hw, E1000_FCRTV_PCH, hw->fc.refresh_time);
4481 ret_val = hw->phy.ops.write_reg(hw,
4482 PHY_REG(BM_PORT_CTRL_PAGE, 27),
4488 return e1000_set_fc_watermarks_generic(hw);
4492 * e1000_setup_copper_link_ich8lan - Configure MAC/PHY interface
4493 * @hw: pointer to the HW structure
4495 * Configures the kumeran interface to the PHY to wait the appropriate time
4496 * when polling the PHY, then call the generic setup_copper_link to finish
4497 * configuring the copper link.
4499 STATIC s32 e1000_setup_copper_link_ich8lan(struct e1000_hw *hw)
4505 DEBUGFUNC("e1000_setup_copper_link_ich8lan");
4507 ctrl = E1000_READ_REG(hw, E1000_CTRL);
4508 ctrl |= E1000_CTRL_SLU;
4509 ctrl &= ~(E1000_CTRL_FRCSPD | E1000_CTRL_FRCDPX);
4510 E1000_WRITE_REG(hw, E1000_CTRL, ctrl);
4512 /* Set the mac to wait the maximum time between each iteration
4513 * and increase the max iterations when polling the phy;
4514 * this fixes erroneous timeouts at 10Mbps.
4516 ret_val = e1000_write_kmrn_reg_generic(hw, E1000_KMRNCTRLSTA_TIMEOUTS,
4520 ret_val = e1000_read_kmrn_reg_generic(hw,
4521 E1000_KMRNCTRLSTA_INBAND_PARAM,
4526 ret_val = e1000_write_kmrn_reg_generic(hw,
4527 E1000_KMRNCTRLSTA_INBAND_PARAM,
4532 switch (hw->phy.type) {
4533 case e1000_phy_igp_3:
4534 ret_val = e1000_copper_link_setup_igp(hw);
4539 case e1000_phy_82578:
4540 ret_val = e1000_copper_link_setup_m88(hw);
4544 case e1000_phy_82577:
4545 case e1000_phy_82579:
4546 ret_val = e1000_copper_link_setup_82577(hw);
4551 ret_val = hw->phy.ops.read_reg(hw, IFE_PHY_MDIX_CONTROL,
4556 reg_data &= ~IFE_PMC_AUTO_MDIX;
4558 switch (hw->phy.mdix) {
4560 reg_data &= ~IFE_PMC_FORCE_MDIX;
4563 reg_data |= IFE_PMC_FORCE_MDIX;
4567 reg_data |= IFE_PMC_AUTO_MDIX;
4570 ret_val = hw->phy.ops.write_reg(hw, IFE_PHY_MDIX_CONTROL,
4579 return e1000_setup_copper_link_generic(hw);
4583 * e1000_setup_copper_link_pch_lpt - Configure MAC/PHY interface
4584 * @hw: pointer to the HW structure
4586 * Calls the PHY specific link setup function and then calls the
4587 * generic setup_copper_link to finish configuring the link for
4588 * Lynxpoint PCH devices
4590 STATIC s32 e1000_setup_copper_link_pch_lpt(struct e1000_hw *hw)
4595 DEBUGFUNC("e1000_setup_copper_link_pch_lpt");
4597 ctrl = E1000_READ_REG(hw, E1000_CTRL);
4598 ctrl |= E1000_CTRL_SLU;
4599 ctrl &= ~(E1000_CTRL_FRCSPD | E1000_CTRL_FRCDPX);
4600 E1000_WRITE_REG(hw, E1000_CTRL, ctrl);
4602 ret_val = e1000_copper_link_setup_82577(hw);
4606 return e1000_setup_copper_link_generic(hw);
4610 * e1000_get_link_up_info_ich8lan - Get current link speed and duplex
4611 * @hw: pointer to the HW structure
4612 * @speed: pointer to store current link speed
4613 * @duplex: pointer to store the current link duplex
4615 * Calls the generic get_speed_and_duplex to retrieve the current link
4616 * information and then calls the Kumeran lock loss workaround for links at
4619 STATIC s32 e1000_get_link_up_info_ich8lan(struct e1000_hw *hw, u16 *speed,
4624 DEBUGFUNC("e1000_get_link_up_info_ich8lan");
4626 ret_val = e1000_get_speed_and_duplex_copper_generic(hw, speed, duplex);
4630 if ((hw->mac.type == e1000_ich8lan) &&
4631 (hw->phy.type == e1000_phy_igp_3) &&
4632 (*speed == SPEED_1000)) {
4633 ret_val = e1000_kmrn_lock_loss_workaround_ich8lan(hw);
4640 * e1000_kmrn_lock_loss_workaround_ich8lan - Kumeran workaround
4641 * @hw: pointer to the HW structure
4643 * Work-around for 82566 Kumeran PCS lock loss:
4644 * On link status change (i.e. PCI reset, speed change) and link is up and
4646 * 0) if workaround is optionally disabled do nothing
4647 * 1) wait 1ms for Kumeran link to come up
4648 * 2) check Kumeran Diagnostic register PCS lock loss bit
4649 * 3) if not set the link is locked (all is good), otherwise...
4651 * 5) repeat up to 10 times
4652 * Note: this is only called for IGP3 copper when speed is 1gb.
4654 STATIC s32 e1000_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw)
4656 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
4662 DEBUGFUNC("e1000_kmrn_lock_loss_workaround_ich8lan");
4664 if (!dev_spec->kmrn_lock_loss_workaround_enabled)
4665 return E1000_SUCCESS;
4667 /* Make sure link is up before proceeding. If not just return.
4668 * Attempting this while link is negotiating fouled up link
4671 ret_val = e1000_phy_has_link_generic(hw, 1, 0, &link);
4673 return E1000_SUCCESS;
4675 for (i = 0; i < 10; i++) {
4676 /* read once to clear */
4677 ret_val = hw->phy.ops.read_reg(hw, IGP3_KMRN_DIAG, &data);
4680 /* and again to get new status */
4681 ret_val = hw->phy.ops.read_reg(hw, IGP3_KMRN_DIAG, &data);
4685 /* check for PCS lock */
4686 if (!(data & IGP3_KMRN_DIAG_PCS_LOCK_LOSS))
4687 return E1000_SUCCESS;
4689 /* Issue PHY reset */
4690 hw->phy.ops.reset(hw);
4693 /* Disable GigE link negotiation */
4694 phy_ctrl = E1000_READ_REG(hw, E1000_PHY_CTRL);
4695 phy_ctrl |= (E1000_PHY_CTRL_GBE_DISABLE |
4696 E1000_PHY_CTRL_NOND0A_GBE_DISABLE);
4697 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
4699 /* Call gig speed drop workaround on Gig disable before accessing
4702 e1000_gig_downshift_workaround_ich8lan(hw);
4704 /* unable to acquire PCS lock */
4705 return -E1000_ERR_PHY;
4709 * e1000_set_kmrn_lock_loss_workaround_ich8lan - Set Kumeran workaround state
4710 * @hw: pointer to the HW structure
4711 * @state: boolean value used to set the current Kumeran workaround state
4713 * If ICH8, set the current Kumeran workaround state (enabled - true
4714 * /disabled - false).
4716 void e1000_set_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw,
4719 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
4721 DEBUGFUNC("e1000_set_kmrn_lock_loss_workaround_ich8lan");
4723 if (hw->mac.type != e1000_ich8lan) {
4724 DEBUGOUT("Workaround applies to ICH8 only.\n");
4728 dev_spec->kmrn_lock_loss_workaround_enabled = state;
4734 * e1000_ipg3_phy_powerdown_workaround_ich8lan - Power down workaround on D3
4735 * @hw: pointer to the HW structure
4737 * Workaround for 82566 power-down on D3 entry:
4738 * 1) disable gigabit link
4739 * 2) write VR power-down enable
4741 * Continue if successful, else issue LCD reset and repeat
4743 void e1000_igp3_phy_powerdown_workaround_ich8lan(struct e1000_hw *hw)
4749 DEBUGFUNC("e1000_igp3_phy_powerdown_workaround_ich8lan");
4751 if (hw->phy.type != e1000_phy_igp_3)
4754 /* Try the workaround twice (if needed) */
4757 reg = E1000_READ_REG(hw, E1000_PHY_CTRL);
4758 reg |= (E1000_PHY_CTRL_GBE_DISABLE |
4759 E1000_PHY_CTRL_NOND0A_GBE_DISABLE);
4760 E1000_WRITE_REG(hw, E1000_PHY_CTRL, reg);
4762 /* Call gig speed drop workaround on Gig disable before
4763 * accessing any PHY registers
4765 if (hw->mac.type == e1000_ich8lan)
4766 e1000_gig_downshift_workaround_ich8lan(hw);
4768 /* Write VR power-down enable */
4769 hw->phy.ops.read_reg(hw, IGP3_VR_CTRL, &data);
4770 data &= ~IGP3_VR_CTRL_DEV_POWERDOWN_MODE_MASK;
4771 hw->phy.ops.write_reg(hw, IGP3_VR_CTRL,
4772 data | IGP3_VR_CTRL_MODE_SHUTDOWN);
4774 /* Read it back and test */
4775 hw->phy.ops.read_reg(hw, IGP3_VR_CTRL, &data);
4776 data &= IGP3_VR_CTRL_DEV_POWERDOWN_MODE_MASK;
4777 if ((data == IGP3_VR_CTRL_MODE_SHUTDOWN) || retry)
4780 /* Issue PHY reset and repeat at most one more time */
4781 reg = E1000_READ_REG(hw, E1000_CTRL);
4782 E1000_WRITE_REG(hw, E1000_CTRL, reg | E1000_CTRL_PHY_RST);
4788 * e1000_gig_downshift_workaround_ich8lan - WoL from S5 stops working
4789 * @hw: pointer to the HW structure
4791 * Steps to take when dropping from 1Gb/s (eg. link cable removal (LSC),
4792 * LPLU, Gig disable, MDIC PHY reset):
4793 * 1) Set Kumeran Near-end loopback
4794 * 2) Clear Kumeran Near-end loopback
4795 * Should only be called for ICH8[m] devices with any 1G Phy.
4797 void e1000_gig_downshift_workaround_ich8lan(struct e1000_hw *hw)
4802 DEBUGFUNC("e1000_gig_downshift_workaround_ich8lan");
4804 if ((hw->mac.type != e1000_ich8lan) ||
4805 (hw->phy.type == e1000_phy_ife))
4808 ret_val = e1000_read_kmrn_reg_generic(hw, E1000_KMRNCTRLSTA_DIAG_OFFSET,
4812 reg_data |= E1000_KMRNCTRLSTA_DIAG_NELPBK;
4813 ret_val = e1000_write_kmrn_reg_generic(hw,
4814 E1000_KMRNCTRLSTA_DIAG_OFFSET,
4818 reg_data &= ~E1000_KMRNCTRLSTA_DIAG_NELPBK;
4819 e1000_write_kmrn_reg_generic(hw, E1000_KMRNCTRLSTA_DIAG_OFFSET,
4824 * e1000_suspend_workarounds_ich8lan - workarounds needed during S0->Sx
4825 * @hw: pointer to the HW structure
4827 * During S0 to Sx transition, it is possible the link remains at gig
4828 * instead of negotiating to a lower speed. Before going to Sx, set
4829 * 'Gig Disable' to force link speed negotiation to a lower speed based on
4830 * the LPLU setting in the NVM or custom setting. For PCH and newer parts,
4831 * the OEM bits PHY register (LED, GbE disable and LPLU configurations) also
4832 * needs to be written.
4833 * Parts that support (and are linked to a partner which support) EEE in
4834 * 100Mbps should disable LPLU since 100Mbps w/ EEE requires less power
4835 * than 10Mbps w/o EEE.
4837 void e1000_suspend_workarounds_ich8lan(struct e1000_hw *hw)
4839 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
4843 DEBUGFUNC("e1000_suspend_workarounds_ich8lan");
4845 phy_ctrl = E1000_READ_REG(hw, E1000_PHY_CTRL);
4846 phy_ctrl |= E1000_PHY_CTRL_GBE_DISABLE;
4848 if (hw->phy.type == e1000_phy_i217) {
4849 u16 phy_reg, device_id = hw->device_id;
4851 if ((device_id == E1000_DEV_ID_PCH_LPTLP_I218_LM) ||
4852 (device_id == E1000_DEV_ID_PCH_LPTLP_I218_V) ||
4853 (device_id == E1000_DEV_ID_PCH_I218_LM3) ||
4854 (device_id == E1000_DEV_ID_PCH_I218_V3)) {
4855 u32 fextnvm6 = E1000_READ_REG(hw, E1000_FEXTNVM6);
4857 E1000_WRITE_REG(hw, E1000_FEXTNVM6,
4858 fextnvm6 & ~E1000_FEXTNVM6_REQ_PLL_CLK);
4861 ret_val = hw->phy.ops.acquire(hw);
4865 if (!dev_spec->eee_disable) {
4869 e1000_read_emi_reg_locked(hw,
4870 I217_EEE_ADVERTISEMENT,
4875 /* Disable LPLU if both link partners support 100BaseT
4876 * EEE and 100Full is advertised on both ends of the
4877 * link, and enable Auto Enable LPI since there will
4878 * be no driver to enable LPI while in Sx.
4880 if ((eee_advert & I82579_EEE_100_SUPPORTED) &&
4881 (dev_spec->eee_lp_ability &
4882 I82579_EEE_100_SUPPORTED) &&
4883 (hw->phy.autoneg_advertised & ADVERTISE_100_FULL)) {
4884 phy_ctrl &= ~(E1000_PHY_CTRL_D0A_LPLU |
4885 E1000_PHY_CTRL_NOND0A_LPLU);
4887 /* Set Auto Enable LPI after link up */
4888 hw->phy.ops.read_reg_locked(hw,
4891 phy_reg |= I217_LPI_GPIO_CTRL_AUTO_EN_LPI;
4892 hw->phy.ops.write_reg_locked(hw,
4898 /* For i217 Intel Rapid Start Technology support,
4899 * when the system is going into Sx and no manageability engine
4900 * is present, the driver must configure proxy to reset only on
4901 * power good. LPI (Low Power Idle) state must also reset only
4902 * on power good, as well as the MTA (Multicast table array).
4903 * The SMBus release must also be disabled on LCD reset.
4905 if (!(E1000_READ_REG(hw, E1000_FWSM) &
4906 E1000_ICH_FWSM_FW_VALID)) {
4907 /* Enable proxy to reset only on power good. */
4908 hw->phy.ops.read_reg_locked(hw, I217_PROXY_CTRL,
4910 phy_reg |= I217_PROXY_CTRL_AUTO_DISABLE;
4911 hw->phy.ops.write_reg_locked(hw, I217_PROXY_CTRL,
4914 /* Set bit enable LPI (EEE) to reset only on
4917 hw->phy.ops.read_reg_locked(hw, I217_SxCTRL, &phy_reg);
4918 phy_reg |= I217_SxCTRL_ENABLE_LPI_RESET;
4919 hw->phy.ops.write_reg_locked(hw, I217_SxCTRL, phy_reg);
4921 /* Disable the SMB release on LCD reset. */
4922 hw->phy.ops.read_reg_locked(hw, I217_MEMPWR, &phy_reg);
4923 phy_reg &= ~I217_MEMPWR_DISABLE_SMB_RELEASE;
4924 hw->phy.ops.write_reg_locked(hw, I217_MEMPWR, phy_reg);
4927 /* Enable MTA to reset for Intel Rapid Start Technology
4930 hw->phy.ops.read_reg_locked(hw, I217_CGFREG, &phy_reg);
4931 phy_reg |= I217_CGFREG_ENABLE_MTA_RESET;
4932 hw->phy.ops.write_reg_locked(hw, I217_CGFREG, phy_reg);
4935 hw->phy.ops.release(hw);
4938 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
4940 if (hw->mac.type == e1000_ich8lan)
4941 e1000_gig_downshift_workaround_ich8lan(hw);
4943 if (hw->mac.type >= e1000_pchlan) {
4944 e1000_oem_bits_config_ich8lan(hw, false);
4946 /* Reset PHY to activate OEM bits on 82577/8 */
4947 if (hw->mac.type == e1000_pchlan)
4948 e1000_phy_hw_reset_generic(hw);
4950 ret_val = hw->phy.ops.acquire(hw);
4953 e1000_write_smbus_addr(hw);
4954 hw->phy.ops.release(hw);
4961 * e1000_resume_workarounds_pchlan - workarounds needed during Sx->S0
4962 * @hw: pointer to the HW structure
4964 * During Sx to S0 transitions on non-managed devices or managed devices
4965 * on which PHY resets are not blocked, if the PHY registers cannot be
4966 * accessed properly by the s/w toggle the LANPHYPC value to power cycle
4968 * On i217, setup Intel Rapid Start Technology.
4970 u32 e1000_resume_workarounds_pchlan(struct e1000_hw *hw)
4974 DEBUGFUNC("e1000_resume_workarounds_pchlan");
4975 if (hw->mac.type < e1000_pch2lan)
4976 return E1000_SUCCESS;
4978 ret_val = e1000_init_phy_workarounds_pchlan(hw);
4980 DEBUGOUT1("Failed to init PHY flow ret_val=%d\n", ret_val);
4984 /* For i217 Intel Rapid Start Technology support when the system
4985 * is transitioning from Sx and no manageability engine is present
4986 * configure SMBus to restore on reset, disable proxy, and enable
4987 * the reset on MTA (Multicast table array).
4989 if (hw->phy.type == e1000_phy_i217) {
4992 ret_val = hw->phy.ops.acquire(hw);
4994 DEBUGOUT("Failed to setup iRST\n");
4998 /* Clear Auto Enable LPI after link up */
4999 hw->phy.ops.read_reg_locked(hw, I217_LPI_GPIO_CTRL, &phy_reg);
5000 phy_reg &= ~I217_LPI_GPIO_CTRL_AUTO_EN_LPI;
5001 hw->phy.ops.write_reg_locked(hw, I217_LPI_GPIO_CTRL, phy_reg);
5003 if (!(E1000_READ_REG(hw, E1000_FWSM) &
5004 E1000_ICH_FWSM_FW_VALID)) {
5005 /* Restore clear on SMB if no manageability engine
5008 ret_val = hw->phy.ops.read_reg_locked(hw, I217_MEMPWR,
5012 phy_reg |= I217_MEMPWR_DISABLE_SMB_RELEASE;
5013 hw->phy.ops.write_reg_locked(hw, I217_MEMPWR, phy_reg);
5016 hw->phy.ops.write_reg_locked(hw, I217_PROXY_CTRL, 0);
5018 /* Enable reset on MTA */
5019 ret_val = hw->phy.ops.read_reg_locked(hw, I217_CGFREG,
5023 phy_reg &= ~I217_CGFREG_ENABLE_MTA_RESET;
5024 hw->phy.ops.write_reg_locked(hw, I217_CGFREG, phy_reg);
5027 DEBUGOUT1("Error %d in resume workarounds\n", ret_val);
5028 hw->phy.ops.release(hw);
5031 return E1000_SUCCESS;
5035 * e1000_cleanup_led_ich8lan - Restore the default LED operation
5036 * @hw: pointer to the HW structure
5038 * Return the LED back to the default configuration.
5040 STATIC s32 e1000_cleanup_led_ich8lan(struct e1000_hw *hw)
5042 DEBUGFUNC("e1000_cleanup_led_ich8lan");
5044 if (hw->phy.type == e1000_phy_ife)
5045 return hw->phy.ops.write_reg(hw, IFE_PHY_SPECIAL_CONTROL_LED,
5048 E1000_WRITE_REG(hw, E1000_LEDCTL, hw->mac.ledctl_default);
5049 return E1000_SUCCESS;
5053 * e1000_led_on_ich8lan - Turn LEDs on
5054 * @hw: pointer to the HW structure
5058 STATIC s32 e1000_led_on_ich8lan(struct e1000_hw *hw)
5060 DEBUGFUNC("e1000_led_on_ich8lan");
5062 if (hw->phy.type == e1000_phy_ife)
5063 return hw->phy.ops.write_reg(hw, IFE_PHY_SPECIAL_CONTROL_LED,
5064 (IFE_PSCL_PROBE_MODE | IFE_PSCL_PROBE_LEDS_ON));
5066 E1000_WRITE_REG(hw, E1000_LEDCTL, hw->mac.ledctl_mode2);
5067 return E1000_SUCCESS;
5071 * e1000_led_off_ich8lan - Turn LEDs off
5072 * @hw: pointer to the HW structure
5074 * Turn off the LEDs.
5076 STATIC s32 e1000_led_off_ich8lan(struct e1000_hw *hw)
5078 DEBUGFUNC("e1000_led_off_ich8lan");
5080 if (hw->phy.type == e1000_phy_ife)
5081 return hw->phy.ops.write_reg(hw, IFE_PHY_SPECIAL_CONTROL_LED,
5082 (IFE_PSCL_PROBE_MODE | IFE_PSCL_PROBE_LEDS_OFF));
5084 E1000_WRITE_REG(hw, E1000_LEDCTL, hw->mac.ledctl_mode1);
5085 return E1000_SUCCESS;
5089 * e1000_setup_led_pchlan - Configures SW controllable LED
5090 * @hw: pointer to the HW structure
5092 * This prepares the SW controllable LED for use.
5094 STATIC s32 e1000_setup_led_pchlan(struct e1000_hw *hw)
5096 DEBUGFUNC("e1000_setup_led_pchlan");
5098 return hw->phy.ops.write_reg(hw, HV_LED_CONFIG,
5099 (u16)hw->mac.ledctl_mode1);
5103 * e1000_cleanup_led_pchlan - Restore the default LED operation
5104 * @hw: pointer to the HW structure
5106 * Return the LED back to the default configuration.
5108 STATIC s32 e1000_cleanup_led_pchlan(struct e1000_hw *hw)
5110 DEBUGFUNC("e1000_cleanup_led_pchlan");
5112 return hw->phy.ops.write_reg(hw, HV_LED_CONFIG,
5113 (u16)hw->mac.ledctl_default);
5117 * e1000_led_on_pchlan - Turn LEDs on
5118 * @hw: pointer to the HW structure
5122 STATIC s32 e1000_led_on_pchlan(struct e1000_hw *hw)
5124 u16 data = (u16)hw->mac.ledctl_mode2;
5127 DEBUGFUNC("e1000_led_on_pchlan");
5129 /* If no link, then turn LED on by setting the invert bit
5130 * for each LED that's mode is "link_up" in ledctl_mode2.
5132 if (!(E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU)) {
5133 for (i = 0; i < 3; i++) {
5134 led = (data >> (i * 5)) & E1000_PHY_LED0_MASK;
5135 if ((led & E1000_PHY_LED0_MODE_MASK) !=
5136 E1000_LEDCTL_MODE_LINK_UP)
5138 if (led & E1000_PHY_LED0_IVRT)
5139 data &= ~(E1000_PHY_LED0_IVRT << (i * 5));
5141 data |= (E1000_PHY_LED0_IVRT << (i * 5));
5145 return hw->phy.ops.write_reg(hw, HV_LED_CONFIG, data);
5149 * e1000_led_off_pchlan - Turn LEDs off
5150 * @hw: pointer to the HW structure
5152 * Turn off the LEDs.
5154 STATIC s32 e1000_led_off_pchlan(struct e1000_hw *hw)
5156 u16 data = (u16)hw->mac.ledctl_mode1;
5159 DEBUGFUNC("e1000_led_off_pchlan");
5161 /* If no link, then turn LED off by clearing the invert bit
5162 * for each LED that's mode is "link_up" in ledctl_mode1.
5164 if (!(E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU)) {
5165 for (i = 0; i < 3; i++) {
5166 led = (data >> (i * 5)) & E1000_PHY_LED0_MASK;
5167 if ((led & E1000_PHY_LED0_MODE_MASK) !=
5168 E1000_LEDCTL_MODE_LINK_UP)
5170 if (led & E1000_PHY_LED0_IVRT)
5171 data &= ~(E1000_PHY_LED0_IVRT << (i * 5));
5173 data |= (E1000_PHY_LED0_IVRT << (i * 5));
5177 return hw->phy.ops.write_reg(hw, HV_LED_CONFIG, data);
5181 * e1000_get_cfg_done_ich8lan - Read config done bit after Full or PHY reset
5182 * @hw: pointer to the HW structure
5184 * Read appropriate register for the config done bit for completion status
5185 * and configure the PHY through s/w for EEPROM-less parts.
5187 * NOTE: some silicon which is EEPROM-less will fail trying to read the
5188 * config done bit, so only an error is logged and continues. If we were
5189 * to return with error, EEPROM-less silicon would not be able to be reset
5192 STATIC s32 e1000_get_cfg_done_ich8lan(struct e1000_hw *hw)
5194 s32 ret_val = E1000_SUCCESS;
5198 DEBUGFUNC("e1000_get_cfg_done_ich8lan");
5200 e1000_get_cfg_done_generic(hw);
5202 /* Wait for indication from h/w that it has completed basic config */
5203 if (hw->mac.type >= e1000_ich10lan) {
5204 e1000_lan_init_done_ich8lan(hw);
5206 ret_val = e1000_get_auto_rd_done_generic(hw);
5208 /* When auto config read does not complete, do not
5209 * return with an error. This can happen in situations
5210 * where there is no eeprom and prevents getting link.
5212 DEBUGOUT("Auto Read Done did not complete\n");
5213 ret_val = E1000_SUCCESS;
5217 /* Clear PHY Reset Asserted bit */
5218 status = E1000_READ_REG(hw, E1000_STATUS);
5219 if (status & E1000_STATUS_PHYRA)
5220 E1000_WRITE_REG(hw, E1000_STATUS, status & ~E1000_STATUS_PHYRA);
5222 DEBUGOUT("PHY Reset Asserted not set - needs delay\n");
5224 /* If EEPROM is not marked present, init the IGP 3 PHY manually */
5225 if (hw->mac.type <= e1000_ich9lan) {
5226 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_PRES) &&
5227 (hw->phy.type == e1000_phy_igp_3)) {
5228 e1000_phy_init_script_igp3(hw);
5231 if (e1000_valid_nvm_bank_detect_ich8lan(hw, &bank)) {
5232 /* Maybe we should do a basic PHY config */
5233 DEBUGOUT("EEPROM not present\n");
5234 ret_val = -E1000_ERR_CONFIG;
5242 * e1000_power_down_phy_copper_ich8lan - Remove link during PHY power down
5243 * @hw: pointer to the HW structure
5245 * In the case of a PHY power down to save power, or to turn off link during a
5246 * driver unload, or wake on lan is not enabled, remove the link.
5248 STATIC void e1000_power_down_phy_copper_ich8lan(struct e1000_hw *hw)
5250 /* If the management interface is not enabled, then power down */
5251 if (!(hw->mac.ops.check_mng_mode(hw) ||
5252 hw->phy.ops.check_reset_block(hw)))
5253 e1000_power_down_phy_copper(hw);
5259 * e1000_clear_hw_cntrs_ich8lan - Clear statistical counters
5260 * @hw: pointer to the HW structure
5262 * Clears hardware counters specific to the silicon family and calls
5263 * clear_hw_cntrs_generic to clear all general purpose counters.
5265 STATIC void e1000_clear_hw_cntrs_ich8lan(struct e1000_hw *hw)
5270 DEBUGFUNC("e1000_clear_hw_cntrs_ich8lan");
5272 e1000_clear_hw_cntrs_base_generic(hw);
5274 E1000_READ_REG(hw, E1000_ALGNERRC);
5275 E1000_READ_REG(hw, E1000_RXERRC);
5276 E1000_READ_REG(hw, E1000_TNCRS);
5277 E1000_READ_REG(hw, E1000_CEXTERR);
5278 E1000_READ_REG(hw, E1000_TSCTC);
5279 E1000_READ_REG(hw, E1000_TSCTFC);
5281 E1000_READ_REG(hw, E1000_MGTPRC);
5282 E1000_READ_REG(hw, E1000_MGTPDC);
5283 E1000_READ_REG(hw, E1000_MGTPTC);
5285 E1000_READ_REG(hw, E1000_IAC);
5286 E1000_READ_REG(hw, E1000_ICRXOC);
5288 /* Clear PHY statistics registers */
5289 if ((hw->phy.type == e1000_phy_82578) ||
5290 (hw->phy.type == e1000_phy_82579) ||
5291 (hw->phy.type == e1000_phy_i217) ||
5292 (hw->phy.type == e1000_phy_82577)) {
5293 ret_val = hw->phy.ops.acquire(hw);
5296 ret_val = hw->phy.ops.set_page(hw,
5297 HV_STATS_PAGE << IGP_PAGE_SHIFT);
5300 hw->phy.ops.read_reg_page(hw, HV_SCC_UPPER, &phy_data);
5301 hw->phy.ops.read_reg_page(hw, HV_SCC_LOWER, &phy_data);
5302 hw->phy.ops.read_reg_page(hw, HV_ECOL_UPPER, &phy_data);
5303 hw->phy.ops.read_reg_page(hw, HV_ECOL_LOWER, &phy_data);
5304 hw->phy.ops.read_reg_page(hw, HV_MCC_UPPER, &phy_data);
5305 hw->phy.ops.read_reg_page(hw, HV_MCC_LOWER, &phy_data);
5306 hw->phy.ops.read_reg_page(hw, HV_LATECOL_UPPER, &phy_data);
5307 hw->phy.ops.read_reg_page(hw, HV_LATECOL_LOWER, &phy_data);
5308 hw->phy.ops.read_reg_page(hw, HV_COLC_UPPER, &phy_data);
5309 hw->phy.ops.read_reg_page(hw, HV_COLC_LOWER, &phy_data);
5310 hw->phy.ops.read_reg_page(hw, HV_DC_UPPER, &phy_data);
5311 hw->phy.ops.read_reg_page(hw, HV_DC_LOWER, &phy_data);
5312 hw->phy.ops.read_reg_page(hw, HV_TNCRS_UPPER, &phy_data);
5313 hw->phy.ops.read_reg_page(hw, HV_TNCRS_LOWER, &phy_data);
5315 hw->phy.ops.release(hw);
5320 * e1000_configure_k0s_lpt - Configure K0s power state
5321 * @hw: pointer to the HW structure
5322 * @entry_latency: Tx idle period for entering K0s - valid values are 0 to 3.
5323 * 0 corresponds to 128ns, each value over 0 doubles the duration.
5324 * @min_time: Minimum Tx idle period allowed - valid values are 0 to 4.
5325 * 0 corresponds to 128ns, each value over 0 doubles the duration.
5327 * Configure the K1 power state based on the provided parameter.
5328 * Assumes semaphore already acquired.
5330 * Success returns 0, Failure returns:
5331 * -E1000_ERR_PHY (-2) in case of access error
5332 * -E1000_ERR_PARAM (-4) in case of parameters error
5334 s32 e1000_configure_k0s_lpt(struct e1000_hw *hw, u8 entry_latency, u8 min_time)
5339 DEBUGFUNC("e1000_configure_k0s_lpt");
5341 if (entry_latency > 3 || min_time > 4)
5342 return -E1000_ERR_PARAM;
5344 ret_val = e1000_read_kmrn_reg_locked(hw, E1000_KMRNCTRLSTA_K0S_CTRL,
5349 /* for now don't touch the latency */
5350 kmrn_reg &= ~(E1000_KMRNCTRLSTA_K0S_CTRL_MIN_TIME_MASK);
5351 kmrn_reg |= ((min_time << E1000_KMRNCTRLSTA_K0S_CTRL_MIN_TIME_SHIFT));
5353 ret_val = e1000_write_kmrn_reg_locked(hw, E1000_KMRNCTRLSTA_K0S_CTRL,
5358 return E1000_SUCCESS;