e1000_82541.h

Go to the documentation of this file.
00001 /*******************************************************************************
00002 
00003   Intel PRO/1000 Linux driver
00004   Copyright(c) 1999 - 2008 Intel Corporation.
00005 
00006   This program is free software; you can redistribute it and/or modify it
00007   under the terms and conditions of the GNU General Public License,
00008   version 2, as published by the Free Software Foundation.
00009 
00010   This program is distributed in the hope it will be useful, but WITHOUT
00011   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
00012   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
00013   more details.
00014 
00015   You should have received a copy of the GNU General Public License along with
00016   this program; if not, write to the Free Software Foundation, Inc.,
00017   51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
00018 
00019   The full GNU General Public License is included in this distribution in
00020   the file called "COPYING".
00021 
00022   Contact Information:
00023   Linux NICS <linux.nics@intel.com>
00024   e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
00025   Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
00026 
00027 *******************************************************************************/
00028 
00029 FILE_LICENCE ( GPL2_OR_LATER );
00030 
00031 #ifndef _E1000_82541_H_
00032 #define _E1000_82541_H_
00033 
00034 #define NVM_WORD_SIZE_BASE_SHIFT_82541 (NVM_WORD_SIZE_BASE_SHIFT + 1)
00035 
00036 #define IGP01E1000_PHY_CHANNEL_NUM                    4
00037 
00038 #define IGP01E1000_PHY_AGC_A                     0x1172
00039 #define IGP01E1000_PHY_AGC_B                     0x1272
00040 #define IGP01E1000_PHY_AGC_C                     0x1472
00041 #define IGP01E1000_PHY_AGC_D                     0x1872
00042 
00043 #define IGP01E1000_PHY_AGC_PARAM_A               0x1171
00044 #define IGP01E1000_PHY_AGC_PARAM_B               0x1271
00045 #define IGP01E1000_PHY_AGC_PARAM_C               0x1471
00046 #define IGP01E1000_PHY_AGC_PARAM_D               0x1871
00047 
00048 #define IGP01E1000_PHY_EDAC_MU_INDEX             0xC000
00049 #define IGP01E1000_PHY_EDAC_SIGN_EXT_9_BITS      0x8000
00050 
00051 #define IGP01E1000_PHY_DSP_RESET                 0x1F33
00052 
00053 #define IGP01E1000_PHY_DSP_FFE                   0x1F35
00054 #define IGP01E1000_PHY_DSP_FFE_CM_CP             0x0069
00055 #define IGP01E1000_PHY_DSP_FFE_DEFAULT           0x002A
00056 
00057 #define IGP01E1000_IEEE_FORCE_GIG                0x0140
00058 #define IGP01E1000_IEEE_RESTART_AUTONEG          0x3300
00059 
00060 #define IGP01E1000_AGC_LENGTH_SHIFT                   7
00061 #define IGP01E1000_AGC_RANGE                         10
00062 
00063 #define FFE_IDLE_ERR_COUNT_TIMEOUT_20                20
00064 #define FFE_IDLE_ERR_COUNT_TIMEOUT_100              100
00065 
00066 #define IGP01E1000_ANALOG_FUSE_STATUS            0x20D0
00067 #define IGP01E1000_ANALOG_SPARE_FUSE_STATUS      0x20D1
00068 #define IGP01E1000_ANALOG_FUSE_CONTROL           0x20DC
00069 #define IGP01E1000_ANALOG_FUSE_BYPASS            0x20DE
00070 
00071 #define IGP01E1000_ANALOG_SPARE_FUSE_ENABLED     0x0100
00072 #define IGP01E1000_ANALOG_FUSE_FINE_MASK         0x0F80
00073 #define IGP01E1000_ANALOG_FUSE_COARSE_MASK       0x0070
00074 #define IGP01E1000_ANALOG_FUSE_COARSE_THRESH     0x0040
00075 #define IGP01E1000_ANALOG_FUSE_COARSE_10         0x0010
00076 #define IGP01E1000_ANALOG_FUSE_FINE_1            0x0080
00077 #define IGP01E1000_ANALOG_FUSE_FINE_10           0x0500
00078 #define IGP01E1000_ANALOG_FUSE_POLY_MASK         0xF000
00079 #define IGP01E1000_ANALOG_FUSE_ENABLE_SW_CONTROL 0x0002
00080 
00081 #define IGP01E1000_MSE_CHANNEL_D                 0x000F
00082 #define IGP01E1000_MSE_CHANNEL_C                 0x00F0
00083 #define IGP01E1000_MSE_CHANNEL_B                 0x0F00
00084 #define IGP01E1000_MSE_CHANNEL_A                 0xF000
00085 
00086 #endif

Generated on Tue Apr 6 20:00:57 2010 for gPXE by  doxygen 1.5.7.1