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",
1095 if (E1000_READ_REG(hw, E1000_FWSM) & E1000_ICH_FWSM_FW_VALID) {
1096 /* Request ME configure ULP mode in the PHY */
1097 mac_reg = E1000_READ_REG(hw, E1000_H2ME);
1098 mac_reg |= E1000_H2ME_ULP | E1000_H2ME_ENFORCE_SETTINGS;
1099 E1000_WRITE_REG(hw, E1000_H2ME, mac_reg);
1104 ret_val = hw->phy.ops.acquire(hw);
1108 /* During S0 Idle keep the phy in PCI-E mode */
1109 if (hw->dev_spec.ich8lan.smbus_disable)
1112 /* Force SMBus mode in PHY */
1113 ret_val = e1000_read_phy_reg_hv_locked(hw, CV_SMB_CTRL, &phy_reg);
1116 phy_reg |= CV_SMB_CTRL_FORCE_SMBUS;
1117 e1000_write_phy_reg_hv_locked(hw, CV_SMB_CTRL, phy_reg);
1119 /* Force SMBus mode in MAC */
1120 mac_reg = E1000_READ_REG(hw, E1000_CTRL_EXT);
1121 mac_reg |= E1000_CTRL_EXT_FORCE_SMBUS;
1122 E1000_WRITE_REG(hw, E1000_CTRL_EXT, mac_reg);
1126 /* Change the 'Link Status Change' interrupt to trigger
1127 * on 'Cable Status Change'
1129 ret_val = e1000_read_kmrn_reg_locked(hw,
1130 E1000_KMRNCTRLSTA_OP_MODES,
1134 phy_reg |= E1000_KMRNCTRLSTA_OP_MODES_LSC2CSC;
1135 e1000_write_kmrn_reg_locked(hw, E1000_KMRNCTRLSTA_OP_MODES,
1139 /* Set Inband ULP Exit, Reset to SMBus mode and
1140 * Disable SMBus Release on PERST# in PHY
1142 ret_val = e1000_read_phy_reg_hv_locked(hw, I218_ULP_CONFIG1, &phy_reg);
1145 phy_reg |= (I218_ULP_CONFIG1_RESET_TO_SMBUS |
1146 I218_ULP_CONFIG1_DISABLE_SMB_PERST);
1148 if (E1000_READ_REG(hw, E1000_WUFC) & E1000_WUFC_LNKC)
1149 phy_reg |= I218_ULP_CONFIG1_WOL_HOST;
1151 phy_reg |= I218_ULP_CONFIG1_STICKY_ULP;
1153 phy_reg |= I218_ULP_CONFIG1_INBAND_EXIT;
1155 e1000_write_phy_reg_hv_locked(hw, I218_ULP_CONFIG1, phy_reg);
1157 /* Set Disable SMBus Release on PERST# in MAC */
1158 mac_reg = E1000_READ_REG(hw, E1000_FEXTNVM7);
1159 mac_reg |= E1000_FEXTNVM7_DISABLE_SMB_PERST;
1160 E1000_WRITE_REG(hw, E1000_FEXTNVM7, mac_reg);
1162 /* Commit ULP changes in PHY by starting auto ULP configuration */
1163 phy_reg |= I218_ULP_CONFIG1_START;
1164 e1000_write_phy_reg_hv_locked(hw, I218_ULP_CONFIG1, phy_reg);
1167 /* Disable Tx so that the MAC doesn't send any (buffered)
1168 * packets to the PHY.
1170 mac_reg = E1000_READ_REG(hw, E1000_TCTL);
1171 mac_reg &= ~E1000_TCTL_EN;
1172 E1000_WRITE_REG(hw, E1000_TCTL, mac_reg);
1175 hw->phy.ops.release(hw);
1178 DEBUGOUT1("Error in ULP enable flow: %d\n", ret_val);
1180 hw->dev_spec.ich8lan.ulp_state = e1000_ulp_state_on;
1186 * e1000_disable_ulp_lpt_lp - unconfigure Ultra Low Power mode for LynxPoint-LP
1187 * @hw: pointer to the HW structure
1188 * @force: boolean indicating whether or not to force disabling ULP
1190 * Un-configure ULP mode when link is up, the system is transitioned from
1191 * Sx or the driver is unloaded. If on a Manageability Engine (ME) enabled
1192 * system, poll for an indication from ME that ULP has been un-configured.
1193 * If not on an ME enabled system, un-configure the ULP mode by software.
1195 * During nominal operation, this function is called when link is acquired
1196 * to disable ULP mode (force=false); otherwise, for example when unloading
1197 * the driver or during Sx->S0 transitions, this is called with force=true
1198 * to forcibly disable ULP.
1200 * When the cable is plugged in while the device is in D0, a Cable Status
1201 * Change interrupt is generated which causes this function to be called
1202 * to partially disable ULP mode and restart autonegotiation. This function
1203 * is then called again due to the resulting Link Status Change interrupt
1204 * to finish cleaning up after the ULP flow.
1206 s32 e1000_disable_ulp_lpt_lp(struct e1000_hw *hw, bool force)
1208 s32 ret_val = E1000_SUCCESS;
1213 if ((hw->mac.type < e1000_pch_lpt) ||
1214 (hw->device_id == E1000_DEV_ID_PCH_LPT_I217_LM) ||
1215 (hw->device_id == E1000_DEV_ID_PCH_LPT_I217_V) ||
1216 (hw->device_id == E1000_DEV_ID_PCH_I218_LM2) ||
1217 (hw->device_id == E1000_DEV_ID_PCH_I218_V2) ||
1218 (hw->dev_spec.ich8lan.ulp_state == e1000_ulp_state_off))
1221 if (E1000_READ_REG(hw, E1000_FWSM) & E1000_ICH_FWSM_FW_VALID) {
1223 /* Request ME un-configure ULP mode in the PHY */
1224 mac_reg = E1000_READ_REG(hw, E1000_H2ME);
1225 mac_reg &= ~E1000_H2ME_ULP;
1226 mac_reg |= E1000_H2ME_ENFORCE_SETTINGS;
1227 E1000_WRITE_REG(hw, E1000_H2ME, mac_reg);
1230 /* Poll up to 100msec for ME to clear ULP_CFG_DONE */
1231 while (E1000_READ_REG(hw, E1000_FWSM) &
1232 E1000_FWSM_ULP_CFG_DONE) {
1234 ret_val = -E1000_ERR_PHY;
1240 DEBUGOUT1("ULP_CONFIG_DONE cleared after %dmsec\n", i * 10);
1243 mac_reg = E1000_READ_REG(hw, E1000_H2ME);
1244 mac_reg &= ~E1000_H2ME_ENFORCE_SETTINGS;
1245 E1000_WRITE_REG(hw, E1000_H2ME, mac_reg);
1247 /* Clear H2ME.ULP after ME ULP configuration */
1248 mac_reg = E1000_READ_REG(hw, E1000_H2ME);
1249 mac_reg &= ~E1000_H2ME_ULP;
1250 E1000_WRITE_REG(hw, E1000_H2ME, mac_reg);
1252 /* Restore link speed advertisements and restart
1255 ret_val = e1000_phy_setup_autoneg(hw);
1259 ret_val = e1000_oem_bits_config_ich8lan(hw, true);
1265 ret_val = hw->phy.ops.acquire(hw);
1269 /* Revert the change to the 'Link Status Change'
1270 * interrupt to trigger on 'Cable Status Change'
1272 ret_val = e1000_read_kmrn_reg_locked(hw, E1000_KMRNCTRLSTA_OP_MODES,
1276 phy_reg &= ~E1000_KMRNCTRLSTA_OP_MODES_LSC2CSC;
1277 e1000_write_kmrn_reg_locked(hw, E1000_KMRNCTRLSTA_OP_MODES, phy_reg);
1280 /* Toggle LANPHYPC Value bit */
1281 e1000_toggle_lanphypc_pch_lpt(hw);
1283 /* Unforce SMBus mode in PHY */
1284 ret_val = e1000_read_phy_reg_hv_locked(hw, CV_SMB_CTRL, &phy_reg);
1286 /* The MAC might be in PCIe mode, so temporarily force to
1287 * SMBus mode in order to access the PHY.
1289 mac_reg = E1000_READ_REG(hw, E1000_CTRL_EXT);
1290 mac_reg |= E1000_CTRL_EXT_FORCE_SMBUS;
1291 E1000_WRITE_REG(hw, E1000_CTRL_EXT, mac_reg);
1295 ret_val = e1000_read_phy_reg_hv_locked(hw, CV_SMB_CTRL,
1300 phy_reg &= ~CV_SMB_CTRL_FORCE_SMBUS;
1301 e1000_write_phy_reg_hv_locked(hw, CV_SMB_CTRL, phy_reg);
1303 /* Unforce SMBus mode in MAC */
1304 mac_reg = E1000_READ_REG(hw, E1000_CTRL_EXT);
1305 mac_reg &= ~E1000_CTRL_EXT_FORCE_SMBUS;
1306 E1000_WRITE_REG(hw, E1000_CTRL_EXT, mac_reg);
1308 /* When ULP mode was previously entered, K1 was disabled by the
1309 * hardware. Re-Enable K1 in the PHY when exiting ULP.
1311 ret_val = e1000_read_phy_reg_hv_locked(hw, HV_PM_CTRL, &phy_reg);
1314 phy_reg |= HV_PM_CTRL_K1_ENABLE;
1315 e1000_write_phy_reg_hv_locked(hw, HV_PM_CTRL, phy_reg);
1317 /* Clear ULP enabled configuration */
1318 ret_val = e1000_read_phy_reg_hv_locked(hw, I218_ULP_CONFIG1, &phy_reg);
1321 /* CSC interrupt received due to ULP Indication */
1322 if ((phy_reg & I218_ULP_CONFIG1_IND) || force) {
1323 phy_reg &= ~(I218_ULP_CONFIG1_IND |
1324 I218_ULP_CONFIG1_STICKY_ULP |
1325 I218_ULP_CONFIG1_RESET_TO_SMBUS |
1326 I218_ULP_CONFIG1_WOL_HOST |
1327 I218_ULP_CONFIG1_INBAND_EXIT |
1328 I218_ULP_CONFIG1_DISABLE_SMB_PERST);
1329 e1000_write_phy_reg_hv_locked(hw, I218_ULP_CONFIG1, phy_reg);
1331 /* Commit ULP changes by starting auto ULP configuration */
1332 phy_reg |= I218_ULP_CONFIG1_START;
1333 e1000_write_phy_reg_hv_locked(hw, I218_ULP_CONFIG1, phy_reg);
1335 /* Clear Disable SMBus Release on PERST# in MAC */
1336 mac_reg = E1000_READ_REG(hw, E1000_FEXTNVM7);
1337 mac_reg &= ~E1000_FEXTNVM7_DISABLE_SMB_PERST;
1338 E1000_WRITE_REG(hw, E1000_FEXTNVM7, mac_reg);
1341 hw->phy.ops.release(hw);
1343 if (hw->mac.autoneg)
1344 e1000_phy_setup_autoneg(hw);
1346 e1000_sw_lcd_config_ich8lan(hw);
1348 e1000_oem_bits_config_ich8lan(hw, true);
1350 /* Set ULP state to unknown and return non-zero to
1351 * indicate no link (yet) and re-enter on the next LSC
1352 * to finish disabling ULP flow.
1354 hw->dev_spec.ich8lan.ulp_state =
1355 e1000_ulp_state_unknown;
1362 mac_reg = E1000_READ_REG(hw, E1000_TCTL);
1363 mac_reg |= E1000_TCTL_EN;
1364 E1000_WRITE_REG(hw, E1000_TCTL, mac_reg);
1367 hw->phy.ops.release(hw);
1369 hw->phy.ops.reset(hw);
1374 DEBUGOUT1("Error in ULP disable flow: %d\n", ret_val);
1376 hw->dev_spec.ich8lan.ulp_state = e1000_ulp_state_off;
1381 #endif /* ULP_SUPPORT */
1383 * e1000_check_for_copper_link_ich8lan - Check for link (Copper)
1384 * @hw: pointer to the HW structure
1386 * Checks to see of the link status of the hardware has changed. If a
1387 * change in link status has been detected, then we read the PHY registers
1388 * to get the current speed/duplex if link exists.
1390 STATIC s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw)
1392 struct e1000_mac_info *mac = &hw->mac;
1397 DEBUGFUNC("e1000_check_for_copper_link_ich8lan");
1399 /* We only want to go out to the PHY registers to see if Auto-Neg
1400 * has completed and/or if our link status has changed. The
1401 * get_link_status flag is set upon receiving a Link Status
1402 * Change or Rx Sequence Error interrupt.
1404 if (!mac->get_link_status)
1405 return E1000_SUCCESS;
1407 if ((hw->mac.type < e1000_pch_lpt) ||
1408 (hw->device_id == E1000_DEV_ID_PCH_LPT_I217_LM) ||
1409 (hw->device_id == E1000_DEV_ID_PCH_LPT_I217_V)) {
1410 /* First we want to see if the MII Status Register reports
1411 * link. If so, then we want to get the current speed/duplex
1414 ret_val = e1000_phy_has_link_generic(hw, 1, 0, &link);
1418 /* Check the MAC's STATUS register to determine link state
1419 * since the PHY could be inaccessible while in ULP mode.
1421 link = !!(E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU);
1423 ret_val = e1000_disable_ulp_lpt_lp(hw, false);
1425 ret_val = e1000_enable_ulp_lpt_lp(hw, false);
1431 if (hw->mac.type == e1000_pchlan) {
1432 ret_val = e1000_k1_gig_workaround_hv(hw, link);
1437 /* When connected at 10Mbps half-duplex, some parts are excessively
1438 * aggressive resulting in many collisions. To avoid this, increase
1439 * the IPG and reduce Rx latency in the PHY.
1441 if (((hw->mac.type == e1000_pch2lan) ||
1442 (hw->mac.type == e1000_pch_lpt)) && link) {
1444 reg = E1000_READ_REG(hw, E1000_STATUS);
1445 if (!(reg & (E1000_STATUS_FD | E1000_STATUS_SPEED_MASK))) {
1448 reg = E1000_READ_REG(hw, E1000_TIPG);
1449 reg &= ~E1000_TIPG_IPGT_MASK;
1451 E1000_WRITE_REG(hw, E1000_TIPG, reg);
1453 /* Reduce Rx latency in analog PHY */
1454 ret_val = hw->phy.ops.acquire(hw);
1458 if (hw->mac.type == e1000_pch2lan)
1459 emi_addr = I82579_RX_CONFIG;
1461 emi_addr = I217_RX_CONFIG;
1462 ret_val = e1000_write_emi_reg_locked(hw, emi_addr, 0);
1464 hw->phy.ops.release(hw);
1471 /* Work-around I218 hang issue */
1472 if ((hw->device_id == E1000_DEV_ID_PCH_LPTLP_I218_LM) ||
1473 (hw->device_id == E1000_DEV_ID_PCH_LPTLP_I218_V) ||
1474 (hw->device_id == E1000_DEV_ID_PCH_I218_LM3) ||
1475 (hw->device_id == E1000_DEV_ID_PCH_I218_V3)) {
1476 ret_val = e1000_k1_workaround_lpt_lp(hw, link);
1481 /* Clear link partner's EEE ability */
1482 hw->dev_spec.ich8lan.eee_lp_ability = 0;
1485 return E1000_SUCCESS; /* No link detected */
1487 mac->get_link_status = false;
1489 switch (hw->mac.type) {
1491 ret_val = e1000_k1_workaround_lv(hw);
1496 if (hw->phy.type == e1000_phy_82578) {
1497 ret_val = e1000_link_stall_workaround_hv(hw);
1502 /* Workaround for PCHx parts in half-duplex:
1503 * Set the number of preambles removed from the packet
1504 * when it is passed from the PHY to the MAC to prevent
1505 * the MAC from misinterpreting the packet type.
1507 hw->phy.ops.read_reg(hw, HV_KMRN_FIFO_CTRLSTA, &phy_reg);
1508 phy_reg &= ~HV_KMRN_FIFO_CTRLSTA_PREAMBLE_MASK;
1510 if ((E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_FD) !=
1512 phy_reg |= (1 << HV_KMRN_FIFO_CTRLSTA_PREAMBLE_SHIFT);
1514 hw->phy.ops.write_reg(hw, HV_KMRN_FIFO_CTRLSTA, phy_reg);
1520 /* Check if there was DownShift, must be checked
1521 * immediately after link-up
1523 e1000_check_downshift_generic(hw);
1525 /* Enable/Disable EEE after link up */
1526 if (hw->phy.type > e1000_phy_82579) {
1527 ret_val = e1000_set_eee_pchlan(hw);
1532 /* If we are forcing speed/duplex, then we simply return since
1533 * we have already determined whether we have link or not.
1536 return -E1000_ERR_CONFIG;
1538 /* Auto-Neg is enabled. Auto Speed Detection takes care
1539 * of MAC speed/duplex configuration. So we only need to
1540 * configure Collision Distance in the MAC.
1542 mac->ops.config_collision_dist(hw);
1544 /* Configure Flow Control now that Auto-Neg has completed.
1545 * First, we need to restore the desired flow control
1546 * settings because we may have had to re-autoneg with a
1547 * different link partner.
1549 ret_val = e1000_config_fc_after_link_up_generic(hw);
1551 DEBUGOUT("Error configuring flow control\n");
1557 * e1000_init_function_pointers_ich8lan - Initialize ICH8 function pointers
1558 * @hw: pointer to the HW structure
1560 * Initialize family-specific function pointers for PHY, MAC, and NVM.
1562 void e1000_init_function_pointers_ich8lan(struct e1000_hw *hw)
1564 DEBUGFUNC("e1000_init_function_pointers_ich8lan");
1566 hw->mac.ops.init_params = e1000_init_mac_params_ich8lan;
1567 hw->nvm.ops.init_params = e1000_init_nvm_params_ich8lan;
1568 switch (hw->mac.type) {
1571 case e1000_ich10lan:
1572 hw->phy.ops.init_params = e1000_init_phy_params_ich8lan;
1577 hw->phy.ops.init_params = e1000_init_phy_params_pchlan;
1585 * e1000_acquire_nvm_ich8lan - Acquire NVM mutex
1586 * @hw: pointer to the HW structure
1588 * Acquires the mutex for performing NVM operations.
1590 STATIC s32 e1000_acquire_nvm_ich8lan(struct e1000_hw *hw)
1592 DEBUGFUNC("e1000_acquire_nvm_ich8lan");
1594 E1000_MUTEX_LOCK(&hw->dev_spec.ich8lan.nvm_mutex);
1596 return E1000_SUCCESS;
1600 * e1000_release_nvm_ich8lan - Release NVM mutex
1601 * @hw: pointer to the HW structure
1603 * Releases the mutex used while performing NVM operations.
1605 STATIC void e1000_release_nvm_ich8lan(struct e1000_hw *hw)
1607 DEBUGFUNC("e1000_release_nvm_ich8lan");
1609 E1000_MUTEX_UNLOCK(&hw->dev_spec.ich8lan.nvm_mutex);
1615 * e1000_acquire_swflag_ich8lan - Acquire software control flag
1616 * @hw: pointer to the HW structure
1618 * Acquires the software control flag for performing PHY and select
1621 STATIC s32 e1000_acquire_swflag_ich8lan(struct e1000_hw *hw)
1623 u32 extcnf_ctrl, timeout = PHY_CFG_TIMEOUT;
1624 s32 ret_val = E1000_SUCCESS;
1626 DEBUGFUNC("e1000_acquire_swflag_ich8lan");
1628 E1000_MUTEX_LOCK(&hw->dev_spec.ich8lan.swflag_mutex);
1631 extcnf_ctrl = E1000_READ_REG(hw, E1000_EXTCNF_CTRL);
1632 if (!(extcnf_ctrl & E1000_EXTCNF_CTRL_SWFLAG))
1640 DEBUGOUT("SW has already locked the resource.\n");
1641 ret_val = -E1000_ERR_CONFIG;
1645 timeout = SW_FLAG_TIMEOUT;
1647 extcnf_ctrl |= E1000_EXTCNF_CTRL_SWFLAG;
1648 E1000_WRITE_REG(hw, E1000_EXTCNF_CTRL, extcnf_ctrl);
1651 extcnf_ctrl = E1000_READ_REG(hw, E1000_EXTCNF_CTRL);
1652 if (extcnf_ctrl & E1000_EXTCNF_CTRL_SWFLAG)
1660 DEBUGOUT2("Failed to acquire the semaphore, FW or HW has it: FWSM=0x%8.8x EXTCNF_CTRL=0x%8.8x)\n",
1661 E1000_READ_REG(hw, E1000_FWSM), extcnf_ctrl);
1662 extcnf_ctrl &= ~E1000_EXTCNF_CTRL_SWFLAG;
1663 E1000_WRITE_REG(hw, E1000_EXTCNF_CTRL, extcnf_ctrl);
1664 ret_val = -E1000_ERR_CONFIG;
1670 E1000_MUTEX_UNLOCK(&hw->dev_spec.ich8lan.swflag_mutex);
1676 * e1000_release_swflag_ich8lan - Release software control flag
1677 * @hw: pointer to the HW structure
1679 * Releases the software control flag for performing PHY and select
1682 STATIC void e1000_release_swflag_ich8lan(struct e1000_hw *hw)
1686 DEBUGFUNC("e1000_release_swflag_ich8lan");
1688 extcnf_ctrl = E1000_READ_REG(hw, E1000_EXTCNF_CTRL);
1690 if (extcnf_ctrl & E1000_EXTCNF_CTRL_SWFLAG) {
1691 extcnf_ctrl &= ~E1000_EXTCNF_CTRL_SWFLAG;
1692 E1000_WRITE_REG(hw, E1000_EXTCNF_CTRL, extcnf_ctrl);
1694 DEBUGOUT("Semaphore unexpectedly released by sw/fw/hw\n");
1697 E1000_MUTEX_UNLOCK(&hw->dev_spec.ich8lan.swflag_mutex);
1703 * e1000_check_mng_mode_ich8lan - Checks management mode
1704 * @hw: pointer to the HW structure
1706 * This checks if the adapter has any manageability enabled.
1707 * This is a function pointer entry point only called by read/write
1708 * routines for the PHY and NVM parts.
1710 STATIC bool e1000_check_mng_mode_ich8lan(struct e1000_hw *hw)
1714 DEBUGFUNC("e1000_check_mng_mode_ich8lan");
1716 fwsm = E1000_READ_REG(hw, E1000_FWSM);
1718 return (fwsm & E1000_ICH_FWSM_FW_VALID) &&
1719 ((fwsm & E1000_FWSM_MODE_MASK) ==
1720 (E1000_ICH_MNG_IAMT_MODE << E1000_FWSM_MODE_SHIFT));
1724 * e1000_check_mng_mode_pchlan - Checks management mode
1725 * @hw: pointer to the HW structure
1727 * This checks if the adapter has iAMT enabled.
1728 * This is a function pointer entry point only called by read/write
1729 * routines for the PHY and NVM parts.
1731 STATIC bool e1000_check_mng_mode_pchlan(struct e1000_hw *hw)
1735 DEBUGFUNC("e1000_check_mng_mode_pchlan");
1737 fwsm = E1000_READ_REG(hw, E1000_FWSM);
1739 return (fwsm & E1000_ICH_FWSM_FW_VALID) &&
1740 (fwsm & (E1000_ICH_MNG_IAMT_MODE << E1000_FWSM_MODE_SHIFT));
1744 * e1000_rar_set_pch2lan - Set receive address register
1745 * @hw: pointer to the HW structure
1746 * @addr: pointer to the receive address
1747 * @index: receive address array register
1749 * Sets the receive address array register at index to the address passed
1750 * in by addr. For 82579, RAR[0] is the base address register that is to
1751 * contain the MAC address but RAR[1-6] are reserved for manageability (ME).
1752 * Use SHRA[0-3] in place of those reserved for ME.
1754 STATIC int e1000_rar_set_pch2lan(struct e1000_hw *hw, u8 *addr, u32 index)
1756 u32 rar_low, rar_high;
1758 DEBUGFUNC("e1000_rar_set_pch2lan");
1760 /* HW expects these in little endian so we reverse the byte order
1761 * from network order (big endian) to little endian
1763 rar_low = ((u32) addr[0] |
1764 ((u32) addr[1] << 8) |
1765 ((u32) addr[2] << 16) | ((u32) addr[3] << 24));
1767 rar_high = ((u32) addr[4] | ((u32) addr[5] << 8));
1769 /* If MAC address zero, no need to set the AV bit */
1770 if (rar_low || rar_high)
1771 rar_high |= E1000_RAH_AV;
1774 E1000_WRITE_REG(hw, E1000_RAL(index), rar_low);
1775 E1000_WRITE_FLUSH(hw);
1776 E1000_WRITE_REG(hw, E1000_RAH(index), rar_high);
1777 E1000_WRITE_FLUSH(hw);
1778 return E1000_SUCCESS;
1781 /* RAR[1-6] are owned by manageability. Skip those and program the
1782 * next address into the SHRA register array.
1784 if (index < (u32) (hw->mac.rar_entry_count)) {
1787 ret_val = e1000_acquire_swflag_ich8lan(hw);
1791 E1000_WRITE_REG(hw, E1000_SHRAL(index - 1), rar_low);
1792 E1000_WRITE_FLUSH(hw);
1793 E1000_WRITE_REG(hw, E1000_SHRAH(index - 1), rar_high);
1794 E1000_WRITE_FLUSH(hw);
1796 e1000_release_swflag_ich8lan(hw);
1798 /* verify the register updates */
1799 if ((E1000_READ_REG(hw, E1000_SHRAL(index - 1)) == rar_low) &&
1800 (E1000_READ_REG(hw, E1000_SHRAH(index - 1)) == rar_high))
1801 return E1000_SUCCESS;
1803 DEBUGOUT2("SHRA[%d] might be locked by ME - FWSM=0x%8.8x\n",
1804 (index - 1), E1000_READ_REG(hw, E1000_FWSM));
1808 DEBUGOUT1("Failed to write receive address at index %d\n", index);
1809 return -E1000_ERR_CONFIG;
1813 * e1000_rar_set_pch_lpt - Set receive address registers
1814 * @hw: pointer to the HW structure
1815 * @addr: pointer to the receive address
1816 * @index: receive address array register
1818 * Sets the receive address register array at index to the address passed
1819 * in by addr. For LPT, RAR[0] is the base address register that is to
1820 * contain the MAC address. SHRA[0-10] are the shared receive address
1821 * registers that are shared between the Host and manageability engine (ME).
1823 STATIC int e1000_rar_set_pch_lpt(struct e1000_hw *hw, u8 *addr, u32 index)
1825 u32 rar_low, rar_high;
1828 DEBUGFUNC("e1000_rar_set_pch_lpt");
1830 /* HW expects these in little endian so we reverse the byte order
1831 * from network order (big endian) to little endian
1833 rar_low = ((u32) addr[0] | ((u32) addr[1] << 8) |
1834 ((u32) addr[2] << 16) | ((u32) addr[3] << 24));
1836 rar_high = ((u32) addr[4] | ((u32) addr[5] << 8));
1838 /* If MAC address zero, no need to set the AV bit */
1839 if (rar_low || rar_high)
1840 rar_high |= E1000_RAH_AV;
1843 E1000_WRITE_REG(hw, E1000_RAL(index), rar_low);
1844 E1000_WRITE_FLUSH(hw);
1845 E1000_WRITE_REG(hw, E1000_RAH(index), rar_high);
1846 E1000_WRITE_FLUSH(hw);
1847 return E1000_SUCCESS;
1850 /* The manageability engine (ME) can lock certain SHRAR registers that
1851 * it is using - those registers are unavailable for use.
1853 if (index < hw->mac.rar_entry_count) {
1854 wlock_mac = E1000_READ_REG(hw, E1000_FWSM) &
1855 E1000_FWSM_WLOCK_MAC_MASK;
1856 wlock_mac >>= E1000_FWSM_WLOCK_MAC_SHIFT;
1858 /* Check if all SHRAR registers are locked */
1862 if ((wlock_mac == 0) || (index <= wlock_mac)) {
1865 ret_val = e1000_acquire_swflag_ich8lan(hw);
1870 E1000_WRITE_REG(hw, E1000_SHRAL_PCH_LPT(index - 1),
1872 E1000_WRITE_FLUSH(hw);
1873 E1000_WRITE_REG(hw, E1000_SHRAH_PCH_LPT(index - 1),
1875 E1000_WRITE_FLUSH(hw);
1877 e1000_release_swflag_ich8lan(hw);
1879 /* verify the register updates */
1880 if ((E1000_READ_REG(hw, E1000_SHRAL_PCH_LPT(index - 1)) == rar_low) &&
1881 (E1000_READ_REG(hw, E1000_SHRAH_PCH_LPT(index - 1)) == rar_high))
1882 return E1000_SUCCESS;
1887 DEBUGOUT1("Failed to write receive address at index %d\n", index);
1888 return -E1000_ERR_CONFIG;
1891 #ifndef NO_NON_BLOCKING_PHY_MTA_UPDATE_SUPPORT
1893 * e1000_update_mc_addr_list_pch2lan - Update Multicast addresses
1894 * @hw: pointer to the HW structure
1895 * @mc_addr_list: array of multicast addresses to program
1896 * @mc_addr_count: number of multicast addresses to program
1898 * Updates entire Multicast Table Array of the PCH2 MAC and PHY.
1899 * The caller must have a packed mc_addr_list of multicast addresses.
1901 STATIC void e1000_update_mc_addr_list_pch2lan(struct e1000_hw *hw,
1909 DEBUGFUNC("e1000_update_mc_addr_list_pch2lan");
1911 e1000_update_mc_addr_list_generic(hw, mc_addr_list, mc_addr_count);
1913 ret_val = hw->phy.ops.acquire(hw);
1917 ret_val = e1000_enable_phy_wakeup_reg_access_bm(hw, &phy_reg);
1921 for (i = 0; i < hw->mac.mta_reg_count; i++) {
1922 hw->phy.ops.write_reg_page(hw, BM_MTA(i),
1923 (u16)(hw->mac.mta_shadow[i] &
1925 hw->phy.ops.write_reg_page(hw, (BM_MTA(i) + 1),
1926 (u16)((hw->mac.mta_shadow[i] >> 16) &
1930 e1000_disable_phy_wakeup_reg_access_bm(hw, &phy_reg);
1933 hw->phy.ops.release(hw);
1936 #endif /* NO_NON_BLOCKING_PHY_MTA_UPDATE_SUPPORT */
1938 * e1000_check_reset_block_ich8lan - Check if PHY reset is blocked
1939 * @hw: pointer to the HW structure
1941 * Checks if firmware is blocking the reset of the PHY.
1942 * This is a function pointer entry point only called by
1945 STATIC s32 e1000_check_reset_block_ich8lan(struct e1000_hw *hw)
1948 bool blocked = false;
1951 DEBUGFUNC("e1000_check_reset_block_ich8lan");
1954 fwsm = E1000_READ_REG(hw, E1000_FWSM);
1955 if (!(fwsm & E1000_ICH_FWSM_RSPCIPHY)) {
1961 } while (blocked && (i++ < 10));
1962 return blocked ? E1000_BLK_PHY_RESET : E1000_SUCCESS;
1966 * e1000_write_smbus_addr - Write SMBus address to PHY needed during Sx states
1967 * @hw: pointer to the HW structure
1969 * Assumes semaphore already acquired.
1972 STATIC s32 e1000_write_smbus_addr(struct e1000_hw *hw)
1975 u32 strap = E1000_READ_REG(hw, E1000_STRAP);
1976 u32 freq = (strap & E1000_STRAP_SMT_FREQ_MASK) >>
1977 E1000_STRAP_SMT_FREQ_SHIFT;
1980 strap &= E1000_STRAP_SMBUS_ADDRESS_MASK;
1982 ret_val = e1000_read_phy_reg_hv_locked(hw, HV_SMB_ADDR, &phy_data);
1986 phy_data &= ~HV_SMB_ADDR_MASK;
1987 phy_data |= (strap >> E1000_STRAP_SMBUS_ADDRESS_SHIFT);
1988 phy_data |= HV_SMB_ADDR_PEC_EN | HV_SMB_ADDR_VALID;
1990 if (hw->phy.type == e1000_phy_i217) {
1991 /* Restore SMBus frequency */
1993 phy_data &= ~HV_SMB_ADDR_FREQ_MASK;
1994 phy_data |= (freq & (1 << 0)) <<
1995 HV_SMB_ADDR_FREQ_LOW_SHIFT;
1996 phy_data |= (freq & (1 << 1)) <<
1997 (HV_SMB_ADDR_FREQ_HIGH_SHIFT - 1);
1999 DEBUGOUT("Unsupported SMB frequency in PHY\n");
2003 return e1000_write_phy_reg_hv_locked(hw, HV_SMB_ADDR, phy_data);
2007 * e1000_sw_lcd_config_ich8lan - SW-based LCD Configuration
2008 * @hw: pointer to the HW structure
2010 * SW should configure the LCD from the NVM extended configuration region
2011 * as a workaround for certain parts.
2013 STATIC s32 e1000_sw_lcd_config_ich8lan(struct e1000_hw *hw)
2015 struct e1000_phy_info *phy = &hw->phy;
2016 u32 i, data, cnf_size, cnf_base_addr, sw_cfg_mask;
2017 s32 ret_val = E1000_SUCCESS;
2018 u16 word_addr, reg_data, reg_addr, phy_page = 0;
2020 DEBUGFUNC("e1000_sw_lcd_config_ich8lan");
2022 /* Initialize the PHY from the NVM on ICH platforms. This
2023 * is needed due to an issue where the NVM configuration is
2024 * not properly autoloaded after power transitions.
2025 * Therefore, after each PHY reset, we will load the
2026 * configuration data out of the NVM manually.
2028 switch (hw->mac.type) {
2030 if (phy->type != e1000_phy_igp_3)
2033 if ((hw->device_id == E1000_DEV_ID_ICH8_IGP_AMT) ||
2034 (hw->device_id == E1000_DEV_ID_ICH8_IGP_C)) {
2035 sw_cfg_mask = E1000_FEXTNVM_SW_CONFIG;
2042 sw_cfg_mask = E1000_FEXTNVM_SW_CONFIG_ICH8M;
2048 ret_val = hw->phy.ops.acquire(hw);
2052 data = E1000_READ_REG(hw, E1000_FEXTNVM);
2053 if (!(data & sw_cfg_mask))
2056 /* Make sure HW does not configure LCD from PHY
2057 * extended configuration before SW configuration
2059 data = E1000_READ_REG(hw, E1000_EXTCNF_CTRL);
2060 if ((hw->mac.type < e1000_pch2lan) &&
2061 (data & E1000_EXTCNF_CTRL_LCD_WRITE_ENABLE))
2064 cnf_size = E1000_READ_REG(hw, E1000_EXTCNF_SIZE);
2065 cnf_size &= E1000_EXTCNF_SIZE_EXT_PCIE_LENGTH_MASK;
2066 cnf_size >>= E1000_EXTCNF_SIZE_EXT_PCIE_LENGTH_SHIFT;
2070 cnf_base_addr = data & E1000_EXTCNF_CTRL_EXT_CNF_POINTER_MASK;
2071 cnf_base_addr >>= E1000_EXTCNF_CTRL_EXT_CNF_POINTER_SHIFT;
2073 if (((hw->mac.type == e1000_pchlan) &&
2074 !(data & E1000_EXTCNF_CTRL_OEM_WRITE_ENABLE)) ||
2075 (hw->mac.type > e1000_pchlan)) {
2076 /* HW configures the SMBus address and LEDs when the
2077 * OEM and LCD Write Enable bits are set in the NVM.
2078 * When both NVM bits are cleared, SW will configure
2081 ret_val = e1000_write_smbus_addr(hw);
2085 data = E1000_READ_REG(hw, E1000_LEDCTL);
2086 ret_val = e1000_write_phy_reg_hv_locked(hw, HV_LED_CONFIG,
2092 /* Configure LCD from extended configuration region. */
2094 /* cnf_base_addr is in DWORD */
2095 word_addr = (u16)(cnf_base_addr << 1);
2097 for (i = 0; i < cnf_size; i++) {
2098 ret_val = hw->nvm.ops.read(hw, (word_addr + i * 2), 1,
2103 ret_val = hw->nvm.ops.read(hw, (word_addr + i * 2 + 1),
2108 /* Save off the PHY page for future writes. */
2109 if (reg_addr == IGP01E1000_PHY_PAGE_SELECT) {
2110 phy_page = reg_data;
2114 reg_addr &= PHY_REG_MASK;
2115 reg_addr |= phy_page;
2117 ret_val = phy->ops.write_reg_locked(hw, (u32)reg_addr,
2124 hw->phy.ops.release(hw);
2129 * e1000_k1_gig_workaround_hv - K1 Si workaround
2130 * @hw: pointer to the HW structure
2131 * @link: link up bool flag
2133 * If K1 is enabled for 1Gbps, the MAC might stall when transitioning
2134 * from a lower speed. This workaround disables K1 whenever link is at 1Gig
2135 * If link is down, the function will restore the default K1 setting located
2138 STATIC s32 e1000_k1_gig_workaround_hv(struct e1000_hw *hw, bool link)
2140 s32 ret_val = E1000_SUCCESS;
2142 bool k1_enable = hw->dev_spec.ich8lan.nvm_k1_enabled;
2144 DEBUGFUNC("e1000_k1_gig_workaround_hv");
2146 if (hw->mac.type != e1000_pchlan)
2147 return E1000_SUCCESS;
2149 /* Wrap the whole flow with the sw flag */
2150 ret_val = hw->phy.ops.acquire(hw);
2154 /* Disable K1 when link is 1Gbps, otherwise use the NVM setting */
2156 if (hw->phy.type == e1000_phy_82578) {
2157 ret_val = hw->phy.ops.read_reg_locked(hw, BM_CS_STATUS,
2162 status_reg &= (BM_CS_STATUS_LINK_UP |
2163 BM_CS_STATUS_RESOLVED |
2164 BM_CS_STATUS_SPEED_MASK);
2166 if (status_reg == (BM_CS_STATUS_LINK_UP |
2167 BM_CS_STATUS_RESOLVED |
2168 BM_CS_STATUS_SPEED_1000))
2172 if (hw->phy.type == e1000_phy_82577) {
2173 ret_val = hw->phy.ops.read_reg_locked(hw, HV_M_STATUS,
2178 status_reg &= (HV_M_STATUS_LINK_UP |
2179 HV_M_STATUS_AUTONEG_COMPLETE |
2180 HV_M_STATUS_SPEED_MASK);
2182 if (status_reg == (HV_M_STATUS_LINK_UP |
2183 HV_M_STATUS_AUTONEG_COMPLETE |
2184 HV_M_STATUS_SPEED_1000))
2188 /* Link stall fix for link up */
2189 ret_val = hw->phy.ops.write_reg_locked(hw, PHY_REG(770, 19),
2195 /* Link stall fix for link down */
2196 ret_val = hw->phy.ops.write_reg_locked(hw, PHY_REG(770, 19),
2202 ret_val = e1000_configure_k1_ich8lan(hw, k1_enable);
2205 hw->phy.ops.release(hw);
2211 * e1000_configure_k1_ich8lan - Configure K1 power state
2212 * @hw: pointer to the HW structure
2213 * @enable: K1 state to configure
2215 * Configure the K1 power state based on the provided parameter.
2216 * Assumes semaphore already acquired.
2218 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
2220 s32 e1000_configure_k1_ich8lan(struct e1000_hw *hw, bool k1_enable)
2228 DEBUGFUNC("e1000_configure_k1_ich8lan");
2230 ret_val = e1000_read_kmrn_reg_locked(hw, E1000_KMRNCTRLSTA_K1_CONFIG,
2236 kmrn_reg |= E1000_KMRNCTRLSTA_K1_ENABLE;
2238 kmrn_reg &= ~E1000_KMRNCTRLSTA_K1_ENABLE;
2240 ret_val = e1000_write_kmrn_reg_locked(hw, E1000_KMRNCTRLSTA_K1_CONFIG,
2246 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT);
2247 ctrl_reg = E1000_READ_REG(hw, E1000_CTRL);
2249 reg = ctrl_reg & ~(E1000_CTRL_SPD_1000 | E1000_CTRL_SPD_100);
2250 reg |= E1000_CTRL_FRCSPD;
2251 E1000_WRITE_REG(hw, E1000_CTRL, reg);
2253 E1000_WRITE_REG(hw, E1000_CTRL_EXT, ctrl_ext | E1000_CTRL_EXT_SPD_BYPS);
2254 E1000_WRITE_FLUSH(hw);
2256 E1000_WRITE_REG(hw, E1000_CTRL, ctrl_reg);
2257 E1000_WRITE_REG(hw, E1000_CTRL_EXT, ctrl_ext);
2258 E1000_WRITE_FLUSH(hw);
2261 return E1000_SUCCESS;
2265 * e1000_oem_bits_config_ich8lan - SW-based LCD Configuration
2266 * @hw: pointer to the HW structure
2267 * @d0_state: boolean if entering d0 or d3 device state
2269 * SW will configure Gbe Disable and LPLU based on the NVM. The four bits are
2270 * collectively called OEM bits. The OEM Write Enable bit and SW Config bit
2271 * in NVM determines whether HW should configure LPLU and Gbe Disable.
2273 STATIC s32 e1000_oem_bits_config_ich8lan(struct e1000_hw *hw, bool d0_state)
2279 DEBUGFUNC("e1000_oem_bits_config_ich8lan");
2281 if (hw->mac.type < e1000_pchlan)
2284 ret_val = hw->phy.ops.acquire(hw);
2288 if (hw->mac.type == e1000_pchlan) {
2289 mac_reg = E1000_READ_REG(hw, E1000_EXTCNF_CTRL);
2290 if (mac_reg & E1000_EXTCNF_CTRL_OEM_WRITE_ENABLE)
2294 mac_reg = E1000_READ_REG(hw, E1000_FEXTNVM);
2295 if (!(mac_reg & E1000_FEXTNVM_SW_CONFIG_ICH8M))
2298 mac_reg = E1000_READ_REG(hw, E1000_PHY_CTRL);
2300 ret_val = hw->phy.ops.read_reg_locked(hw, HV_OEM_BITS, &oem_reg);
2304 oem_reg &= ~(HV_OEM_BITS_GBE_DIS | HV_OEM_BITS_LPLU);
2307 if (mac_reg & E1000_PHY_CTRL_GBE_DISABLE)
2308 oem_reg |= HV_OEM_BITS_GBE_DIS;
2310 if (mac_reg & E1000_PHY_CTRL_D0A_LPLU)
2311 oem_reg |= HV_OEM_BITS_LPLU;
2313 if (mac_reg & (E1000_PHY_CTRL_GBE_DISABLE |
2314 E1000_PHY_CTRL_NOND0A_GBE_DISABLE))
2315 oem_reg |= HV_OEM_BITS_GBE_DIS;
2317 if (mac_reg & (E1000_PHY_CTRL_D0A_LPLU |
2318 E1000_PHY_CTRL_NOND0A_LPLU))
2319 oem_reg |= HV_OEM_BITS_LPLU;
2322 /* Set Restart auto-neg to activate the bits */
2323 if ((d0_state || (hw->mac.type != e1000_pchlan)) &&
2324 !hw->phy.ops.check_reset_block(hw))
2325 oem_reg |= HV_OEM_BITS_RESTART_AN;
2327 ret_val = hw->phy.ops.write_reg_locked(hw, HV_OEM_BITS, oem_reg);
2330 hw->phy.ops.release(hw);
2337 * e1000_set_mdio_slow_mode_hv - Set slow MDIO access mode
2338 * @hw: pointer to the HW structure
2340 STATIC s32 e1000_set_mdio_slow_mode_hv(struct e1000_hw *hw)
2345 DEBUGFUNC("e1000_set_mdio_slow_mode_hv");
2347 ret_val = hw->phy.ops.read_reg(hw, HV_KMRN_MODE_CTRL, &data);
2351 data |= HV_KMRN_MDIO_SLOW;
2353 ret_val = hw->phy.ops.write_reg(hw, HV_KMRN_MODE_CTRL, data);
2359 * e1000_hv_phy_workarounds_ich8lan - A series of Phy workarounds to be
2360 * done after every PHY reset.
2362 STATIC s32 e1000_hv_phy_workarounds_ich8lan(struct e1000_hw *hw)
2364 s32 ret_val = E1000_SUCCESS;
2367 DEBUGFUNC("e1000_hv_phy_workarounds_ich8lan");
2369 if (hw->mac.type != e1000_pchlan)
2370 return E1000_SUCCESS;
2372 /* Set MDIO slow mode before any other MDIO access */
2373 if (hw->phy.type == e1000_phy_82577) {
2374 ret_val = e1000_set_mdio_slow_mode_hv(hw);
2379 if (((hw->phy.type == e1000_phy_82577) &&
2380 ((hw->phy.revision == 1) || (hw->phy.revision == 2))) ||
2381 ((hw->phy.type == e1000_phy_82578) && (hw->phy.revision == 1))) {
2382 /* Disable generation of early preamble */
2383 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 25), 0x4431);
2387 /* Preamble tuning for SSC */
2388 ret_val = hw->phy.ops.write_reg(hw, HV_KMRN_FIFO_CTRLSTA,
2394 if (hw->phy.type == e1000_phy_82578) {
2395 /* Return registers to default by doing a soft reset then
2396 * writing 0x3140 to the control register.
2398 if (hw->phy.revision < 2) {
2399 e1000_phy_sw_reset_generic(hw);
2400 ret_val = hw->phy.ops.write_reg(hw, PHY_CONTROL,
2406 ret_val = hw->phy.ops.acquire(hw);
2411 ret_val = e1000_write_phy_reg_mdic(hw, IGP01E1000_PHY_PAGE_SELECT, 0);
2412 hw->phy.ops.release(hw);
2416 /* Configure the K1 Si workaround during phy reset assuming there is
2417 * link so that it disables K1 if link is in 1Gbps.
2419 ret_val = e1000_k1_gig_workaround_hv(hw, true);
2423 /* Workaround for link disconnects on a busy hub in half duplex */
2424 ret_val = hw->phy.ops.acquire(hw);
2427 ret_val = hw->phy.ops.read_reg_locked(hw, BM_PORT_GEN_CFG, &phy_data);
2430 ret_val = hw->phy.ops.write_reg_locked(hw, BM_PORT_GEN_CFG,
2435 /* set MSE higher to enable link to stay up when noise is high */
2436 ret_val = e1000_write_emi_reg_locked(hw, I82577_MSE_THRESHOLD, 0x0034);
2438 hw->phy.ops.release(hw);
2444 * e1000_copy_rx_addrs_to_phy_ich8lan - Copy Rx addresses from MAC to PHY
2445 * @hw: pointer to the HW structure
2447 void e1000_copy_rx_addrs_to_phy_ich8lan(struct e1000_hw *hw)
2453 DEBUGFUNC("e1000_copy_rx_addrs_to_phy_ich8lan");
2455 ret_val = hw->phy.ops.acquire(hw);
2458 ret_val = e1000_enable_phy_wakeup_reg_access_bm(hw, &phy_reg);
2462 /* Copy both RAL/H (rar_entry_count) and SHRAL/H to PHY */
2463 for (i = 0; i < (hw->mac.rar_entry_count); i++) {
2464 mac_reg = E1000_READ_REG(hw, E1000_RAL(i));
2465 hw->phy.ops.write_reg_page(hw, BM_RAR_L(i),
2466 (u16)(mac_reg & 0xFFFF));
2467 hw->phy.ops.write_reg_page(hw, BM_RAR_M(i),
2468 (u16)((mac_reg >> 16) & 0xFFFF));
2470 mac_reg = E1000_READ_REG(hw, E1000_RAH(i));
2471 hw->phy.ops.write_reg_page(hw, BM_RAR_H(i),
2472 (u16)(mac_reg & 0xFFFF));
2473 hw->phy.ops.write_reg_page(hw, BM_RAR_CTRL(i),
2474 (u16)((mac_reg & E1000_RAH_AV)
2478 e1000_disable_phy_wakeup_reg_access_bm(hw, &phy_reg);
2481 hw->phy.ops.release(hw);
2484 #ifndef CRC32_OS_SUPPORT
2485 STATIC u32 e1000_calc_rx_da_crc(u8 mac[])
2487 u32 poly = 0xEDB88320; /* Polynomial for 802.3 CRC calculation */
2488 u32 i, j, mask, crc;
2490 DEBUGFUNC("e1000_calc_rx_da_crc");
2493 for (i = 0; i < 6; i++) {
2495 for (j = 8; j > 0; j--) {
2496 mask = (crc & 1) * (-1);
2497 crc = (crc >> 1) ^ (poly & mask);
2503 #endif /* CRC32_OS_SUPPORT */
2505 * e1000_lv_jumbo_workaround_ich8lan - required for jumbo frame operation
2507 * @hw: pointer to the HW structure
2508 * @enable: flag to enable/disable workaround when enabling/disabling jumbos
2510 s32 e1000_lv_jumbo_workaround_ich8lan(struct e1000_hw *hw, bool enable)
2512 s32 ret_val = E1000_SUCCESS;
2517 DEBUGFUNC("e1000_lv_jumbo_workaround_ich8lan");
2519 if (hw->mac.type < e1000_pch2lan)
2520 return E1000_SUCCESS;
2522 /* disable Rx path while enabling/disabling workaround */
2523 hw->phy.ops.read_reg(hw, PHY_REG(769, 20), &phy_reg);
2524 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 20),
2525 phy_reg | (1 << 14));
2530 /* Write Rx addresses (rar_entry_count for RAL/H, and
2531 * SHRAL/H) and initial CRC values to the MAC
2533 for (i = 0; i < hw->mac.rar_entry_count; i++) {
2534 u8 mac_addr[ETH_ADDR_LEN] = {0};
2535 u32 addr_high, addr_low;
2537 addr_high = E1000_READ_REG(hw, E1000_RAH(i));
2538 if (!(addr_high & E1000_RAH_AV))
2540 addr_low = E1000_READ_REG(hw, E1000_RAL(i));
2541 mac_addr[0] = (addr_low & 0xFF);
2542 mac_addr[1] = ((addr_low >> 8) & 0xFF);
2543 mac_addr[2] = ((addr_low >> 16) & 0xFF);
2544 mac_addr[3] = ((addr_low >> 24) & 0xFF);
2545 mac_addr[4] = (addr_high & 0xFF);
2546 mac_addr[5] = ((addr_high >> 8) & 0xFF);
2548 #ifndef CRC32_OS_SUPPORT
2549 E1000_WRITE_REG(hw, E1000_PCH_RAICC(i),
2550 e1000_calc_rx_da_crc(mac_addr));
2551 #else /* CRC32_OS_SUPPORT */
2552 E1000_WRITE_REG(hw, E1000_PCH_RAICC(i),
2553 E1000_CRC32(ETH_ADDR_LEN, mac_addr));
2554 #endif /* CRC32_OS_SUPPORT */
2557 /* Write Rx addresses to the PHY */
2558 e1000_copy_rx_addrs_to_phy_ich8lan(hw);
2560 /* Enable jumbo frame workaround in the MAC */
2561 mac_reg = E1000_READ_REG(hw, E1000_FFLT_DBG);
2562 mac_reg &= ~(1 << 14);
2563 mac_reg |= (7 << 15);
2564 E1000_WRITE_REG(hw, E1000_FFLT_DBG, mac_reg);
2566 mac_reg = E1000_READ_REG(hw, E1000_RCTL);
2567 mac_reg |= E1000_RCTL_SECRC;
2568 E1000_WRITE_REG(hw, E1000_RCTL, mac_reg);
2570 ret_val = e1000_read_kmrn_reg_generic(hw,
2571 E1000_KMRNCTRLSTA_CTRL_OFFSET,
2575 ret_val = e1000_write_kmrn_reg_generic(hw,
2576 E1000_KMRNCTRLSTA_CTRL_OFFSET,
2580 ret_val = e1000_read_kmrn_reg_generic(hw,
2581 E1000_KMRNCTRLSTA_HD_CTRL,
2585 data &= ~(0xF << 8);
2587 ret_val = e1000_write_kmrn_reg_generic(hw,
2588 E1000_KMRNCTRLSTA_HD_CTRL,
2593 /* Enable jumbo frame workaround in the PHY */
2594 hw->phy.ops.read_reg(hw, PHY_REG(769, 23), &data);
2595 data &= ~(0x7F << 5);
2596 data |= (0x37 << 5);
2597 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 23), data);
2600 hw->phy.ops.read_reg(hw, PHY_REG(769, 16), &data);
2602 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 16), data);
2605 hw->phy.ops.read_reg(hw, PHY_REG(776, 20), &data);
2606 data &= ~(0x3FF << 2);
2607 data |= (E1000_TX_PTR_GAP << 2);
2608 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(776, 20), data);
2611 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(776, 23), 0xF100);
2614 hw->phy.ops.read_reg(hw, HV_PM_CTRL, &data);
2615 ret_val = hw->phy.ops.write_reg(hw, HV_PM_CTRL, data |
2620 /* Write MAC register values back to h/w defaults */
2621 mac_reg = E1000_READ_REG(hw, E1000_FFLT_DBG);
2622 mac_reg &= ~(0xF << 14);
2623 E1000_WRITE_REG(hw, E1000_FFLT_DBG, mac_reg);
2625 mac_reg = E1000_READ_REG(hw, E1000_RCTL);
2626 mac_reg &= ~E1000_RCTL_SECRC;
2627 E1000_WRITE_REG(hw, E1000_RCTL, mac_reg);
2629 ret_val = e1000_read_kmrn_reg_generic(hw,
2630 E1000_KMRNCTRLSTA_CTRL_OFFSET,
2634 ret_val = e1000_write_kmrn_reg_generic(hw,
2635 E1000_KMRNCTRLSTA_CTRL_OFFSET,
2639 ret_val = e1000_read_kmrn_reg_generic(hw,
2640 E1000_KMRNCTRLSTA_HD_CTRL,
2644 data &= ~(0xF << 8);
2646 ret_val = e1000_write_kmrn_reg_generic(hw,
2647 E1000_KMRNCTRLSTA_HD_CTRL,
2652 /* Write PHY register values back to h/w defaults */
2653 hw->phy.ops.read_reg(hw, PHY_REG(769, 23), &data);
2654 data &= ~(0x7F << 5);
2655 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 23), data);
2658 hw->phy.ops.read_reg(hw, PHY_REG(769, 16), &data);
2660 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 16), data);
2663 hw->phy.ops.read_reg(hw, PHY_REG(776, 20), &data);
2664 data &= ~(0x3FF << 2);
2666 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(776, 20), data);
2669 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(776, 23), 0x7E00);
2672 hw->phy.ops.read_reg(hw, HV_PM_CTRL, &data);
2673 ret_val = hw->phy.ops.write_reg(hw, HV_PM_CTRL, data &
2679 /* re-enable Rx path after enabling/disabling workaround */
2680 return hw->phy.ops.write_reg(hw, PHY_REG(769, 20), phy_reg &
2685 * e1000_lv_phy_workarounds_ich8lan - A series of Phy workarounds to be
2686 * done after every PHY reset.
2688 STATIC s32 e1000_lv_phy_workarounds_ich8lan(struct e1000_hw *hw)
2690 s32 ret_val = E1000_SUCCESS;
2692 DEBUGFUNC("e1000_lv_phy_workarounds_ich8lan");
2694 if (hw->mac.type != e1000_pch2lan)
2695 return E1000_SUCCESS;
2697 /* Set MDIO slow mode before any other MDIO access */
2698 ret_val = e1000_set_mdio_slow_mode_hv(hw);
2702 ret_val = hw->phy.ops.acquire(hw);
2705 /* set MSE higher to enable link to stay up when noise is high */
2706 ret_val = e1000_write_emi_reg_locked(hw, I82579_MSE_THRESHOLD, 0x0034);
2709 /* drop link after 5 times MSE threshold was reached */
2710 ret_val = e1000_write_emi_reg_locked(hw, I82579_MSE_LINK_DOWN, 0x0005);
2712 hw->phy.ops.release(hw);
2718 * e1000_k1_gig_workaround_lv - K1 Si workaround
2719 * @hw: pointer to the HW structure
2721 * Workaround to set the K1 beacon duration for 82579 parts in 10Mbps
2722 * Disable K1 for 1000 and 100 speeds
2724 STATIC s32 e1000_k1_workaround_lv(struct e1000_hw *hw)
2726 s32 ret_val = E1000_SUCCESS;
2729 DEBUGFUNC("e1000_k1_workaround_lv");
2731 if (hw->mac.type != e1000_pch2lan)
2732 return E1000_SUCCESS;
2734 /* Set K1 beacon duration based on 10Mbs speed */
2735 ret_val = hw->phy.ops.read_reg(hw, HV_M_STATUS, &status_reg);
2739 if ((status_reg & (HV_M_STATUS_LINK_UP | HV_M_STATUS_AUTONEG_COMPLETE))
2740 == (HV_M_STATUS_LINK_UP | HV_M_STATUS_AUTONEG_COMPLETE)) {
2742 (HV_M_STATUS_SPEED_1000 | HV_M_STATUS_SPEED_100)) {
2745 /* LV 1G/100 Packet drop issue wa */
2746 ret_val = hw->phy.ops.read_reg(hw, HV_PM_CTRL,
2750 pm_phy_reg &= ~HV_PM_CTRL_K1_ENABLE;
2751 ret_val = hw->phy.ops.write_reg(hw, HV_PM_CTRL,
2757 mac_reg = E1000_READ_REG(hw, E1000_FEXTNVM4);
2758 mac_reg &= ~E1000_FEXTNVM4_BEACON_DURATION_MASK;
2759 mac_reg |= E1000_FEXTNVM4_BEACON_DURATION_16USEC;
2760 E1000_WRITE_REG(hw, E1000_FEXTNVM4, mac_reg);
2768 * e1000_gate_hw_phy_config_ich8lan - disable PHY config via hardware
2769 * @hw: pointer to the HW structure
2770 * @gate: boolean set to true to gate, false to ungate
2772 * Gate/ungate the automatic PHY configuration via hardware; perform
2773 * the configuration via software instead.
2775 STATIC void e1000_gate_hw_phy_config_ich8lan(struct e1000_hw *hw, bool gate)
2779 DEBUGFUNC("e1000_gate_hw_phy_config_ich8lan");
2781 if (hw->mac.type < e1000_pch2lan)
2784 extcnf_ctrl = E1000_READ_REG(hw, E1000_EXTCNF_CTRL);
2787 extcnf_ctrl |= E1000_EXTCNF_CTRL_GATE_PHY_CFG;
2789 extcnf_ctrl &= ~E1000_EXTCNF_CTRL_GATE_PHY_CFG;
2791 E1000_WRITE_REG(hw, E1000_EXTCNF_CTRL, extcnf_ctrl);
2795 * e1000_lan_init_done_ich8lan - Check for PHY config completion
2796 * @hw: pointer to the HW structure
2798 * Check the appropriate indication the MAC has finished configuring the
2799 * PHY after a software reset.
2801 STATIC void e1000_lan_init_done_ich8lan(struct e1000_hw *hw)
2803 u32 data, loop = E1000_ICH8_LAN_INIT_TIMEOUT;
2805 DEBUGFUNC("e1000_lan_init_done_ich8lan");
2807 /* Wait for basic configuration completes before proceeding */
2809 data = E1000_READ_REG(hw, E1000_STATUS);
2810 data &= E1000_STATUS_LAN_INIT_DONE;
2812 } while ((!data) && --loop);
2814 /* If basic configuration is incomplete before the above loop
2815 * count reaches 0, loading the configuration from NVM will
2816 * leave the PHY in a bad state possibly resulting in no link.
2819 DEBUGOUT("LAN_INIT_DONE not set, increase timeout\n");
2821 /* Clear the Init Done bit for the next init event */
2822 data = E1000_READ_REG(hw, E1000_STATUS);
2823 data &= ~E1000_STATUS_LAN_INIT_DONE;
2824 E1000_WRITE_REG(hw, E1000_STATUS, data);
2828 * e1000_post_phy_reset_ich8lan - Perform steps required after a PHY reset
2829 * @hw: pointer to the HW structure
2831 STATIC s32 e1000_post_phy_reset_ich8lan(struct e1000_hw *hw)
2833 s32 ret_val = E1000_SUCCESS;
2836 DEBUGFUNC("e1000_post_phy_reset_ich8lan");
2838 if (hw->phy.ops.check_reset_block(hw))
2839 return E1000_SUCCESS;
2841 /* Allow time for h/w to get to quiescent state after reset */
2844 /* Perform any necessary post-reset workarounds */
2845 switch (hw->mac.type) {
2847 ret_val = e1000_hv_phy_workarounds_ich8lan(hw);
2852 ret_val = e1000_lv_phy_workarounds_ich8lan(hw);
2860 /* Clear the host wakeup bit after lcd reset */
2861 if (hw->mac.type >= e1000_pchlan) {
2862 hw->phy.ops.read_reg(hw, BM_PORT_GEN_CFG, ®);
2863 reg &= ~BM_WUC_HOST_WU_BIT;
2864 hw->phy.ops.write_reg(hw, BM_PORT_GEN_CFG, reg);
2867 /* Configure the LCD with the extended configuration region in NVM */
2868 ret_val = e1000_sw_lcd_config_ich8lan(hw);
2872 /* Configure the LCD with the OEM bits in NVM */
2873 ret_val = e1000_oem_bits_config_ich8lan(hw, true);
2875 if (hw->mac.type == e1000_pch2lan) {
2876 /* Ungate automatic PHY configuration on non-managed 82579 */
2877 if (!(E1000_READ_REG(hw, E1000_FWSM) &
2878 E1000_ICH_FWSM_FW_VALID)) {
2880 e1000_gate_hw_phy_config_ich8lan(hw, false);
2883 /* Set EEE LPI Update Timer to 200usec */
2884 ret_val = hw->phy.ops.acquire(hw);
2887 ret_val = e1000_write_emi_reg_locked(hw,
2888 I82579_LPI_UPDATE_TIMER,
2890 hw->phy.ops.release(hw);
2897 * e1000_phy_hw_reset_ich8lan - Performs a PHY reset
2898 * @hw: pointer to the HW structure
2901 * This is a function pointer entry point called by drivers
2902 * or other shared routines.
2904 STATIC s32 e1000_phy_hw_reset_ich8lan(struct e1000_hw *hw)
2906 s32 ret_val = E1000_SUCCESS;
2908 DEBUGFUNC("e1000_phy_hw_reset_ich8lan");
2910 /* Gate automatic PHY configuration by hardware on non-managed 82579 */
2911 if ((hw->mac.type == e1000_pch2lan) &&
2912 !(E1000_READ_REG(hw, E1000_FWSM) & E1000_ICH_FWSM_FW_VALID))
2913 e1000_gate_hw_phy_config_ich8lan(hw, true);
2915 ret_val = e1000_phy_hw_reset_generic(hw);
2919 return e1000_post_phy_reset_ich8lan(hw);
2923 * e1000_set_lplu_state_pchlan - Set Low Power Link Up state
2924 * @hw: pointer to the HW structure
2925 * @active: true to enable LPLU, false to disable
2927 * Sets the LPLU state according to the active flag. For PCH, if OEM write
2928 * bit are disabled in the NVM, writing the LPLU bits in the MAC will not set
2929 * the phy speed. This function will manually set the LPLU bit and restart
2930 * auto-neg as hw would do. D3 and D0 LPLU will call the same function
2931 * since it configures the same bit.
2933 STATIC s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active)
2938 DEBUGFUNC("e1000_set_lplu_state_pchlan");
2940 ret_val = hw->phy.ops.read_reg(hw, HV_OEM_BITS, &oem_reg);
2945 oem_reg |= HV_OEM_BITS_LPLU;
2947 oem_reg &= ~HV_OEM_BITS_LPLU;
2949 if (!hw->phy.ops.check_reset_block(hw))
2950 oem_reg |= HV_OEM_BITS_RESTART_AN;
2952 return hw->phy.ops.write_reg(hw, HV_OEM_BITS, oem_reg);
2956 * e1000_set_d0_lplu_state_ich8lan - Set Low Power Linkup D0 state
2957 * @hw: pointer to the HW structure
2958 * @active: true to enable LPLU, false to disable
2960 * Sets the LPLU D0 state according to the active flag. When
2961 * activating LPLU this function also disables smart speed
2962 * and vice versa. LPLU will not be activated unless the
2963 * device autonegotiation advertisement meets standards of
2964 * either 10 or 10/100 or 10/100/1000 at all duplexes.
2965 * This is a function pointer entry point only called by
2966 * PHY setup routines.
2968 STATIC s32 e1000_set_d0_lplu_state_ich8lan(struct e1000_hw *hw, bool active)
2970 struct e1000_phy_info *phy = &hw->phy;
2972 s32 ret_val = E1000_SUCCESS;
2975 DEBUGFUNC("e1000_set_d0_lplu_state_ich8lan");
2977 if (phy->type == e1000_phy_ife)
2978 return E1000_SUCCESS;
2980 phy_ctrl = E1000_READ_REG(hw, E1000_PHY_CTRL);
2983 phy_ctrl |= E1000_PHY_CTRL_D0A_LPLU;
2984 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
2986 if (phy->type != e1000_phy_igp_3)
2987 return E1000_SUCCESS;
2989 /* Call gig speed drop workaround on LPLU before accessing
2992 if (hw->mac.type == e1000_ich8lan)
2993 e1000_gig_downshift_workaround_ich8lan(hw);
2995 /* When LPLU is enabled, we should disable SmartSpeed */
2996 ret_val = phy->ops.read_reg(hw,
2997 IGP01E1000_PHY_PORT_CONFIG,
3001 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
3002 ret_val = phy->ops.write_reg(hw,
3003 IGP01E1000_PHY_PORT_CONFIG,
3008 phy_ctrl &= ~E1000_PHY_CTRL_D0A_LPLU;
3009 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
3011 if (phy->type != e1000_phy_igp_3)
3012 return E1000_SUCCESS;
3014 /* LPLU and SmartSpeed are mutually exclusive. LPLU is used
3015 * during Dx states where the power conservation is most
3016 * important. During driver activity we should enable
3017 * SmartSpeed, so performance is maintained.
3019 if (phy->smart_speed == e1000_smart_speed_on) {
3020 ret_val = phy->ops.read_reg(hw,
3021 IGP01E1000_PHY_PORT_CONFIG,
3026 data |= IGP01E1000_PSCFR_SMART_SPEED;
3027 ret_val = phy->ops.write_reg(hw,
3028 IGP01E1000_PHY_PORT_CONFIG,
3032 } else if (phy->smart_speed == e1000_smart_speed_off) {
3033 ret_val = phy->ops.read_reg(hw,
3034 IGP01E1000_PHY_PORT_CONFIG,
3039 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
3040 ret_val = phy->ops.write_reg(hw,
3041 IGP01E1000_PHY_PORT_CONFIG,
3048 return E1000_SUCCESS;
3052 * e1000_set_d3_lplu_state_ich8lan - Set Low Power Linkup D3 state
3053 * @hw: pointer to the HW structure
3054 * @active: true to enable LPLU, false to disable
3056 * Sets the LPLU D3 state according to the active flag. When
3057 * activating LPLU this function also disables smart speed
3058 * and vice versa. LPLU will not be activated unless the
3059 * device autonegotiation advertisement meets standards of
3060 * either 10 or 10/100 or 10/100/1000 at all duplexes.
3061 * This is a function pointer entry point only called by
3062 * PHY setup routines.
3064 STATIC s32 e1000_set_d3_lplu_state_ich8lan(struct e1000_hw *hw, bool active)
3066 struct e1000_phy_info *phy = &hw->phy;
3068 s32 ret_val = E1000_SUCCESS;
3071 DEBUGFUNC("e1000_set_d3_lplu_state_ich8lan");
3073 phy_ctrl = E1000_READ_REG(hw, E1000_PHY_CTRL);
3076 phy_ctrl &= ~E1000_PHY_CTRL_NOND0A_LPLU;
3077 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
3079 if (phy->type != e1000_phy_igp_3)
3080 return E1000_SUCCESS;
3082 /* LPLU and SmartSpeed are mutually exclusive. LPLU is used
3083 * during Dx states where the power conservation is most
3084 * important. During driver activity we should enable
3085 * SmartSpeed, so performance is maintained.
3087 if (phy->smart_speed == e1000_smart_speed_on) {
3088 ret_val = phy->ops.read_reg(hw,
3089 IGP01E1000_PHY_PORT_CONFIG,
3094 data |= IGP01E1000_PSCFR_SMART_SPEED;
3095 ret_val = phy->ops.write_reg(hw,
3096 IGP01E1000_PHY_PORT_CONFIG,
3100 } else if (phy->smart_speed == e1000_smart_speed_off) {
3101 ret_val = phy->ops.read_reg(hw,
3102 IGP01E1000_PHY_PORT_CONFIG,
3107 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
3108 ret_val = phy->ops.write_reg(hw,
3109 IGP01E1000_PHY_PORT_CONFIG,
3114 } else if ((phy->autoneg_advertised == E1000_ALL_SPEED_DUPLEX) ||
3115 (phy->autoneg_advertised == E1000_ALL_NOT_GIG) ||
3116 (phy->autoneg_advertised == E1000_ALL_10_SPEED)) {
3117 phy_ctrl |= E1000_PHY_CTRL_NOND0A_LPLU;
3118 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
3120 if (phy->type != e1000_phy_igp_3)
3121 return E1000_SUCCESS;
3123 /* Call gig speed drop workaround on LPLU before accessing
3126 if (hw->mac.type == e1000_ich8lan)
3127 e1000_gig_downshift_workaround_ich8lan(hw);
3129 /* When LPLU is enabled, we should disable SmartSpeed */
3130 ret_val = phy->ops.read_reg(hw,
3131 IGP01E1000_PHY_PORT_CONFIG,
3136 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
3137 ret_val = phy->ops.write_reg(hw,
3138 IGP01E1000_PHY_PORT_CONFIG,
3146 * e1000_valid_nvm_bank_detect_ich8lan - finds out the valid bank 0 or 1
3147 * @hw: pointer to the HW structure
3148 * @bank: pointer to the variable that returns the active bank
3150 * Reads signature byte from the NVM using the flash access registers.
3151 * Word 0x13 bits 15:14 = 10b indicate a valid signature for that bank.
3153 STATIC s32 e1000_valid_nvm_bank_detect_ich8lan(struct e1000_hw *hw, u32 *bank)
3156 struct e1000_nvm_info *nvm = &hw->nvm;
3157 u32 bank1_offset = nvm->flash_bank_size * sizeof(u16);
3158 u32 act_offset = E1000_ICH_NVM_SIG_WORD * 2 + 1;
3162 DEBUGFUNC("e1000_valid_nvm_bank_detect_ich8lan");
3164 switch (hw->mac.type) {
3167 eecd = E1000_READ_REG(hw, E1000_EECD);
3168 if ((eecd & E1000_EECD_SEC1VAL_VALID_MASK) ==
3169 E1000_EECD_SEC1VAL_VALID_MASK) {
3170 if (eecd & E1000_EECD_SEC1VAL)
3175 return E1000_SUCCESS;
3177 DEBUGOUT("Unable to determine valid NVM bank via EEC - reading flash signature\n");
3180 /* set bank to 0 in case flash read fails */
3184 ret_val = e1000_read_flash_byte_ich8lan(hw, act_offset,
3188 if ((sig_byte & E1000_ICH_NVM_VALID_SIG_MASK) ==
3189 E1000_ICH_NVM_SIG_VALUE) {
3191 return E1000_SUCCESS;
3195 ret_val = e1000_read_flash_byte_ich8lan(hw, act_offset +
3200 if ((sig_byte & E1000_ICH_NVM_VALID_SIG_MASK) ==
3201 E1000_ICH_NVM_SIG_VALUE) {
3203 return E1000_SUCCESS;
3206 DEBUGOUT("ERROR: No valid NVM bank present\n");
3207 return -E1000_ERR_NVM;
3212 * e1000_read_nvm_ich8lan - Read word(s) from the NVM
3213 * @hw: pointer to the HW structure
3214 * @offset: The offset (in bytes) of the word(s) to read.
3215 * @words: Size of data to read in words
3216 * @data: Pointer to the word(s) to read at offset.
3218 * Reads a word(s) from the NVM using the flash access registers.
3220 STATIC s32 e1000_read_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words,
3223 struct e1000_nvm_info *nvm = &hw->nvm;
3224 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
3226 s32 ret_val = E1000_SUCCESS;
3230 DEBUGFUNC("e1000_read_nvm_ich8lan");
3232 if ((offset >= nvm->word_size) || (words > nvm->word_size - offset) ||
3234 DEBUGOUT("nvm parameter(s) out of bounds\n");
3235 ret_val = -E1000_ERR_NVM;
3239 nvm->ops.acquire(hw);
3241 ret_val = e1000_valid_nvm_bank_detect_ich8lan(hw, &bank);
3242 if (ret_val != E1000_SUCCESS) {
3243 DEBUGOUT("Could not detect valid bank, assuming bank 0\n");
3247 act_offset = (bank) ? nvm->flash_bank_size : 0;
3248 act_offset += offset;
3250 ret_val = E1000_SUCCESS;
3251 for (i = 0; i < words; i++) {
3252 if (dev_spec->shadow_ram[offset+i].modified) {
3253 data[i] = dev_spec->shadow_ram[offset+i].value;
3255 ret_val = e1000_read_flash_word_ich8lan(hw,
3264 nvm->ops.release(hw);
3268 DEBUGOUT1("NVM read error: %d\n", ret_val);
3274 * e1000_flash_cycle_init_ich8lan - Initialize flash
3275 * @hw: pointer to the HW structure
3277 * This function does initial flash setup so that a new read/write/erase cycle
3280 STATIC s32 e1000_flash_cycle_init_ich8lan(struct e1000_hw *hw)
3282 union ich8_hws_flash_status hsfsts;
3283 s32 ret_val = -E1000_ERR_NVM;
3285 DEBUGFUNC("e1000_flash_cycle_init_ich8lan");
3287 hsfsts.regval = E1000_READ_FLASH_REG16(hw, ICH_FLASH_HSFSTS);
3289 /* Check if the flash descriptor is valid */
3290 if (!hsfsts.hsf_status.fldesvalid) {
3291 DEBUGOUT("Flash descriptor invalid. SW Sequencing must be used.\n");
3292 return -E1000_ERR_NVM;
3295 /* Clear FCERR and DAEL in hw status by writing 1 */
3296 hsfsts.hsf_status.flcerr = 1;
3297 hsfsts.hsf_status.dael = 1;
3298 E1000_WRITE_FLASH_REG16(hw, ICH_FLASH_HSFSTS, hsfsts.regval);
3300 /* Either we should have a hardware SPI cycle in progress
3301 * bit to check against, in order to start a new cycle or
3302 * FDONE bit should be changed in the hardware so that it
3303 * is 1 after hardware reset, which can then be used as an
3304 * indication whether a cycle is in progress or has been
3308 if (!hsfsts.hsf_status.flcinprog) {
3309 /* There is no cycle running at present,
3310 * so we can start a cycle.
3311 * Begin by setting Flash Cycle Done.
3313 hsfsts.hsf_status.flcdone = 1;
3314 E1000_WRITE_FLASH_REG16(hw, ICH_FLASH_HSFSTS, hsfsts.regval);
3315 ret_val = E1000_SUCCESS;
3319 /* Otherwise poll for sometime so the current
3320 * cycle has a chance to end before giving up.
3322 for (i = 0; i < ICH_FLASH_READ_COMMAND_TIMEOUT; i++) {
3323 hsfsts.regval = E1000_READ_FLASH_REG16(hw,
3325 if (!hsfsts.hsf_status.flcinprog) {
3326 ret_val = E1000_SUCCESS;
3331 if (ret_val == E1000_SUCCESS) {
3332 /* Successful in waiting for previous cycle to timeout,
3333 * now set the Flash Cycle Done.
3335 hsfsts.hsf_status.flcdone = 1;
3336 E1000_WRITE_FLASH_REG16(hw, ICH_FLASH_HSFSTS,
3339 DEBUGOUT("Flash controller busy, cannot get access\n");
3347 * e1000_flash_cycle_ich8lan - Starts flash cycle (read/write/erase)
3348 * @hw: pointer to the HW structure
3349 * @timeout: maximum time to wait for completion
3351 * This function starts a flash cycle and waits for its completion.
3353 STATIC s32 e1000_flash_cycle_ich8lan(struct e1000_hw *hw, u32 timeout)
3355 union ich8_hws_flash_ctrl hsflctl;
3356 union ich8_hws_flash_status hsfsts;
3359 DEBUGFUNC("e1000_flash_cycle_ich8lan");
3361 /* Start a cycle by writing 1 in Flash Cycle Go in Hw Flash Control */
3362 hsflctl.regval = E1000_READ_FLASH_REG16(hw, ICH_FLASH_HSFCTL);
3363 hsflctl.hsf_ctrl.flcgo = 1;
3365 E1000_WRITE_FLASH_REG16(hw, ICH_FLASH_HSFCTL, hsflctl.regval);
3367 /* wait till FDONE bit is set to 1 */
3369 hsfsts.regval = E1000_READ_FLASH_REG16(hw, ICH_FLASH_HSFSTS);
3370 if (hsfsts.hsf_status.flcdone)
3373 } while (i++ < timeout);
3375 if (hsfsts.hsf_status.flcdone && !hsfsts.hsf_status.flcerr)
3376 return E1000_SUCCESS;
3378 return -E1000_ERR_NVM;
3382 * e1000_read_flash_word_ich8lan - Read word from flash
3383 * @hw: pointer to the HW structure
3384 * @offset: offset to data location
3385 * @data: pointer to the location for storing the data
3387 * Reads the flash word at offset into data. Offset is converted
3388 * to bytes before read.
3390 STATIC s32 e1000_read_flash_word_ich8lan(struct e1000_hw *hw, u32 offset,
3393 DEBUGFUNC("e1000_read_flash_word_ich8lan");
3396 return -E1000_ERR_NVM;
3398 /* Must convert offset into bytes. */
3401 return e1000_read_flash_data_ich8lan(hw, offset, 2, data);
3405 * e1000_read_flash_byte_ich8lan - Read byte from flash
3406 * @hw: pointer to the HW structure
3407 * @offset: The offset of the byte to read.
3408 * @data: Pointer to a byte to store the value read.
3410 * Reads a single byte from the NVM using the flash access registers.
3412 STATIC s32 e1000_read_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset,
3418 ret_val = e1000_read_flash_data_ich8lan(hw, offset, 1, &word);
3425 return E1000_SUCCESS;
3429 * e1000_read_flash_data_ich8lan - Read byte or word from NVM
3430 * @hw: pointer to the HW structure
3431 * @offset: The offset (in bytes) of the byte or word to read.
3432 * @size: Size of data to read, 1=byte 2=word
3433 * @data: Pointer to the word to store the value read.
3435 * Reads a byte or word from the NVM using the flash access registers.
3437 STATIC s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
3440 union ich8_hws_flash_status hsfsts;
3441 union ich8_hws_flash_ctrl hsflctl;
3442 u32 flash_linear_addr;
3444 s32 ret_val = -E1000_ERR_NVM;
3447 DEBUGFUNC("e1000_read_flash_data_ich8lan");
3449 if (size < 1 || size > 2 || offset > ICH_FLASH_LINEAR_ADDR_MASK)
3450 return -E1000_ERR_NVM;
3451 flash_linear_addr = ((ICH_FLASH_LINEAR_ADDR_MASK & offset) +
3452 hw->nvm.flash_base_addr);
3457 ret_val = e1000_flash_cycle_init_ich8lan(hw);
3458 if (ret_val != E1000_SUCCESS)
3460 hsflctl.regval = E1000_READ_FLASH_REG16(hw, ICH_FLASH_HSFCTL);
3462 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
3463 hsflctl.hsf_ctrl.fldbcount = size - 1;
3464 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_READ;
3465 E1000_WRITE_FLASH_REG16(hw, ICH_FLASH_HSFCTL, hsflctl.regval);
3467 E1000_WRITE_FLASH_REG(hw, ICH_FLASH_FADDR, flash_linear_addr);
3470 e1000_flash_cycle_ich8lan(hw,
3471 ICH_FLASH_READ_COMMAND_TIMEOUT);
3473 /* Check if FCERR is set to 1, if set to 1, clear it
3474 * and try the whole sequence a few more times, else
3475 * read in (shift in) the Flash Data0, the order is
3476 * least significant byte first msb to lsb
3478 if (ret_val == E1000_SUCCESS) {
3479 flash_data = E1000_READ_FLASH_REG(hw, ICH_FLASH_FDATA0);
3481 *data = (u8)(flash_data & 0x000000FF);
3483 *data = (u16)(flash_data & 0x0000FFFF);
3486 /* If we've gotten here, then things are probably
3487 * completely hosed, but if the error condition is
3488 * detected, it won't hurt to give it another try...
3489 * ICH_FLASH_CYCLE_REPEAT_COUNT times.
3491 hsfsts.regval = E1000_READ_FLASH_REG16(hw,
3493 if (hsfsts.hsf_status.flcerr) {
3494 /* Repeat for some time before giving up. */
3496 } else if (!hsfsts.hsf_status.flcdone) {
3497 DEBUGOUT("Timeout error - flash cycle did not complete.\n");
3501 } while (count++ < ICH_FLASH_CYCLE_REPEAT_COUNT);
3507 * e1000_write_nvm_ich8lan - Write word(s) to the NVM
3508 * @hw: pointer to the HW structure
3509 * @offset: The offset (in bytes) of the word(s) to write.
3510 * @words: Size of data to write in words
3511 * @data: Pointer to the word(s) to write at offset.
3513 * Writes a byte or word to the NVM using the flash access registers.
3515 STATIC s32 e1000_write_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words,
3518 struct e1000_nvm_info *nvm = &hw->nvm;
3519 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
3522 DEBUGFUNC("e1000_write_nvm_ich8lan");
3524 if ((offset >= nvm->word_size) || (words > nvm->word_size - offset) ||
3526 DEBUGOUT("nvm parameter(s) out of bounds\n");
3527 return -E1000_ERR_NVM;
3530 nvm->ops.acquire(hw);
3532 for (i = 0; i < words; i++) {
3533 dev_spec->shadow_ram[offset+i].modified = true;
3534 dev_spec->shadow_ram[offset+i].value = data[i];
3537 nvm->ops.release(hw);
3539 return E1000_SUCCESS;
3543 * e1000_update_nvm_checksum_ich8lan - Update the checksum for NVM
3544 * @hw: pointer to the HW structure
3546 * The NVM checksum is updated by calling the generic update_nvm_checksum,
3547 * which writes the checksum to the shadow ram. The changes in the shadow
3548 * ram are then committed to the EEPROM by processing each bank at a time
3549 * checking for the modified bit and writing only the pending changes.
3550 * After a successful commit, the shadow ram is cleared and is ready for
3553 STATIC s32 e1000_update_nvm_checksum_ich8lan(struct e1000_hw *hw)
3555 struct e1000_nvm_info *nvm = &hw->nvm;
3556 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
3557 u32 i, act_offset, new_bank_offset, old_bank_offset, bank;
3561 DEBUGFUNC("e1000_update_nvm_checksum_ich8lan");
3563 ret_val = e1000_update_nvm_checksum_generic(hw);
3567 if (nvm->type != e1000_nvm_flash_sw)
3570 nvm->ops.acquire(hw);
3572 /* We're writing to the opposite bank so if we're on bank 1,
3573 * write to bank 0 etc. We also need to erase the segment that
3574 * is going to be written
3576 ret_val = e1000_valid_nvm_bank_detect_ich8lan(hw, &bank);
3577 if (ret_val != E1000_SUCCESS) {
3578 DEBUGOUT("Could not detect valid bank, assuming bank 0\n");
3583 new_bank_offset = nvm->flash_bank_size;
3584 old_bank_offset = 0;
3585 ret_val = e1000_erase_flash_bank_ich8lan(hw, 1);
3589 old_bank_offset = nvm->flash_bank_size;
3590 new_bank_offset = 0;
3591 ret_val = e1000_erase_flash_bank_ich8lan(hw, 0);
3596 for (i = 0; i < E1000_SHADOW_RAM_WORDS; i++) {
3597 /* Determine whether to write the value stored
3598 * in the other NVM bank or a modified value stored
3601 if (dev_spec->shadow_ram[i].modified) {
3602 data = dev_spec->shadow_ram[i].value;
3604 ret_val = e1000_read_flash_word_ich8lan(hw, i +
3611 /* If the word is 0x13, then make sure the signature bits
3612 * (15:14) are 11b until the commit has completed.
3613 * This will allow us to write 10b which indicates the
3614 * signature is valid. We want to do this after the write
3615 * has completed so that we don't mark the segment valid
3616 * while the write is still in progress
3618 if (i == E1000_ICH_NVM_SIG_WORD)
3619 data |= E1000_ICH_NVM_SIG_MASK;
3621 /* Convert offset to bytes. */
3622 act_offset = (i + new_bank_offset) << 1;
3625 /* Write the bytes to the new bank. */
3626 ret_val = e1000_retry_write_flash_byte_ich8lan(hw,
3633 ret_val = e1000_retry_write_flash_byte_ich8lan(hw,
3640 /* Don't bother writing the segment valid bits if sector
3641 * programming failed.
3644 DEBUGOUT("Flash commit failed.\n");
3648 /* Finally validate the new segment by setting bit 15:14
3649 * to 10b in word 0x13 , this can be done without an
3650 * erase as well since these bits are 11 to start with
3651 * and we need to change bit 14 to 0b
3653 act_offset = new_bank_offset + E1000_ICH_NVM_SIG_WORD;
3654 ret_val = e1000_read_flash_word_ich8lan(hw, act_offset, &data);
3659 ret_val = e1000_retry_write_flash_byte_ich8lan(hw,
3665 /* And invalidate the previously valid segment by setting
3666 * its signature word (0x13) high_byte to 0b. This can be
3667 * done without an erase because flash erase sets all bits
3668 * to 1's. We can write 1's to 0's without an erase
3670 act_offset = (old_bank_offset + E1000_ICH_NVM_SIG_WORD) * 2 + 1;
3671 ret_val = e1000_retry_write_flash_byte_ich8lan(hw, act_offset, 0);
3675 /* Great! Everything worked, we can now clear the cached entries. */
3676 for (i = 0; i < E1000_SHADOW_RAM_WORDS; i++) {
3677 dev_spec->shadow_ram[i].modified = false;
3678 dev_spec->shadow_ram[i].value = 0xFFFF;
3682 nvm->ops.release(hw);
3684 /* Reload the EEPROM, or else modifications will not appear
3685 * until after the next adapter reset.
3688 nvm->ops.reload(hw);
3694 DEBUGOUT1("NVM update error: %d\n", ret_val);
3700 * e1000_validate_nvm_checksum_ich8lan - Validate EEPROM checksum
3701 * @hw: pointer to the HW structure
3703 * Check to see if checksum needs to be fixed by reading bit 6 in word 0x19.
3704 * If the bit is 0, that the EEPROM had been modified, but the checksum was not
3705 * calculated, in which case we need to calculate the checksum and set bit 6.
3707 STATIC s32 e1000_validate_nvm_checksum_ich8lan(struct e1000_hw *hw)
3712 u16 valid_csum_mask;
3714 DEBUGFUNC("e1000_validate_nvm_checksum_ich8lan");
3716 /* Read NVM and check Invalid Image CSUM bit. If this bit is 0,
3717 * the checksum needs to be fixed. This bit is an indication that
3718 * the NVM was prepared by OEM software and did not calculate
3719 * the checksum...a likely scenario.
3721 switch (hw->mac.type) {
3724 valid_csum_mask = NVM_COMPAT_VALID_CSUM;
3727 word = NVM_FUTURE_INIT_WORD1;
3728 valid_csum_mask = NVM_FUTURE_INIT_WORD1_VALID_CSUM;
3732 ret_val = hw->nvm.ops.read(hw, word, 1, &data);
3736 if (!(data & valid_csum_mask)) {
3737 data |= valid_csum_mask;
3738 ret_val = hw->nvm.ops.write(hw, word, 1, &data);
3741 ret_val = hw->nvm.ops.update(hw);
3746 return e1000_validate_nvm_checksum_generic(hw);
3750 * e1000_write_flash_data_ich8lan - Writes bytes to the NVM
3751 * @hw: pointer to the HW structure
3752 * @offset: The offset (in bytes) of the byte/word to read.
3753 * @size: Size of data to read, 1=byte 2=word
3754 * @data: The byte(s) to write to the NVM.
3756 * Writes one/two bytes to the NVM using the flash access registers.
3758 STATIC s32 e1000_write_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
3761 union ich8_hws_flash_status hsfsts;
3762 union ich8_hws_flash_ctrl hsflctl;
3763 u32 flash_linear_addr;
3768 DEBUGFUNC("e1000_write_ich8_data");
3770 if (size < 1 || size > 2 || offset > ICH_FLASH_LINEAR_ADDR_MASK)
3771 return -E1000_ERR_NVM;
3773 flash_linear_addr = ((ICH_FLASH_LINEAR_ADDR_MASK & offset) +
3774 hw->nvm.flash_base_addr);
3779 ret_val = e1000_flash_cycle_init_ich8lan(hw);
3780 if (ret_val != E1000_SUCCESS)
3782 hsflctl.regval = E1000_READ_FLASH_REG16(hw, ICH_FLASH_HSFCTL);
3784 /* 0b/1b corresponds to 1 or 2 byte size, respectively. */
3785 hsflctl.hsf_ctrl.fldbcount = size - 1;
3786 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_WRITE;
3787 E1000_WRITE_FLASH_REG16(hw, ICH_FLASH_HSFCTL, hsflctl.regval);
3789 E1000_WRITE_FLASH_REG(hw, ICH_FLASH_FADDR, flash_linear_addr);
3792 flash_data = (u32)data & 0x00FF;
3794 flash_data = (u32)data;
3796 E1000_WRITE_FLASH_REG(hw, ICH_FLASH_FDATA0, flash_data);
3798 /* check if FCERR is set to 1 , if set to 1, clear it
3799 * and try the whole sequence a few more times else done
3802 e1000_flash_cycle_ich8lan(hw,
3803 ICH_FLASH_WRITE_COMMAND_TIMEOUT);
3804 if (ret_val == E1000_SUCCESS)
3807 /* If we're here, then things are most likely
3808 * completely hosed, but if the error condition
3809 * is detected, it won't hurt to give it another
3810 * try...ICH_FLASH_CYCLE_REPEAT_COUNT times.
3812 hsfsts.regval = E1000_READ_FLASH_REG16(hw, ICH_FLASH_HSFSTS);
3813 if (hsfsts.hsf_status.flcerr)
3814 /* Repeat for some time before giving up. */
3816 if (!hsfsts.hsf_status.flcdone) {
3817 DEBUGOUT("Timeout error - flash cycle did not complete.\n");
3820 } while (count++ < ICH_FLASH_CYCLE_REPEAT_COUNT);
3826 * e1000_write_flash_byte_ich8lan - Write a single byte to NVM
3827 * @hw: pointer to the HW structure
3828 * @offset: The index of the byte to read.
3829 * @data: The byte to write to the NVM.
3831 * Writes a single byte to the NVM using the flash access registers.
3833 STATIC s32 e1000_write_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset,
3836 u16 word = (u16)data;
3838 DEBUGFUNC("e1000_write_flash_byte_ich8lan");
3840 return e1000_write_flash_data_ich8lan(hw, offset, 1, word);
3844 * e1000_retry_write_flash_byte_ich8lan - Writes a single byte to NVM
3845 * @hw: pointer to the HW structure
3846 * @offset: The offset of the byte to write.
3847 * @byte: The byte to write to the NVM.
3849 * Writes a single byte to the NVM using the flash access registers.
3850 * Goes through a retry algorithm before giving up.
3852 STATIC s32 e1000_retry_write_flash_byte_ich8lan(struct e1000_hw *hw,
3853 u32 offset, u8 byte)
3856 u16 program_retries;
3858 DEBUGFUNC("e1000_retry_write_flash_byte_ich8lan");
3860 ret_val = e1000_write_flash_byte_ich8lan(hw, offset, byte);
3864 for (program_retries = 0; program_retries < 100; program_retries++) {
3865 DEBUGOUT2("Retrying Byte %2.2X at offset %u\n", byte, offset);
3867 ret_val = e1000_write_flash_byte_ich8lan(hw, offset, byte);
3868 if (ret_val == E1000_SUCCESS)
3871 if (program_retries == 100)
3872 return -E1000_ERR_NVM;
3874 return E1000_SUCCESS;
3878 * e1000_erase_flash_bank_ich8lan - Erase a bank (4k) from NVM
3879 * @hw: pointer to the HW structure
3880 * @bank: 0 for first bank, 1 for second bank, etc.
3882 * Erases the bank specified. Each bank is a 4k block. Banks are 0 based.
3883 * bank N is 4096 * N + flash_reg_addr.
3885 STATIC s32 e1000_erase_flash_bank_ich8lan(struct e1000_hw *hw, u32 bank)
3887 struct e1000_nvm_info *nvm = &hw->nvm;
3888 union ich8_hws_flash_status hsfsts;
3889 union ich8_hws_flash_ctrl hsflctl;
3890 u32 flash_linear_addr;
3891 /* bank size is in 16bit words - adjust to bytes */
3892 u32 flash_bank_size = nvm->flash_bank_size * 2;
3895 s32 j, iteration, sector_size;
3897 DEBUGFUNC("e1000_erase_flash_bank_ich8lan");
3899 hsfsts.regval = E1000_READ_FLASH_REG16(hw, ICH_FLASH_HSFSTS);
3901 /* Determine HW Sector size: Read BERASE bits of hw flash status
3903 * 00: The Hw sector is 256 bytes, hence we need to erase 16
3904 * consecutive sectors. The start index for the nth Hw sector
3905 * can be calculated as = bank * 4096 + n * 256
3906 * 01: The Hw sector is 4K bytes, hence we need to erase 1 sector.
3907 * The start index for the nth Hw sector can be calculated
3909 * 10: The Hw sector is 8K bytes, nth sector = bank * 8192
3910 * (ich9 only, otherwise error condition)
3911 * 11: The Hw sector is 64K bytes, nth sector = bank * 65536
3913 switch (hsfsts.hsf_status.berasesz) {
3915 /* Hw sector size 256 */
3916 sector_size = ICH_FLASH_SEG_SIZE_256;
3917 iteration = flash_bank_size / ICH_FLASH_SEG_SIZE_256;
3920 sector_size = ICH_FLASH_SEG_SIZE_4K;
3924 sector_size = ICH_FLASH_SEG_SIZE_8K;
3928 sector_size = ICH_FLASH_SEG_SIZE_64K;
3932 return -E1000_ERR_NVM;
3935 /* Start with the base address, then add the sector offset. */
3936 flash_linear_addr = hw->nvm.flash_base_addr;
3937 flash_linear_addr += (bank) ? flash_bank_size : 0;
3939 for (j = 0; j < iteration; j++) {
3941 u32 timeout = ICH_FLASH_ERASE_COMMAND_TIMEOUT;
3944 ret_val = e1000_flash_cycle_init_ich8lan(hw);
3948 /* Write a value 11 (block Erase) in Flash
3949 * Cycle field in hw flash control
3952 E1000_READ_FLASH_REG16(hw, ICH_FLASH_HSFCTL);
3954 hsflctl.hsf_ctrl.flcycle = ICH_CYCLE_ERASE;
3955 E1000_WRITE_FLASH_REG16(hw, ICH_FLASH_HSFCTL,
3958 /* Write the last 24 bits of an index within the
3959 * block into Flash Linear address field in Flash
3962 flash_linear_addr += (j * sector_size);
3963 E1000_WRITE_FLASH_REG(hw, ICH_FLASH_FADDR,
3966 ret_val = e1000_flash_cycle_ich8lan(hw, timeout);
3967 if (ret_val == E1000_SUCCESS)
3970 /* Check if FCERR is set to 1. If 1,
3971 * clear it and try the whole sequence
3972 * a few more times else Done
3974 hsfsts.regval = E1000_READ_FLASH_REG16(hw,
3976 if (hsfsts.hsf_status.flcerr)
3977 /* repeat for some time before giving up */
3979 else if (!hsfsts.hsf_status.flcdone)
3981 } while (++count < ICH_FLASH_CYCLE_REPEAT_COUNT);
3984 return E1000_SUCCESS;
3988 * e1000_valid_led_default_ich8lan - Set the default LED settings
3989 * @hw: pointer to the HW structure
3990 * @data: Pointer to the LED settings
3992 * Reads the LED default settings from the NVM to data. If the NVM LED
3993 * settings is all 0's or F's, set the LED default to a valid LED default
3996 STATIC s32 e1000_valid_led_default_ich8lan(struct e1000_hw *hw, u16 *data)
4000 DEBUGFUNC("e1000_valid_led_default_ich8lan");
4002 ret_val = hw->nvm.ops.read(hw, NVM_ID_LED_SETTINGS, 1, data);
4004 DEBUGOUT("NVM Read Error\n");
4008 if (*data == ID_LED_RESERVED_0000 || *data == ID_LED_RESERVED_FFFF)
4009 *data = ID_LED_DEFAULT_ICH8LAN;
4011 return E1000_SUCCESS;
4015 * e1000_id_led_init_pchlan - store LED configurations
4016 * @hw: pointer to the HW structure
4018 * PCH does not control LEDs via the LEDCTL register, rather it uses
4019 * the PHY LED configuration register.
4021 * PCH also does not have an "always on" or "always off" mode which
4022 * complicates the ID feature. Instead of using the "on" mode to indicate
4023 * in ledctl_mode2 the LEDs to use for ID (see e1000_id_led_init_generic()),
4024 * use "link_up" mode. The LEDs will still ID on request if there is no
4025 * link based on logic in e1000_led_[on|off]_pchlan().
4027 STATIC s32 e1000_id_led_init_pchlan(struct e1000_hw *hw)
4029 struct e1000_mac_info *mac = &hw->mac;
4031 const u32 ledctl_on = E1000_LEDCTL_MODE_LINK_UP;
4032 const u32 ledctl_off = E1000_LEDCTL_MODE_LINK_UP | E1000_PHY_LED0_IVRT;
4033 u16 data, i, temp, shift;
4035 DEBUGFUNC("e1000_id_led_init_pchlan");
4037 /* Get default ID LED modes */
4038 ret_val = hw->nvm.ops.valid_led_default(hw, &data);
4042 mac->ledctl_default = E1000_READ_REG(hw, E1000_LEDCTL);
4043 mac->ledctl_mode1 = mac->ledctl_default;
4044 mac->ledctl_mode2 = mac->ledctl_default;
4046 for (i = 0; i < 4; i++) {
4047 temp = (data >> (i << 2)) & E1000_LEDCTL_LED0_MODE_MASK;
4050 case ID_LED_ON1_DEF2:
4051 case ID_LED_ON1_ON2:
4052 case ID_LED_ON1_OFF2:
4053 mac->ledctl_mode1 &= ~(E1000_PHY_LED0_MASK << shift);
4054 mac->ledctl_mode1 |= (ledctl_on << shift);
4056 case ID_LED_OFF1_DEF2:
4057 case ID_LED_OFF1_ON2:
4058 case ID_LED_OFF1_OFF2:
4059 mac->ledctl_mode1 &= ~(E1000_PHY_LED0_MASK << shift);
4060 mac->ledctl_mode1 |= (ledctl_off << shift);
4067 case ID_LED_DEF1_ON2:
4068 case ID_LED_ON1_ON2:
4069 case ID_LED_OFF1_ON2:
4070 mac->ledctl_mode2 &= ~(E1000_PHY_LED0_MASK << shift);
4071 mac->ledctl_mode2 |= (ledctl_on << shift);
4073 case ID_LED_DEF1_OFF2:
4074 case ID_LED_ON1_OFF2:
4075 case ID_LED_OFF1_OFF2:
4076 mac->ledctl_mode2 &= ~(E1000_PHY_LED0_MASK << shift);
4077 mac->ledctl_mode2 |= (ledctl_off << shift);
4085 return E1000_SUCCESS;
4089 * e1000_get_bus_info_ich8lan - Get/Set the bus type and width
4090 * @hw: pointer to the HW structure
4092 * ICH8 use the PCI Express bus, but does not contain a PCI Express Capability
4093 * register, so the the bus width is hard coded.
4095 STATIC s32 e1000_get_bus_info_ich8lan(struct e1000_hw *hw)
4097 struct e1000_bus_info *bus = &hw->bus;
4100 DEBUGFUNC("e1000_get_bus_info_ich8lan");
4102 ret_val = e1000_get_bus_info_pcie_generic(hw);
4104 /* ICH devices are "PCI Express"-ish. They have
4105 * a configuration space, but do not contain
4106 * PCI Express Capability registers, so bus width
4107 * must be hardcoded.
4109 if (bus->width == e1000_bus_width_unknown)
4110 bus->width = e1000_bus_width_pcie_x1;
4116 * e1000_reset_hw_ich8lan - Reset the hardware
4117 * @hw: pointer to the HW structure
4119 * Does a full reset of the hardware which includes a reset of the PHY and
4122 STATIC s32 e1000_reset_hw_ich8lan(struct e1000_hw *hw)
4124 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
4129 DEBUGFUNC("e1000_reset_hw_ich8lan");
4131 /* Prevent the PCI-E bus from sticking if there is no TLP connection
4132 * on the last TLP read/write transaction when MAC is reset.
4134 ret_val = e1000_disable_pcie_master_generic(hw);
4136 DEBUGOUT("PCI-E Master disable polling has failed.\n");
4138 DEBUGOUT("Masking off all interrupts\n");
4139 E1000_WRITE_REG(hw, E1000_IMC, 0xffffffff);
4141 /* Disable the Transmit and Receive units. Then delay to allow
4142 * any pending transactions to complete before we hit the MAC
4143 * with the global reset.
4145 E1000_WRITE_REG(hw, E1000_RCTL, 0);
4146 E1000_WRITE_REG(hw, E1000_TCTL, E1000_TCTL_PSP);
4147 E1000_WRITE_FLUSH(hw);
4151 /* Workaround for ICH8 bit corruption issue in FIFO memory */
4152 if (hw->mac.type == e1000_ich8lan) {
4153 /* Set Tx and Rx buffer allocation to 8k apiece. */
4154 E1000_WRITE_REG(hw, E1000_PBA, E1000_PBA_8K);
4155 /* Set Packet Buffer Size to 16k. */
4156 E1000_WRITE_REG(hw, E1000_PBS, E1000_PBS_16K);
4159 if (hw->mac.type == e1000_pchlan) {
4160 /* Save the NVM K1 bit setting*/
4161 ret_val = e1000_read_nvm(hw, E1000_NVM_K1_CONFIG, 1, &kum_cfg);
4165 if (kum_cfg & E1000_NVM_K1_ENABLE)
4166 dev_spec->nvm_k1_enabled = true;
4168 dev_spec->nvm_k1_enabled = false;
4171 ctrl = E1000_READ_REG(hw, E1000_CTRL);
4173 if (!hw->phy.ops.check_reset_block(hw)) {
4174 /* Full-chip reset requires MAC and PHY reset at the same
4175 * time to make sure the interface between MAC and the
4176 * external PHY is reset.
4178 ctrl |= E1000_CTRL_PHY_RST;
4180 /* Gate automatic PHY configuration by hardware on
4183 if ((hw->mac.type == e1000_pch2lan) &&
4184 !(E1000_READ_REG(hw, E1000_FWSM) & E1000_ICH_FWSM_FW_VALID))
4185 e1000_gate_hw_phy_config_ich8lan(hw, true);
4187 ret_val = e1000_acquire_swflag_ich8lan(hw);
4188 DEBUGOUT("Issuing a global reset to ich8lan\n");
4189 E1000_WRITE_REG(hw, E1000_CTRL, (ctrl | E1000_CTRL_RST));
4190 /* cannot issue a flush here because it hangs the hardware */
4193 /* Set Phy Config Counter to 50msec */
4194 if (hw->mac.type == e1000_pch2lan) {
4195 reg = E1000_READ_REG(hw, E1000_FEXTNVM3);
4196 reg &= ~E1000_FEXTNVM3_PHY_CFG_COUNTER_MASK;
4197 reg |= E1000_FEXTNVM3_PHY_CFG_COUNTER_50MSEC;
4198 E1000_WRITE_REG(hw, E1000_FEXTNVM3, reg);
4202 E1000_MUTEX_UNLOCK(&hw->dev_spec.ich8lan.swflag_mutex);
4204 if (ctrl & E1000_CTRL_PHY_RST) {
4205 ret_val = hw->phy.ops.get_cfg_done(hw);
4209 ret_val = e1000_post_phy_reset_ich8lan(hw);
4214 /* For PCH, this write will make sure that any noise
4215 * will be detected as a CRC error and be dropped rather than show up
4216 * as a bad packet to the DMA engine.
4218 if (hw->mac.type == e1000_pchlan)
4219 E1000_WRITE_REG(hw, E1000_CRC_OFFSET, 0x65656565);
4221 E1000_WRITE_REG(hw, E1000_IMC, 0xffffffff);
4222 E1000_READ_REG(hw, E1000_ICR);
4224 reg = E1000_READ_REG(hw, E1000_KABGTXD);
4225 reg |= E1000_KABGTXD_BGSQLBIAS;
4226 E1000_WRITE_REG(hw, E1000_KABGTXD, reg);
4228 return E1000_SUCCESS;
4232 * e1000_init_hw_ich8lan - Initialize the hardware
4233 * @hw: pointer to the HW structure
4235 * Prepares the hardware for transmit and receive by doing the following:
4236 * - initialize hardware bits
4237 * - initialize LED identification
4238 * - setup receive address registers
4239 * - setup flow control
4240 * - setup transmit descriptors
4241 * - clear statistics
4243 STATIC s32 e1000_init_hw_ich8lan(struct e1000_hw *hw)
4245 struct e1000_mac_info *mac = &hw->mac;
4246 u32 ctrl_ext, txdctl, snoop;
4250 DEBUGFUNC("e1000_init_hw_ich8lan");
4252 e1000_initialize_hw_bits_ich8lan(hw);
4254 /* Initialize identification LED */
4255 ret_val = mac->ops.id_led_init(hw);
4256 /* An error is not fatal and we should not stop init due to this */
4258 DEBUGOUT("Error initializing identification LED\n");
4260 /* Setup the receive address. */
4261 e1000_init_rx_addrs_generic(hw, mac->rar_entry_count);
4263 /* Zero out the Multicast HASH table */
4264 DEBUGOUT("Zeroing the MTA\n");
4265 for (i = 0; i < mac->mta_reg_count; i++)
4266 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0);
4268 /* The 82578 Rx buffer will stall if wakeup is enabled in host and
4269 * the ME. Disable wakeup by clearing the host wakeup bit.
4270 * Reset the phy after disabling host wakeup to reset the Rx buffer.
4272 if (hw->phy.type == e1000_phy_82578) {
4273 hw->phy.ops.read_reg(hw, BM_PORT_GEN_CFG, &i);
4274 i &= ~BM_WUC_HOST_WU_BIT;
4275 hw->phy.ops.write_reg(hw, BM_PORT_GEN_CFG, i);
4276 ret_val = e1000_phy_hw_reset_ich8lan(hw);
4281 /* Setup link and flow control */
4282 ret_val = mac->ops.setup_link(hw);
4284 /* Set the transmit descriptor write-back policy for both queues */
4285 txdctl = E1000_READ_REG(hw, E1000_TXDCTL(0));
4286 txdctl = ((txdctl & ~E1000_TXDCTL_WTHRESH) |
4287 E1000_TXDCTL_FULL_TX_DESC_WB);
4288 txdctl = ((txdctl & ~E1000_TXDCTL_PTHRESH) |
4289 E1000_TXDCTL_MAX_TX_DESC_PREFETCH);
4290 E1000_WRITE_REG(hw, E1000_TXDCTL(0), txdctl);
4291 txdctl = E1000_READ_REG(hw, E1000_TXDCTL(1));
4292 txdctl = ((txdctl & ~E1000_TXDCTL_WTHRESH) |
4293 E1000_TXDCTL_FULL_TX_DESC_WB);
4294 txdctl = ((txdctl & ~E1000_TXDCTL_PTHRESH) |
4295 E1000_TXDCTL_MAX_TX_DESC_PREFETCH);
4296 E1000_WRITE_REG(hw, E1000_TXDCTL(1), txdctl);
4298 /* ICH8 has opposite polarity of no_snoop bits.
4299 * By default, we should use snoop behavior.
4301 if (mac->type == e1000_ich8lan)
4302 snoop = PCIE_ICH8_SNOOP_ALL;
4304 snoop = (u32) ~(PCIE_NO_SNOOP_ALL);
4305 e1000_set_pcie_no_snoop_generic(hw, snoop);
4307 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT);
4308 ctrl_ext |= E1000_CTRL_EXT_RO_DIS;
4309 E1000_WRITE_REG(hw, E1000_CTRL_EXT, ctrl_ext);
4311 /* Clear all of the statistics registers (clear on read). It is
4312 * important that we do this after we have tried to establish link
4313 * because the symbol error count will increment wildly if there
4316 e1000_clear_hw_cntrs_ich8lan(hw);
4322 * e1000_initialize_hw_bits_ich8lan - Initialize required hardware bits
4323 * @hw: pointer to the HW structure
4325 * Sets/Clears required hardware bits necessary for correctly setting up the
4326 * hardware for transmit and receive.
4328 STATIC void e1000_initialize_hw_bits_ich8lan(struct e1000_hw *hw)
4332 DEBUGFUNC("e1000_initialize_hw_bits_ich8lan");
4334 /* Extended Device Control */
4335 reg = E1000_READ_REG(hw, E1000_CTRL_EXT);
4337 /* Enable PHY low-power state when MAC is at D3 w/o WoL */
4338 if (hw->mac.type >= e1000_pchlan)
4339 reg |= E1000_CTRL_EXT_PHYPDEN;
4340 E1000_WRITE_REG(hw, E1000_CTRL_EXT, reg);
4342 /* Transmit Descriptor Control 0 */
4343 reg = E1000_READ_REG(hw, E1000_TXDCTL(0));
4345 E1000_WRITE_REG(hw, E1000_TXDCTL(0), reg);
4347 /* Transmit Descriptor Control 1 */
4348 reg = E1000_READ_REG(hw, E1000_TXDCTL(1));
4350 E1000_WRITE_REG(hw, E1000_TXDCTL(1), reg);
4352 /* Transmit Arbitration Control 0 */
4353 reg = E1000_READ_REG(hw, E1000_TARC(0));
4354 if (hw->mac.type == e1000_ich8lan)
4355 reg |= (1 << 28) | (1 << 29);
4356 reg |= (1 << 23) | (1 << 24) | (1 << 26) | (1 << 27);
4357 E1000_WRITE_REG(hw, E1000_TARC(0), reg);
4359 /* Transmit Arbitration Control 1 */
4360 reg = E1000_READ_REG(hw, E1000_TARC(1));
4361 if (E1000_READ_REG(hw, E1000_TCTL) & E1000_TCTL_MULR)
4365 reg |= (1 << 24) | (1 << 26) | (1 << 30);
4366 E1000_WRITE_REG(hw, E1000_TARC(1), reg);
4369 if (hw->mac.type == e1000_ich8lan) {
4370 reg = E1000_READ_REG(hw, E1000_STATUS);
4372 E1000_WRITE_REG(hw, E1000_STATUS, reg);
4375 /* work-around descriptor data corruption issue during nfs v2 udp
4376 * traffic, just disable the nfs filtering capability
4378 reg = E1000_READ_REG(hw, E1000_RFCTL);
4379 reg |= (E1000_RFCTL_NFSW_DIS | E1000_RFCTL_NFSR_DIS);
4381 /* Disable IPv6 extension header parsing because some malformed
4382 * IPv6 headers can hang the Rx.
4384 if (hw->mac.type == e1000_ich8lan)
4385 reg |= (E1000_RFCTL_IPV6_EX_DIS | E1000_RFCTL_NEW_IPV6_EXT_DIS);
4386 E1000_WRITE_REG(hw, E1000_RFCTL, reg);
4388 /* Enable ECC on Lynxpoint */
4389 if (hw->mac.type == e1000_pch_lpt) {
4390 reg = E1000_READ_REG(hw, E1000_PBECCSTS);
4391 reg |= E1000_PBECCSTS_ECC_ENABLE;
4392 E1000_WRITE_REG(hw, E1000_PBECCSTS, reg);
4394 reg = E1000_READ_REG(hw, E1000_CTRL);
4395 reg |= E1000_CTRL_MEHE;
4396 E1000_WRITE_REG(hw, E1000_CTRL, reg);
4403 * e1000_setup_link_ich8lan - Setup flow control and link settings
4404 * @hw: pointer to the HW structure
4406 * Determines which flow control settings to use, then configures flow
4407 * control. Calls the appropriate media-specific link configuration
4408 * function. Assuming the adapter has a valid link partner, a valid link
4409 * should be established. Assumes the hardware has previously been reset
4410 * and the transmitter and receiver are not enabled.
4412 STATIC s32 e1000_setup_link_ich8lan(struct e1000_hw *hw)
4416 DEBUGFUNC("e1000_setup_link_ich8lan");
4418 if (hw->phy.ops.check_reset_block(hw))
4419 return E1000_SUCCESS;
4421 /* ICH parts do not have a word in the NVM to determine
4422 * the default flow control setting, so we explicitly
4425 if (hw->fc.requested_mode == e1000_fc_default)
4426 hw->fc.requested_mode = e1000_fc_full;
4428 /* Save off the requested flow control mode for use later. Depending
4429 * on the link partner's capabilities, we may or may not use this mode.
4431 hw->fc.current_mode = hw->fc.requested_mode;
4433 DEBUGOUT1("After fix-ups FlowControl is now = %x\n",
4434 hw->fc.current_mode);
4436 /* Continue to configure the copper link. */
4437 ret_val = hw->mac.ops.setup_physical_interface(hw);
4441 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time);
4442 if ((hw->phy.type == e1000_phy_82578) ||
4443 (hw->phy.type == e1000_phy_82579) ||
4444 (hw->phy.type == e1000_phy_i217) ||
4445 (hw->phy.type == e1000_phy_82577)) {
4446 E1000_WRITE_REG(hw, E1000_FCRTV_PCH, hw->fc.refresh_time);
4448 ret_val = hw->phy.ops.write_reg(hw,
4449 PHY_REG(BM_PORT_CTRL_PAGE, 27),
4455 return e1000_set_fc_watermarks_generic(hw);
4459 * e1000_setup_copper_link_ich8lan - Configure MAC/PHY interface
4460 * @hw: pointer to the HW structure
4462 * Configures the kumeran interface to the PHY to wait the appropriate time
4463 * when polling the PHY, then call the generic setup_copper_link to finish
4464 * configuring the copper link.
4466 STATIC s32 e1000_setup_copper_link_ich8lan(struct e1000_hw *hw)
4472 DEBUGFUNC("e1000_setup_copper_link_ich8lan");
4474 ctrl = E1000_READ_REG(hw, E1000_CTRL);
4475 ctrl |= E1000_CTRL_SLU;
4476 ctrl &= ~(E1000_CTRL_FRCSPD | E1000_CTRL_FRCDPX);
4477 E1000_WRITE_REG(hw, E1000_CTRL, ctrl);
4479 /* Set the mac to wait the maximum time between each iteration
4480 * and increase the max iterations when polling the phy;
4481 * this fixes erroneous timeouts at 10Mbps.
4483 ret_val = e1000_write_kmrn_reg_generic(hw, E1000_KMRNCTRLSTA_TIMEOUTS,
4487 ret_val = e1000_read_kmrn_reg_generic(hw,
4488 E1000_KMRNCTRLSTA_INBAND_PARAM,
4493 ret_val = e1000_write_kmrn_reg_generic(hw,
4494 E1000_KMRNCTRLSTA_INBAND_PARAM,
4499 switch (hw->phy.type) {
4500 case e1000_phy_igp_3:
4501 ret_val = e1000_copper_link_setup_igp(hw);
4506 case e1000_phy_82578:
4507 ret_val = e1000_copper_link_setup_m88(hw);
4511 case e1000_phy_82577:
4512 case e1000_phy_82579:
4513 ret_val = e1000_copper_link_setup_82577(hw);
4518 ret_val = hw->phy.ops.read_reg(hw, IFE_PHY_MDIX_CONTROL,
4523 reg_data &= ~IFE_PMC_AUTO_MDIX;
4525 switch (hw->phy.mdix) {
4527 reg_data &= ~IFE_PMC_FORCE_MDIX;
4530 reg_data |= IFE_PMC_FORCE_MDIX;
4534 reg_data |= IFE_PMC_AUTO_MDIX;
4537 ret_val = hw->phy.ops.write_reg(hw, IFE_PHY_MDIX_CONTROL,
4546 return e1000_setup_copper_link_generic(hw);
4550 * e1000_setup_copper_link_pch_lpt - Configure MAC/PHY interface
4551 * @hw: pointer to the HW structure
4553 * Calls the PHY specific link setup function and then calls the
4554 * generic setup_copper_link to finish configuring the link for
4555 * Lynxpoint PCH devices
4557 STATIC s32 e1000_setup_copper_link_pch_lpt(struct e1000_hw *hw)
4562 DEBUGFUNC("e1000_setup_copper_link_pch_lpt");
4564 ctrl = E1000_READ_REG(hw, E1000_CTRL);
4565 ctrl |= E1000_CTRL_SLU;
4566 ctrl &= ~(E1000_CTRL_FRCSPD | E1000_CTRL_FRCDPX);
4567 E1000_WRITE_REG(hw, E1000_CTRL, ctrl);
4569 ret_val = e1000_copper_link_setup_82577(hw);
4573 return e1000_setup_copper_link_generic(hw);
4577 * e1000_get_link_up_info_ich8lan - Get current link speed and duplex
4578 * @hw: pointer to the HW structure
4579 * @speed: pointer to store current link speed
4580 * @duplex: pointer to store the current link duplex
4582 * Calls the generic get_speed_and_duplex to retrieve the current link
4583 * information and then calls the Kumeran lock loss workaround for links at
4586 STATIC s32 e1000_get_link_up_info_ich8lan(struct e1000_hw *hw, u16 *speed,
4591 DEBUGFUNC("e1000_get_link_up_info_ich8lan");
4593 ret_val = e1000_get_speed_and_duplex_copper_generic(hw, speed, duplex);
4597 if ((hw->mac.type == e1000_ich8lan) &&
4598 (hw->phy.type == e1000_phy_igp_3) &&
4599 (*speed == SPEED_1000)) {
4600 ret_val = e1000_kmrn_lock_loss_workaround_ich8lan(hw);
4607 * e1000_kmrn_lock_loss_workaround_ich8lan - Kumeran workaround
4608 * @hw: pointer to the HW structure
4610 * Work-around for 82566 Kumeran PCS lock loss:
4611 * On link status change (i.e. PCI reset, speed change) and link is up and
4613 * 0) if workaround is optionally disabled do nothing
4614 * 1) wait 1ms for Kumeran link to come up
4615 * 2) check Kumeran Diagnostic register PCS lock loss bit
4616 * 3) if not set the link is locked (all is good), otherwise...
4618 * 5) repeat up to 10 times
4619 * Note: this is only called for IGP3 copper when speed is 1gb.
4621 STATIC s32 e1000_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw)
4623 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
4629 DEBUGFUNC("e1000_kmrn_lock_loss_workaround_ich8lan");
4631 if (!dev_spec->kmrn_lock_loss_workaround_enabled)
4632 return E1000_SUCCESS;
4634 /* Make sure link is up before proceeding. If not just return.
4635 * Attempting this while link is negotiating fouled up link
4638 ret_val = e1000_phy_has_link_generic(hw, 1, 0, &link);
4640 return E1000_SUCCESS;
4642 for (i = 0; i < 10; i++) {
4643 /* read once to clear */
4644 ret_val = hw->phy.ops.read_reg(hw, IGP3_KMRN_DIAG, &data);
4647 /* and again to get new status */
4648 ret_val = hw->phy.ops.read_reg(hw, IGP3_KMRN_DIAG, &data);
4652 /* check for PCS lock */
4653 if (!(data & IGP3_KMRN_DIAG_PCS_LOCK_LOSS))
4654 return E1000_SUCCESS;
4656 /* Issue PHY reset */
4657 hw->phy.ops.reset(hw);
4660 /* Disable GigE link negotiation */
4661 phy_ctrl = E1000_READ_REG(hw, E1000_PHY_CTRL);
4662 phy_ctrl |= (E1000_PHY_CTRL_GBE_DISABLE |
4663 E1000_PHY_CTRL_NOND0A_GBE_DISABLE);
4664 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
4666 /* Call gig speed drop workaround on Gig disable before accessing
4669 e1000_gig_downshift_workaround_ich8lan(hw);
4671 /* unable to acquire PCS lock */
4672 return -E1000_ERR_PHY;
4676 * e1000_set_kmrn_lock_loss_workaround_ich8lan - Set Kumeran workaround state
4677 * @hw: pointer to the HW structure
4678 * @state: boolean value used to set the current Kumeran workaround state
4680 * If ICH8, set the current Kumeran workaround state (enabled - true
4681 * /disabled - false).
4683 void e1000_set_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw,
4686 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
4688 DEBUGFUNC("e1000_set_kmrn_lock_loss_workaround_ich8lan");
4690 if (hw->mac.type != e1000_ich8lan) {
4691 DEBUGOUT("Workaround applies to ICH8 only.\n");
4695 dev_spec->kmrn_lock_loss_workaround_enabled = state;
4701 * e1000_ipg3_phy_powerdown_workaround_ich8lan - Power down workaround on D3
4702 * @hw: pointer to the HW structure
4704 * Workaround for 82566 power-down on D3 entry:
4705 * 1) disable gigabit link
4706 * 2) write VR power-down enable
4708 * Continue if successful, else issue LCD reset and repeat
4710 void e1000_igp3_phy_powerdown_workaround_ich8lan(struct e1000_hw *hw)
4716 DEBUGFUNC("e1000_igp3_phy_powerdown_workaround_ich8lan");
4718 if (hw->phy.type != e1000_phy_igp_3)
4721 /* Try the workaround twice (if needed) */
4724 reg = E1000_READ_REG(hw, E1000_PHY_CTRL);
4725 reg |= (E1000_PHY_CTRL_GBE_DISABLE |
4726 E1000_PHY_CTRL_NOND0A_GBE_DISABLE);
4727 E1000_WRITE_REG(hw, E1000_PHY_CTRL, reg);
4729 /* Call gig speed drop workaround on Gig disable before
4730 * accessing any PHY registers
4732 if (hw->mac.type == e1000_ich8lan)
4733 e1000_gig_downshift_workaround_ich8lan(hw);
4735 /* Write VR power-down enable */
4736 hw->phy.ops.read_reg(hw, IGP3_VR_CTRL, &data);
4737 data &= ~IGP3_VR_CTRL_DEV_POWERDOWN_MODE_MASK;
4738 hw->phy.ops.write_reg(hw, IGP3_VR_CTRL,
4739 data | IGP3_VR_CTRL_MODE_SHUTDOWN);
4741 /* Read it back and test */
4742 hw->phy.ops.read_reg(hw, IGP3_VR_CTRL, &data);
4743 data &= IGP3_VR_CTRL_DEV_POWERDOWN_MODE_MASK;
4744 if ((data == IGP3_VR_CTRL_MODE_SHUTDOWN) || retry)
4747 /* Issue PHY reset and repeat at most one more time */
4748 reg = E1000_READ_REG(hw, E1000_CTRL);
4749 E1000_WRITE_REG(hw, E1000_CTRL, reg | E1000_CTRL_PHY_RST);
4755 * e1000_gig_downshift_workaround_ich8lan - WoL from S5 stops working
4756 * @hw: pointer to the HW structure
4758 * Steps to take when dropping from 1Gb/s (eg. link cable removal (LSC),
4759 * LPLU, Gig disable, MDIC PHY reset):
4760 * 1) Set Kumeran Near-end loopback
4761 * 2) Clear Kumeran Near-end loopback
4762 * Should only be called for ICH8[m] devices with any 1G Phy.
4764 void e1000_gig_downshift_workaround_ich8lan(struct e1000_hw *hw)
4769 DEBUGFUNC("e1000_gig_downshift_workaround_ich8lan");
4771 if ((hw->mac.type != e1000_ich8lan) ||
4772 (hw->phy.type == e1000_phy_ife))
4775 ret_val = e1000_read_kmrn_reg_generic(hw, E1000_KMRNCTRLSTA_DIAG_OFFSET,
4779 reg_data |= E1000_KMRNCTRLSTA_DIAG_NELPBK;
4780 ret_val = e1000_write_kmrn_reg_generic(hw,
4781 E1000_KMRNCTRLSTA_DIAG_OFFSET,
4785 reg_data &= ~E1000_KMRNCTRLSTA_DIAG_NELPBK;
4786 e1000_write_kmrn_reg_generic(hw, E1000_KMRNCTRLSTA_DIAG_OFFSET,
4791 * e1000_suspend_workarounds_ich8lan - workarounds needed during S0->Sx
4792 * @hw: pointer to the HW structure
4794 * During S0 to Sx transition, it is possible the link remains at gig
4795 * instead of negotiating to a lower speed. Before going to Sx, set
4796 * 'Gig Disable' to force link speed negotiation to a lower speed based on
4797 * the LPLU setting in the NVM or custom setting. For PCH and newer parts,
4798 * the OEM bits PHY register (LED, GbE disable and LPLU configurations) also
4799 * needs to be written.
4800 * Parts that support (and are linked to a partner which support) EEE in
4801 * 100Mbps should disable LPLU since 100Mbps w/ EEE requires less power
4802 * than 10Mbps w/o EEE.
4804 void e1000_suspend_workarounds_ich8lan(struct e1000_hw *hw)
4806 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan;
4810 DEBUGFUNC("e1000_suspend_workarounds_ich8lan");
4812 phy_ctrl = E1000_READ_REG(hw, E1000_PHY_CTRL);
4813 phy_ctrl |= E1000_PHY_CTRL_GBE_DISABLE;
4815 if (hw->phy.type == e1000_phy_i217) {
4816 u16 phy_reg, device_id = hw->device_id;
4818 if ((device_id == E1000_DEV_ID_PCH_LPTLP_I218_LM) ||
4819 (device_id == E1000_DEV_ID_PCH_LPTLP_I218_V) ||
4820 (device_id == E1000_DEV_ID_PCH_I218_LM3) ||
4821 (device_id == E1000_DEV_ID_PCH_I218_V3)) {
4822 u32 fextnvm6 = E1000_READ_REG(hw, E1000_FEXTNVM6);
4824 E1000_WRITE_REG(hw, E1000_FEXTNVM6,
4825 fextnvm6 & ~E1000_FEXTNVM6_REQ_PLL_CLK);
4828 ret_val = hw->phy.ops.acquire(hw);
4832 if (!dev_spec->eee_disable) {
4836 e1000_read_emi_reg_locked(hw,
4837 I217_EEE_ADVERTISEMENT,
4842 /* Disable LPLU if both link partners support 100BaseT
4843 * EEE and 100Full is advertised on both ends of the
4844 * link, and enable Auto Enable LPI since there will
4845 * be no driver to enable LPI while in Sx.
4847 if ((eee_advert & I82579_EEE_100_SUPPORTED) &&
4848 (dev_spec->eee_lp_ability &
4849 I82579_EEE_100_SUPPORTED) &&
4850 (hw->phy.autoneg_advertised & ADVERTISE_100_FULL)) {
4851 phy_ctrl &= ~(E1000_PHY_CTRL_D0A_LPLU |
4852 E1000_PHY_CTRL_NOND0A_LPLU);
4854 /* Set Auto Enable LPI after link up */
4855 hw->phy.ops.read_reg_locked(hw,
4858 phy_reg |= I217_LPI_GPIO_CTRL_AUTO_EN_LPI;
4859 hw->phy.ops.write_reg_locked(hw,
4865 /* For i217 Intel Rapid Start Technology support,
4866 * when the system is going into Sx and no manageability engine
4867 * is present, the driver must configure proxy to reset only on
4868 * power good. LPI (Low Power Idle) state must also reset only
4869 * on power good, as well as the MTA (Multicast table array).
4870 * The SMBus release must also be disabled on LCD reset.
4872 if (!(E1000_READ_REG(hw, E1000_FWSM) &
4873 E1000_ICH_FWSM_FW_VALID)) {
4874 /* Enable proxy to reset only on power good. */
4875 hw->phy.ops.read_reg_locked(hw, I217_PROXY_CTRL,
4877 phy_reg |= I217_PROXY_CTRL_AUTO_DISABLE;
4878 hw->phy.ops.write_reg_locked(hw, I217_PROXY_CTRL,
4881 /* Set bit enable LPI (EEE) to reset only on
4884 hw->phy.ops.read_reg_locked(hw, I217_SxCTRL, &phy_reg);
4885 phy_reg |= I217_SxCTRL_ENABLE_LPI_RESET;
4886 hw->phy.ops.write_reg_locked(hw, I217_SxCTRL, phy_reg);
4888 /* Disable the SMB release on LCD reset. */
4889 hw->phy.ops.read_reg_locked(hw, I217_MEMPWR, &phy_reg);
4890 phy_reg &= ~I217_MEMPWR_DISABLE_SMB_RELEASE;
4891 hw->phy.ops.write_reg_locked(hw, I217_MEMPWR, phy_reg);
4894 /* Enable MTA to reset for Intel Rapid Start Technology
4897 hw->phy.ops.read_reg_locked(hw, I217_CGFREG, &phy_reg);
4898 phy_reg |= I217_CGFREG_ENABLE_MTA_RESET;
4899 hw->phy.ops.write_reg_locked(hw, I217_CGFREG, phy_reg);
4902 hw->phy.ops.release(hw);
4905 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
4907 if (hw->mac.type == e1000_ich8lan)
4908 e1000_gig_downshift_workaround_ich8lan(hw);
4910 if (hw->mac.type >= e1000_pchlan) {
4911 e1000_oem_bits_config_ich8lan(hw, false);
4913 /* Reset PHY to activate OEM bits on 82577/8 */
4914 if (hw->mac.type == e1000_pchlan)
4915 e1000_phy_hw_reset_generic(hw);
4917 ret_val = hw->phy.ops.acquire(hw);
4920 e1000_write_smbus_addr(hw);
4921 hw->phy.ops.release(hw);
4928 * e1000_resume_workarounds_pchlan - workarounds needed during Sx->S0
4929 * @hw: pointer to the HW structure
4931 * During Sx to S0 transitions on non-managed devices or managed devices
4932 * on which PHY resets are not blocked, if the PHY registers cannot be
4933 * accessed properly by the s/w toggle the LANPHYPC value to power cycle
4935 * On i217, setup Intel Rapid Start Technology.
4937 u32 e1000_resume_workarounds_pchlan(struct e1000_hw *hw)
4941 DEBUGFUNC("e1000_resume_workarounds_pchlan");
4942 if (hw->mac.type < e1000_pch2lan)
4943 return E1000_SUCCESS;
4945 ret_val = e1000_init_phy_workarounds_pchlan(hw);
4947 DEBUGOUT1("Failed to init PHY flow ret_val=%d\n", ret_val);
4951 /* For i217 Intel Rapid Start Technology support when the system
4952 * is transitioning from Sx and no manageability engine is present
4953 * configure SMBus to restore on reset, disable proxy, and enable
4954 * the reset on MTA (Multicast table array).
4956 if (hw->phy.type == e1000_phy_i217) {
4959 ret_val = hw->phy.ops.acquire(hw);
4961 DEBUGOUT("Failed to setup iRST\n");
4965 /* Clear Auto Enable LPI after link up */
4966 hw->phy.ops.read_reg_locked(hw, I217_LPI_GPIO_CTRL, &phy_reg);
4967 phy_reg &= ~I217_LPI_GPIO_CTRL_AUTO_EN_LPI;
4968 hw->phy.ops.write_reg_locked(hw, I217_LPI_GPIO_CTRL, phy_reg);
4970 if (!(E1000_READ_REG(hw, E1000_FWSM) &
4971 E1000_ICH_FWSM_FW_VALID)) {
4972 /* Restore clear on SMB if no manageability engine
4975 ret_val = hw->phy.ops.read_reg_locked(hw, I217_MEMPWR,
4979 phy_reg |= I217_MEMPWR_DISABLE_SMB_RELEASE;
4980 hw->phy.ops.write_reg_locked(hw, I217_MEMPWR, phy_reg);
4983 hw->phy.ops.write_reg_locked(hw, I217_PROXY_CTRL, 0);
4985 /* Enable reset on MTA */
4986 ret_val = hw->phy.ops.read_reg_locked(hw, I217_CGFREG,
4990 phy_reg &= ~I217_CGFREG_ENABLE_MTA_RESET;
4991 hw->phy.ops.write_reg_locked(hw, I217_CGFREG, phy_reg);
4994 DEBUGOUT1("Error %d in resume workarounds\n", ret_val);
4995 hw->phy.ops.release(hw);
4998 return E1000_SUCCESS;
5002 * e1000_cleanup_led_ich8lan - Restore the default LED operation
5003 * @hw: pointer to the HW structure
5005 * Return the LED back to the default configuration.
5007 STATIC s32 e1000_cleanup_led_ich8lan(struct e1000_hw *hw)
5009 DEBUGFUNC("e1000_cleanup_led_ich8lan");
5011 if (hw->phy.type == e1000_phy_ife)
5012 return hw->phy.ops.write_reg(hw, IFE_PHY_SPECIAL_CONTROL_LED,
5015 E1000_WRITE_REG(hw, E1000_LEDCTL, hw->mac.ledctl_default);
5016 return E1000_SUCCESS;
5020 * e1000_led_on_ich8lan - Turn LEDs on
5021 * @hw: pointer to the HW structure
5025 STATIC s32 e1000_led_on_ich8lan(struct e1000_hw *hw)
5027 DEBUGFUNC("e1000_led_on_ich8lan");
5029 if (hw->phy.type == e1000_phy_ife)
5030 return hw->phy.ops.write_reg(hw, IFE_PHY_SPECIAL_CONTROL_LED,
5031 (IFE_PSCL_PROBE_MODE | IFE_PSCL_PROBE_LEDS_ON));
5033 E1000_WRITE_REG(hw, E1000_LEDCTL, hw->mac.ledctl_mode2);
5034 return E1000_SUCCESS;
5038 * e1000_led_off_ich8lan - Turn LEDs off
5039 * @hw: pointer to the HW structure
5041 * Turn off the LEDs.
5043 STATIC s32 e1000_led_off_ich8lan(struct e1000_hw *hw)
5045 DEBUGFUNC("e1000_led_off_ich8lan");
5047 if (hw->phy.type == e1000_phy_ife)
5048 return hw->phy.ops.write_reg(hw, IFE_PHY_SPECIAL_CONTROL_LED,
5049 (IFE_PSCL_PROBE_MODE | IFE_PSCL_PROBE_LEDS_OFF));
5051 E1000_WRITE_REG(hw, E1000_LEDCTL, hw->mac.ledctl_mode1);
5052 return E1000_SUCCESS;
5056 * e1000_setup_led_pchlan - Configures SW controllable LED
5057 * @hw: pointer to the HW structure
5059 * This prepares the SW controllable LED for use.
5061 STATIC s32 e1000_setup_led_pchlan(struct e1000_hw *hw)
5063 DEBUGFUNC("e1000_setup_led_pchlan");
5065 return hw->phy.ops.write_reg(hw, HV_LED_CONFIG,
5066 (u16)hw->mac.ledctl_mode1);
5070 * e1000_cleanup_led_pchlan - Restore the default LED operation
5071 * @hw: pointer to the HW structure
5073 * Return the LED back to the default configuration.
5075 STATIC s32 e1000_cleanup_led_pchlan(struct e1000_hw *hw)
5077 DEBUGFUNC("e1000_cleanup_led_pchlan");
5079 return hw->phy.ops.write_reg(hw, HV_LED_CONFIG,
5080 (u16)hw->mac.ledctl_default);
5084 * e1000_led_on_pchlan - Turn LEDs on
5085 * @hw: pointer to the HW structure
5089 STATIC s32 e1000_led_on_pchlan(struct e1000_hw *hw)
5091 u16 data = (u16)hw->mac.ledctl_mode2;
5094 DEBUGFUNC("e1000_led_on_pchlan");
5096 /* If no link, then turn LED on by setting the invert bit
5097 * for each LED that's mode is "link_up" in ledctl_mode2.
5099 if (!(E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU)) {
5100 for (i = 0; i < 3; i++) {
5101 led = (data >> (i * 5)) & E1000_PHY_LED0_MASK;
5102 if ((led & E1000_PHY_LED0_MODE_MASK) !=
5103 E1000_LEDCTL_MODE_LINK_UP)
5105 if (led & E1000_PHY_LED0_IVRT)
5106 data &= ~(E1000_PHY_LED0_IVRT << (i * 5));
5108 data |= (E1000_PHY_LED0_IVRT << (i * 5));
5112 return hw->phy.ops.write_reg(hw, HV_LED_CONFIG, data);
5116 * e1000_led_off_pchlan - Turn LEDs off
5117 * @hw: pointer to the HW structure
5119 * Turn off the LEDs.
5121 STATIC s32 e1000_led_off_pchlan(struct e1000_hw *hw)
5123 u16 data = (u16)hw->mac.ledctl_mode1;
5126 DEBUGFUNC("e1000_led_off_pchlan");
5128 /* If no link, then turn LED off by clearing the invert bit
5129 * for each LED that's mode is "link_up" in ledctl_mode1.
5131 if (!(E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU)) {
5132 for (i = 0; i < 3; i++) {
5133 led = (data >> (i * 5)) & E1000_PHY_LED0_MASK;
5134 if ((led & E1000_PHY_LED0_MODE_MASK) !=
5135 E1000_LEDCTL_MODE_LINK_UP)
5137 if (led & E1000_PHY_LED0_IVRT)
5138 data &= ~(E1000_PHY_LED0_IVRT << (i * 5));
5140 data |= (E1000_PHY_LED0_IVRT << (i * 5));
5144 return hw->phy.ops.write_reg(hw, HV_LED_CONFIG, data);
5148 * e1000_get_cfg_done_ich8lan - Read config done bit after Full or PHY reset
5149 * @hw: pointer to the HW structure
5151 * Read appropriate register for the config done bit for completion status
5152 * and configure the PHY through s/w for EEPROM-less parts.
5154 * NOTE: some silicon which is EEPROM-less will fail trying to read the
5155 * config done bit, so only an error is logged and continues. If we were
5156 * to return with error, EEPROM-less silicon would not be able to be reset
5159 STATIC s32 e1000_get_cfg_done_ich8lan(struct e1000_hw *hw)
5161 s32 ret_val = E1000_SUCCESS;
5165 DEBUGFUNC("e1000_get_cfg_done_ich8lan");
5167 e1000_get_cfg_done_generic(hw);
5169 /* Wait for indication from h/w that it has completed basic config */
5170 if (hw->mac.type >= e1000_ich10lan) {
5171 e1000_lan_init_done_ich8lan(hw);
5173 ret_val = e1000_get_auto_rd_done_generic(hw);
5175 /* When auto config read does not complete, do not
5176 * return with an error. This can happen in situations
5177 * where there is no eeprom and prevents getting link.
5179 DEBUGOUT("Auto Read Done did not complete\n");
5180 ret_val = E1000_SUCCESS;
5184 /* Clear PHY Reset Asserted bit */
5185 status = E1000_READ_REG(hw, E1000_STATUS);
5186 if (status & E1000_STATUS_PHYRA)
5187 E1000_WRITE_REG(hw, E1000_STATUS, status & ~E1000_STATUS_PHYRA);
5189 DEBUGOUT("PHY Reset Asserted not set - needs delay\n");
5191 /* If EEPROM is not marked present, init the IGP 3 PHY manually */
5192 if (hw->mac.type <= e1000_ich9lan) {
5193 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_PRES) &&
5194 (hw->phy.type == e1000_phy_igp_3)) {
5195 e1000_phy_init_script_igp3(hw);
5198 if (e1000_valid_nvm_bank_detect_ich8lan(hw, &bank)) {
5199 /* Maybe we should do a basic PHY config */
5200 DEBUGOUT("EEPROM not present\n");
5201 ret_val = -E1000_ERR_CONFIG;
5209 * e1000_power_down_phy_copper_ich8lan - Remove link during PHY power down
5210 * @hw: pointer to the HW structure
5212 * In the case of a PHY power down to save power, or to turn off link during a
5213 * driver unload, or wake on lan is not enabled, remove the link.
5215 STATIC void e1000_power_down_phy_copper_ich8lan(struct e1000_hw *hw)
5217 /* If the management interface is not enabled, then power down */
5218 if (!(hw->mac.ops.check_mng_mode(hw) ||
5219 hw->phy.ops.check_reset_block(hw)))
5220 e1000_power_down_phy_copper(hw);
5226 * e1000_clear_hw_cntrs_ich8lan - Clear statistical counters
5227 * @hw: pointer to the HW structure
5229 * Clears hardware counters specific to the silicon family and calls
5230 * clear_hw_cntrs_generic to clear all general purpose counters.
5232 STATIC void e1000_clear_hw_cntrs_ich8lan(struct e1000_hw *hw)
5237 DEBUGFUNC("e1000_clear_hw_cntrs_ich8lan");
5239 e1000_clear_hw_cntrs_base_generic(hw);
5241 E1000_READ_REG(hw, E1000_ALGNERRC);
5242 E1000_READ_REG(hw, E1000_RXERRC);
5243 E1000_READ_REG(hw, E1000_TNCRS);
5244 E1000_READ_REG(hw, E1000_CEXTERR);
5245 E1000_READ_REG(hw, E1000_TSCTC);
5246 E1000_READ_REG(hw, E1000_TSCTFC);
5248 E1000_READ_REG(hw, E1000_MGTPRC);
5249 E1000_READ_REG(hw, E1000_MGTPDC);
5250 E1000_READ_REG(hw, E1000_MGTPTC);
5252 E1000_READ_REG(hw, E1000_IAC);
5253 E1000_READ_REG(hw, E1000_ICRXOC);
5255 /* Clear PHY statistics registers */
5256 if ((hw->phy.type == e1000_phy_82578) ||
5257 (hw->phy.type == e1000_phy_82579) ||
5258 (hw->phy.type == e1000_phy_i217) ||
5259 (hw->phy.type == e1000_phy_82577)) {
5260 ret_val = hw->phy.ops.acquire(hw);
5263 ret_val = hw->phy.ops.set_page(hw,
5264 HV_STATS_PAGE << IGP_PAGE_SHIFT);
5267 hw->phy.ops.read_reg_page(hw, HV_SCC_UPPER, &phy_data);
5268 hw->phy.ops.read_reg_page(hw, HV_SCC_LOWER, &phy_data);
5269 hw->phy.ops.read_reg_page(hw, HV_ECOL_UPPER, &phy_data);
5270 hw->phy.ops.read_reg_page(hw, HV_ECOL_LOWER, &phy_data);
5271 hw->phy.ops.read_reg_page(hw, HV_MCC_UPPER, &phy_data);
5272 hw->phy.ops.read_reg_page(hw, HV_MCC_LOWER, &phy_data);
5273 hw->phy.ops.read_reg_page(hw, HV_LATECOL_UPPER, &phy_data);
5274 hw->phy.ops.read_reg_page(hw, HV_LATECOL_LOWER, &phy_data);
5275 hw->phy.ops.read_reg_page(hw, HV_COLC_UPPER, &phy_data);
5276 hw->phy.ops.read_reg_page(hw, HV_COLC_LOWER, &phy_data);
5277 hw->phy.ops.read_reg_page(hw, HV_DC_UPPER, &phy_data);
5278 hw->phy.ops.read_reg_page(hw, HV_DC_LOWER, &phy_data);
5279 hw->phy.ops.read_reg_page(hw, HV_TNCRS_UPPER, &phy_data);
5280 hw->phy.ops.read_reg_page(hw, HV_TNCRS_LOWER, &phy_data);
5282 hw->phy.ops.release(hw);