xmac_ii.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:56k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /******************************************************************************
  2.  *
  3.  * Name: xmac_ii.h
  4.  * Project: GEnesis, PCI Gigabit Ethernet Adapter
  5.  * Version: $Revision: 1.28 $
  6.  * Date: $Date: 2000/11/09 12:32:49 $
  7.  * Purpose: Defines and Macros for XaQti's Gigabit Ethernet Controller
  8.  *
  9.  ******************************************************************************/
  10. /******************************************************************************
  11.  *
  12.  * (C)Copyright 1998-2000 SysKonnect GmbH.
  13.  *
  14.  * This program is free software; you can redistribute it and/or modify
  15.  * it under the terms of the GNU General Public License as published by
  16.  * the Free Software Foundation; either version 2 of the License, or
  17.  * (at your option) any later version.
  18.  *
  19.  * The information in this file is provided "AS IS" without warranty.
  20.  *
  21.  ******************************************************************************/
  22. /******************************************************************************
  23.  *
  24.  * History:
  25.  *
  26.  * $Log: xmac_ii.h,v $
  27.  * Revision 1.28  2000/11/09 12:32:49  rassmann
  28.  * Renamed variables.
  29.  *
  30.  * Revision 1.27  2000/05/17 11:00:46  malthoff
  31.  * Add bit for enable/disable power management in BCOM chip.
  32.  *
  33.  * Revision 1.26  1999/11/22 14:03:00  cgoos
  34.  * Changed license header to GPL.
  35.  *
  36.  * Revision 1.25  1999/08/12 19:19:38  malthoff
  37.  * Add PHY_B_AC_TX_TST bit according to BCOM A1 errata sheet.
  38.  *
  39.  * Revision 1.24  1999/07/30 11:27:21  cgoos
  40.  * Fixed a missing end-of-comment.
  41.  *
  42.  * Revision 1.23  1999/07/30 07:03:31  malthoff
  43.  * Cut some long comments.
  44.  * Correct the XMAC PHY ID definitions.
  45.  *
  46.  * Revision 1.22  1999/05/19 07:33:18  cgoos
  47.  * Changes for 1000Base-T.
  48.  *
  49.  * Revision 1.21  1999/03/25 07:46:11  malthoff
  50.  * Add XM_HW_CFG, XM_TS_READ, and XM_TS_LOAD registers.
  51.  *
  52.  * Revision 1.20  1999/03/12 13:36:09  malthoff
  53.  * Remove __STDC__.
  54.  *
  55.  * Revision 1.19  1998/12/10 12:22:54  gklug
  56.  * fix: RX_PAGE must be in interrupt mask
  57.  *
  58.  * Revision 1.18  1998/12/10 10:36:36  gklug
  59.  * fix: swap of pause bits
  60.  *
  61.  * Revision 1.17  1998/11/18 13:21:45  gklug
  62.  * fix: Default interrupt mask
  63.  *
  64.  * Revision 1.16  1998/10/29 15:53:21  gklug
  65.  * fix: Default mask uses ASS (GP0) signal
  66.  *
  67.  * Revision 1.15  1998/10/28 13:52:52  malthoff
  68.  * Add new bits in RX_CMD register.
  69.  *
  70.  * Revision 1.14  1998/10/19 15:34:53  gklug
  71.  * fix: typos
  72.  *
  73.  * Revision 1.13  1998/10/14 07:19:03  malthoff
  74.  * bug fix: Every define which describes bit 31
  75.  * must be declared as unsigned long 'UL'.
  76.  * fix bit definitions of PHY_AN_RFB and PHY_AN_PAUSE.
  77.  * Remove ANP defines. Rework the RFB defines.
  78.  *
  79.  * Revision 1.12  1998/10/14 06:22:44  cgoos
  80.  * Changed shifted constant to ULONG.
  81.  *
  82.  * Revision 1.11  1998/10/14 05:43:26  gklug
  83.  * add: shift pause codeing
  84.  * fix: PAUSE bits definition
  85.  *
  86.  * Revision 1.10  1998/10/13 09:19:21  malthoff
  87.  * Again change XMR_FS_ANY_ERR because of new info from XaQti.
  88.  *
  89.  * Revision 1.9  1998/10/09 07:58:30  malthoff
  90.  * Add XMR_FS_FCS_ERR to XMR_FS_ANY_ERR.
  91.  *
  92.  * Revision 1.8  1998/10/09 07:18:17  malthoff
  93.  * bug fix of a bug fix: XM_PAUSE_MODE and XM_DEF_MODE
  94.  * are not inverted! Bug XM_DEF_MSK is inverted.
  95.  *
  96.  * Revision 1.7  1998/10/05 08:04:32  malthoff
  97.  * bug fix: XM_PAUSE_MODE and XM_DEF_MODE
  98.  * must be inverted declarations.
  99.  *
  100.  * Revision 1.6  1998/09/28 13:38:18  malthoff
  101.  * Add default modes and masks XM_DEF_MSK,
  102.  * XM_PAUSE_MODE and XM_DEF_MODE
  103.  *
  104.  * Revision 1.5  1998/09/16 14:42:04  malthoff
  105.  * Bug Fix: XM_GP_PORT is a 32 bit (not a 16 bit) register.
  106.  *
  107.  * Revision 1.4  1998/08/20 14:59:47  malthoff
  108.  * Rework this file after reading the XaQti data sheet
  109.  * "Differences between Rev. B2 & Rev. C XMAC II".
  110.  * This file is now 100% XMAC II Rev. C complained.
  111.  *
  112.  * Revision 1.3  1998/06/29 12:18:23  malthoff
  113.  * Correct XMR_FS_ANY_ERR definition.
  114.  *
  115.  * Revision 1.2  1998/06/29 12:10:56  malthoff
  116.  * Add define XMR_FS_ANY_ERR.
  117.  *
  118.  * Revision 1.1  1998/06/19 13:37:17  malthoff
  119.  * created.
  120.  *
  121.  *
  122.  ******************************************************************************/
  123. #ifndef __INC_XMAC_H
  124. #define __INC_XMAC_H
  125. #ifdef __cplusplus
  126. extern "C" {
  127. #endif /* __cplusplus */
  128. /* defines ********************************************************************/
  129. /*
  130.  * XMAC II registers
  131.  *
  132.  * The XMAC registers are 16 or 32 bits wide. The XMACs host processor
  133.  * interface is set to 16 bit mode, therefore ALL registers will be
  134.  * addressed with 16 bit accesses.
  135.  *
  136.  * The following macros are provided to access the XMAC registers
  137.  * XM_IN16(), XM_OUT16, XM_IN32(), MX_OUT32(), XM_INADR(), XM_OUTADR(),
  138.  * XM_INHASH(), and XM_OUTHASH().
  139.  * The macros are defined in SkGeHw.h.
  140.  *
  141.  * Note: NA reg = Network Address e.g DA, SA etc.
  142.  *
  143.  */
  144. #define XM_MMU_CMD 0x0000 /* 16 bit r/w MMU Command Register */
  145. /* 0x0004: reserved */
  146. #define XM_POFF 0x0008 /* 32 bit r/w Packet Offset Register */
  147. #define XM_BURST 0x000c /* 32 bit r/w Burst Register for half duplex*/
  148. #define XM_1L_VLAN_TAG 0x0010 /* 16 bit r/w One Level VLAN Tag ID */
  149. #define XM_2L_VLAN_TAG 0x0014 /* 16 bit r/w Two Level VLAN Tag ID */
  150. /* 0x0018 - 0x001e: reserved */
  151. #define XM_TX_CMD 0x0020 /* 16 bit r/w Transmit Command Register */
  152. #define XM_TX_RT_LIM 0x0024 /* 16 bit r/w Transmit Retry Limit Register */
  153. #define XM_TX_STIME 0x0028 /* 16 bit r/w Transmit Slottime Register */
  154. #define XM_TX_IPG 0x002c /* 16 bit r/w Transmit Inter Packet Gap */
  155. #define XM_RX_CMD 0x0030 /* 16 bit r/w Receive Command Register */
  156. #define XM_PHY_ADDR 0x0034 /* 16 bit r/w PHY Address Register */
  157. #define XM_PHY_DATA 0x0038 /* 16 bit r/w PHY Data Register */
  158. /* 0x003c:  reserved */
  159. #define XM_GP_PORT 0x0040 /* 32 bit r/w General Purpose Port Register */
  160. #define XM_IMSK 0x0044 /* 16 bit r/w Interrupt Mask Register */
  161. #define XM_ISRC 0x0048 /* 16 bit ro Interrupt Status Register */
  162. #define XM_HW_CFG 0x004c /* 16 bit r/w Hardware Config Register */
  163. /* 0x0050 - 0x005e: reserved */
  164. #define XM_TX_LO_WM 0x0060 /* 16 bit r/w Tx FIFO Low Water Mark */
  165. #define XM_TX_HI_WM 0x0062 /* 16 bit r/w Tx FIFO High Water Mark */
  166. #define XM_TX_THR 0x0064 /* 16 bit r/w Tx Request Threshold */
  167. #define XM_HT_THR 0x0066 /* 16 bit r/w Host Request Threshold */
  168. #define XM_PAUSE_DA 0x0068 /* NA reg r/w Pause Destination Address */
  169. /* 0x006e:  reserved */
  170. #define XM_CTL_PARA 0x0070 /* 32 bit r/w Control Parameter Register */
  171. #define XM_MAC_OPCODE 0x0074 /* 16 bit r/w Opcode for MAC control frames */
  172. #define XM_MAC_PTIME 0x0076 /* 16 bit r/w Pause time for MAC ctrl frames*/
  173. #define XM_TX_STAT 0x0078 /* 32 bit ro Tx Status LIFO Register */
  174. /* 0x0080 - 0x00fc: 16 NA reg r/w Exakt Match Address Registers */
  175. /*  use the XM_EMX() macro to address */
  176. #define XM_EXM_START 0x0080 /* r/w Start Address of the EXM Regs */
  177. /*
  178.  * XM_EXM(Reg)
  179.  *
  180.  * returns the XMAC address offset off specified Exakt Match Addr Reg
  181.  *
  182.  * para: Reg EXM register to addr (0 .. 15)
  183.  *
  184.  * usage: XM_INADDR(XMAC_1,pAC,XM_EXM(i),&val[i]) ;
  185.  */
  186. #define XM_EXM(Reg) (XM_EXM_START + ((Reg) << 3))
  187. #define XM_SRC_CHK 0x0100 /* NA reg r/w Source Check Address Register */
  188. #define XM_SA 0x0108 /* NA reg r/w Station Address Register */
  189. #define XM_HSM 0x0110 /* 64 bit r/w Hash Match Address Registers */
  190. #define XM_RX_LO_WM 0x0118 /* 16 bit r/w Receive Low Water Mark */
  191. #define XM_RX_HI_WM 0x011a /* 16 bit r/w Receive High Water Mark */
  192. #define XM_RX_THR 0x011c /* 32 bit r/w Receive Request Threshold */
  193. #define XM_DEV_ID 0x0120 /* 32 bit ro Device ID Register */
  194. #define XM_MODE 0x0124 /* 32 bit r/w Mode Register */
  195. #define XM_LSA 0x0128 /* NA reg ro Last Source Register */
  196. /* 0x012e: reserved */
  197. #define XM_TS_READ 0x0130 /* 32 bit ro TimeStamp Read Regeister */
  198. #define XM_TS_LOAD 0x0134 /* 32 bit ro TimeStamp Load Value */
  199. /* 0x0138 - 0x01fe: reserved */
  200. #define XM_STAT_CMD 0x0200 /* 16 bit r/w Statistics Command Register */
  201. #define XM_RX_CNT_EV 0x0204 /* 32 bit ro Rx Counter Event Register */
  202. #define XM_TX_CNT_EV 0x0208 /* 32 bit ro Tx Counter Event Register */
  203. #define XM_RX_EV_MSK 0x020c /* 32 bit r/w Rx Counter Event Mask */
  204. #define XM_TX_EV_MSK 0x0210 /* 32 bit r/w Tx Counter Event Mask */
  205. /* 0x0204 - 0x027e: reserved */
  206. #define XM_TXF_OK 0x0280 /* 32 bit ro Frames Transmitted OK Conuter */
  207. #define XM_TXO_OK_HI 0x0284 /* 32 bit ro Octets Transmitted OK High Cnt*/
  208. #define XM_TXO_OK_LO 0x0288 /* 32 bit ro Octets Transmitted OK Low Cnt */
  209. #define XM_TXF_BC_OK 0x028c /* 32 bit ro Broadcast Frames Xmitted OK */
  210. #define XM_TXF_MC_OK 0x0290 /* 32 bit ro Multicast Frames Xmitted OK */
  211. #define XM_TXF_UC_OK 0x0294 /* 32 bit ro Unicast Frames Xmitted OK */
  212. #define XM_TXF_LONG 0x0298 /* 32 bit ro Tx Long Frame Counter */
  213. #define XM_TXE_BURST 0x029c /* 32 bit ro Tx Burst Event Counter */
  214. #define XM_TXF_MPAUSE 0x02a0 /* 32 bit ro Tx Pause MAC Ctrl Frame Cnt */
  215. #define XM_TXF_MCTRL 0x02a4 /* 32 bit ro Tx MAC Ctrl Frame Counter */
  216. #define XM_TXF_SNG_COL 0x02a8 /* 32 bit ro Tx Single Colliosion Counter */
  217. #define XM_TXF_MUL_COL 0x02ac /* 32 bit ro Tx Multiple Collision Counter */
  218. #define XM_TXF_ABO_COL 0x02b0 /* 32 bit ro Tx aborted due to Exessive Col*/
  219. #define XM_TXF_LAT_COL 0x02b4 /* 32 bit ro Tx Late Collision Counter */
  220. #define XM_TXF_DEF 0x02b8 /* 32 bit ro Tx Deferred Frame Counter */
  221. #define XM_TXF_EX_DEF 0x02bc /* 32 bit ro Tx Excessive Deferall Counter */
  222. #define XM_TXE_FIFO_UR 0x02c0 /* 32 bit ro Tx FIFO Underrun Event Cnt */
  223. #define XM_TXE_CS_ERR 0x02c4 /* 32 bit ro Tx Carrier Sence Error Cnt */
  224. #define XM_TXP_UTIL 0x02c8 /* 32 bit ro Tx Utilization in % */
  225. /* 0x02cc - 0x02ce: reserved */
  226. #define XM_TXF_64B 0x02d0 /* 32 bit ro 64 Byte Tx Frame Counter */
  227. #define XM_TXF_127B 0x02d4 /* 32 bit ro 65-127 Byte Tx Frame Counter */
  228. #define XM_TXF_255B 0x02d8 /* 32 bit ro 128-255 Byte Tx Frame Counter */
  229. #define XM_TXF_511B 0x02dc /* 32 bit ro 256-511 Byte Tx Frame Counter */
  230. #define XM_TXF_1023B 0x02e0 /* 32 bit ro 512-1023 Byte Tx Frame Counter*/
  231. #define XM_TXF_MAX_SZ 0x02e4 /* 32 bit ro 1024-MaxSize Byte Tx Frame Cnt*/
  232. /* 0x02e8 - 0x02fe: reserved */
  233. #define XM_RXF_OK 0x0300 /* 32 bit ro Frames Received OK */
  234. #define XM_RXO_OK_HI 0x0304 /* 32 bit ro Octets Received OK High Cnt */
  235. #define XM_RXO_OK_LO 0x0308 /* 32 bit ro Octets Received OK Low Counter*/
  236. #define XM_RXF_BC_OK 0x030c /* 32 bit ro Broadcast Frames Received OK */
  237. #define XM_RXF_MC_OK 0x0310 /* 32 bit ro Multicast Frames Received OK */
  238. #define XM_RXF_UC_OK 0x0314 /* 32 bit ro Unicast Frames Received OK */
  239. #define XM_RXF_MPAUSE 0x0318 /* 32 bit ro Rx Pause MAC Ctrl Frame Cnt */
  240. #define XM_RXF_MCTRL 0x031c /* 32 bit ro Rx MAC Ctrl Frame Counter */
  241. #define XM_RXF_INV_MP 0x0320 /* 32 bit ro Rx invalid Pause Frame Cnt */
  242. #define XM_RXF_INV_MOC 0x0324 /* 32 bit ro Rx Frames with inv. MAC Opcode*/
  243. #define XM_RXE_BURST 0x0328 /* 32 bit ro Rx Burst Event Counter */
  244. #define XM_RXE_FMISS 0x032c /* 32 bit ro Rx Missed Frames Event Cnt */
  245. #define XM_RXF_FRA_ERR 0x0330 /* 32 bit ro Rx Framing Error Counter */
  246. #define XM_RXE_FIFO_OV 0x0334 /* 32 bit ro Rx FIFO overflow Event Cnt */
  247. #define XM_RXF_JAB_PKT 0x0338 /* 32 bit ro Rx Jabber Packet Frame Cnt */
  248. #define XM_RXE_CAR_ERR 0x033c /* 32 bit ro Rx Carrier Event Error Cnt */
  249. #define XM_RXF_LEN_ERR 0x0340 /* 32 bit ro Rx in Range Length Error */
  250. #define XM_RXE_SYM_ERR 0x0344 /* 32 bit ro Rx Symbol Error Counter */
  251. #define XM_RXE_SHT_ERR 0x0348 /* 32 bit ro Rx Short Event Error Cnt */
  252. #define XM_RXE_RUNT 0x034c /* 32 bit ro Rx Runt Event Counter */
  253. #define XM_RXF_LNG_ERR 0x0350 /* 32 bit ro Rx Frame too Long Error Cnt */
  254. #define XM_RXF_FCS_ERR 0x0354 /* 32 bit ro Rx Frame Check Seq. Error Cnt */
  255. /* 0x0358 - 0x035a: reserved */
  256. #define XM_RXF_CEX_ERR 0x035c /* 32 bit ro Rx Carrier Ext Error Frame Cnt*/
  257. #define XM_RXP_UTIL 0x0360 /* 32 bit ro Rx Utilization in % */
  258. /* 0x0364 - 0x0366: reserved */
  259. #define XM_RXF_64B 0x0368 /* 32 bit ro 64 Byte Rx Frame Counter */
  260. #define XM_RXF_127B 0x036c /* 32 bit ro 65-127 Byte Rx Frame Counter */
  261. #define XM_RXF_255B 0x0370 /* 32 bit ro 128-255 Byte Rx Frame Counter */
  262. #define XM_RXF_511B 0x0374 /* 32 bit ro 256-511 Byte Rx Frame Counter */
  263. #define XM_RXF_1023B 0x0378 /* 32 bit ro 512-1023 Byte Rx Frame Counter*/
  264. #define XM_RXF_MAX_SZ 0x037c /* 32 bit ro 1024-MaxSize Byte Rx Frame Cnt*/
  265. /* 0x02e8 - 0x02fe: reserved */
  266. /*----------------------------------------------------------------------------*/
  267. /*
  268.  * XMAC Bit Definitions
  269.  *
  270.  * If the bit access behaviour differs from the register access behaviour
  271.  * (r/w, ro) this is docomented after the bit number. The following bit
  272.  * access behaviours are used:
  273.  * (sc) self clearing
  274.  * (ro) read only
  275.  */
  276. /* XM_MMU_CMD 16 bit r/w MMU Comamnd Register */
  277. /* Bit 15..13: reserved */
  278. #define XM_MMU_PHY_RDY (1<<12) /* Bit 12: PHY Read Ready */
  279. #define XM_MMU_PHY_BUSY (1<<11) /* Bit 11: PHY Busy */
  280. #define XM_MMU_IGN_PF (1<<10) /* Bit 10: Ignore Pause Frame */
  281. #define XM_MMU_MAC_LB (1<<9) /* Bit 9: Enable MAC Loopback */
  282. /* Bit 8: reserved */
  283. #define XM_MMU_FRC_COL (1<<7) /* Bit 7: Force Collision */
  284. #define XM_MMU_SIM_COL (1<<6) /* Bit 6: Simulate Collision */
  285. #define XM_MMU_NO_PRE (1<<5) /* Bit 5: No MDIO Preamble */
  286. #define XM_MMU_GMII_FD (1<<4) /* Bit 4: GMII uses Full Duplex */
  287. #define XM_MMU_RAT_CTRL (1<<3) /* Bit 3: Enable Rate Control */
  288. #define XM_MMU_GMII_LOOP (1<<2) /* Bit 2: PHY is in Lookback Mode */
  289. #define XM_MMU_ENA_RX (1<<1) /* Bit 1: Enable Receiver */
  290. #define XM_MMU_ENA_TX (1<<0) /* Bit 0: Enable Transmitter */
  291. /* XM_TX_CMD 16 bit r/w Transmit Command Register */
  292. /* Bit 15..7: reserved */
  293. #define XM_TX_BK2BK (1<<6) /* Bit 6: Ignor Carrier Sense (tx Bk2Bk)*/
  294. #define XM_TX_ENC_BYP (1<<5) /* Bit 5: Set Encoder in Bypass Mode */
  295. #define XM_TX_SAM_LINE (1<<4) /* Bit 4: (sc) Start utilization calculation */
  296. #define XM_TX_NO_GIG_MD (1<<3) /* Bit 3: Disable Carrier Extension */
  297. #define XM_TX_NO_PRE (1<<2) /* Bit 2: Disable Preamble Generation */
  298. #define XM_TX_NO_CRC (1<<1) /* Bit 1: Disable CRC Generation */
  299. #define XM_TX_AUTO_PAD (1<<0) /* Bit 0: Enable Automatic Padding */
  300. /* XM_TX_RT_LIM 16 bit r/w Transmit Retry Limit Register */
  301. /* Bit 15..5: reserved */
  302. #define XM_RT_LIM_MSK 0x1f /* Bit 4..0: Tx Retry Limit */
  303. /* XM_TX_STIME 16 bit r/w Transmit Slottime Register */
  304. /* Bit 15..7: reserved */
  305. #define XM_STIME_MSK 0x7f /* Bit 6..0: Tx Slottime bits */
  306. /* XM_TX_IPG 16 bit r/w Transmit Inter Packet Gap */
  307. /* Bit 15..8: reserved */
  308. #define XM_IPG_MSK 0xff /* Bit 7..0: IPG value bits */
  309. /* XM_RX_CMD 16 bit r/w Receive Command Register */
  310. /* Bit 15..9: reserved */
  311. #define XM_RX_LENERR_OK (1<<8) /* Bit 8 don't set Rx Err bit for */
  312. /* inrange error packets */
  313. #define XM_RX_BIG_PK_OK (1<<7) /* Bit 7 don't set Rx Err bit for */
  314. /* jumbo packets */
  315. #define XM_RX_IPG_CAP (1<<6) /* Bit 6 repl. type field with IPG */
  316. #define XM_RX_TP_MD (1<<5) /* Bit 5: Enable transparent Mode */
  317. #define XM_RX_STRIP_FCS (1<<4) /* Bit 4: Enable FCS Stripping */
  318. #define XM_RX_SELF_RX (1<<3) /* Bit 3:  Enable Rx of own packets */
  319. #define XM_RX_SAM_LINE (1<<2) /* Bit 2: (sc) Start utilization calculation */
  320. #define XM_RX_STRIP_PAD (1<<1) /* Bit 1: Strip pad bytes of rx frames */
  321. #define XM_RX_DIS_CEXT (1<<0) /* Bit 0: Disable carrier ext. check */
  322. /* XM_PHY_ADDR 16 bit r/w PHY Address Register */
  323. /* Bit 15..5: reserved */
  324. #define XM_PHY_ADDR_SZ 0x1f /* Bit 4..0: PHY Address bits */
  325. /* XM_GP_PORT 32 bit r/w General Purpose Port Register */
  326. /* Bit 31..7: reserved */
  327. #define XM_GP_ANIP (1L<<6) /* Bit 6: (ro) Auto Negotiation in Progress */
  328. #define XM_GP_FRC_INT (1L<<5) /* Bit 5: (sc) Force Interrupt */
  329. /* Bit 4: reserved */
  330. #define XM_GP_RES_MAC (1L<<3) /* Bit 3: (sc) Reset MAC and FIFOs */
  331. #define XM_GP_RES_STAT (1L<<2) /* Bit 2: (sc) Reset the statistics module */
  332. /* Bit 1: reserved */
  333. #define XM_GP_INP_ASS (1L<<0) /* Bit 0: (ro) GP Input Pin asserted */
  334. /* XM_IMSK 16 bit r/w Interrupt Mask Register */
  335. /* XM_ISRC 16 bit ro Interrupt Status Register */
  336. /* Bit 15: reserved */
  337. #define XM_IS_LNK_AE (1<<14) /* Bit 14: Link Asynchronous Event */
  338. #define XM_IS_TX_ABORT (1<<13) /* Bit 13: Transmit Abort, late Col. etc */
  339. #define XM_IS_FRC_INT (1<<12) /* Bit 12: Force INT bit set in GP */
  340. #define XM_IS_INP_ASS (1<<11) /* Bit 11: Input Asserted, GP bit 0 set */
  341. #define XM_IS_LIPA_RC (1<<10) /* Bit 10: Link Partner requests config */
  342. #define XM_IS_RX_PAGE (1<<9) /* Bit 9: Page Received */
  343. #define XM_IS_TX_PAGE (1<<8) /* Bit 8: Next Page Loaded for Transmit */
  344. #define XM_IS_AND (1<<7) /* Bit 7: Auto Negotiation Done */
  345. #define XM_IS_TSC_OV (1<<6) /* Bit 6: Time Stamp Counter Overflow */
  346. #define XM_IS_RXC_OV (1<<5) /* Bit 5: Rx Counter Event Overflow */
  347. #define XM_IS_TXC_OV (1<<4) /* Bit 4: Tx Counter Event Overflow */
  348. #define XM_IS_RXF_OV (1<<3) /* Bit 3: Receive FIFO Overflow */
  349. #define XM_IS_TXF_UR (1<<2) /* Bit 2: Transmit FIFO Underrun */
  350. #define XM_IS_TX_COMP (1<<1) /* Bit 1: Frame Tx Complete */
  351. #define XM_IS_RX_COMP (1<<0) /* Bit 0: Frame Rx Complete */
  352. #define XM_DEF_MSK (~(XM_IS_INP_ASS | XM_IS_LIPA_RC | XM_IS_RX_PAGE |
  353. XM_IS_AND | XM_IS_RXC_OV | XM_IS_TXC_OV | XM_IS_TXF_UR))
  354. /* XM_HW_CFG 16 bit r/w Hardware Config Register */
  355. /* Bit 15.. 4: reserved */
  356. #define XM_HW_GEN_EOP (1<<3) /* Bit 3: generate End of Packet pulse */
  357. #define XM_HW_COM4SIG (1<<2) /* Bit 2: use Comma Detect for Sig. Det.*/
  358. /* Bit 1: reserved */
  359. #define XM_HW_GMII_MD (1<<0) /* Bit 0: GMII Interface selected */
  360. /* XM_TX_LO_WM 16 bit r/w Tx FIFO Low Water Mark */
  361. /* XM_TX_HI_WM 16 bit r/w Tx FIFO High Water Mark */
  362. /* Bit 15..10 reserved */
  363. #define XM_TX_WM_MSK 0x01ff /* Bit 9.. 0 Tx FIFO Watermark bits */
  364. /* XM_TX_THR 16 bit r/w Tx Request Threshold */
  365. /* XM_HT_THR 16 bit r/w Host Request Threshold */
  366. /* XM_RX_THR 16 bit r/w Receive Request Threshold */
  367. /* Bit 15..11 reserved */
  368. #define XM_THR_MSK 0x03ff /* Bit 10.. 0 Tx FIFO Watermark bits */
  369. /* XM_TX_STAT 32 bit ro Tx Status LIFO Register */
  370. #define XM_ST_VALID (1UL<<31) /* Bit 31: Status Valid */
  371. #define XM_ST_BYTE_CNT (0x3fffL<<17) /* Bit 30..17: Tx frame Length */
  372. #define XM_ST_RETRY_CNT (0x1fL<<12) /* Bit 16..12: Retry Count */
  373. #define XM_ST_EX_COL (1L<<11) /* Bit 11: Excessive Collisions */
  374. #define XM_ST_EX_DEF (1L<<10) /* Bit 10: Excessive Deferral */
  375. #define XM_ST_BURST (1L<<9) /* Bit 9: p. xmitted in burst md*/
  376. #define XM_ST_DEFER (1L<<8) /* Bit 8: packet was defered */
  377. #define XM_ST_BC (1L<<7) /* Bit 7: Broadcast packet */
  378. #define XM_ST_MC (1L<<6) /* Bit 6: Multicast packet */
  379. #define XM_ST_UC (1L<<5) /* Bit 5: Unicast packet */
  380. #define XM_ST_TX_UR (1L<<4) /* Bit 4: FIFO Underrun occured */
  381. #define XM_ST_CS_ERR (1L<<3) /* Bit 3: Carrier Sense Error */
  382. #define XM_ST_LAT_COL (1L<<2) /* Bit 2: Late Collision Error */
  383. #define XM_ST_MUL_COL (1L<<1) /* Bit 1: Multiple Collisions */
  384. #define XM_ST_SGN_COL (1L<<0) /* Bit 0: Single Collision */
  385. /* XM_RX_LO_WM 16 bit r/w Receive Low Water Mark */
  386. /* XM_RX_HI_WM 16 bit r/w Receive High Water Mark */
  387. /* Bit 15..11: reserved */
  388. #define XM_RX_WM_MSK 0x03ff /* Bit 11.. 0: Rx FIFO Watermark bits */
  389. /* XM_DEV_ID 32 bit ro Device ID Register */
  390. #define XM_DEV_OUI (0x00ffffffUL<<8) /* Bit 31..8: Device OUI */
  391. #define XM_DEV_REV (0x07L << 5) /* Bit 7..5: Chip Rev Num */
  392. /* XM_MODE 32 bit r/w Mode Register */
  393. /* Bit 31..27: reserved */
  394. #define XM_MD_ENA_REJ (1L<<26) /* Bit 26: Enable Frame Reject */
  395. #define XM_MD_SPOE_E (1L<<25) /* Bit 25: Send Pause on Edge */
  396. /*  extern generated */
  397. #define XM_MD_TX_REP (1L<<24) /* Bit 24: Transmit Repeater Mode*/
  398. #define XM_MD_SPOFF_I (1L<<23) /* Bit 23: Send Pause on FIFOfull*/
  399. /* intern generated */
  400. #define XM_MD_LE_STW (1L<<22) /* Bit 22: Rx Stat Word in Lit En*/
  401. #define XM_MD_TX_CONT (1L<<21) /* Bit 21: Send Continuous */
  402. #define XM_MD_TX_PAUSE (1L<<20) /* Bit 20: (sc) Send Pause Frame */
  403. #define XM_MD_ATS (1L<<19) /* Bit 19: Append Time Stamp */
  404. #define XM_MD_SPOL_I (1L<<18) /* Bit 18: Send Pause on Low */
  405. /* intern generated */
  406. #define XM_MD_SPOH_I (1L<<17) /* Bit 17: Send Pause on High */
  407. /* intern generated */
  408. #define XM_MD_CAP (1L<<16) /* Bit 16: Check Address Pair */
  409. #define XM_MD_ENA_HSH (1L<<15) /* Bit 15: Enable Hashing */
  410. #define XM_MD_CSA (1L<<14) /* Bit 14: Check Station Address */
  411. #define XM_MD_CAA (1L<<13) /* Bit 13: Check Address Array */
  412. #define XM_MD_RX_MCTRL (1L<<12) /* Bit 12: Rx MAC Control Frames */
  413. #define XM_MD_RX_RUNT (1L<<11) /* Bit 11: Rx Runt Frames */
  414. #define XM_MD_RX_IRLE (1L<<10) /* Bit 10: Rx in Range Len Err F */
  415. #define XM_MD_RX_LONG (1L<<9) /* Bit 9: Rx Long Frames */
  416. #define XM_MD_RX_CRCE (1L<<8) /* Bit 8: Rx CRC Error Frames */
  417. #define XM_MD_RX_ERR (1L<<7) /* Bit 7: Rx Error Frames */
  418. #define XM_MD_DIS_UC (1L<<6) /* Bit 6: Disable Rx Unicast */
  419. #define XM_MD_DIS_MC (1L<<5) /* Bit 5: Disable Rx Multicast */
  420. #define XM_MD_DIS_BC (1L<<4) /* Bit 4: Disable Rx Boradcast */
  421. #define XM_MD_ENA_PROM (1L<<3) /* Bit 3: Enable Promiscuous */
  422. #define XM_MD_ENA_BE (1L<<2) /* Bit 2: Enable Big Endian */
  423. #define XM_MD_FTF (1L<<1) /* Bit 1: (sc) Flush Tx FIFO */
  424. #define XM_MD_FRF (1L<<0) /* Bit 0: (sc) Flush Rx FIFO */
  425. #define XM_PAUSE_MODE (XM_MD_SPOE_E | XM_MD_SPOL_I | XM_MD_SPOH_I)
  426. #define XM_DEF_MODE (XM_MD_RX_RUNT | XM_MD_RX_IRLE | XM_MD_RX_LONG |
  427.  XM_MD_RX_CRCE | XM_MD_RX_ERR | XM_MD_CSA | XM_MD_CAA)
  428. /* XM_STAT_CMD 16 bit r/w Statistics Command Register */
  429. /* Bit 16..6: reserved */
  430. #define XM_SC_SNP_RXC (1<<5) /* Bit 5: (sc) Snap Rx Counters */
  431. #define XM_SC_SNP_TXC (1<<4) /* Bit 4: (sc) Snap Tx Counters */
  432. #define XM_SC_CP_RXC (1<<3) /* Bit 3:  Copy Rx Counters Continuously */
  433. #define XM_SC_CP_TXC (1<<2) /* Bit 2: Copy Tx Counters Continuously */
  434. #define XM_SC_CLR_RXC (1<<1) /* Bit 1: (sc) Clear Rx Counters */
  435. #define XM_SC_CLR_TXC (1<<0) /* Bit 0: (sc) Clear Tx Counters */
  436. /* XM_RX_CNT_EV 32 bit ro Rx Counter Event Register */
  437. /* XM_RX_EV_MSK 32 bit r/w Rx Counter Event Mask */
  438. #define XMR_MAX_SZ_OV (1UL<<31) /* Bit 31: 1024-MaxSize Rx Cnt Ov*/
  439. #define XMR_1023B_OV (1L<<30) /* Bit 30: 512-1023Byte Rx Cnt Ov*/
  440. #define XMR_511B_OV (1L<<29) /* Bit 29: 256-511 Byte Rx Cnt Ov*/
  441. #define XMR_255B_OV (1L<<28) /* Bit 28: 128-255 Byte Rx Cnt Ov*/
  442. #define XMR_127B_OV (1L<<27) /* Bit 27: 65-127 Byte Rx Cnt Ov */
  443. #define XMR_64B_OV (1L<<26) /* Bit 26: 64 Byte Rx Cnt Ov */
  444. #define XMR_UTIL_OV (1L<<25) /* Bit 25: Rx Util Cnt Overflow */
  445. #define XMR_UTIL_UR (1L<<24) /* Bit 24: Rx Util Cnt Underrun */
  446. #define XMR_CEX_ERR_OV (1L<<23) /* Bit 23: CEXT Err Cnt Ov */
  447. /* Bit 22: reserved */
  448. #define XMR_FCS_ERR_OV (1L<<21) /* Bit 21: Rx FCS Error Cnt Ov */
  449. #define XMR_LNG_ERR_OV (1L<<20) /* Bit 20: Rx too Long Err Cnt Ov*/
  450. #define XMR_RUNT_OV (1L<<19) /* Bit 19: Runt Event Cnt Ov */
  451. #define XMR_SHT_ERR_OV (1L<<18) /* Bit 18: Rx Short Ev Err Cnt Ov*/
  452. #define XMR_SYM_ERR_OV (1L<<17) /* Bit 17: Rx Sym Err Cnt Ov */
  453. /* Bit 16: reserved */
  454. #define XMR_CAR_ERR_OV (1L<<15) /* Bit 15: Rx Carr Ev Err Cnt Ov */
  455. #define XMR_JAB_PKT_OV (1L<<14) /* Bit 14: Rx Jabb Packet Cnt Ov */
  456. #define XMR_FIFO_OV (1L<<13) /* Bit 13: Rx FIFO Ov Ev Cnt Ov */
  457. #define XMR_FRA_ERR_OV (1L<<12) /* Bit 12: Rx Framing Err Cnt Ov */
  458. #define XMR_FMISS_OV (1L<<11) /* Bit 11: Rx Missed Ev Cnt Ov */
  459. #define XMR_BURST (1L<<10) /* Bit 10: Rx Burst Event Cnt Ov */
  460. #define XMR_INV_MOC (1L<<9) /* Bit 9: Rx with inv. MAC OC Ov*/
  461. #define XMR_INV_MP (1L<<8) /* Bit 8: Rx inv Pause Frame Ov */
  462. #define XMR_MCTRL_OV (1L<<7) /* Bit 7: Rx MAC Ctrl-F Cnt Ov */
  463. #define XMR_MPAUSE_OV (1L<<6) /* Bit 6: Rx Pause MAC Ctrl-F Ov*/
  464. #define XMR_UC_OK_OV (1L<<5) /* Bit 5: Rx Unicast Frame CntOv*/
  465. #define XMR_MC_OK_OV (1L<<4) /* Bit 4: Rx Multicast Cnt Ov */
  466. #define XMR_BC_OK_OV (1L<<3) /* Bit 3: Rx Broadcast Cnt Ov */
  467. #define XMR_OK_LO_OV (1L<<2) /* Bit 2: Octets Rx OK Low CntOv*/
  468. #define XMR_OK_HI_OV (1L<<1) /* Bit 1: Octets Rx OK Hi Cnt Ov*/
  469. #define XMR_OK_OV (1L<<0) /* Bit 0: Frames Received Ok Ov */
  470. #define XMR_DEF_MSK 0x00000006L /* all bits excepting 1 and 2 */
  471. /* XM_TX_CNT_EV 32 bit ro Tx Counter Event Register */
  472. /* XM_TX_EV_MSK 32 bit r/w Tx Counter Event Mask */
  473. /* Bit 31..26: reserved */
  474. #define XMT_MAX_SZ_OV (1L<<25) /* Bit 25: 1024-MaxSize Tx Cnt Ov*/
  475. #define XMT_1023B_OV (1L<<24) /* Bit 24: 512-1023Byte Tx Cnt Ov*/
  476. #define XMT_511B_OV (1L<<23) /* Bit 23: 256-511 Byte Tx Cnt Ov*/
  477. #define XMT_255B_OV (1L<<22) /* Bit 22: 128-255 Byte Tx Cnt Ov*/
  478. #define XMT_127B_OV (1L<<21) /* Bit 21: 65-127 Byte Tx Cnt Ov */
  479. #define XMT_64B_OV (1L<<20) /* Bit 20: 64 Byte Tx Cnt Ov */
  480. #define XMT_UTIL_OV (1L<<19) /* Bit 19: Tx Util Cnt Overflow */
  481. #define XMT_UTIL_UR (1L<<18) /* Bit 18: Tx Util Cnt Underrun */
  482. #define XMT_CS_ERR_OV (1L<<17) /* Bit 17: Tx Carr Sen Err Cnt Ov*/
  483. #define XMT_FIFO_UR_OV (1L<<16) /* Bit 16: Tx FIFO Ur Ev Cnt Ov */
  484. #define XMT_EX_DEF_OV (1L<<15) /* Bit 15: Tx Ex Deferall Cnt Ov */
  485. #define XMT_DEF (1L<<14) /* Bit 14: Tx Deferred Cnt Ov */
  486. #define XMT_LAT_COL_OV (1L<<13) /* Bit 13: Tx Late Col Cnt Ov */
  487. #define XMT_ABO_COL_OV (1L<<12) /* Bit 12: Tx abo dueto Ex Col Ov*/
  488. #define XMT_MUL_COL_OV (1L<<11) /* Bit 11: Tx Mult Col Cnt Ov */
  489. #define XMT_SNG_COL (1L<<10) /* Bit 10: Tx Single Col Cnt Ov */
  490. #define XMT_MCTRL_OV (1L<<9) /* Bit 9: Tx MAC Ctrl Counter Ov*/
  491. #define XMT_MPAUSE (1L<<8) /* Bit 8: Tx Pause MAC Ctrl-F Ov*/
  492. #define XMT_BURST (1L<<7) /* Bit 7: Tx Burst Event Cnt Ov */
  493. #define XMT_LONG (1L<<6) /* Bit 6: Tx Long Frame Cnt Ov */
  494. #define XMT_UC_OK_OV (1L<<5) /* Bit 5: Tx Unicast Cnt Ov */
  495. #define XMT_MC_OK_OV (1L<<4) /* Bit 4: Tx Multicast Cnt Ov */
  496. #define XMT_BC_OK_OV (1L<<3) /* Bit 3: Tx Broadcast Cnt Ov */
  497. #define XMT_OK_LO_OV (1L<<2) /* Bit 2: Octets Tx OK Low CntOv*/
  498. #define XMT_OK_HI_OV (1L<<1) /* Bit 1: Octets Tx OK Hi Cnt Ov*/
  499. #define XMT_OK_OV (1L<<0) /* Bit 0: Frames Tx Ok Ov */
  500. #define XMT_DEF_MSK 0x00000006L /* all bits excepting 1 and 2 */
  501. /*
  502.  * Receive Frame Status Encoding
  503.  */
  504. #define XMR_FS_LEN (0x3fffUL<<18) /* Bit 31..18: Rx Frame Length */
  505. #define XMR_FS_2L_VLAN (1L<<17) /* Bit 17: tagged wh 2Lev VLAN ID*/
  506. #define XMR_FS_1L_VLAN (1L<<16) /* Bit 16: tagged wh 1Lev VLAN ID*/
  507. #define XMR_FS_BC (1L<<15) /* Bit 15: Broadcast Frame */
  508. #define XMR_FS_MC (1L<<14) /* Bit 14: Multicast Frame */
  509. #define XMR_FS_UC (1L<<13) /* Bit 13: Unicast Frame */
  510. /* Bit 12: reserved */
  511. #define XMR_FS_BURST (1L<<11) /* Bit 11: Burst Mode */
  512. #define XMR_FS_CEX_ERR (1L<<10) /* Bit 10: Carrier Ext. Error */
  513. #define XMR_FS_802_3 (1L<<9) /* Bit 9: 802.3 Frame */
  514. #define XMR_FS_COL_ERR (1L<<8) /* Bit 8: Collision Error */
  515. #define XMR_FS_CAR_ERR (1L<<7) /* Bit 7: Carrier Event Error */
  516. #define XMR_FS_LEN_ERR (1L<<6) /* Bit 6: In-Range Length Error */
  517. #define XMR_FS_FRA_ERR (1L<<5) /* Bit 5: Framing Error */
  518. #define XMR_FS_RUNT (1L<<4) /* Bit 4: Runt Error */
  519. #define XMR_FS_LNG_ERR (1L<<3) /* Bit 3: Gaint Error */
  520. #define XMR_FS_FCS_ERR (1L<<2) /* Bit 2: Frame Check Sequ Err */
  521. #define XMR_FS_ERR (1L<<1) /* Bit 1: Frame Error */
  522. #define XMR_FS_MCTRL (1L<<0) /* Bit 0: MAC Control Packet */
  523. /*
  524.  * XMR_FS_ERR will be set if
  525.  * XMR_FS_FCS_ERR, XMR_FS_LNG_ERR, XMR_FS_RUNT,
  526.  * XMR_FS_FRA_ERR, XMR_FS_LEN_ERR, or XMR_FS_CEX_ERR
  527.  * is set. XMR_FS_LNG_ERR and XMR_FS_LEN_ERR will issue
  528.  * XMR_FS_ERR unless the corresponding bit in the Receive Command
  529.  * Register is set.
  530.  */
  531. #define XMR_FS_ANY_ERR XMR_FS_ERR
  532. /*----------------------------------------------------------------------------*/
  533. /*
  534.  * XMAC-PHY Registers, indirect addressed over the XMAC
  535.  */
  536. #define PHY_XMAC_CTRL 0x00 /* 16 bit r/w PHY Control Register */
  537. #define PHY_XMAC_STAT 0x01 /* 16 bit r/w PHY Status Register */
  538. #define PHY_XMAC_ID0 0x02 /* 16 bit ro PHY ID0 Register */
  539. #define PHY_XMAC_ID1 0x03 /* 16 bit ro PHY ID1 Register */
  540. #define PHY_XMAC_AUNE_ADV 0x04 /* 16 bit r/w Autoneg Advertisement */
  541. #define PHY_XMAC_AUNE_LP 0x05 /* 16 bit ro Link Partner Abi Reg */
  542. #define PHY_XMAC_AUNE_EXP 0x06 /* 16 bit ro Autoneg Expansion Reg */
  543. #define PHY_XMAC_NEPG 0x07 /* 16 bit r/w Next Page Register */
  544. #define PHY_XMAC_NEPG_LP 0x08 /* 16 bit ro Next Page Link P Reg */
  545. /* 0x09 - 0x0e: reserved */
  546. #define PHY_XMAC_EXT_STAT 0x0f /* 16 bit ro Ext Status Register */
  547. #define PHY_XMAC_RES_ABI 0x10 /* 16 bit ro PHY Resolved Ability */
  548. /*----------------------------------------------------------------------------*/
  549. /*
  550.  * Broadcom-PHY Registers, indirect addressed over XMAC
  551.  */
  552. #define PHY_BCOM_CTRL 0x00 /* 16 bit r/w PHY Control Register */
  553. #define PHY_BCOM_STAT 0x01 /* 16 bit ro PHY Status Register */
  554. #define PHY_BCOM_ID0 0x02 /* 16 bit ro PHY ID0 Register */
  555. #define PHY_BCOM_ID1 0x03 /* 16 bit ro PHY ID1 Register */
  556. #define PHY_BCOM_AUNE_ADV 0x04 /* 16 bit r/w Autoneg Advertisement */
  557. #define PHY_BCOM_AUNE_LP 0x05 /* 16 bit ro Link Part Ability Reg */
  558. #define PHY_BCOM_AUNE_EXP 0x06 /* 16 bit ro Autoneg Expansion Reg */
  559. #define PHY_BCOM_NEPG 0x07 /* 16 bit r/w Next Page Register */
  560. #define PHY_BCOM_NEPG_LP 0x08 /* 16 bit ro Next Page Link P Reg */
  561. /* Broadcom-specific registers */
  562. #define PHY_BCOM_1000T_CTRL 0x09 /* 16 bit r/w 1000Base-T Ctrl Reg */
  563. #define PHY_BCOM_1000T_STAT 0x0a /* 16 bit ro 1000Base-T Status Reg */
  564. /* 0x0b - 0x0e: reserved */
  565. #define PHY_BCOM_EXT_STAT 0x0f /* 16 bit ro Extended Status Reg */
  566. #define PHY_BCOM_P_EXT_CTRL 0x10 /* 16 bit r/w PHY Extended Ctrl Reg */
  567. #define PHY_BCOM_P_EXT_STAT 0x11 /* 16 bit ro PHY Extended Stat Reg */
  568. #define PHY_BCOM_RE_CTR 0x12 /* 16 bit r/w Receive Error Counter */
  569. #define PHY_BCOM_FC_CTR 0x13 /* 16 bit r/w False Carr Sense Cnt */
  570. #define PHY_BCOM_RNO_CTR 0x14 /* 16 bit r/w Receiver NOT_OK Cnt */
  571. /* 0x15 - 0x17: reserved */
  572. #define PHY_BCOM_AUX_CTRL 0x18 /* 16 bit r/w Auxiliary Control Reg */
  573. #define PHY_BCOM_AUX_STAT 0x19 /* 16 bit ro Auxiliary Stat Summary*/
  574. #define PHY_BCOM_INT_STAT 0x1a /* 16 bit ro Interrupt Status Reg */
  575. #define PHY_BCOM_INT_MASK 0x1b /* 16 bit r/w Interrupt Mask Reg */
  576. /* 0x1c: reserved */
  577. /* 0x1d - 0x1f: test registers */
  578. /*----------------------------------------------------------------------------*/
  579. /*
  580.  * Level One-PHY Registers, indirect addressed over XMAC
  581.  */
  582. #define PHY_LONE_CTRL 0x00 /* 16 bit r/w PHY Control Register */
  583. #define PHY_LONE_STAT 0x01 /* 16 bit ro PHY Status Register */
  584. #define PHY_LONE_ID0 0x02 /* 16 bit ro PHY ID0 Register */
  585. #define PHY_LONE_ID1 0x03 /* 16 bit ro PHY ID1 Register */
  586. #define PHY_LONE_AUNE_ADV 0x04 /* 16 bit r/w Autoneg Advertisement */
  587. #define PHY_LONE_AUNE_LP 0x05 /* 16 bit ro Link Part Ability Reg */
  588. #define PHY_LONE_AUNE_EXP 0x06 /* 16 bit ro Autoneg Expansion Reg */
  589. #define PHY_LONE_NEPG 0x07 /* 16 bit r/w Next Page Register */
  590. #define PHY_LONE_NEPG_LP 0x08 /* 16 bit ro Next Page Link Partner*/
  591. /* Level One-specific registers */
  592. #define PHY_LONE_1000T_CTRL 0x09 /* 16 bit r/w 1000Base-T Control Reg*/
  593. #define PHY_LONE_1000T_STAT 0x0a /* 16 bit ro 1000Base-T Status Reg */
  594. /* 0x0b -0x0e: reserved */
  595. #define PHY_LONE_EXT_STAT 0x0f /* 16 bit ro Extended Status Reg */
  596. #define PHY_LONE_PORT_CFG 0x10 /* 16 bit r/w Port Configuration Reg*/
  597. #define PHY_LONE_Q_STAT 0x11 /* 16 bit ro Quick Status Reg */
  598. #define PHY_LONE_INT_ENAB 0x12 /* 16 bit r/w Interrupt Enable Reg */
  599. #define PHY_LONE_INT_STAT 0x13 /* 16 bit ro Interrupt Status Reg */
  600. #define PHY_LONE_LED_CFG 0x14 /* 16 bit r/w LED Configuration Reg */
  601. #define PHY_LONE_PORT_CTRL 0x15 /* 16 bit r/w Port Control Reg */
  602. #define PHY_LONE_CIM 0x16 /* 16 bit ro CIM Reg */
  603. /* 0x17 -0x1c: reserved */
  604. /*----------------------------------------------------------------------------*/
  605. /*
  606.  * National-PHY Registers, indirect addressed over XMAC
  607.  */
  608. #define PHY_NAT_CTRL 0x00 /* 16 bit r/w PHY Control Register */
  609. #define PHY_NAT_STAT 0x01 /* 16 bit r/w PHY Status Register */
  610. #define PHY_NAT_ID0 0x02 /* 16 bit ro PHY ID0 Register */
  611. #define PHY_NAT_ID1 0x03 /* 16 bit ro PHY ID1 Register */
  612. #define PHY_NAT_AUNE_ADV 0x04 /* 16 bit r/w Autonegotiation Advertisement */
  613. #define PHY_NAT_AUNE_LP 0x05 /* 16 bit ro Link Partner Ability Reg */
  614. #define PHY_NAT_AUNE_EXP 0x06 /* 16 bit ro Autonegotiation Expansion Reg */
  615. #define PHY_NAT_NEPG 0x07 /* 16 bit r/w Next Page Register */
  616. #define PHY_NAT_NEPG_LP 0x08 /* 16 bit ro Next Page Link Partner Reg */
  617. /* National-specific registers */
  618. #define PHY_NAT_1000T_CTRL 0x09 /* 16 bit r/w 1000Base-T Control Reg */
  619. #define PHY_NAT_1000T_STAT 0x0a /* 16 bit ro 1000Base-T Status Reg */
  620. /* 0x0b -0x0e: reserved */
  621. #define PHY_NAT_EXT_STAT 0x0f /* 16 bit ro Extended Status Register */
  622. #define PHY_NAT_EXT_CTRL1 0x10 /* 16 bit ro Extended Control Reg1 */
  623. #define PHY_NAT_Q_STAT1 0x11 /* 16 bit ro Quick Status Reg1 */
  624. #define PHY_NAT_10B_OP 0x12 /* 16 bit ro 10Base-T Operations Reg */
  625. #define PHY_NAT_EXT_CTRL2 0x13 /* 16 bit ro Extended Control Reg1 */
  626. #define PHY_NAT_Q_STAT2 0x14 /* 16 bit ro Quick Status Reg2 */
  627. /* 0x15 -0x18: reserved */
  628. #define PHY_NAT_PHY_ADDR 0x19 /* 16 bit ro PHY Address Register */
  629. /*----------------------------------------------------------------------------*/
  630. /*
  631.  * PHY bit definitions
  632.  * Bits defined as PHY_X_..., PHY_B_..., PHY_L_... or PHY_N_... are
  633.  * Xmac/Broadcom/LevelOne/National-specific.
  634.  * All other are general.
  635.  */
  636. /***** PHY_XMAC_CTRL 16 bit r/w PHY Control Register *****/
  637. /***** PHY_BCOM_CTRL 16 bit r/w PHY Control Register *****/
  638. /***** PHY_LONE_CTRL 16 bit r/w PHY Control Register *****/
  639. #define PHY_CT_RESET (1<<15) /* Bit 15: (sc) clear all PHY releated regs */
  640. #define PHY_CT_LOOP (1<<14) /* Bit 14: enable Loopback over PHY */
  641. #define PHY_CT_SPS_LSB (1<<13) /* Bit 13: (BC,L1) Speed select, lower bit */
  642. #define PHY_CT_ANE (1<<12) /* Bit 12: Autonegotiation Enabled */
  643. #define PHY_CT_PDOWN (1<<11) /* Bit 11: (BC,L1) Power Down Mode */
  644. #define PHY_CT_ISOL (1<<10) /* Bit 10: (BC,L1) Isolate Mode */
  645. #define PHY_CT_RE_CFG (1<<9) /* Bit 9: (sc) Restart Autonegotiation */
  646. #define PHY_CT_DUP_MD (1<<8) /* Bit 8: Duplex Mode */
  647. #define PHY_CT_COL_TST (1<<7) /* Bit 7: (BC,L1) Collsion Test enabled */
  648. #define PHY_CT_SPS_MSB (1<<6) /* Bit 6: (BC,L1) Speed select, upper bit */
  649. /* Bit 5..0: reserved */
  650. #define PHY_B_CT_SP1000 (1<<6) /* Bit  6: enable speed of 1000 MBit/s */
  651. #define PHY_B_CT_SP100 (1<<13) /* Bit 13: enable speed of  100 MBit/s */
  652. #define PHY_B_CT_SP10 (0) /* Bit 6/13 not set, speed of  10 MBit/s */
  653. #define PHY_L_CT_SP1000 (1<<6) /* Bit  6:      enable speed of 1000 MBit/s */
  654. #define PHY_L_CT_SP100 (1<<13) /* Bit 13:      enable speed of  100 MBit/s */
  655. #define PHY_L_CT_SP10 (0) /* Bit 6/13 not set,    speed of  10 MBit/s */
  656. /***** PHY_XMAC_STAT 16 bit r/w PHY Status Register *****/
  657. /***** PHY_BCOM_STAT 16 bit r/w PHY Status Register *****/
  658. /***** PHY_LONE_STAT 16 bit r/w PHY Status Register *****/
  659. /* Bit 15..9: reserved */
  660. /* (BC/L1) 100/10 MBit/s cap bits ignored*/
  661. #define PHY_ST_EXT_ST (1<<8) /* Bit 8: Extended Status Present */
  662. /* Bit 7: reserved */
  663. #define PHY_ST_PRE_SUB (1<<6) /* Bit 6: (BC/L1) preamble suppression */
  664. #define PHY_ST_AN_OVER (1<<5) /* Bit 5: Autonegotiation Over */
  665. #define PHY_ST_REM_FLT (1<<4) /* Bit 4: Remode Fault Condition Occured*/
  666. #define PHY_ST_AN_CAP (1<<3) /* Bit 3: Autonegotiation Capability */
  667. #define PHY_ST_LSYNC (1<<2) /* Bit 2: Link Synchronized */
  668. #define PHY_ST_JAP_DET (1<<1) /* Bit 1: (BC/L1) Japper Detected */
  669. #define PHY_ST_EXT_REG (1<<0) /* Bit 0: Extended Register available */
  670. /* PHY_XMAC_ID1 16 bit ro PHY ID1 Register */
  671. /* PHY_BCOM_ID1 16 bit ro PHY ID1 Register */
  672. /* PHY_LONE_ID1 16 bit ro PHY ID1 Register */
  673. #define PHY_I1_OUI (0x3f<<10) /* Bit 15..10: Organiz. Unique ID */
  674. #define PHY_I1_MOD_NUM (0x3f<<4) /* Bit 9.. 4: Model Number */
  675. #define PHY_I1_REV (0x0f<<0) /* Bit 3.. 0: Revision Number */
  676. /***** PHY_XMAC_AUNE_ADV 16 bit r/w Autoneg Advertisement *****/
  677. /***** PHY_XMAC_AUNE_LP 16 bit ro Link Partner Ability Reg *****/
  678. #define PHY_AN_NXT_PG (1<<15) /* Bit 15: Request Next Page */
  679. #define PHY_X_AN_ACK (1<<14) /* Bit 14: (ro) Acknowledge Received */
  680. #define PHY_X_AN_RFB (3<<12) /* Bit 13..12: Remode Fault Bits */
  681. /* Bit 11.. 9: reserved */
  682. #define PHY_X_AN_PAUSE (3<<7) /* Bit 8.. 7: Pause Bits */
  683. #define PHY_X_AN_HD (1<<6) /* Bit 6: Half Duplex */
  684. #define PHY_X_AN_FD (1<<5) /* Bit 5: Full Duplex */
  685. /* Bit 4.. 0: reserved */
  686. /***** PHY_BCOM_AUNE_ADV 16 bit r/w Autoneg Advertisement *****/
  687. /***** PHY_BCOM_AUNE_LP 16 bit ro Link Partner Ability Reg *****/
  688. /* PHY_AN_NXT_PG (see XMAC) Bit 15: Request Next Page */
  689. /* Bit 14: reserved */
  690. #define PHY_B_AN_RF (1<<13) /* Bit 13: Remote Fault */
  691. /* Bit 12: reserved */
  692. #define PHY_B_AN_ASP (1<<11) /* Bit 11: Asymetric Pause */
  693. #define PHY_B_AN_PC (1<<10) /* Bit 10: Pause Capable */
  694. /* Bit 9..5: 100/10 BT cap bits ingnored */
  695. #define PHY_B_AN_SEL (0x1f<<0)/* Bit 4..0: Selector Field, 00001=Ethernet*/
  696. /***** PHY_LONE_AUNE_ADV 16 bit r/w Autoneg Advertisement *****/
  697. /***** PHY_LONE_AUNE_LP 16 bit ro Link Partner Ability Reg *****/
  698. /* PHY_AN_NXT_PG (see XMAC) Bit 15: Request Next Page */
  699. /* Bit 14: reserved */
  700. #define PHY_L_AN_RF (1<<13) /* Bit 13: Remote Fault */
  701. /* Bit 12: reserved */
  702. #define PHY_L_AN_ASP (1<<11) /* Bit 11: Asymetric Pause */
  703. #define PHY_L_AN_PC (1<<10) /* Bit 10: Pause Capable */
  704. /* Bit 9..5: 100/10 BT cap bits ingnored */
  705. #define PHY_L_AN_SEL (0x1f<<0)/* Bit 4..0: Selector Field, 00001=Ethernet*/
  706. /***** PHY_NAT_AUNE_ADV 16 bit r/w Autoneg Advertisement *****/
  707. /***** PHY_NAT_AUNE_LP 16 bit ro Link Partner Ability Reg *****/
  708. /* PHY_AN_NXT_PG (see XMAC) Bit 15: Request Next Page */
  709. /* Bit 14: reserved */
  710. #define PHY_N_AN_RF (1<<13) /* Bit 13: Remote Fault */
  711. /* Bit 12: reserved */
  712. #define PHY_N_AN_100F (1<<11) /* Bit 11: 100Base-T2 FD Support */
  713. #define PHY_N_AN_100H (1<<10) /* Bit 10: 100Base-T2 HD Support */
  714. /* Bit 9..5: 100/10 BT cap bits ingnored */
  715. #define PHY_N_AN_SEL (0x1f<<0)/* Bit 4..0: Selector Field, 00001=Ethernet*/
  716. /* field type definition for PHY_x_AN_SEL */
  717. #define PHY_SEL_TYPE 0x01 /* 00001 = Ethernet */
  718. /***** PHY_XMAC_AUNE_EXP 16 bit ro Autoneg Expansion Reg *****/
  719. /* Bit 15..4: reserved */
  720. #define PHY_AN_LP_NP (1<<3) /* Bit 3: Link Partner can Next Page */
  721. #define PHY_AN_LOC_NP (1<<2) /* Bit 2: Local PHY can Next Page */
  722. #define PHY_AN_RX_PG (1<<1) /* Bit 1: Page Received */
  723. /* Bit 0: reserved */
  724. /***** PHY_BCOM_AUNE_EXP 16 bit ro Autoneg Expansion Reg *****/
  725. /* Bit 15..5: reserved */
  726. #define PHY_B_AN_PDF (1<<4) /* Bit 4: Parallel Detection Fault */
  727. /* PHY_AN_LP_NP (see XMAC) Bit 3: Link Partner can Next Page */
  728. /* PHY_AN_LOC_NP (see XMAC) Bit 2: Local PHY can Next Page */
  729. /* PHY_AN_RX_PG (see XMAC) Bit 1: Page Received */
  730. #define PHY_B_AN_LP_CAP (1<<0) /* Bit 0: Link Partner Autoneg Cap. */ 
  731. /***** PHY_LONE_AUNE_EXP 16 bit ro Autoneg Expansion Reg *****/
  732. #define PHY_L_AN_BP (1<<5) /* Bit 5: Base Page Indication */
  733. #define PHY_L_AN_PDF (1<<4) /* Bit 4: Parallel Detection Fault */
  734. /* PHY_AN_LP_NP (see XMAC) Bit 3: Link Partner can Next Page */
  735. /* PHY_AN_LOC_NP (see XMAC) Bit 2: Local PHY can Next Page */
  736. /* PHY_AN_RX_PG (see XMAC) Bit 1: Page Received */
  737. #define PHY_B_AN_LP_CAP (1<<0) /* Bit 0: Link Partner Autoneg Cap. */ 
  738. /***** PHY_XMAC_NEPG 16 bit r/w Next Page Register *****/
  739. /***** PHY_BCOM_NEPG 16 bit r/w Next Page Register *****/
  740. /***** PHY_LONE_NEPG 16 bit r/w Next Page Register *****/
  741. /***** PHY_XMAC_NEPG_LP 16 bit ro Next Page Link Partner *****/
  742. /***** PHY_BCOM_NEPG_LP 16 bit ro Next Page Link Partner *****/
  743. /***** PHY_LONE_NEPG_LP 16 bit ro Next Page Link Partner *****/
  744. #define PHY_NP_MORE (1<<15) /* Bit 15: More, Next Pages to follow */
  745. #define PHY_NP_ACK1 (1<<14) /* Bit 14: (ro) Ack 1, for receiving a message*/
  746. #define PHY_NP_MSG_VAL (1<<13) /* Bit 13: Message Page valid */
  747. #define PHY_NP_ACK2 (1<<12) /* Bit 12: Ack 2, comply with msg content*/
  748. #define PHY_NP_TOG (1<<11) /* Bit 11: Toggle Bit, ensure sync */
  749. #define PHY_NP_MSG 0x07ff /* Bit 10..0: Message from/to Link Partner */
  750. /*
  751.  * XMAC-Specific
  752.  */
  753. /***** PHY_XMAC_EXT_STAT 16 bit r/w Extended Status Register *****/
  754. #define PHY_X_EX_FD (1<<15) /* Bit 15: Device Supports Full Duplex */
  755. #define PHY_X_EX_HD (1<<14) /* Bit 14: Device Supports Half Duplex */
  756. /* Bit 13..0: reserved */
  757. /***** PHY_XMAC_RES_ABI 16 bit ro PHY Resolved Ability *****/
  758. /* Bit 15..9: reserved */
  759. #define PHY_X_RS_PAUSE (3<<7) /* Bit 8..7: selected Pause Mode */
  760. #define PHY_X_RS_HD (1<<6) /* Bit 6: Half Duplex Mode selected */
  761. #define PHY_X_RS_FD (1<<5) /* Bit 5: Full Duplex Mode selected */
  762. #define PHY_X_RS_ABLMIS (1<<4) /* Bit 4: duplex or pause cap mismatch */
  763. #define PHY_X_RS_PAUMIS (1<<3) /* Bit 3: pause capability missmatch */
  764. /* Bit 2..0: reserved */
  765. /*
  766.  * Remote Fault Bits (PHY_X_AN_RFB) encoding
  767.  */
  768. #define X_RFB_OK (0<<12) /* Bit 12..13 No errors, Link OK */
  769. #define X_RFB_LF (1<<12) /* Bit 12..13 Link Failure */
  770. #define X_RFB_OFF (2<<12) /* Bit 12..13 Offline */
  771. #define X_RFB_AN_ERR (3<<12) /* Bit 12..13 Autonegotiation Error */
  772. /*
  773.  * Pause Bits (PHY_X_AN_PAUSE and PHY_X_RS_PAUSE) encoding
  774.  */
  775. #define PHY_X_P_NO_PAUSE (0<<7) /* Bit 8..7: no Pause Mode */
  776. #define PHY_X_P_SYM_MD (1<<7) /* Bit 8..7: symmetric Pause Mode */
  777. #define PHY_X_P_ASYM_MD (2<<7) /* Bit 8..7: asymmetric Pause Mode */
  778. #define PHY_X_P_BOTH_MD (3<<7) /* Bit 8..7: both Pause Mode */
  779. /*
  780.  * Broadcom-Specific
  781.  */
  782. /***** PHY_BCOM_1000T_CTRL 16 bit r/w 1000Base-T Control Reg *****/
  783. #define PHY_B_1000C_TEST (7<<13) /* Bit 15..13: Test Modes */
  784. #define PHY_B_1000C_MSE (1<<12) /* Bit 12: Master/Slave Enable */
  785. #define PHY_B_1000C_MSC (1<<11) /* Bit 11: M/S Configuration */
  786. #define PHY_B_1000C_RD (1<<10) /* Bit 10: Repeater/DTE */
  787. #define PHY_B_1000C_AFD (1<<9) /* Bit 9: Advertise Full Duplex */
  788. #define PHY_B_1000C_AHD (1<<8) /* Bit 8: Advertise Half Duplex */
  789. /* Bit 7..0: reserved */
  790. /***** PHY_BCOM_1000T_STAT 16 bit ro 1000Base-T Status Reg *****/
  791. #define PHY_B_1000S_MSF (1<<15) /* Bit 15: Master/Slave Fault */
  792. #define PHY_B_1000S_MSR (1<<14) /* Bit 14: Master/Slave Result */
  793. #define PHY_B_1000S_LRS (1<<13) /* Bit 13: Local Receiver Status */
  794. #define PHY_B_1000S_RRS (1<<12) /* Bit 12: Remote Receiver Status */
  795. #define PHY_B_1000S_LP_FD (1<<11) /* Bit 11: Link Partner can FD */
  796. #define PHY_B_1000S_LP_HD (1<<10) /* Bit 10: Link Partner can HD */
  797. /* Bit 9..8: reserved */
  798. #define PHY_B_1000S_IEC (255<<0)/* Bit 7..0: Idle Error Count */
  799. /***** PHY_BCOM_EXT_STAT 16 bit ro Extended Status Register *****/
  800. #define PHY_B_ES_X_FD_CAP (1<<15) /* Bit 15: 1000Base-X FD capable */
  801. #define PHY_B_ES_X_HD_CAP (1<<14) /* Bit 14: 1000Base-X HD capable */
  802. #define PHY_B_ES_T_FD_CAP (1<<13) /* Bit 13: 1000Base-T FD capable */
  803. #define PHY_B_ES_T_HD_CAP (1<<12) /* Bit 12: 1000Base-T HD capable */
  804. /* Bit 11..0: reserved */
  805. /***** PHY_BCOM_P_EXT_CTRL 16 bit r/w PHY Extended Control Reg *****/
  806. #define PHY_B_PEC_MAC_PHY (1<<15) /* Bit 15: 10BIT/GMI-Interface */
  807. #define PHY_B_PEC_DIS_CROSS (1<<14) /* Bit 14: Disable MDI Crossover */
  808. #define PHY_B_PEC_TX_DIS (1<<13) /* Bit 13: Tx output Disabled */
  809. #define PHY_B_PEC_INT_DIS (1<<12) /* Bit 12: Interrupts Disabled */
  810. #define PHY_B_PEC_F_INT (1<<11) /* Bit 11: Force Interrupt */
  811. #define PHY_B_PEC_BY_45 (1<<10) /* Bit 10: Bypass 4B5B-Decoder */
  812. #define PHY_B_PEC_BY_SCR (1<<9) /* Bit  9: Bypass Scrambler */
  813. #define PHY_B_PEC_BY_MLT3 (1<<8) /* Bit  8: Bypass MLT3 Encoder */
  814. #define PHY_B_PEC_BY_RXA (1<<7) /* Bit  7: Bypass Rx Alignm. */
  815. #define PHY_B_PEC_RES_SCR (1<<6) /* Bit  6: Reset Scrambler */
  816. #define PHY_B_PEC_EN_LTR (1<<5) /* Bit  5: Ena LED Traffic Mode */
  817. #define PHY_B_PEC_LED_ON (1<<4) /* Bit  4: Force LED's on */
  818. #define PHY_B_PEC_LED_OFF (1<<3) /* Bit  3: Force LED's off */
  819. #define PHY_B_PEC_EX_IPG (1<<2) /* Bit  2: Extend Tx IPG Mode */
  820. #define PHY_B_PEC_3_LED (1<<1) /* Bit  1: Three Link LED mode */
  821. #define PHY_B_PEC_HIGH_LA (1<<0) /* Bit  0: GMII Fifo Elasticy */
  822. /***** PHY_BCOM_P_EXT_STAT 16 bit ro PHY Extended Status Reg *****/
  823. /* Bit 15..14: reserved */
  824. #define PHY_B_PES_CROSS_STAT (1<<13) /* Bit 13: MDI Crossover Status */
  825. #define PHY_B_PES_INT_STAT (1<<12) /* Bit 12: Interrupt Status */
  826. #define PHY_B_PES_RRS (1<<11) /* Bit 11: Remote Receiver Stat. */
  827. #define PHY_B_PES_LRS (1<<10) /* Bit 10: Local Receiver Stat. */
  828. #define PHY_B_PES_LOCKED (1<<9) /* Bit  9: Locked */
  829. #define PHY_B_PES_LS (1<<8) /* Bit  8: Link Status */
  830. #define PHY_B_PES_RF (1<<7) /* Bit  7: Remote Fault */
  831. #define PHY_B_PES_CE_ER (1<<6) /* Bit  6: Carrier Ext Error */
  832. #define PHY_B_PES_BAD_SSD (1<<5) /* Bit  5: Bad SSD */
  833. #define PHY_B_PES_BAD_ESD (1<<4) /* Bit  4: Bad ESD */
  834. #define PHY_B_PES_RX_ER (1<<3) /* Bit  3: Receive Error */
  835. #define PHY_B_PES_TX_ER (1<<2) /* Bit  2: Transmit Error */
  836. #define PHY_B_PES_LOCK_ER (1<<1) /* Bit  1: Lock Error */
  837. #define PHY_B_PES_MLT3_ER (1<<0) /* Bit  0: MLT3 code Error */
  838. /***** PHY_BCOM_FC_CTR 16 bit r/w False Carrier Counter *****/
  839. /* Bit 15..8: reserved */
  840. #define PHY_B_FC_CTR (255<<0)/* Bit 7..0: False Carrier Counter */
  841. /***** PHY_BCOM_RNO_CTR 16 bit r/w Receive NOT_OK Counter *****/
  842. #define PHY_B_RC_LOC (255<<8)/* Bit 15..8: Local Rx NOT_OK cnt */
  843. #define PHY_B_RC_REM (255<<0)/* Bit  7..0: Remote Rx NOT_OK cnt */
  844. /***** PHY_BCOM_AUX_CTRL 16 bit r/w Auxiliary Control Reg *****/
  845. #define PHY_B_AC_L_SQE (1<<15) /* Bit 15: Low Squelch */
  846. #define PHY_B_AC_LONG_PACK (1<<14) /* Bit 14: Rx Long Packets */
  847. #define PHY_B_AC_ER_CTRL (3<<12) /* Bit 13..12: Edgerate Control */
  848. /* Bit 11: reserved */
  849. #define PHY_B_AC_TX_TST (1<<10) /* Bit 10: tx test bit, always 1 */
  850. /* Bit  9.. 8: reserved */
  851. #define PHY_B_AC_DIS_PRF (1<<7) /* Bit  7: dis part resp filter */
  852. /* Bit  6: reserved */
  853. #define PHY_B_AC_DIS_PM (1<<5) /* Bit  5: dis power management */
  854. /* Bit  4: reserved */
  855. #define PHY_B_AC_DIAG (1<<3) /* Bit  3: Diagnostic Mode */
  856. /* Bit  2.. 0: reserved */
  857. /***** PHY_BCOM_AUX_STAT 16 bit ro Auxiliary Status Reg *****/
  858. #define PHY_B_AS_AN_C (1<<15) /* Bit 15: AutoNeg complete */
  859. #define PHY_B_AS_AN_CA (1<<14) /* Bit 14: AN Complete Ack */
  860. #define PHY_B_AS_ANACK_D (1<<13) /* Bit 13: AN Ack Detect */
  861. #define PHY_B_AS_ANAB_D (1<<12) /* Bit 12: AN Ability Detect */
  862. #define PHY_B_AS_NPW (1<<11) /* Bit 11: AN Next Page Wait */
  863. #define PHY_B_AS_AN_RES (7<<8) /* Bit 10..8: AN HDC */
  864. #define PHY_B_AS_PDF (1<<7) /* Bit  7: Parallel Detect. Fault*/
  865. #define PHY_B_AS_RF (1<<6) /* Bit  6: Remote Fault */
  866. #define PHY_B_AS_ANP_R (1<<5) /* Bit  5: AN Page Received */
  867. #define PHY_B_AS_LP_ANAB (1<<4) /* Bit  4: LP AN Ability */
  868. #define PHY_B_AS_LP_NPAB (1<<3) /* Bit  3: LP Next Page Ability */
  869. #define PHY_B_AS_LS (1<<2) /* Bit  2: Link Status */
  870. #define PHY_B_AS_PRR (1<<1) /* Bit  1: Pause Resolution-Rx */
  871. #define PHY_B_AS_PRT (1<<0) /* Bit  0: Pause Resolution-Tx */
  872. /***** PHY_BCOM_INT_STAT 16 bit ro Interrupt Status Reg *****/
  873. /***** PHY_BCOM_INT_MASK 16 bit r/w Interrupt Mask Reg *****/
  874. /* Bit 15: reserved */
  875. #define PHY_B_IS_PSE (1<<14) /* Bit 14: Pair Swap Error */
  876. #define PHY_B_IS_MDXI_SC (1<<13) /* Bit 13: MDIX Status Change */
  877. #define PHY_B_IS_HCT (1<<12) /* Bit 12: counter above 32k */
  878. #define PHY_B_IS_LCT (1<<11) /* Bit 11: counter above 128 */
  879. #define PHY_B_IS_AN_PR (1<<10) /* Bit 10: Page Received */
  880. #define PHY_B_IS_NO_HDCL (1<<9) /* Bit  9: No HCD Link */
  881. #define PHY_B_IS_NO_HDC (1<<8) /* Bit  8: No HCD */
  882. #define PHY_B_IS_NEG_USHDC (1<<7) /* Bit  7: Negotiated Unsup. HCD */
  883. #define PHY_B_IS_SCR_S_ER (1<<6) /* Bit  6: Scrambler Sync Error */
  884. #define PHY_B_IS_RRS_CHANGE (1<<5) /* Bit  5: Remote Rx Stat Change */
  885. #define PHY_B_IS_LRS_CHANGE (1<<4) /* Bit  4: Local Rx Stat Change */
  886. #define PHY_B_IS_DUP_CHANGE (1<<3) /* Bit  3: Duplex Mode Change */
  887. #define PHY_B_IS_LSP_CHANGE (1<<2) /* Bit  2: Link Speed Change */
  888. #define PHY_B_IS_LST_CHANGE (1<<1) /* Bit  1: Link Status Changed */
  889. #define PHY_B_IS_CRC_ER (1<<0) /* Bit  0: CRC Error */
  890. #define PHY_B_DEF_MSK (~(PHY_B_IS_AN_PR | PHY_B_IS_LST_CHANGE))
  891. /*
  892.  * Pause Bits (PHY_B_AN_ASP and PHY_B_AN_PC) encoding
  893.  */
  894. #define PHY_B_P_NO_PAUSE (0<<10) /* Bit 11..10: no Pause Mode */
  895. #define PHY_B_P_SYM_MD (1<<10) /* Bit 11..10: symmetric Pause Mode */
  896. #define PHY_B_P_ASYM_MD (2<<10) /* Bit 11..10: asymmetric Pause Mode */
  897. #define PHY_B_P_BOTH_MD (3<<10) /* Bit 11..10: both Pause Mode */
  898. /*
  899.  * Resolved Duplex mode and Capabilities (Aux Status Summary Reg)
  900.  */
  901. #define PHY_B_RES_1000FD (7<<8) /* Bit 10..8: 1000Base-T Full Dup. */
  902. #define PHY_B_RES_1000HD (6<<8) /* Bit 10..8: 1000Base-T Half Dup. */
  903. /* others: 100/10: invalid for us */
  904. /*
  905.  * Level One-Specific
  906.  */
  907. /***** PHY_LONE_1000T_CTRL 16 bit r/w 1000Base-T Control Reg *****/
  908. #define PHY_L_1000C_TEST (7<<13) /* Bit 15..13: Test Modes */
  909. #define PHY_L_1000C_MSE (1<<12) /* Bit 12: Master/Slave Enable */
  910. #define PHY_L_1000C_MSC (1<<11) /* Bit 11: M/S Configuration */
  911. #define PHY_L_1000C_RD (1<<10) /* Bit 10: Repeater/DTE */
  912. #define PHY_L_1000C_AFD (1<<9) /* Bit 9: Advertise Full Duplex */
  913. #define PHY_L_1000C_AHD (1<<8) /* Bit 8: Advertise Half Duplex */
  914. /* Bit 7..0: reserved */
  915. /***** PHY_LONE_1000T_STAT 16 bit ro 1000Base-T Status Reg *****/
  916. #define PHY_L_1000S_MSF (1<<15) /* Bit 15: Master/Slave Fault */
  917. #define PHY_L_1000S_MSR (1<<14) /* Bit 14: Master/Slave Result */
  918. #define PHY_L_1000S_LRS (1<<13) /* Bit 13: Local Receiver Status */
  919. #define PHY_L_1000S_RRS (1<<12) /* Bit 12: Remote Receiver Status*/
  920. #define PHY_L_1000S_LP_FD (1<<11) /* Bit 11: Link Partner can FD */
  921. #define PHY_L_1000S_LP_HD (1<<10) /* Bit 10: Link Partner can HD */
  922. /* Bit 9..8: reserved */
  923. #define PHY_B_1000S_IEC (255<<0)/* Bit 7..0: Idle Error Count */
  924. /***** PHY_LONE_EXT_STAT 16 bit ro Extended Status Register *****/
  925. #define PHY_L_ES_X_FD_CAP (1<<15) /* Bit 15: 1000Base-X FD capable */
  926. #define PHY_L_ES_X_HD_CAP (1<<14) /* Bit 14: 1000Base-X HD capable */
  927. #define PHY_L_ES_T_FD_CAP (1<<13) /* Bit 13: 1000Base-T FD capable */
  928. #define PHY_L_ES_T_HD_CAP (1<<12) /* Bit 12: 1000Base-T HD capable */
  929. /* Bit 11..0: reserved */
  930. /***** PHY_LONE_PORT_CFG 16 bit r/w Port Configuration Reg *****/
  931. #define PHY_L_PC_REP_MODE (1<<15) /* Bit 15: Repeater Mode */
  932. /* Bit 14: reserved */
  933. #define PHY_L_PC_TX_DIS (1<<13) /* Bit 13: Tx output Disabled */
  934. #define PHY_L_PC_BY_SCR (1<<12) /* Bit 12: Bypass Scrambler */
  935. #define PHY_L_PC_BY_45 (1<<11) /* Bit 11: Bypass 4B5B-Decoder */
  936. #define PHY_L_PC_JAB_DIS (1<<10) /* Bit 10: Jabber Disabled */
  937. #define PHY_L_PC_SQE (1<<9) /* Bit 9: Enable Heartbeat */
  938. #define PHY_L_PC_TP_LOOP (1<<8) /* Bit 8: TP Loopback */
  939. #define PHY_L_PC_SSS (1<<7) /* Bit 7: Smart Speed Selection */
  940. #define PHY_L_PC_FIFO_SIZE (1<<6) /* Bit 6: FIFO Size */
  941. #define PHY_L_PC_PRE_EN (1<<5) /* Bit 5: Preamble Enable */
  942. #define PHY_L_PC_CIM (1<<4) /* Bit 4: Carrier Integrity Mon */
  943. #define PHY_L_PC_10_SER (1<<3) /* Bit 3: Use Serial Output */
  944. #define PHY_L_PC_ANISOL (1<<2) /* Bit 2: Unisolate Port */
  945. #define PHY_L_PC_TEN_BIT (1<<1) /* Bit 1: 10bit iface mode on */
  946. #define PHY_L_PC_ALTCLOCK (1<<0) /* Bit 0: (ro) ALTCLOCK Mode on */
  947. /***** PHY_LONE_Q_STAT 16 bit ro Quick Status Reg *****/
  948. #define PHY_L_QS_D_RATE (3<<14) /* Bit 15..14: Data Rate */
  949. #define PHY_L_QS_TX_STAT (1<<13) /* Bit 13: Transmitting */
  950. #define PHY_L_QS_RX_STAT (1<<12) /* Bit 12: Receiving */
  951. #define PHY_L_QS_COL_STAT (1<<11) /* Bit 11: Collision */
  952. #define PHY_L_QS_L_STAT (1<<10) /* Bit 10: Link is up */
  953. #define PHY_L_QS_DUP_MOD (1<<9) /* Bit 9: Full/Half Duplex */
  954. #define PHY_L_QS_AN (1<<8) /* Bit 8: AutoNeg is On */
  955. #define PHY_L_QS_AN_C (1<<7) /* Bit 7: AN is Complete */
  956. #define PHY_L_QS_LLE (7<<4) /* Bit 6: Line Length Estim. */
  957. #define PHY_L_QS_PAUSE (1<<3) /* Bit 3: LP advertised Pause */
  958. #define PHY_L_QS_AS_PAUSE (1<<2) /* Bit 2: LP adv. asym. Pause */
  959. #define PHY_L_QS_ISOLATE (1<<1) /* Bit 1: CIM Isolated */
  960. #define PHY_L_QS_EVENT (1<<0) /* Bit 0: Event has occurred */
  961. /***** PHY_LONE_INT_ENAB 16 bit r/w Interrupt Enable Reg *****/
  962. /***** PHY_LONE_INT_STAT 16 bit ro Interrupt Status Reg *****/
  963. /* Bit 15..14: reserved */
  964. #define PHY_L_IS_AN_F (1<<13) /* Bit 13: Autoneg fault */
  965. /* Bit 12: not described */
  966. #define PHY_L_IS_CROSS (1<<11) /* Bit 11: Crossover used */
  967. #define PHY_L_IS_POL (1<<10) /* Bit 10: Polarity correct. used*/
  968. #define PHY_L_IS_SS (1<<9) /* Bit 9: Smart Speed Downgrade*/
  969. #define PHY_L_IS_CFULL (1<<8) /* Bit 8: Counter Full */
  970. #define PHY_L_IS_AN_C (1<<7) /* Bit 7: AutoNeg Complete */
  971. #define PHY_L_IS_SPEED (1<<6) /* Bit 6: Speed Changed */
  972. #define PHY_L_IS_DUP (1<<5) /* Bit 5: Duplex Changed */
  973. #define PHY_L_IS_LS (1<<4) /* Bit 4: Link Status Changed */
  974. #define PHY_L_IS_ISOL (1<<3) /* Bit 3: Isolate Occured */
  975. #define PHY_L_IS_MDINT (1<<2) /* Bit 2: (ro) STAT: MII Int Pending */
  976. #define PHY_L_IS_INTEN (1<<1) /* Bit 1: ENAB: Enable IRQs */
  977. #define PHY_L_IS_FORCE (1<<0) /* Bit 0: ENAB: Force Interrupt */
  978. /* int. mask */
  979. #define PHY_L_DEF_MSK (PHY_L_IS_LS | PHY_L_IS_ISOL | PHY_L_IS_INTEN)
  980. /***** PHY_LONE_LED_CFG 16 bit r/w LED Configuration Reg *****/
  981. #define PHY_L_LC_LEDC (3<<14) /* Bit 15..14: Col/Blink/On/Off */
  982. #define PHY_L_LC_LEDR (3<<12) /* Bit 13..12: Rx/Blink/On/Off */
  983. #define PHY_L_LC_LEDT (3<<10) /* Bit 11..10: Tx/Blink/On/Off */
  984. #define PHY_L_LC_LEDG (3<<8) /* Bit 9..8: Giga/Blink/On/Off */
  985. #define PHY_L_LC_LEDS (3<<6) /* Bit 7..6: 10-100/Blink/On/Off */
  986. #define PHY_L_LC_LEDL (3<<4) /* Bit 5..4: Link/Blink/On/Off */
  987. #define PHY_L_LC_LEDF (3<<2) /* Bit 3..2: Duplex/Blink/On/Off */
  988. #define PHY_L_LC_PSTRECH (1<<1) /* Bit 1: Strech LED Pulses */
  989. #define PHY_L_LC_FREQ (1<<0) /* Bit 0: 30/100 ms */
  990. /***** PHY_LONE_PORT_CTRL 16 bit r/w Port Control Reg *****/
  991. #define PHY_L_PC_TX_TCLK (1<<15) /* Bit 15: Enable TX_TCLK */
  992. /* Bit 14: reserved */
  993. #define PHY_L_PC_ALT_NP (1<<13) /* Bit 14: Alternate Next Page */
  994. #define PHY_L_PC_GMII_ALT (1<<12) /* Bit 13: Alternate GMII driver */
  995. /* Bit 11: reserved */
  996. #define PHY_L_PC_TEN_CRS (1<<10) /* Bit 10: Extend CRS*/
  997. /* Bit 9..0: not described */
  998. /***** PHY_LONE_CIM 16 bit ro CIM Reg *****/
  999. #define PHY_L_CIM_ISOL (255<<8)/* Bit 15..8: Isolate Count */
  1000. #define PHY_L_CIM_FALSE_CAR (255<<0)/* Bit  7..0: False Carrier Count */
  1001. /*
  1002.  * Pause Bits (PHY_L_AN_ASP and PHY_L_AN_PC) encoding
  1003.  */
  1004. #define PHY_L_P_NO_PAUSE (0<<10) /* Bit 11..10: no Pause Mode */
  1005. #define PHY_L_P_SYM_MD (1<<10) /* Bit 11..10: symmetric Pause Mode */
  1006. #define PHY_L_P_ASYM_MD (2<<10) /* Bit 11..10: asymmetric Pause Mode */
  1007. #define PHY_L_P_BOTH_MD (3<<10) /* Bit 11..10: both Pause Mode */
  1008. /*
  1009.  * National-Specific
  1010.  */
  1011. /***** PHY_NAT_1000T_CTRL 16 bit r/w 1000Base-T Control Reg *****/
  1012. #define PHY_N_1000C_TEST (7<<13) /* Bit 15..13: Test Modes */
  1013. #define PHY_N_1000C_MSE (1<<12) /* Bit 12: Master/Slave Enable */
  1014. #define PHY_N_1000C_MSC (1<<11) /* Bit 11: M/S Configuration */
  1015. #define PHY_N_1000C_RD (1<<10) /* Bit 10: Repeater/DTE */
  1016. #define PHY_N_1000C_AFD (1<<9) /* Bit 9: Advertise Full Duplex */
  1017. #define PHY_N_1000C_AHD (1<<8) /* Bit 8: Advertise Half Duplex */
  1018. #define PHY_N_1000C_APC (1<<7) /* Bit 7: Asymetric Pause Cap. */
  1019. /* Bit 6..0: reserved */
  1020. /***** PHY_NAT_1000T_STAT 16 bit ro 1000Base-T Status Reg *****/
  1021. #define PHY_N_1000S_MSF (1<<15) /* Bit 15: Master/Slave Fault */
  1022. #define PHY_N_1000S_MSR (1<<14) /* Bit 14: Master/Slave Result */
  1023. #define PHY_N_1000S_LRS (1<<13) /* Bit 13: Local Receiver Status */
  1024. #define PHY_N_1000S_RRS (1<<12) /* Bit 12: Remote Receiver Status*/
  1025. #define PHY_N_1000S_LP_FD (1<<11) /* Bit 11: Link Partner can FD */
  1026. #define PHY_N_1000S_LP_HD (1<<10) /* Bit 10: Link Partner can HD */
  1027. #define PHY_N_1000C_LP_APC (1<<9) /* Bit 9: LP Asym. Pause Cap. */
  1028. /* Bit 8: reserved */
  1029. #define PHY_N_1000S_IEC (255<<0)/* Bit 7..0: Idle Error Count */
  1030. /***** PHY_NAT_EXT_STAT 16 bit ro Extended Status Register *****/
  1031. #define PHY_N_ES_X_FD_CAP (1<<15) /* Bit 15: 1000Base-X FD capable */
  1032. #define PHY_N_ES_X_HD_CAP (1<<14) /* Bit 14: 1000Base-X HD capable */
  1033. #define PHY_N_ES_T_FD_CAP (1<<13) /* Bit 13: 1000Base-T FD capable */
  1034. #define PHY_N_ES_T_HD_CAP (1<<12) /* Bit 12: 1000Base-T HD capable */
  1035. /* Bit 11..0: reserved */
  1036. /* todo: those are still missing */
  1037. /***** PHY_NAT_EXT_CTRL1 16 bit ro Extended Control Reg1 *****/
  1038. /***** PHY_NAT_Q_STAT1 16 bit ro Quick Status Reg1 *****/
  1039. /***** PHY_NAT_10B_OP 16 bit ro 10Base-T Operations Reg *****/
  1040. /***** PHY_NAT_EXT_CTRL2 16 bit ro Extended Control Reg1 *****/
  1041. /***** PHY_NAT_Q_STAT2 16 bit ro Quick Status Reg2 *****/
  1042. /***** PHY_NAT_PHY_ADDR 16 bit ro PHY Address Register *****/
  1043. /* typedefs *******************************************************************/
  1044. /* function prototypes ********************************************************/
  1045. #ifdef __cplusplus
  1046. }
  1047. #endif /* __cplusplus */
  1048. #endif /* __INC_XMAC_H */