xmac_ii.h 82 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738
  1. /******************************************************************************
  2. *
  3. * Name: xmac_ii.h
  4. * Project: GEnesis, PCI Gigabit Ethernet Adapter
  5. * Version: $Revision: 1.46 $
  6. * Date: $Date: 2003/01/28 09:47:45 $
  7. * Purpose: Defines and Macros for Gigabit Ethernet Controller
  8. *
  9. ******************************************************************************/
  10. /******************************************************************************
  11. *
  12. * (C)Copyright 1998-2003 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.46 2003/01/28 09:47:45 rschmidt
  28. * Added defines for copper MDI/MDIX configuration
  29. * Added defines for LED Control Register
  30. * Editorial changes
  31. *
  32. * Revision 1.45 2002/12/10 14:35:13 rschmidt
  33. * Corrected defines for Extended PHY Specific Control
  34. * Added defines for Ext. PHY Specific Ctrl 2 Reg. (Fiber specific)
  35. *
  36. * Revision 1.44 2002/12/09 14:58:41 rschmidt
  37. * Added defines for Ext. PHY Specific Ctrl Reg. (downshift feature)
  38. * Added 'GMR_FS_UN_SIZE'-Bit to Rx GMAC FIFO Flush Mask
  39. *
  40. * Revision 1.43 2002/12/05 10:14:45 rschmidt
  41. * Added define for GMAC's Half Duplex Burst Mode
  42. * Added define for Rx GMAC FIFO Flush Mask (default)
  43. *
  44. * Revision 1.42 2002/11/12 16:48:19 rschmidt
  45. * Added defines for Cable Diagnostic Register (GPHY)
  46. * Editorial changes
  47. *
  48. * Revision 1.41 2002/10/21 11:20:22 rschmidt
  49. * Added bit GMR_FS_GOOD_FC to GMR_FS_ANY_ERR
  50. * Editorial changes
  51. *
  52. * Revision 1.40 2002/10/14 14:54:14 rschmidt
  53. * Added defines for GPHY Specific Status and GPHY Interrupt Status
  54. * Added bits PHY_M_IS_AN_ERROR and PHY_M_IS_FIFO_ERROR to PHY_M_DEF_MSK
  55. * Editorial changes
  56. *
  57. * Revision 1.39 2002/10/10 15:53:44 mkarl
  58. * added some bit definitions for link speed status and LED's
  59. *
  60. * Revision 1.38 2002/08/21 16:23:46 rschmidt
  61. * Added defines for PHY Specific Ctrl Reg
  62. * Editorial changes
  63. *
  64. * Revision 1.37 2002/08/16 14:50:33 rschmidt
  65. * Added defines for Auto-Neg. Advertisement YUKON Fiber (88E1011S only)
  66. * Changed define PHY_M_DEF_MSK for GPHY IRQ Mask
  67. * Editorial changes
  68. *
  69. * Revision 1.36 2002/08/12 13:21:10 rschmidt
  70. * Added defines for different Broadcom PHY Ids
  71. *
  72. * Revision 1.35 2002/08/08 15:58:01 rschmidt
  73. * Added defines for Manual LED Override register (YUKON)
  74. * Editorial changes
  75. *
  76. * Revision 1.34 2002/07/31 17:23:36 rwahl
  77. * Added define GMR_FS_ANY_ERR (analogous to XMR_FS_ANY_ERR).
  78. *
  79. * Revision 1.33 2002/07/23 16:03:37 rschmidt
  80. * Added defines for GPHY registers
  81. * Editorial changes
  82. *
  83. * Revision 1.32 2002/07/15 18:14:37 rwahl
  84. * Added GMAC MIB counters definitions.
  85. * Editorial changes.
  86. *
  87. * Revision 1.31 2002/07/15 15:42:50 rschmidt
  88. * Removed defines from PHY specific reg. which are
  89. * common to all PHYs
  90. * Added defines for GMAC MIB Counters
  91. * Editorial changes
  92. *
  93. * Revision 1.30 2002/06/05 08:22:12 rschmidt
  94. * Changed defines for GMAC Rx Control Register and Rx Status
  95. * Editorial changes
  96. *
  97. * Revision 1.29 2002/04/25 11:43:56 rschmidt
  98. * Added define PHY_B_AS_PAUSE_MSK for BCom Pause Res.
  99. * Added new registers and defines for YUKON (GMAC, GPHY)
  100. * Added Receive Frame Status Encoding for YUKON
  101. * Editorial changes
  102. *
  103. * Revision 1.28 2000/11/09 12:32:49 rassmann
  104. * Renamed variables.
  105. *
  106. * Revision 1.27 2000/05/17 11:00:46 malthoff
  107. * Add bit for enable/disable power management in BCOM chip.
  108. *
  109. * Revision 1.26 1999/11/22 14:03:00 cgoos
  110. * Changed license header to GPL.
  111. *
  112. * Revision 1.25 1999/08/12 19:19:38 malthoff
  113. * Add PHY_B_AC_TX_TST bit according to BCOM A1 errata sheet.
  114. *
  115. * Revision 1.24 1999/07/30 11:27:21 cgoos
  116. * Fixed a missing end-of-comment.
  117. *
  118. * Revision 1.23 1999/07/30 07:03:31 malthoff
  119. * Cut some long comments.
  120. * Correct the XMAC PHY ID definitions.
  121. *
  122. * Revision 1.22 1999/05/19 07:33:18 cgoos
  123. * Changes for 1000Base-T.
  124. *
  125. * Revision 1.21 1999/03/25 07:46:11 malthoff
  126. * Add XM_HW_CFG, XM_TS_READ, and XM_TS_LOAD registers.
  127. *
  128. * Revision 1.20 1999/03/12 13:36:09 malthoff
  129. * Remove __STDC__.
  130. *
  131. * Revision 1.19 1998/12/10 12:22:54 gklug
  132. * fix: RX_PAGE must be in interrupt mask
  133. *
  134. * Revision 1.18 1998/12/10 10:36:36 gklug
  135. * fix: swap of pause bits
  136. *
  137. * Revision 1.17 1998/11/18 13:21:45 gklug
  138. * fix: Default interrupt mask
  139. *
  140. * Revision 1.16 1998/10/29 15:53:21 gklug
  141. * fix: Default mask uses ASS (GP0) signal
  142. *
  143. * Revision 1.15 1998/10/28 13:52:52 malthoff
  144. * Add new bits in RX_CMD register.
  145. *
  146. * Revision 1.14 1998/10/19 15:34:53 gklug
  147. * fix: typos
  148. *
  149. * Revision 1.13 1998/10/14 07:19:03 malthoff
  150. * bug fix: Every define which describes bit 31
  151. * must be declared as unsigned long 'UL'.
  152. * fix bit definitions of PHY_AN_RFB and PHY_AN_PAUSE.
  153. * Remove ANP defines. Rework the RFB defines.
  154. *
  155. * Revision 1.12 1998/10/14 06:22:44 cgoos
  156. * Changed shifted constant to ULONG.
  157. *
  158. * Revision 1.11 1998/10/14 05:43:26 gklug
  159. * add: shift pause coding
  160. * fix: PAUSE bits definition
  161. *
  162. * Revision 1.10 1998/10/13 09:19:21 malthoff
  163. * Again change XMR_FS_ANY_ERR because of new info from XaQti.
  164. *
  165. * Revision 1.9 1998/10/09 07:58:30 malthoff
  166. * Add XMR_FS_FCS_ERR to XMR_FS_ANY_ERR.
  167. *
  168. * Revision 1.8 1998/10/09 07:18:17 malthoff
  169. * bug fix of a bug fix: XM_PAUSE_MODE and XM_DEF_MODE
  170. * are not inverted! Bug XM_DEF_MSK is inverted.
  171. *
  172. * Revision 1.7 1998/10/05 08:04:32 malthoff
  173. * bug fix: XM_PAUSE_MODE and XM_DEF_MODE
  174. * must be inverted declarations.
  175. *
  176. * Revision 1.6 1998/09/28 13:38:18 malthoff
  177. * Add default modes and masks XM_DEF_MSK,
  178. * XM_PAUSE_MODE and XM_DEF_MODE
  179. *
  180. * Revision 1.5 1998/09/16 14:42:04 malthoff
  181. * Bug Fix: XM_GP_PORT is a 32 bit (not a 16 bit) register.
  182. *
  183. * Revision 1.4 1998/08/20 14:59:47 malthoff
  184. * Rework this file after reading the XaQti data sheet
  185. * "Differences between Rev. B2 & Rev. C XMAC II".
  186. * This file is now 100% XMAC II Rev. C complained.
  187. *
  188. * Revision 1.3 1998/06/29 12:18:23 malthoff
  189. * Correct XMR_FS_ANY_ERR definition.
  190. *
  191. * Revision 1.2 1998/06/29 12:10:56 malthoff
  192. * Add define XMR_FS_ANY_ERR.
  193. *
  194. * Revision 1.1 1998/06/19 13:37:17 malthoff
  195. * created.
  196. *
  197. *
  198. ******************************************************************************/
  199. #ifndef __INC_XMAC_H
  200. #define __INC_XMAC_H
  201. #ifdef __cplusplus
  202. extern "C" {
  203. #endif /* __cplusplus */
  204. /* defines ********************************************************************/
  205. /*
  206. * XMAC II registers
  207. *
  208. * The XMAC registers are 16 or 32 bits wide.
  209. * The XMACs host processor interface is set to 16 bit mode,
  210. * therefore ALL registers will be addressed with 16 bit accesses.
  211. *
  212. * The following macros are provided to access the XMAC registers
  213. * XM_IN16(), XM_OUT16, XM_IN32(), XM_OUT32(), XM_INADR(), XM_OUTADR(),
  214. * XM_INHASH(), and XM_OUTHASH().
  215. * The macros are defined in SkGeHw.h.
  216. *
  217. * Note: NA reg = Network Address e.g DA, SA etc.
  218. *
  219. */
  220. #define XM_MMU_CMD 0x0000 /* 16 bit r/w MMU Command Register */
  221. /* 0x0004: reserved */
  222. #define XM_POFF 0x0008 /* 32 bit r/w Packet Offset Register */
  223. #define XM_BURST 0x000c /* 32 bit r/w Burst Register for half duplex*/
  224. #define XM_1L_VLAN_TAG 0x0010 /* 16 bit r/w One Level VLAN Tag ID */
  225. #define XM_2L_VLAN_TAG 0x0014 /* 16 bit r/w Two Level VLAN Tag ID */
  226. /* 0x0018 - 0x001e: reserved */
  227. #define XM_TX_CMD 0x0020 /* 16 bit r/w Transmit Command Register */
  228. #define XM_TX_RT_LIM 0x0024 /* 16 bit r/w Transmit Retry Limit Register */
  229. #define XM_TX_STIME 0x0028 /* 16 bit r/w Transmit Slottime Register */
  230. #define XM_TX_IPG 0x002c /* 16 bit r/w Transmit Inter Packet Gap */
  231. #define XM_RX_CMD 0x0030 /* 16 bit r/w Receive Command Register */
  232. #define XM_PHY_ADDR 0x0034 /* 16 bit r/w PHY Address Register */
  233. #define XM_PHY_DATA 0x0038 /* 16 bit r/w PHY Data Register */
  234. /* 0x003c: reserved */
  235. #define XM_GP_PORT 0x0040 /* 32 bit r/w General Purpose Port Register */
  236. #define XM_IMSK 0x0044 /* 16 bit r/w Interrupt Mask Register */
  237. #define XM_ISRC 0x0048 /* 16 bit r/o Interrupt Status Register */
  238. #define XM_HW_CFG 0x004c /* 16 bit r/w Hardware Config Register */
  239. /* 0x0050 - 0x005e: reserved */
  240. #define XM_TX_LO_WM 0x0060 /* 16 bit r/w Tx FIFO Low Water Mark */
  241. #define XM_TX_HI_WM 0x0062 /* 16 bit r/w Tx FIFO High Water Mark */
  242. #define XM_TX_THR 0x0064 /* 16 bit r/w Tx Request Threshold */
  243. #define XM_HT_THR 0x0066 /* 16 bit r/w Host Request Threshold */
  244. #define XM_PAUSE_DA 0x0068 /* NA reg r/w Pause Destination Address */
  245. /* 0x006e: reserved */
  246. #define XM_CTL_PARA 0x0070 /* 32 bit r/w Control Parameter Register */
  247. #define XM_MAC_OPCODE 0x0074 /* 16 bit r/w Opcode for MAC control frames */
  248. #define XM_MAC_PTIME 0x0076 /* 16 bit r/w Pause time for MAC ctrl frames*/
  249. #define XM_TX_STAT 0x0078 /* 32 bit r/o Tx Status LIFO Register */
  250. /* 0x0080 - 0x00fc: 16 NA reg r/w Exact Match Address Registers */
  251. /* use the XM_EXM() macro to address */
  252. #define XM_EXM_START 0x0080 /* r/w Start Address of the EXM Regs */
  253. /*
  254. * XM_EXM(Reg)
  255. *
  256. * returns the XMAC address offset of specified Exact Match Addr Reg
  257. *
  258. * para: Reg EXM register to addr (0 .. 15)
  259. *
  260. * usage: XM_INADDR(IoC, MAC_1, XM_EXM(i), &val[i]);
  261. */
  262. #define XM_EXM(Reg) (XM_EXM_START + ((Reg) << 3))
  263. #define XM_SRC_CHK 0x0100 /* NA reg r/w Source Check Address Register */
  264. #define XM_SA 0x0108 /* NA reg r/w Station Address Register */
  265. #define XM_HSM 0x0110 /* 64 bit r/w Hash Match Address Registers */
  266. #define XM_RX_LO_WM 0x0118 /* 16 bit r/w Receive Low Water Mark */
  267. #define XM_RX_HI_WM 0x011a /* 16 bit r/w Receive High Water Mark */
  268. #define XM_RX_THR 0x011c /* 32 bit r/w Receive Request Threshold */
  269. #define XM_DEV_ID 0x0120 /* 32 bit r/o Device ID Register */
  270. #define XM_MODE 0x0124 /* 32 bit r/w Mode Register */
  271. #define XM_LSA 0x0128 /* NA reg r/o Last Source Register */
  272. /* 0x012e: reserved */
  273. #define XM_TS_READ 0x0130 /* 32 bit r/o Time Stamp Read Register */
  274. #define XM_TS_LOAD 0x0134 /* 32 bit r/o Time Stamp Load Value */
  275. /* 0x0138 - 0x01fe: reserved */
  276. #define XM_STAT_CMD 0x0200 /* 16 bit r/w Statistics Command Register */
  277. #define XM_RX_CNT_EV 0x0204 /* 32 bit r/o Rx Counter Event Register */
  278. #define XM_TX_CNT_EV 0x0208 /* 32 bit r/o Tx Counter Event Register */
  279. #define XM_RX_EV_MSK 0x020c /* 32 bit r/w Rx Counter Event Mask */
  280. #define XM_TX_EV_MSK 0x0210 /* 32 bit r/w Tx Counter Event Mask */
  281. /* 0x0204 - 0x027e: reserved */
  282. #define XM_TXF_OK 0x0280 /* 32 bit r/o Frames Transmitted OK Conuter */
  283. #define XM_TXO_OK_HI 0x0284 /* 32 bit r/o Octets Transmitted OK High Cnt*/
  284. #define XM_TXO_OK_LO 0x0288 /* 32 bit r/o Octets Transmitted OK Low Cnt */
  285. #define XM_TXF_BC_OK 0x028c /* 32 bit r/o Broadcast Frames Xmitted OK */
  286. #define XM_TXF_MC_OK 0x0290 /* 32 bit r/o Multicast Frames Xmitted OK */
  287. #define XM_TXF_UC_OK 0x0294 /* 32 bit r/o Unicast Frames Xmitted OK */
  288. #define XM_TXF_LONG 0x0298 /* 32 bit r/o Tx Long Frame Counter */
  289. #define XM_TXE_BURST 0x029c /* 32 bit r/o Tx Burst Event Counter */
  290. #define XM_TXF_MPAUSE 0x02a0 /* 32 bit r/o Tx Pause MAC Ctrl Frame Cnt */
  291. #define XM_TXF_MCTRL 0x02a4 /* 32 bit r/o Tx MAC Ctrl Frame Counter */
  292. #define XM_TXF_SNG_COL 0x02a8 /* 32 bit r/o Tx Single Collision Counter */
  293. #define XM_TXF_MUL_COL 0x02ac /* 32 bit r/o Tx Multiple Collision Counter */
  294. #define XM_TXF_ABO_COL 0x02b0 /* 32 bit r/o Tx aborted due to Exces. Col. */
  295. #define XM_TXF_LAT_COL 0x02b4 /* 32 bit r/o Tx Late Collision Counter */
  296. #define XM_TXF_DEF 0x02b8 /* 32 bit r/o Tx Deferred Frame Counter */
  297. #define XM_TXF_EX_DEF 0x02bc /* 32 bit r/o Tx Excessive Deferall Counter */
  298. #define XM_TXE_FIFO_UR 0x02c0 /* 32 bit r/o Tx FIFO Underrun Event Cnt */
  299. #define XM_TXE_CS_ERR 0x02c4 /* 32 bit r/o Tx Carrier Sense Error Cnt */
  300. #define XM_TXP_UTIL 0x02c8 /* 32 bit r/o Tx Utilization in % */
  301. /* 0x02cc - 0x02ce: reserved */
  302. #define XM_TXF_64B 0x02d0 /* 32 bit r/o 64 Byte Tx Frame Counter */
  303. #define XM_TXF_127B 0x02d4 /* 32 bit r/o 65-127 Byte Tx Frame Counter */
  304. #define XM_TXF_255B 0x02d8 /* 32 bit r/o 128-255 Byte Tx Frame Counter */
  305. #define XM_TXF_511B 0x02dc /* 32 bit r/o 256-511 Byte Tx Frame Counter */
  306. #define XM_TXF_1023B 0x02e0 /* 32 bit r/o 512-1023 Byte Tx Frame Counter*/
  307. #define XM_TXF_MAX_SZ 0x02e4 /* 32 bit r/o 1024-MaxSize Byte Tx Frame Cnt*/
  308. /* 0x02e8 - 0x02fe: reserved */
  309. #define XM_RXF_OK 0x0300 /* 32 bit r/o Frames Received OK */
  310. #define XM_RXO_OK_HI 0x0304 /* 32 bit r/o Octets Received OK High Cnt */
  311. #define XM_RXO_OK_LO 0x0308 /* 32 bit r/o Octets Received OK Low Counter*/
  312. #define XM_RXF_BC_OK 0x030c /* 32 bit r/o Broadcast Frames Received OK */
  313. #define XM_RXF_MC_OK 0x0310 /* 32 bit r/o Multicast Frames Received OK */
  314. #define XM_RXF_UC_OK 0x0314 /* 32 bit r/o Unicast Frames Received OK */
  315. #define XM_RXF_MPAUSE 0x0318 /* 32 bit r/o Rx Pause MAC Ctrl Frame Cnt */
  316. #define XM_RXF_MCTRL 0x031c /* 32 bit r/o Rx MAC Ctrl Frame Counter */
  317. #define XM_RXF_INV_MP 0x0320 /* 32 bit r/o Rx invalid Pause Frame Cnt */
  318. #define XM_RXF_INV_MOC 0x0324 /* 32 bit r/o Rx Frames with inv. MAC Opcode*/
  319. #define XM_RXE_BURST 0x0328 /* 32 bit r/o Rx Burst Event Counter */
  320. #define XM_RXE_FMISS 0x032c /* 32 bit r/o Rx Missed Frames Event Cnt */
  321. #define XM_RXF_FRA_ERR 0x0330 /* 32 bit r/o Rx Framing Error Counter */
  322. #define XM_RXE_FIFO_OV 0x0334 /* 32 bit r/o Rx FIFO overflow Event Cnt */
  323. #define XM_RXF_JAB_PKT 0x0338 /* 32 bit r/o Rx Jabber Packet Frame Cnt */
  324. #define XM_RXE_CAR_ERR 0x033c /* 32 bit r/o Rx Carrier Event Error Cnt */
  325. #define XM_RXF_LEN_ERR 0x0340 /* 32 bit r/o Rx in Range Length Error */
  326. #define XM_RXE_SYM_ERR 0x0344 /* 32 bit r/o Rx Symbol Error Counter */
  327. #define XM_RXE_SHT_ERR 0x0348 /* 32 bit r/o Rx Short Event Error Cnt */
  328. #define XM_RXE_RUNT 0x034c /* 32 bit r/o Rx Runt Event Counter */
  329. #define XM_RXF_LNG_ERR 0x0350 /* 32 bit r/o Rx Frame too Long Error Cnt */
  330. #define XM_RXF_FCS_ERR 0x0354 /* 32 bit r/o Rx Frame Check Seq. Error Cnt */
  331. /* 0x0358 - 0x035a: reserved */
  332. #define XM_RXF_CEX_ERR 0x035c /* 32 bit r/o Rx Carrier Ext Error Frame Cnt*/
  333. #define XM_RXP_UTIL 0x0360 /* 32 bit r/o Rx Utilization in % */
  334. /* 0x0364 - 0x0366: reserved */
  335. #define XM_RXF_64B 0x0368 /* 32 bit r/o 64 Byte Rx Frame Counter */
  336. #define XM_RXF_127B 0x036c /* 32 bit r/o 65-127 Byte Rx Frame Counter */
  337. #define XM_RXF_255B 0x0370 /* 32 bit r/o 128-255 Byte Rx Frame Counter */
  338. #define XM_RXF_511B 0x0374 /* 32 bit r/o 256-511 Byte Rx Frame Counter */
  339. #define XM_RXF_1023B 0x0378 /* 32 bit r/o 512-1023 Byte Rx Frame Counter*/
  340. #define XM_RXF_MAX_SZ 0x037c /* 32 bit r/o 1024-MaxSize Byte Rx Frame Cnt*/
  341. /* 0x02e8 - 0x02fe: reserved */
  342. /*----------------------------------------------------------------------------*/
  343. /*
  344. * XMAC Bit Definitions
  345. *
  346. * If the bit access behaviour differs from the register access behaviour
  347. * (r/w, r/o) this is documented after the bit number.
  348. * The following bit access behaviours are used:
  349. * (sc) self clearing
  350. * (ro) read only
  351. */
  352. /* XM_MMU_CMD 16 bit r/w MMU Command Register */
  353. /* Bit 15..13: reserved */
  354. #define XM_MMU_PHY_RDY (1<<12) /* Bit 12: PHY Read Ready */
  355. #define XM_MMU_PHY_BUSY (1<<11) /* Bit 11: PHY Busy */
  356. #define XM_MMU_IGN_PF (1<<10) /* Bit 10: Ignore Pause Frame */
  357. #define XM_MMU_MAC_LB (1<<9) /* Bit 9: Enable MAC Loopback */
  358. /* Bit 8: reserved */
  359. #define XM_MMU_FRC_COL (1<<7) /* Bit 7: Force Collision */
  360. #define XM_MMU_SIM_COL (1<<6) /* Bit 6: Simulate Collision */
  361. #define XM_MMU_NO_PRE (1<<5) /* Bit 5: No MDIO Preamble */
  362. #define XM_MMU_GMII_FD (1<<4) /* Bit 4: GMII uses Full Duplex */
  363. #define XM_MMU_RAT_CTRL (1<<3) /* Bit 3: Enable Rate Control */
  364. #define XM_MMU_GMII_LOOP (1<<2) /* Bit 2: PHY is in Loopback Mode */
  365. #define XM_MMU_ENA_RX (1<<1) /* Bit 1: Enable Receiver */
  366. #define XM_MMU_ENA_TX (1<<0) /* Bit 0: Enable Transmitter */
  367. /* XM_TX_CMD 16 bit r/w Transmit Command Register */
  368. /* Bit 15..7: reserved */
  369. #define XM_TX_BK2BK (1<<6) /* Bit 6: Ignor Carrier Sense (Tx Bk2Bk)*/
  370. #define XM_TX_ENC_BYP (1<<5) /* Bit 5: Set Encoder in Bypass Mode */
  371. #define XM_TX_SAM_LINE (1<<4) /* Bit 4: (sc) Start utilization calculation */
  372. #define XM_TX_NO_GIG_MD (1<<3) /* Bit 3: Disable Carrier Extension */
  373. #define XM_TX_NO_PRE (1<<2) /* Bit 2: Disable Preamble Generation */
  374. #define XM_TX_NO_CRC (1<<1) /* Bit 1: Disable CRC Generation */
  375. #define XM_TX_AUTO_PAD (1<<0) /* Bit 0: Enable Automatic Padding */
  376. /* XM_TX_RT_LIM 16 bit r/w Transmit Retry Limit Register */
  377. /* Bit 15..5: reserved */
  378. #define XM_RT_LIM_MSK 0x1f /* Bit 4..0: Tx Retry Limit */
  379. /* XM_TX_STIME 16 bit r/w Transmit Slottime Register */
  380. /* Bit 15..7: reserved */
  381. #define XM_STIME_MSK 0x7f /* Bit 6..0: Tx Slottime bits */
  382. /* XM_TX_IPG 16 bit r/w Transmit Inter Packet Gap */
  383. /* Bit 15..8: reserved */
  384. #define XM_IPG_MSK 0xff /* Bit 7..0: IPG value bits */
  385. /* XM_RX_CMD 16 bit r/w Receive Command Register */
  386. /* Bit 15..9: reserved */
  387. #define XM_RX_LENERR_OK (1<<8) /* Bit 8 don't set Rx Err bit for */
  388. /* inrange error packets */
  389. #define XM_RX_BIG_PK_OK (1<<7) /* Bit 7 don't set Rx Err bit for */
  390. /* jumbo packets */
  391. #define XM_RX_IPG_CAP (1<<6) /* Bit 6 repl. type field with IPG */
  392. #define XM_RX_TP_MD (1<<5) /* Bit 5: Enable transparent Mode */
  393. #define XM_RX_STRIP_FCS (1<<4) /* Bit 4: Enable FCS Stripping */
  394. #define XM_RX_SELF_RX (1<<3) /* Bit 3: Enable Rx of own packets */
  395. #define XM_RX_SAM_LINE (1<<2) /* Bit 2: (sc) Start utilization calculation */
  396. #define XM_RX_STRIP_PAD (1<<1) /* Bit 1: Strip pad bytes of Rx frames */
  397. #define XM_RX_DIS_CEXT (1<<0) /* Bit 0: Disable carrier ext. check */
  398. /* XM_PHY_ADDR 16 bit r/w PHY Address Register */
  399. /* Bit 15..5: reserved */
  400. #define XM_PHY_ADDR_SZ 0x1f /* Bit 4..0: PHY Address bits */
  401. /* XM_GP_PORT 32 bit r/w General Purpose Port Register */
  402. /* Bit 31..7: reserved */
  403. #define XM_GP_ANIP (1L<<6) /* Bit 6: (ro) Auto-Neg. in progress */
  404. #define XM_GP_FRC_INT (1L<<5) /* Bit 5: (sc) Force Interrupt */
  405. /* Bit 4: reserved */
  406. #define XM_GP_RES_MAC (1L<<3) /* Bit 3: (sc) Reset MAC and FIFOs */
  407. #define XM_GP_RES_STAT (1L<<2) /* Bit 2: (sc) Reset the statistics module */
  408. /* Bit 1: reserved */
  409. #define XM_GP_INP_ASS (1L<<0) /* Bit 0: (ro) GP Input Pin asserted */
  410. /* XM_IMSK 16 bit r/w Interrupt Mask Register */
  411. /* XM_ISRC 16 bit r/o Interrupt Status Register */
  412. /* Bit 15: reserved */
  413. #define XM_IS_LNK_AE (1<<14) /* Bit 14: Link Asynchronous Event */
  414. #define XM_IS_TX_ABORT (1<<13) /* Bit 13: Transmit Abort, late Col. etc */
  415. #define XM_IS_FRC_INT (1<<12) /* Bit 12: Force INT bit set in GP */
  416. #define XM_IS_INP_ASS (1<<11) /* Bit 11: Input Asserted, GP bit 0 set */
  417. #define XM_IS_LIPA_RC (1<<10) /* Bit 10: Link Partner requests config */
  418. #define XM_IS_RX_PAGE (1<<9) /* Bit 9: Page Received */
  419. #define XM_IS_TX_PAGE (1<<8) /* Bit 8: Next Page Loaded for Transmit */
  420. #define XM_IS_AND (1<<7) /* Bit 7: Auto-Negotiation Done */
  421. #define XM_IS_TSC_OV (1<<6) /* Bit 6: Time Stamp Counter Overflow */
  422. #define XM_IS_RXC_OV (1<<5) /* Bit 5: Rx Counter Event Overflow */
  423. #define XM_IS_TXC_OV (1<<4) /* Bit 4: Tx Counter Event Overflow */
  424. #define XM_IS_RXF_OV (1<<3) /* Bit 3: Receive FIFO Overflow */
  425. #define XM_IS_TXF_UR (1<<2) /* Bit 2: Transmit FIFO Underrun */
  426. #define XM_IS_TX_COMP (1<<1) /* Bit 1: Frame Tx Complete */
  427. #define XM_IS_RX_COMP (1<<0) /* Bit 0: Frame Rx Complete */
  428. #define XM_DEF_MSK (~(XM_IS_INP_ASS | XM_IS_LIPA_RC | XM_IS_RX_PAGE |\
  429. XM_IS_AND | XM_IS_RXC_OV | XM_IS_TXC_OV | XM_IS_TXF_UR))
  430. /* XM_HW_CFG 16 bit r/w Hardware Config Register */
  431. /* Bit 15.. 4: reserved */
  432. #define XM_HW_GEN_EOP (1<<3) /* Bit 3: generate End of Packet pulse */
  433. #define XM_HW_COM4SIG (1<<2) /* Bit 2: use Comma Detect for Sig. Det.*/
  434. /* Bit 1: reserved */
  435. #define XM_HW_GMII_MD (1<<0) /* Bit 0: GMII Interface selected */
  436. /* XM_TX_LO_WM 16 bit r/w Tx FIFO Low Water Mark */
  437. /* XM_TX_HI_WM 16 bit r/w Tx FIFO High Water Mark */
  438. /* Bit 15..10 reserved */
  439. #define XM_TX_WM_MSK 0x01ff /* Bit 9.. 0 Tx FIFO Watermark bits */
  440. /* XM_TX_THR 16 bit r/w Tx Request Threshold */
  441. /* XM_HT_THR 16 bit r/w Host Request Threshold */
  442. /* XM_RX_THR 16 bit r/w Rx Request Threshold */
  443. /* Bit 15..11 reserved */
  444. #define XM_THR_MSK 0x03ff /* Bit 10.. 0 Rx/Tx Request Threshold bits */
  445. /* XM_TX_STAT 32 bit r/o Tx Status LIFO Register */
  446. #define XM_ST_VALID (1UL<<31) /* Bit 31: Status Valid */
  447. #define XM_ST_BYTE_CNT (0x3fffL<<17) /* Bit 30..17: Tx frame Length */
  448. #define XM_ST_RETRY_CNT (0x1fL<<12) /* Bit 16..12: Retry Count */
  449. #define XM_ST_EX_COL (1L<<11) /* Bit 11: Excessive Collisions */
  450. #define XM_ST_EX_DEF (1L<<10) /* Bit 10: Excessive Deferral */
  451. #define XM_ST_BURST (1L<<9) /* Bit 9: p. xmitted in burst md*/
  452. #define XM_ST_DEFER (1L<<8) /* Bit 8: packet was defered */
  453. #define XM_ST_BC (1L<<7) /* Bit 7: Broadcast packet */
  454. #define XM_ST_MC (1L<<6) /* Bit 6: Multicast packet */
  455. #define XM_ST_UC (1L<<5) /* Bit 5: Unicast packet */
  456. #define XM_ST_TX_UR (1L<<4) /* Bit 4: FIFO Underrun occured */
  457. #define XM_ST_CS_ERR (1L<<3) /* Bit 3: Carrier Sense Error */
  458. #define XM_ST_LAT_COL (1L<<2) /* Bit 2: Late Collision Error */
  459. #define XM_ST_MUL_COL (1L<<1) /* Bit 1: Multiple Collisions */
  460. #define XM_ST_SGN_COL (1L<<0) /* Bit 0: Single Collision */
  461. /* XM_RX_LO_WM 16 bit r/w Receive Low Water Mark */
  462. /* XM_RX_HI_WM 16 bit r/w Receive High Water Mark */
  463. /* Bit 15..11: reserved */
  464. #define XM_RX_WM_MSK 0x03ff /* Bit 11.. 0: Rx FIFO Watermark bits */
  465. /* XM_DEV_ID 32 bit r/o Device ID Register */
  466. #define XM_DEV_OUI (0x00ffffffUL<<8) /* Bit 31..8: Device OUI */
  467. #define XM_DEV_REV (0x07L << 5) /* Bit 7..5: Chip Rev Num */
  468. /* XM_MODE 32 bit r/w Mode Register */
  469. /* Bit 31..27: reserved */
  470. #define XM_MD_ENA_REJ (1L<<26) /* Bit 26: Enable Frame Reject */
  471. #define XM_MD_SPOE_E (1L<<25) /* Bit 25: Send Pause on Edge */
  472. /* extern generated */
  473. #define XM_MD_TX_REP (1L<<24) /* Bit 24: Transmit Repeater Mode */
  474. #define XM_MD_SPOFF_I (1L<<23) /* Bit 23: Send Pause on FIFO full */
  475. /* intern generated */
  476. #define XM_MD_LE_STW (1L<<22) /* Bit 22: Rx Stat Word in Little Endian */
  477. #define XM_MD_TX_CONT (1L<<21) /* Bit 21: Send Continuous */
  478. #define XM_MD_TX_PAUSE (1L<<20) /* Bit 20: (sc) Send Pause Frame */
  479. #define XM_MD_ATS (1L<<19) /* Bit 19: Append Time Stamp */
  480. #define XM_MD_SPOL_I (1L<<18) /* Bit 18: Send Pause on Low */
  481. /* intern generated */
  482. #define XM_MD_SPOH_I (1L<<17) /* Bit 17: Send Pause on High */
  483. /* intern generated */
  484. #define XM_MD_CAP (1L<<16) /* Bit 16: Check Address Pair */
  485. #define XM_MD_ENA_HASH (1L<<15) /* Bit 15: Enable Hashing */
  486. #define XM_MD_CSA (1L<<14) /* Bit 14: Check Station Address */
  487. #define XM_MD_CAA (1L<<13) /* Bit 13: Check Address Array */
  488. #define XM_MD_RX_MCTRL (1L<<12) /* Bit 12: Rx MAC Control Frame */
  489. #define XM_MD_RX_RUNT (1L<<11) /* Bit 11: Rx Runt Frames */
  490. #define XM_MD_RX_IRLE (1L<<10) /* Bit 10: Rx in Range Len Err Frame */
  491. #define XM_MD_RX_LONG (1L<<9) /* Bit 9: Rx Long Frame */
  492. #define XM_MD_RX_CRCE (1L<<8) /* Bit 8: Rx CRC Error Frame */
  493. #define XM_MD_RX_ERR (1L<<7) /* Bit 7: Rx Error Frame */
  494. #define XM_MD_DIS_UC (1L<<6) /* Bit 6: Disable Rx Unicast */
  495. #define XM_MD_DIS_MC (1L<<5) /* Bit 5: Disable Rx Multicast */
  496. #define XM_MD_DIS_BC (1L<<4) /* Bit 4: Disable Rx Broadcast */
  497. #define XM_MD_ENA_PROM (1L<<3) /* Bit 3: Enable Promiscuous */
  498. #define XM_MD_ENA_BE (1L<<2) /* Bit 2: Enable Big Endian */
  499. #define XM_MD_FTF (1L<<1) /* Bit 1: (sc) Flush Tx FIFO */
  500. #define XM_MD_FRF (1L<<0) /* Bit 0: (sc) Flush Rx FIFO */
  501. #define XM_PAUSE_MODE (XM_MD_SPOE_E | XM_MD_SPOL_I | XM_MD_SPOH_I)
  502. #define XM_DEF_MODE (XM_MD_RX_RUNT | XM_MD_RX_IRLE | XM_MD_RX_LONG |\
  503. XM_MD_RX_CRCE | XM_MD_RX_ERR | XM_MD_CSA | XM_MD_CAA)
  504. /* XM_STAT_CMD 16 bit r/w Statistics Command Register */
  505. /* Bit 16..6: reserved */
  506. #define XM_SC_SNP_RXC (1<<5) /* Bit 5: (sc) Snap Rx Counters */
  507. #define XM_SC_SNP_TXC (1<<4) /* Bit 4: (sc) Snap Tx Counters */
  508. #define XM_SC_CP_RXC (1<<3) /* Bit 3: Copy Rx Counters Continuously */
  509. #define XM_SC_CP_TXC (1<<2) /* Bit 2: Copy Tx Counters Continuously */
  510. #define XM_SC_CLR_RXC (1<<1) /* Bit 1: (sc) Clear Rx Counters */
  511. #define XM_SC_CLR_TXC (1<<0) /* Bit 0: (sc) Clear Tx Counters */
  512. /* XM_RX_CNT_EV 32 bit r/o Rx Counter Event Register */
  513. /* XM_RX_EV_MSK 32 bit r/w Rx Counter Event Mask */
  514. #define XMR_MAX_SZ_OV (1UL<<31) /* Bit 31: 1024-MaxSize Rx Cnt Ov*/
  515. #define XMR_1023B_OV (1L<<30) /* Bit 30: 512-1023Byte Rx Cnt Ov*/
  516. #define XMR_511B_OV (1L<<29) /* Bit 29: 256-511 Byte Rx Cnt Ov*/
  517. #define XMR_255B_OV (1L<<28) /* Bit 28: 128-255 Byte Rx Cnt Ov*/
  518. #define XMR_127B_OV (1L<<27) /* Bit 27: 65-127 Byte Rx Cnt Ov */
  519. #define XMR_64B_OV (1L<<26) /* Bit 26: 64 Byte Rx Cnt Ov */
  520. #define XMR_UTIL_OV (1L<<25) /* Bit 25: Rx Util Cnt Overflow */
  521. #define XMR_UTIL_UR (1L<<24) /* Bit 24: Rx Util Cnt Underrun */
  522. #define XMR_CEX_ERR_OV (1L<<23) /* Bit 23: CEXT Err Cnt Ov */
  523. /* Bit 22: reserved */
  524. #define XMR_FCS_ERR_OV (1L<<21) /* Bit 21: Rx FCS Error Cnt Ov */
  525. #define XMR_LNG_ERR_OV (1L<<20) /* Bit 20: Rx too Long Err Cnt Ov*/
  526. #define XMR_RUNT_OV (1L<<19) /* Bit 19: Runt Event Cnt Ov */
  527. #define XMR_SHT_ERR_OV (1L<<18) /* Bit 18: Rx Short Ev Err Cnt Ov*/
  528. #define XMR_SYM_ERR_OV (1L<<17) /* Bit 17: Rx Sym Err Cnt Ov */
  529. /* Bit 16: reserved */
  530. #define XMR_CAR_ERR_OV (1L<<15) /* Bit 15: Rx Carr Ev Err Cnt Ov */
  531. #define XMR_JAB_PKT_OV (1L<<14) /* Bit 14: Rx Jabb Packet Cnt Ov */
  532. #define XMR_FIFO_OV (1L<<13) /* Bit 13: Rx FIFO Ov Ev Cnt Ov */
  533. #define XMR_FRA_ERR_OV (1L<<12) /* Bit 12: Rx Framing Err Cnt Ov */
  534. #define XMR_FMISS_OV (1L<<11) /* Bit 11: Rx Missed Ev Cnt Ov */
  535. #define XMR_BURST (1L<<10) /* Bit 10: Rx Burst Event Cnt Ov */
  536. #define XMR_INV_MOC (1L<<9) /* Bit 9: Rx with inv. MAC OC Ov*/
  537. #define XMR_INV_MP (1L<<8) /* Bit 8: Rx inv Pause Frame Ov */
  538. #define XMR_MCTRL_OV (1L<<7) /* Bit 7: Rx MAC Ctrl-F Cnt Ov */
  539. #define XMR_MPAUSE_OV (1L<<6) /* Bit 6: Rx Pause MAC Ctrl-F Ov*/
  540. #define XMR_UC_OK_OV (1L<<5) /* Bit 5: Rx Unicast Frame CntOv*/
  541. #define XMR_MC_OK_OV (1L<<4) /* Bit 4: Rx Multicast Cnt Ov */
  542. #define XMR_BC_OK_OV (1L<<3) /* Bit 3: Rx Broadcast Cnt Ov */
  543. #define XMR_OK_LO_OV (1L<<2) /* Bit 2: Octets Rx OK Low CntOv*/
  544. #define XMR_OK_HI_OV (1L<<1) /* Bit 1: Octets Rx OK Hi Cnt Ov*/
  545. #define XMR_OK_OV (1L<<0) /* Bit 0: Frames Received Ok Ov */
  546. #define XMR_DEF_MSK (XMR_OK_LO_OV | XMR_OK_HI_OV)
  547. /* XM_TX_CNT_EV 32 bit r/o Tx Counter Event Register */
  548. /* XM_TX_EV_MSK 32 bit r/w Tx Counter Event Mask */
  549. /* Bit 31..26: reserved */
  550. #define XMT_MAX_SZ_OV (1L<<25) /* Bit 25: 1024-MaxSize Tx Cnt Ov*/
  551. #define XMT_1023B_OV (1L<<24) /* Bit 24: 512-1023Byte Tx Cnt Ov*/
  552. #define XMT_511B_OV (1L<<23) /* Bit 23: 256-511 Byte Tx Cnt Ov*/
  553. #define XMT_255B_OV (1L<<22) /* Bit 22: 128-255 Byte Tx Cnt Ov*/
  554. #define XMT_127B_OV (1L<<21) /* Bit 21: 65-127 Byte Tx Cnt Ov */
  555. #define XMT_64B_OV (1L<<20) /* Bit 20: 64 Byte Tx Cnt Ov */
  556. #define XMT_UTIL_OV (1L<<19) /* Bit 19: Tx Util Cnt Overflow */
  557. #define XMT_UTIL_UR (1L<<18) /* Bit 18: Tx Util Cnt Underrun */
  558. #define XMT_CS_ERR_OV (1L<<17) /* Bit 17: Tx Carr Sen Err Cnt Ov*/
  559. #define XMT_FIFO_UR_OV (1L<<16) /* Bit 16: Tx FIFO Ur Ev Cnt Ov */
  560. #define XMT_EX_DEF_OV (1L<<15) /* Bit 15: Tx Ex Deferall Cnt Ov */
  561. #define XMT_DEF (1L<<14) /* Bit 14: Tx Deferred Cnt Ov */
  562. #define XMT_LAT_COL_OV (1L<<13) /* Bit 13: Tx Late Col Cnt Ov */
  563. #define XMT_ABO_COL_OV (1L<<12) /* Bit 12: Tx abo dueto Ex Col Ov*/
  564. #define XMT_MUL_COL_OV (1L<<11) /* Bit 11: Tx Mult Col Cnt Ov */
  565. #define XMT_SNG_COL (1L<<10) /* Bit 10: Tx Single Col Cnt Ov */
  566. #define XMT_MCTRL_OV (1L<<9) /* Bit 9: Tx MAC Ctrl Counter Ov*/
  567. #define XMT_MPAUSE (1L<<8) /* Bit 8: Tx Pause MAC Ctrl-F Ov*/
  568. #define XMT_BURST (1L<<7) /* Bit 7: Tx Burst Event Cnt Ov */
  569. #define XMT_LONG (1L<<6) /* Bit 6: Tx Long Frame Cnt Ov */
  570. #define XMT_UC_OK_OV (1L<<5) /* Bit 5: Tx Unicast Cnt Ov */
  571. #define XMT_MC_OK_OV (1L<<4) /* Bit 4: Tx Multicast Cnt Ov */
  572. #define XMT_BC_OK_OV (1L<<3) /* Bit 3: Tx Broadcast Cnt Ov */
  573. #define XMT_OK_LO_OV (1L<<2) /* Bit 2: Octets Tx OK Low CntOv*/
  574. #define XMT_OK_HI_OV (1L<<1) /* Bit 1: Octets Tx OK Hi Cnt Ov*/
  575. #define XMT_OK_OV (1L<<0) /* Bit 0: Frames Tx Ok Ov */
  576. #define XMT_DEF_MSK (XMT_OK_LO_OV | XMT_OK_HI_OV)
  577. /*
  578. * Receive Frame Status Encoding
  579. */
  580. #define XMR_FS_LEN (0x3fffUL<<18) /* Bit 31..18: Rx Frame Length */
  581. #define XMR_FS_2L_VLAN (1L<<17) /* Bit 17: tagged wh 2Lev VLAN ID*/
  582. #define XMR_FS_1L_VLAN (1L<<16) /* Bit 16: tagged wh 1Lev VLAN ID*/
  583. #define XMR_FS_BC (1L<<15) /* Bit 15: Broadcast Frame */
  584. #define XMR_FS_MC (1L<<14) /* Bit 14: Multicast Frame */
  585. #define XMR_FS_UC (1L<<13) /* Bit 13: Unicast Frame */
  586. /* Bit 12: reserved */
  587. #define XMR_FS_BURST (1L<<11) /* Bit 11: Burst Mode */
  588. #define XMR_FS_CEX_ERR (1L<<10) /* Bit 10: Carrier Ext. Error */
  589. #define XMR_FS_802_3 (1L<<9) /* Bit 9: 802.3 Frame */
  590. #define XMR_FS_COL_ERR (1L<<8) /* Bit 8: Collision Error */
  591. #define XMR_FS_CAR_ERR (1L<<7) /* Bit 7: Carrier Event Error */
  592. #define XMR_FS_LEN_ERR (1L<<6) /* Bit 6: In-Range Length Error */
  593. #define XMR_FS_FRA_ERR (1L<<5) /* Bit 5: Framing Error */
  594. #define XMR_FS_RUNT (1L<<4) /* Bit 4: Runt Frame */
  595. #define XMR_FS_LNG_ERR (1L<<3) /* Bit 3: Giant (Jumbo) Frame */
  596. #define XMR_FS_FCS_ERR (1L<<2) /* Bit 2: Frame Check Sequ Err */
  597. #define XMR_FS_ERR (1L<<1) /* Bit 1: Frame Error */
  598. #define XMR_FS_MCTRL (1L<<0) /* Bit 0: MAC Control Packet */
  599. /*
  600. * XMR_FS_ERR will be set if
  601. * XMR_FS_FCS_ERR, XMR_FS_LNG_ERR, XMR_FS_RUNT,
  602. * XMR_FS_FRA_ERR, XMR_FS_LEN_ERR, or XMR_FS_CEX_ERR
  603. * is set. XMR_FS_LNG_ERR and XMR_FS_LEN_ERR will issue
  604. * XMR_FS_ERR unless the corresponding bit in the Receive Command
  605. * Register is set.
  606. */
  607. #define XMR_FS_ANY_ERR XMR_FS_ERR
  608. /*----------------------------------------------------------------------------*/
  609. /*
  610. * XMAC-PHY Registers, indirect addressed over the XMAC
  611. */
  612. #define PHY_XMAC_CTRL 0x00 /* 16 bit r/w PHY Control Register */
  613. #define PHY_XMAC_STAT 0x01 /* 16 bit r/w PHY Status Register */
  614. #define PHY_XMAC_ID0 0x02 /* 16 bit r/o PHY ID0 Register */
  615. #define PHY_XMAC_ID1 0x03 /* 16 bit r/o PHY ID1 Register */
  616. #define PHY_XMAC_AUNE_ADV 0x04 /* 16 bit r/w Auto-Neg. Advertisement */
  617. #define PHY_XMAC_AUNE_LP 0x05 /* 16 bit r/o Link Partner Abi Reg */
  618. #define PHY_XMAC_AUNE_EXP 0x06 /* 16 bit r/o Auto-Neg. Expansion Reg */
  619. #define PHY_XMAC_NEPG 0x07 /* 16 bit r/w Next Page Register */
  620. #define PHY_XMAC_NEPG_LP 0x08 /* 16 bit r/o Next Page Link P Reg */
  621. /* 0x09 - 0x0e: reserved */
  622. #define PHY_XMAC_EXT_STAT 0x0f /* 16 bit r/o Ext Status Register */
  623. #define PHY_XMAC_RES_ABI 0x10 /* 16 bit r/o PHY Resolved Ability */
  624. /*----------------------------------------------------------------------------*/
  625. /*
  626. * Broadcom-PHY Registers, indirect addressed over XMAC
  627. */
  628. #define PHY_BCOM_CTRL 0x00 /* 16 bit r/w PHY Control Register */
  629. #define PHY_BCOM_STAT 0x01 /* 16 bit r/o PHY Status Register */
  630. #define PHY_BCOM_ID0 0x02 /* 16 bit r/o PHY ID0 Register */
  631. #define PHY_BCOM_ID1 0x03 /* 16 bit r/o PHY ID1 Register */
  632. #define PHY_BCOM_AUNE_ADV 0x04 /* 16 bit r/w Auto-Neg. Advertisement */
  633. #define PHY_BCOM_AUNE_LP 0x05 /* 16 bit r/o Link Part Ability Reg */
  634. #define PHY_BCOM_AUNE_EXP 0x06 /* 16 bit r/o Auto-Neg. Expansion Reg */
  635. #define PHY_BCOM_NEPG 0x07 /* 16 bit r/w Next Page Register */
  636. #define PHY_BCOM_NEPG_LP 0x08 /* 16 bit r/o Next Page Link P Reg */
  637. /* Broadcom-specific registers */
  638. #define PHY_BCOM_1000T_CTRL 0x09 /* 16 bit r/w 1000Base-T Ctrl Reg */
  639. #define PHY_BCOM_1000T_STAT 0x0a /* 16 bit r/o 1000Base-T Status Reg */
  640. /* 0x0b - 0x0e: reserved */
  641. #define PHY_BCOM_EXT_STAT 0x0f /* 16 bit r/o Extended Status Reg */
  642. #define PHY_BCOM_P_EXT_CTRL 0x10 /* 16 bit r/w PHY Extended Ctrl Reg */
  643. #define PHY_BCOM_P_EXT_STAT 0x11 /* 16 bit r/o PHY Extended Stat Reg */
  644. #define PHY_BCOM_RE_CTR 0x12 /* 16 bit r/w Receive Error Counter */
  645. #define PHY_BCOM_FC_CTR 0x13 /* 16 bit r/w False Carr Sense Cnt */
  646. #define PHY_BCOM_RNO_CTR 0x14 /* 16 bit r/w Receiver NOT_OK Cnt */
  647. /* 0x15 - 0x17: reserved */
  648. #define PHY_BCOM_AUX_CTRL 0x18 /* 16 bit r/w Auxiliary Control Reg */
  649. #define PHY_BCOM_AUX_STAT 0x19 /* 16 bit r/o Auxiliary Stat Summary */
  650. #define PHY_BCOM_INT_STAT 0x1a /* 16 bit r/o Interrupt Status Reg */
  651. #define PHY_BCOM_INT_MASK 0x1b /* 16 bit r/w Interrupt Mask Reg */
  652. /* 0x1c: reserved */
  653. /* 0x1d - 0x1f: test registers */
  654. /*----------------------------------------------------------------------------*/
  655. /*
  656. * Marvel-PHY Registers, indirect addressed over GMAC
  657. */
  658. #define PHY_MARV_CTRL 0x00 /* 16 bit r/w PHY Control Register */
  659. #define PHY_MARV_STAT 0x01 /* 16 bit r/o PHY Status Register */
  660. #define PHY_MARV_ID0 0x02 /* 16 bit r/o PHY ID0 Register */
  661. #define PHY_MARV_ID1 0x03 /* 16 bit r/o PHY ID1 Register */
  662. #define PHY_MARV_AUNE_ADV 0x04 /* 16 bit r/w Auto-Neg. Advertisement */
  663. #define PHY_MARV_AUNE_LP 0x05 /* 16 bit r/o Link Part Ability Reg */
  664. #define PHY_MARV_AUNE_EXP 0x06 /* 16 bit r/o Auto-Neg. Expansion Reg */
  665. #define PHY_MARV_NEPG 0x07 /* 16 bit r/w Next Page Register */
  666. #define PHY_MARV_NEPG_LP 0x08 /* 16 bit r/o Next Page Link P Reg */
  667. /* Marvel-specific registers */
  668. #define PHY_MARV_1000T_CTRL 0x09 /* 16 bit r/w 1000Base-T Ctrl Reg */
  669. #define PHY_MARV_1000T_STAT 0x0a /* 16 bit r/o 1000Base-T Status Reg */
  670. /* 0x0b - 0x0e: reserved */
  671. #define PHY_MARV_EXT_STAT 0x0f /* 16 bit r/o Extended Status Reg */
  672. #define PHY_MARV_PHY_CTRL 0x10 /* 16 bit r/w PHY Specific Ctrl Reg */
  673. #define PHY_MARV_PHY_STAT 0x11 /* 16 bit r/o PHY Specific Stat Reg */
  674. #define PHY_MARV_INT_MASK 0x12 /* 16 bit r/w Interrupt Mask Reg */
  675. #define PHY_MARV_INT_STAT 0x13 /* 16 bit r/o Interrupt Status Reg */
  676. #define PHY_MARV_EXT_CTRL 0x14 /* 16 bit r/w Ext. PHY Specific Ctrl */
  677. #define PHY_MARV_RXE_CNT 0x15 /* 16 bit r/w Receive Error Counter */
  678. #define PHY_MARV_EXT_ADR 0x16 /* 16 bit r/w Ext. Ad. for Cable Diag. */
  679. /* 0x17: reserved */
  680. #define PHY_MARV_LED_CTRL 0x18 /* 16 bit r/w LED Control Reg */
  681. #define PHY_MARV_LED_OVER 0x19 /* 16 bit r/w Manual LED Override Reg */
  682. #define PHY_MARV_EXT_CTRL_2 0x1a /* 16 bit r/w Ext. PHY Specific Ctrl 2 */
  683. #define PHY_MARV_EXT_P_STAT 0x1b /* 16 bit r/w Ext. PHY Spec. Stat Reg */
  684. #define PHY_MARV_CABLE_DIAG 0x1c /* 16 bit r/o Cable Diagnostic Reg */
  685. /* 0x1d - 0x1f: reserved */
  686. /*----------------------------------------------------------------------------*/
  687. /*
  688. * Level One-PHY Registers, indirect addressed over XMAC
  689. */
  690. #define PHY_LONE_CTRL 0x00 /* 16 bit r/w PHY Control Register */
  691. #define PHY_LONE_STAT 0x01 /* 16 bit r/o PHY Status Register */
  692. #define PHY_LONE_ID0 0x02 /* 16 bit r/o PHY ID0 Register */
  693. #define PHY_LONE_ID1 0x03 /* 16 bit r/o PHY ID1 Register */
  694. #define PHY_LONE_AUNE_ADV 0x04 /* 16 bit r/w Auto-Neg. Advertisement */
  695. #define PHY_LONE_AUNE_LP 0x05 /* 16 bit r/o Link Part Ability Reg */
  696. #define PHY_LONE_AUNE_EXP 0x06 /* 16 bit r/o Auto-Neg. Expansion Reg */
  697. #define PHY_LONE_NEPG 0x07 /* 16 bit r/w Next Page Register */
  698. #define PHY_LONE_NEPG_LP 0x08 /* 16 bit r/o Next Page Link Partner*/
  699. /* Level One-specific registers */
  700. #define PHY_LONE_1000T_CTRL 0x09 /* 16 bit r/w 1000Base-T Control Reg*/
  701. #define PHY_LONE_1000T_STAT 0x0a /* 16 bit r/o 1000Base-T Status Reg */
  702. /* 0x0b -0x0e: reserved */
  703. #define PHY_LONE_EXT_STAT 0x0f /* 16 bit r/o Extended Status Reg */
  704. #define PHY_LONE_PORT_CFG 0x10 /* 16 bit r/w Port Configuration Reg*/
  705. #define PHY_LONE_Q_STAT 0x11 /* 16 bit r/o Quick Status Reg */
  706. #define PHY_LONE_INT_ENAB 0x12 /* 16 bit r/w Interrupt Enable Reg */
  707. #define PHY_LONE_INT_STAT 0x13 /* 16 bit r/o Interrupt Status Reg */
  708. #define PHY_LONE_LED_CFG 0x14 /* 16 bit r/w LED Configuration Reg */
  709. #define PHY_LONE_PORT_CTRL 0x15 /* 16 bit r/w Port Control Reg */
  710. #define PHY_LONE_CIM 0x16 /* 16 bit r/o CIM Reg */
  711. /* 0x17 -0x1c: reserved */
  712. /*----------------------------------------------------------------------------*/
  713. /*
  714. * National-PHY Registers, indirect addressed over XMAC
  715. */
  716. #define PHY_NAT_CTRL 0x00 /* 16 bit r/w PHY Control Register */
  717. #define PHY_NAT_STAT 0x01 /* 16 bit r/w PHY Status Register */
  718. #define PHY_NAT_ID0 0x02 /* 16 bit r/o PHY ID0 Register */
  719. #define PHY_NAT_ID1 0x03 /* 16 bit r/o PHY ID1 Register */
  720. #define PHY_NAT_AUNE_ADV 0x04 /* 16 bit r/w Auto-Neg. Advertisement */
  721. #define PHY_NAT_AUNE_LP 0x05 /* 16 bit r/o Link Partner Ability Reg */
  722. #define PHY_NAT_AUNE_EXP 0x06 /* 16 bit r/o Auto-Neg. Expansion Reg */
  723. #define PHY_NAT_NEPG 0x07 /* 16 bit r/w Next Page Register */
  724. #define PHY_NAT_NEPG_LP 0x08 /* 16 bit r/o Next Page Link Partner Reg */
  725. /* National-specific registers */
  726. #define PHY_NAT_1000T_CTRL 0x09 /* 16 bit r/w 1000Base-T Control Reg */
  727. #define PHY_NAT_1000T_STAT 0x0a /* 16 bit r/o 1000Base-T Status Reg */
  728. /* 0x0b -0x0e: reserved */
  729. #define PHY_NAT_EXT_STAT 0x0f /* 16 bit r/o Extended Status Register */
  730. #define PHY_NAT_EXT_CTRL1 0x10 /* 16 bit r/o Extended Control Reg1 */
  731. #define PHY_NAT_Q_STAT1 0x11 /* 16 bit r/o Quick Status Reg1 */
  732. #define PHY_NAT_10B_OP 0x12 /* 16 bit r/o 10Base-T Operations Reg */
  733. #define PHY_NAT_EXT_CTRL2 0x13 /* 16 bit r/o Extended Control Reg1 */
  734. #define PHY_NAT_Q_STAT2 0x14 /* 16 bit r/o Quick Status Reg2 */
  735. /* 0x15 -0x18: reserved */
  736. #define PHY_NAT_PHY_ADDR 0x19 /* 16 bit r/o PHY Address Register */
  737. /*----------------------------------------------------------------------------*/
  738. /*
  739. * PHY bit definitions
  740. * Bits defined as PHY_X_..., PHY_B_..., PHY_L_... or PHY_N_... are
  741. * Xmac/Broadcom/LevelOne/National-specific.
  742. * All other are general.
  743. */
  744. /***** PHY_XMAC_CTRL 16 bit r/w PHY Control Register *****/
  745. /***** PHY_BCOM_CTRL 16 bit r/w PHY Control Register *****/
  746. /***** PHY_LONE_CTRL 16 bit r/w PHY Control Register *****/
  747. #define PHY_CT_RESET (1<<15) /* Bit 15: (sc) clear all PHY related regs */
  748. #define PHY_CT_LOOP (1<<14) /* Bit 14: enable Loopback over PHY */
  749. #define PHY_CT_SPS_LSB (1<<13) /* Bit 13: (BC,L1) Speed select, lower bit */
  750. #define PHY_CT_ANE (1<<12) /* Bit 12: Auto-Negotiation Enabled */
  751. #define PHY_CT_PDOWN (1<<11) /* Bit 11: (BC,L1) Power Down Mode */
  752. #define PHY_CT_ISOL (1<<10) /* Bit 10: (BC,L1) Isolate Mode */
  753. #define PHY_CT_RE_CFG (1<<9) /* Bit 9: (sc) Restart Auto-Negotiation */
  754. #define PHY_CT_DUP_MD (1<<8) /* Bit 8: Duplex Mode */
  755. #define PHY_CT_COL_TST (1<<7) /* Bit 7: (BC,L1) Collision Test enabled */
  756. #define PHY_CT_SPS_MSB (1<<6) /* Bit 6: (BC,L1) Speed select, upper bit */
  757. /* Bit 5..0: reserved */
  758. #define PHY_CT_SP1000 PHY_CT_SPS_MSB /* enable speed of 1000 Mbps */
  759. #define PHY_CT_SP100 PHY_CT_SPS_LSB /* enable speed of 100 Mbps */
  760. #define PHY_CT_SP10 (0) /* enable speed of 10 Mbps */
  761. /***** PHY_XMAC_STAT 16 bit r/w PHY Status Register *****/
  762. /***** PHY_BCOM_STAT 16 bit r/w PHY Status Register *****/
  763. /***** PHY_MARV_STAT 16 bit r/w PHY Status Register *****/
  764. /***** PHY_LONE_STAT 16 bit r/w PHY Status Register *****/
  765. /* Bit 15..9: reserved */
  766. /* (BC/L1) 100/10 Mbps cap bits ignored*/
  767. #define PHY_ST_EXT_ST (1<<8) /* Bit 8: Extended Status Present */
  768. /* Bit 7: reserved */
  769. #define PHY_ST_PRE_SUP (1<<6) /* Bit 6: (BC/L1) preamble suppression */
  770. #define PHY_ST_AN_OVER (1<<5) /* Bit 5: Auto-Negotiation Over */
  771. #define PHY_ST_REM_FLT (1<<4) /* Bit 4: Remote Fault Condition Occured */
  772. #define PHY_ST_AN_CAP (1<<3) /* Bit 3: Auto-Negotiation Capability */
  773. #define PHY_ST_LSYNC (1<<2) /* Bit 2: Link Synchronized */
  774. #define PHY_ST_JAB_DET (1<<1) /* Bit 1: (BC/L1) Jabber Detected */
  775. #define PHY_ST_EXT_REG (1<<0) /* Bit 0: Extended Register available */
  776. /***** PHY_XMAC_ID1 16 bit r/o PHY ID1 Register */
  777. /***** PHY_BCOM_ID1 16 bit r/o PHY ID1 Register */
  778. /***** PHY_MARV_ID1 16 bit r/o PHY ID1 Register */
  779. /***** PHY_LONE_ID1 16 bit r/o PHY ID1 Register */
  780. #define PHY_I1_OUI_MSK (0x3f<<10) /* Bit 15..10: Organization Unique ID */
  781. #define PHY_I1_MOD_NUM (0x3f<<4) /* Bit 9.. 4: Model Number */
  782. #define PHY_I1_REV_MSK 0x0f /* Bit 3.. 0: Revision Number */
  783. /* different Broadcom PHY Ids */
  784. #define PHY_BCOM_ID1_A1 0x6041
  785. #define PHY_BCOM_ID1_B2 0x6043
  786. #define PHY_BCOM_ID1_C0 0x6044
  787. #define PHY_BCOM_ID1_C5 0x6047
  788. /***** PHY_XMAC_AUNE_ADV 16 bit r/w Auto-Negotiation Advertisement *****/
  789. /***** PHY_XMAC_AUNE_LP 16 bit r/o Link Partner Ability Reg *****/
  790. #define PHY_AN_NXT_PG (1<<15) /* Bit 15: Request Next Page */
  791. #define PHY_X_AN_ACK (1<<14) /* Bit 14: (ro) Acknowledge Received */
  792. #define PHY_X_AN_RFB (3<<12) /* Bit 13..12: Remote Fault Bits */
  793. /* Bit 11.. 9: reserved */
  794. #define PHY_X_AN_PAUSE (3<<7) /* Bit 8.. 7: Pause Bits */
  795. #define PHY_X_AN_HD (1<<6) /* Bit 6: Half Duplex */
  796. #define PHY_X_AN_FD (1<<5) /* Bit 5: Full Duplex */
  797. /* Bit 4.. 0: reserved */
  798. /***** PHY_BCOM_AUNE_ADV 16 bit r/w Auto-Negotiation Advertisement *****/
  799. /***** PHY_BCOM_AUNE_LP 16 bit r/o Link Partner Ability Reg *****/
  800. /* PHY_AN_NXT_PG (see XMAC) Bit 15: Request Next Page */
  801. /* Bit 14: reserved */
  802. #define PHY_B_AN_RF (1<<13) /* Bit 13: Remote Fault */
  803. /* Bit 12: reserved */
  804. #define PHY_B_AN_ASP (1<<11) /* Bit 11: Asymmetric Pause */
  805. #define PHY_B_AN_PC (1<<10) /* Bit 10: Pause Capable */
  806. /* Bit 9..5: 100/10 BT cap bits ingnored */
  807. #define PHY_B_AN_SEL 0x1f /* Bit 4..0: Selector Field, 00001=Ethernet*/
  808. /***** PHY_LONE_AUNE_ADV 16 bit r/w Auto-Negotiation Advertisement *****/
  809. /***** PHY_LONE_AUNE_LP 16 bit r/o Link Partner Ability Reg *****/
  810. /* PHY_AN_NXT_PG (see XMAC) Bit 15: Request Next Page */
  811. /* Bit 14: reserved */
  812. #define PHY_L_AN_RF (1<<13) /* Bit 13: Remote Fault */
  813. /* Bit 12: reserved */
  814. #define PHY_L_AN_ASP (1<<11) /* Bit 11: Asymmetric Pause */
  815. #define PHY_L_AN_PC (1<<10) /* Bit 10: Pause Capable */
  816. /* Bit 9..5: 100/10 BT cap bits ingnored */
  817. #define PHY_L_AN_SEL 0x1f /* Bit 4..0: Selector Field, 00001=Ethernet*/
  818. /***** PHY_NAT_AUNE_ADV 16 bit r/w Auto-Negotiation Advertisement *****/
  819. /***** PHY_NAT_AUNE_LP 16 bit r/o Link Partner Ability Reg *****/
  820. /* PHY_AN_NXT_PG (see XMAC) Bit 15: Request Next Page */
  821. /* Bit 14: reserved */
  822. #define PHY_N_AN_RF (1<<13) /* Bit 13: Remote Fault */
  823. /* Bit 12: reserved */
  824. #define PHY_N_AN_100F (1<<11) /* Bit 11: 100Base-T2 FD Support */
  825. #define PHY_N_AN_100H (1<<10) /* Bit 10: 100Base-T2 HD Support */
  826. /* Bit 9..5: 100/10 BT cap bits ingnored */
  827. #define PHY_N_AN_SEL 0x1f /* Bit 4..0: Selector Field, 00001=Ethernet*/
  828. /* field type definition for PHY_x_AN_SEL */
  829. #define PHY_SEL_TYPE 0x01 /* 00001 = Ethernet */
  830. /***** PHY_XMAC_AUNE_EXP 16 bit r/o Auto-Negotiation Expansion Reg *****/
  831. /* Bit 15..4: reserved */
  832. #define PHY_AN_LP_NP (1<<3) /* Bit 3: Link Partner can Next Page */
  833. #define PHY_AN_LOC_NP (1<<2) /* Bit 2: Local PHY can Next Page */
  834. #define PHY_AN_RX_PG (1<<1) /* Bit 1: Page Received */
  835. /* Bit 0: reserved */
  836. /***** PHY_BCOM_AUNE_EXP 16 bit r/o Auto-Negotiation Expansion Reg *****/
  837. /* Bit 15..5: reserved */
  838. #define PHY_B_AN_PDF (1<<4) /* Bit 4: Parallel Detection Fault */
  839. /* PHY_AN_LP_NP (see XMAC) Bit 3: Link Partner can Next Page */
  840. /* PHY_AN_LOC_NP (see XMAC) Bit 2: Local PHY can Next Page */
  841. /* PHY_AN_RX_PG (see XMAC) Bit 1: Page Received */
  842. #define PHY_B_AN_LP_CAP (1<<0) /* Bit 0: Link Partner Auto-Neg. Cap. */
  843. /***** PHY_LONE_AUNE_EXP 16 bit r/o Auto-Negotiation Expansion Reg *****/
  844. #define PHY_L_AN_BP (1<<5) /* Bit 5: Base Page Indication */
  845. #define PHY_L_AN_PDF (1<<4) /* Bit 4: Parallel Detection Fault */
  846. /* PHY_AN_LP_NP (see XMAC) Bit 3: Link Partner can Next Page */
  847. /* PHY_AN_LOC_NP (see XMAC) Bit 2: Local PHY can Next Page */
  848. /* PHY_AN_RX_PG (see XMAC) Bit 1: Page Received */
  849. #define PHY_B_AN_LP_CAP (1<<0) /* Bit 0: Link Partner Auto-Neg. Cap. */
  850. /***** PHY_XMAC_NEPG 16 bit r/w Next Page Register *****/
  851. /***** PHY_BCOM_NEPG 16 bit r/w Next Page Register *****/
  852. /***** PHY_LONE_NEPG 16 bit r/w Next Page Register *****/
  853. /***** PHY_XMAC_NEPG_LP 16 bit r/o Next Page Link Partner *****/
  854. /***** PHY_BCOM_NEPG_LP 16 bit r/o Next Page Link Partner *****/
  855. /***** PHY_LONE_NEPG_LP 16 bit r/o Next Page Link Partner *****/
  856. #define PHY_NP_MORE (1<<15) /* Bit 15: More, Next Pages to follow */
  857. #define PHY_NP_ACK1 (1<<14) /* Bit 14: (ro) Ack 1, for receiving a message*/
  858. #define PHY_NP_MSG_VAL (1<<13) /* Bit 13: Message Page valid */
  859. #define PHY_NP_ACK2 (1<<12) /* Bit 12: Ack 2, comply with msg content*/
  860. #define PHY_NP_TOG (1<<11) /* Bit 11: Toggle Bit, ensure sync */
  861. #define PHY_NP_MSG 0x07ff /* Bit 10..0: Message from/to Link Partner */
  862. /*
  863. * XMAC-Specific
  864. */
  865. /***** PHY_XMAC_EXT_STAT 16 bit r/w Extended Status Register *****/
  866. #define PHY_X_EX_FD (1<<15) /* Bit 15: Device Supports Full Duplex */
  867. #define PHY_X_EX_HD (1<<14) /* Bit 14: Device Supports Half Duplex */
  868. /* Bit 13..0: reserved */
  869. /***** PHY_XMAC_RES_ABI 16 bit r/o PHY Resolved Ability *****/
  870. /* Bit 15..9: reserved */
  871. #define PHY_X_RS_PAUSE (3<<7) /* Bit 8..7: selected Pause Mode */
  872. #define PHY_X_RS_HD (1<<6) /* Bit 6: Half Duplex Mode selected */
  873. #define PHY_X_RS_FD (1<<5) /* Bit 5: Full Duplex Mode selected */
  874. #define PHY_X_RS_ABLMIS (1<<4) /* Bit 4: duplex or pause cap mismatch */
  875. #define PHY_X_RS_PAUMIS (1<<3) /* Bit 3: pause capability missmatch */
  876. /* Bit 2..0: reserved */
  877. /*
  878. * Remote Fault Bits (PHY_X_AN_RFB) encoding
  879. */
  880. #define X_RFB_OK (0<<12) /* Bit 13..12 No errors, Link OK */
  881. #define X_RFB_LF (1<<12) /* Bit 13..12 Link Failure */
  882. #define X_RFB_OFF (2<<12) /* Bit 13..12 Offline */
  883. #define X_RFB_AN_ERR (3<<12) /* Bit 13..12 Auto-Negotiation Error */
  884. /*
  885. * Pause Bits (PHY_X_AN_PAUSE and PHY_X_RS_PAUSE) encoding
  886. */
  887. #define PHY_X_P_NO_PAUSE (0<<7) /* Bit 8..7: no Pause Mode */
  888. #define PHY_X_P_SYM_MD (1<<7) /* Bit 8..7: symmetric Pause Mode */
  889. #define PHY_X_P_ASYM_MD (2<<7) /* Bit 8..7: asymmetric Pause Mode */
  890. #define PHY_X_P_BOTH_MD (3<<7) /* Bit 8..7: both Pause Mode */
  891. /*
  892. * Broadcom-Specific
  893. */
  894. /***** PHY_BCOM_1000T_CTRL 16 bit r/w 1000Base-T Control Reg *****/
  895. #define PHY_B_1000C_TEST (7<<13) /* Bit 15..13: Test Modes */
  896. #define PHY_B_1000C_MSE (1<<12) /* Bit 12: Master/Slave Enable */
  897. #define PHY_B_1000C_MSC (1<<11) /* Bit 11: M/S Configuration */
  898. #define PHY_B_1000C_RD (1<<10) /* Bit 10: Repeater/DTE */
  899. #define PHY_B_1000C_AFD (1<<9) /* Bit 9: Advertise Full Duplex */
  900. #define PHY_B_1000C_AHD (1<<8) /* Bit 8: Advertise Half Duplex */
  901. /* Bit 7..0: reserved */
  902. /***** PHY_BCOM_1000T_STAT 16 bit r/o 1000Base-T Status Reg *****/
  903. #define PHY_B_1000S_MSF (1<<15) /* Bit 15: Master/Slave Fault */
  904. #define PHY_B_1000S_MSR (1<<14) /* Bit 14: Master/Slave Result */
  905. #define PHY_B_1000S_LRS (1<<13) /* Bit 13: Local Receiver Status */
  906. #define PHY_B_1000S_RRS (1<<12) /* Bit 12: Remote Receiver Status */
  907. #define PHY_B_1000S_LP_FD (1<<11) /* Bit 11: Link Partner can FD */
  908. #define PHY_B_1000S_LP_HD (1<<10) /* Bit 10: Link Partner can HD */
  909. /* Bit 9..8: reserved */
  910. #define PHY_B_1000S_IEC 0xff /* Bit 7..0: Idle Error Count */
  911. /***** PHY_BCOM_EXT_STAT 16 bit r/o Extended Status Register *****/
  912. #define PHY_B_ES_X_FD_CAP (1<<15) /* Bit 15: 1000Base-X FD capable */
  913. #define PHY_B_ES_X_HD_CAP (1<<14) /* Bit 14: 1000Base-X HD capable */
  914. #define PHY_B_ES_T_FD_CAP (1<<13) /* Bit 13: 1000Base-T FD capable */
  915. #define PHY_B_ES_T_HD_CAP (1<<12) /* Bit 12: 1000Base-T HD capable */
  916. /* Bit 11..0: reserved */
  917. /***** PHY_BCOM_P_EXT_CTRL 16 bit r/w PHY Extended Control Reg *****/
  918. #define PHY_B_PEC_MAC_PHY (1<<15) /* Bit 15: 10BIT/GMI-Interface */
  919. #define PHY_B_PEC_DIS_CROSS (1<<14) /* Bit 14: Disable MDI Crossover */
  920. #define PHY_B_PEC_TX_DIS (1<<13) /* Bit 13: Tx output Disabled */
  921. #define PHY_B_PEC_INT_DIS (1<<12) /* Bit 12: Interrupts Disabled */
  922. #define PHY_B_PEC_F_INT (1<<11) /* Bit 11: Force Interrupt */
  923. #define PHY_B_PEC_BY_45 (1<<10) /* Bit 10: Bypass 4B5B-Decoder */
  924. #define PHY_B_PEC_BY_SCR (1<<9) /* Bit 9: Bypass Scrambler */
  925. #define PHY_B_PEC_BY_MLT3 (1<<8) /* Bit 8: Bypass MLT3 Encoder */
  926. #define PHY_B_PEC_BY_RXA (1<<7) /* Bit 7: Bypass Rx Alignm. */
  927. #define PHY_B_PEC_RES_SCR (1<<6) /* Bit 6: Reset Scrambler */
  928. #define PHY_B_PEC_EN_LTR (1<<5) /* Bit 5: Ena LED Traffic Mode */
  929. #define PHY_B_PEC_LED_ON (1<<4) /* Bit 4: Force LED's on */
  930. #define PHY_B_PEC_LED_OFF (1<<3) /* Bit 3: Force LED's off */
  931. #define PHY_B_PEC_EX_IPG (1<<2) /* Bit 2: Extend Tx IPG Mode */
  932. #define PHY_B_PEC_3_LED (1<<1) /* Bit 1: Three Link LED mode */
  933. #define PHY_B_PEC_HIGH_LA (1<<0) /* Bit 0: GMII FIFO Elasticy */
  934. /***** PHY_BCOM_P_EXT_STAT 16 bit r/o PHY Extended Status Reg *****/
  935. /* Bit 15..14: reserved */
  936. #define PHY_B_PES_CROSS_STAT (1<<13) /* Bit 13: MDI Crossover Status */
  937. #define PHY_B_PES_INT_STAT (1<<12) /* Bit 12: Interrupt Status */
  938. #define PHY_B_PES_RRS (1<<11) /* Bit 11: Remote Receiver Stat. */
  939. #define PHY_B_PES_LRS (1<<10) /* Bit 10: Local Receiver Stat. */
  940. #define PHY_B_PES_LOCKED (1<<9) /* Bit 9: Locked */
  941. #define PHY_B_PES_LS (1<<8) /* Bit 8: Link Status */
  942. #define PHY_B_PES_RF (1<<7) /* Bit 7: Remote Fault */
  943. #define PHY_B_PES_CE_ER (1<<6) /* Bit 6: Carrier Ext Error */
  944. #define PHY_B_PES_BAD_SSD (1<<5) /* Bit 5: Bad SSD */
  945. #define PHY_B_PES_BAD_ESD (1<<4) /* Bit 4: Bad ESD */
  946. #define PHY_B_PES_RX_ER (1<<3) /* Bit 3: Receive Error */
  947. #define PHY_B_PES_TX_ER (1<<2) /* Bit 2: Transmit Error */
  948. #define PHY_B_PES_LOCK_ER (1<<1) /* Bit 1: Lock Error */
  949. #define PHY_B_PES_MLT3_ER (1<<0) /* Bit 0: MLT3 code Error */
  950. /***** PHY_BCOM_FC_CTR 16 bit r/w False Carrier Counter *****/
  951. /* Bit 15..8: reserved */
  952. #define PHY_B_FC_CTR 0xff /* Bit 7..0: False Carrier Counter */
  953. /***** PHY_BCOM_RNO_CTR 16 bit r/w Receive NOT_OK Counter *****/
  954. #define PHY_B_RC_LOC_MSK 0xff00 /* Bit 15..8: Local Rx NOT_OK cnt */
  955. #define PHY_B_RC_REM_MSK 0x00ff /* Bit 7..0: Remote Rx NOT_OK cnt */
  956. /***** PHY_BCOM_AUX_CTRL 16 bit r/w Auxiliary Control Reg *****/
  957. #define PHY_B_AC_L_SQE (1<<15) /* Bit 15: Low Squelch */
  958. #define PHY_B_AC_LONG_PACK (1<<14) /* Bit 14: Rx Long Packets */
  959. #define PHY_B_AC_ER_CTRL (3<<12) /* Bit 13..12: Edgerate Control */
  960. /* Bit 11: reserved */
  961. #define PHY_B_AC_TX_TST (1<<10) /* Bit 10: Tx test bit, always 1 */
  962. /* Bit 9.. 8: reserved */
  963. #define PHY_B_AC_DIS_PRF (1<<7) /* Bit 7: dis part resp filter */
  964. /* Bit 6: reserved */
  965. #define PHY_B_AC_DIS_PM (1<<5) /* Bit 5: dis power management */
  966. /* Bit 4: reserved */
  967. #define PHY_B_AC_DIAG (1<<3) /* Bit 3: Diagnostic Mode */
  968. /* Bit 2.. 0: reserved */
  969. /***** PHY_BCOM_AUX_STAT 16 bit r/o Auxiliary Status Reg *****/
  970. #define PHY_B_AS_AN_C (1<<15) /* Bit 15: AutoNeg complete */
  971. #define PHY_B_AS_AN_CA (1<<14) /* Bit 14: AN Complete Ack */
  972. #define PHY_B_AS_ANACK_D (1<<13) /* Bit 13: AN Ack Detect */
  973. #define PHY_B_AS_ANAB_D (1<<12) /* Bit 12: AN Ability Detect */
  974. #define PHY_B_AS_NPW (1<<11) /* Bit 11: AN Next Page Wait */
  975. #define PHY_B_AS_AN_RES_MSK (7<<8) /* Bit 10..8: AN HDC */
  976. #define PHY_B_AS_PDF (1<<7) /* Bit 7: Parallel Detect. Fault */
  977. #define PHY_B_AS_RF (1<<6) /* Bit 6: Remote Fault */
  978. #define PHY_B_AS_ANP_R (1<<5) /* Bit 5: AN Page Received */
  979. #define PHY_B_AS_LP_ANAB (1<<4) /* Bit 4: LP AN Ability */
  980. #define PHY_B_AS_LP_NPAB (1<<3) /* Bit 3: LP Next Page Ability */
  981. #define PHY_B_AS_LS (1<<2) /* Bit 2: Link Status */
  982. #define PHY_B_AS_PRR (1<<1) /* Bit 1: Pause Resolution-Rx */
  983. #define PHY_B_AS_PRT (1<<0) /* Bit 0: Pause Resolution-Tx */
  984. #define PHY_B_AS_PAUSE_MSK (PHY_B_AS_PRR | PHY_B_AS_PRT)
  985. /***** PHY_BCOM_INT_STAT 16 bit r/o Interrupt Status Reg *****/
  986. /***** PHY_BCOM_INT_MASK 16 bit r/w Interrupt Mask Reg *****/
  987. /* Bit 15: reserved */
  988. #define PHY_B_IS_PSE (1<<14) /* Bit 14: Pair Swap Error */
  989. #define PHY_B_IS_MDXI_SC (1<<13) /* Bit 13: MDIX Status Change */
  990. #define PHY_B_IS_HCT (1<<12) /* Bit 12: counter above 32k */
  991. #define PHY_B_IS_LCT (1<<11) /* Bit 11: counter above 128 */
  992. #define PHY_B_IS_AN_PR (1<<10) /* Bit 10: Page Received */
  993. #define PHY_B_IS_NO_HDCL (1<<9) /* Bit 9: No HCD Link */
  994. #define PHY_B_IS_NO_HDC (1<<8) /* Bit 8: No HCD */
  995. #define PHY_B_IS_NEG_USHDC (1<<7) /* Bit 7: Negotiated Unsup. HCD */
  996. #define PHY_B_IS_SCR_S_ER (1<<6) /* Bit 6: Scrambler Sync Error */
  997. #define PHY_B_IS_RRS_CHANGE (1<<5) /* Bit 5: Remote Rx Stat Change */
  998. #define PHY_B_IS_LRS_CHANGE (1<<4) /* Bit 4: Local Rx Stat Change */
  999. #define PHY_B_IS_DUP_CHANGE (1<<3) /* Bit 3: Duplex Mode Change */
  1000. #define PHY_B_IS_LSP_CHANGE (1<<2) /* Bit 2: Link Speed Change */
  1001. #define PHY_B_IS_LST_CHANGE (1<<1) /* Bit 1: Link Status Changed */
  1002. #define PHY_B_IS_CRC_ER (1<<0) /* Bit 0: CRC Error */
  1003. #define PHY_B_DEF_MSK (~(PHY_B_IS_AN_PR | PHY_B_IS_LST_CHANGE))
  1004. /* Pause Bits (PHY_B_AN_ASP and PHY_B_AN_PC) encoding */
  1005. #define PHY_B_P_NO_PAUSE (0<<10) /* Bit 11..10: no Pause Mode */
  1006. #define PHY_B_P_SYM_MD (1<<10) /* Bit 11..10: symmetric Pause Mode */
  1007. #define PHY_B_P_ASYM_MD (2<<10) /* Bit 11..10: asymmetric Pause Mode */
  1008. #define PHY_B_P_BOTH_MD (3<<10) /* Bit 11..10: both Pause Mode */
  1009. /*
  1010. * Resolved Duplex mode and Capabilities (Aux Status Summary Reg)
  1011. */
  1012. #define PHY_B_RES_1000FD (7<<8) /* Bit 10..8: 1000Base-T Full Dup. */
  1013. #define PHY_B_RES_1000HD (6<<8) /* Bit 10..8: 1000Base-T Half Dup. */
  1014. /* others: 100/10: invalid for us */
  1015. /*
  1016. * Level One-Specific
  1017. */
  1018. /***** PHY_LONE_1000T_CTRL 16 bit r/w 1000Base-T Control Reg *****/
  1019. #define PHY_L_1000C_TEST (7<<13) /* Bit 15..13: Test Modes */
  1020. #define PHY_L_1000C_MSE (1<<12) /* Bit 12: Master/Slave Enable */
  1021. #define PHY_L_1000C_MSC (1<<11) /* Bit 11: M/S Configuration */
  1022. #define PHY_L_1000C_RD (1<<10) /* Bit 10: Repeater/DTE */
  1023. #define PHY_L_1000C_AFD (1<<9) /* Bit 9: Advertise Full Duplex */
  1024. #define PHY_L_1000C_AHD (1<<8) /* Bit 8: Advertise Half Duplex */
  1025. /* Bit 7..0: reserved */
  1026. /***** PHY_LONE_1000T_STAT 16 bit r/o 1000Base-T Status Reg *****/
  1027. #define PHY_L_1000S_MSF (1<<15) /* Bit 15: Master/Slave Fault */
  1028. #define PHY_L_1000S_MSR (1<<14) /* Bit 14: Master/Slave Result */
  1029. #define PHY_L_1000S_LRS (1<<13) /* Bit 13: Local Receiver Status */
  1030. #define PHY_L_1000S_RRS (1<<12) /* Bit 12: Remote Receiver Status*/
  1031. #define PHY_L_1000S_LP_FD (1<<11) /* Bit 11: Link Partner can FD */
  1032. #define PHY_L_1000S_LP_HD (1<<10) /* Bit 10: Link Partner can HD */
  1033. /* Bit 9..8: reserved */
  1034. #define PHY_B_1000S_IEC 0xff /* Bit 7..0: Idle Error Count */
  1035. /***** PHY_LONE_EXT_STAT 16 bit r/o Extended Status Register *****/
  1036. #define PHY_L_ES_X_FD_CAP (1<<15) /* Bit 15: 1000Base-X FD capable */
  1037. #define PHY_L_ES_X_HD_CAP (1<<14) /* Bit 14: 1000Base-X HD capable */
  1038. #define PHY_L_ES_T_FD_CAP (1<<13) /* Bit 13: 1000Base-T FD capable */
  1039. #define PHY_L_ES_T_HD_CAP (1<<12) /* Bit 12: 1000Base-T HD capable */
  1040. /* Bit 11..0: reserved */
  1041. /***** PHY_LONE_PORT_CFG 16 bit r/w Port Configuration Reg *****/
  1042. #define PHY_L_PC_REP_MODE (1<<15) /* Bit 15: Repeater Mode */
  1043. /* Bit 14: reserved */
  1044. #define PHY_L_PC_TX_DIS (1<<13) /* Bit 13: Tx output Disabled */
  1045. #define PHY_L_PC_BY_SCR (1<<12) /* Bit 12: Bypass Scrambler */
  1046. #define PHY_L_PC_BY_45 (1<<11) /* Bit 11: Bypass 4B5B-Decoder */
  1047. #define PHY_L_PC_JAB_DIS (1<<10) /* Bit 10: Jabber Disabled */
  1048. #define PHY_L_PC_SQE (1<<9) /* Bit 9: Enable Heartbeat */
  1049. #define PHY_L_PC_TP_LOOP (1<<8) /* Bit 8: TP Loopback */
  1050. #define PHY_L_PC_SSS (1<<7) /* Bit 7: Smart Speed Selection */
  1051. #define PHY_L_PC_FIFO_SIZE (1<<6) /* Bit 6: FIFO Size */
  1052. #define PHY_L_PC_PRE_EN (1<<5) /* Bit 5: Preamble Enable */
  1053. #define PHY_L_PC_CIM (1<<4) /* Bit 4: Carrier Integrity Mon */
  1054. #define PHY_L_PC_10_SER (1<<3) /* Bit 3: Use Serial Output */
  1055. #define PHY_L_PC_ANISOL (1<<2) /* Bit 2: Unisolate Port */
  1056. #define PHY_L_PC_TEN_BIT (1<<1) /* Bit 1: 10bit iface mode on */
  1057. #define PHY_L_PC_ALTCLOCK (1<<0) /* Bit 0: (ro) ALTCLOCK Mode on */
  1058. /***** PHY_LONE_Q_STAT 16 bit r/o Quick Status Reg *****/
  1059. #define PHY_L_QS_D_RATE (3<<14) /* Bit 15..14: Data Rate */
  1060. #define PHY_L_QS_TX_STAT (1<<13) /* Bit 13: Transmitting */
  1061. #define PHY_L_QS_RX_STAT (1<<12) /* Bit 12: Receiving */
  1062. #define PHY_L_QS_COL_STAT (1<<11) /* Bit 11: Collision */
  1063. #define PHY_L_QS_L_STAT (1<<10) /* Bit 10: Link is up */
  1064. #define PHY_L_QS_DUP_MOD (1<<9) /* Bit 9: Full/Half Duplex */
  1065. #define PHY_L_QS_AN (1<<8) /* Bit 8: AutoNeg is On */
  1066. #define PHY_L_QS_AN_C (1<<7) /* Bit 7: AN is Complete */
  1067. #define PHY_L_QS_LLE (7<<4) /* Bit 6: Line Length Estim. */
  1068. #define PHY_L_QS_PAUSE (1<<3) /* Bit 3: LP advertised Pause */
  1069. #define PHY_L_QS_AS_PAUSE (1<<2) /* Bit 2: LP adv. asym. Pause */
  1070. #define PHY_L_QS_ISOLATE (1<<1) /* Bit 1: CIM Isolated */
  1071. #define PHY_L_QS_EVENT (1<<0) /* Bit 0: Event has occurred */
  1072. /***** PHY_LONE_INT_ENAB 16 bit r/w Interrupt Enable Reg *****/
  1073. /***** PHY_LONE_INT_STAT 16 bit r/o Interrupt Status Reg *****/
  1074. /* Bit 15..14: reserved */
  1075. #define PHY_L_IS_AN_F (1<<13) /* Bit 13: Auto-Negotiation fault */
  1076. /* Bit 12: not described */
  1077. #define PHY_L_IS_CROSS (1<<11) /* Bit 11: Crossover used */
  1078. #define PHY_L_IS_POL (1<<10) /* Bit 10: Polarity correct. used*/
  1079. #define PHY_L_IS_SS (1<<9) /* Bit 9: Smart Speed Downgrade*/
  1080. #define PHY_L_IS_CFULL (1<<8) /* Bit 8: Counter Full */
  1081. #define PHY_L_IS_AN_C (1<<7) /* Bit 7: AutoNeg Complete */
  1082. #define PHY_L_IS_SPEED (1<<6) /* Bit 6: Speed Changed */
  1083. #define PHY_L_IS_DUP (1<<5) /* Bit 5: Duplex Changed */
  1084. #define PHY_L_IS_LS (1<<4) /* Bit 4: Link Status Changed */
  1085. #define PHY_L_IS_ISOL (1<<3) /* Bit 3: Isolate Occured */
  1086. #define PHY_L_IS_MDINT (1<<2) /* Bit 2: (ro) STAT: MII Int Pending */
  1087. #define PHY_L_IS_INTEN (1<<1) /* Bit 1: ENAB: Enable IRQs */
  1088. #define PHY_L_IS_FORCE (1<<0) /* Bit 0: ENAB: Force Interrupt */
  1089. /* int. mask */
  1090. #define PHY_L_DEF_MSK (PHY_L_IS_LS | PHY_L_IS_ISOL | PHY_L_IS_INTEN)
  1091. /***** PHY_LONE_LED_CFG 16 bit r/w LED Configuration Reg *****/
  1092. #define PHY_L_LC_LEDC (3<<14) /* Bit 15..14: Col/Blink/On/Off */
  1093. #define PHY_L_LC_LEDR (3<<12) /* Bit 13..12: Rx/Blink/On/Off */
  1094. #define PHY_L_LC_LEDT (3<<10) /* Bit 11..10: Tx/Blink/On/Off */
  1095. #define PHY_L_LC_LEDG (3<<8) /* Bit 9..8: Giga/Blink/On/Off */
  1096. #define PHY_L_LC_LEDS (3<<6) /* Bit 7..6: 10-100/Blink/On/Off */
  1097. #define PHY_L_LC_LEDL (3<<4) /* Bit 5..4: Link/Blink/On/Off */
  1098. #define PHY_L_LC_LEDF (3<<2) /* Bit 3..2: Duplex/Blink/On/Off */
  1099. #define PHY_L_LC_PSTRECH (1<<1) /* Bit 1: Strech LED Pulses */
  1100. #define PHY_L_LC_FREQ (1<<0) /* Bit 0: 30/100 ms */
  1101. /***** PHY_LONE_PORT_CTRL 16 bit r/w Port Control Reg *****/
  1102. #define PHY_L_PC_TX_TCLK (1<<15) /* Bit 15: Enable TX_TCLK */
  1103. /* Bit 14: reserved */
  1104. #define PHY_L_PC_ALT_NP (1<<13) /* Bit 14: Alternate Next Page */
  1105. #define PHY_L_PC_GMII_ALT (1<<12) /* Bit 13: Alternate GMII driver */
  1106. /* Bit 11: reserved */
  1107. #define PHY_L_PC_TEN_CRS (1<<10) /* Bit 10: Extend CRS*/
  1108. /* Bit 9..0: not described */
  1109. /***** PHY_LONE_CIM 16 bit r/o CIM Reg *****/
  1110. #define PHY_L_CIM_ISOL (255<<8)/* Bit 15..8: Isolate Count */
  1111. #define PHY_L_CIM_FALSE_CAR (255<<0)/* Bit 7..0: False Carrier Count */
  1112. /*
  1113. * Pause Bits (PHY_L_AN_ASP and PHY_L_AN_PC) encoding
  1114. */
  1115. #define PHY_L_P_NO_PAUSE (0<<10) /* Bit 11..10: no Pause Mode */
  1116. #define PHY_L_P_SYM_MD (1<<10) /* Bit 11..10: symmetric Pause Mode */
  1117. #define PHY_L_P_ASYM_MD (2<<10) /* Bit 11..10: asymmetric Pause Mode */
  1118. #define PHY_L_P_BOTH_MD (3<<10) /* Bit 11..10: both Pause Mode */
  1119. /*
  1120. * National-Specific
  1121. */
  1122. /***** PHY_NAT_1000T_CTRL 16 bit r/w 1000Base-T Control Reg *****/
  1123. #define PHY_N_1000C_TEST (7<<13) /* Bit 15..13: Test Modes */
  1124. #define PHY_N_1000C_MSE (1<<12) /* Bit 12: Master/Slave Enable */
  1125. #define PHY_N_1000C_MSC (1<<11) /* Bit 11: M/S Configuration */
  1126. #define PHY_N_1000C_RD (1<<10) /* Bit 10: Repeater/DTE */
  1127. #define PHY_N_1000C_AFD (1<<9) /* Bit 9: Advertise Full Duplex */
  1128. #define PHY_N_1000C_AHD (1<<8) /* Bit 8: Advertise Half Duplex */
  1129. #define PHY_N_1000C_APC (1<<7) /* Bit 7: Asymmetric Pause Cap. */
  1130. /* Bit 6..0: reserved */
  1131. /***** PHY_NAT_1000T_STAT 16 bit r/o 1000Base-T Status Reg *****/
  1132. #define PHY_N_1000S_MSF (1<<15) /* Bit 15: Master/Slave Fault */
  1133. #define PHY_N_1000S_MSR (1<<14) /* Bit 14: Master/Slave Result */
  1134. #define PHY_N_1000S_LRS (1<<13) /* Bit 13: Local Receiver Status */
  1135. #define PHY_N_1000S_RRS (1<<12) /* Bit 12: Remote Receiver Status*/
  1136. #define PHY_N_1000S_LP_FD (1<<11) /* Bit 11: Link Partner can FD */
  1137. #define PHY_N_1000S_LP_HD (1<<10) /* Bit 10: Link Partner can HD */
  1138. #define PHY_N_1000C_LP_APC (1<<9) /* Bit 9: LP Asym. Pause Cap. */
  1139. /* Bit 8: reserved */
  1140. #define PHY_N_1000S_IEC 0xff /* Bit 7..0: Idle Error Count */
  1141. /***** PHY_NAT_EXT_STAT 16 bit r/o Extended Status Register *****/
  1142. #define PHY_N_ES_X_FD_CAP (1<<15) /* Bit 15: 1000Base-X FD capable */
  1143. #define PHY_N_ES_X_HD_CAP (1<<14) /* Bit 14: 1000Base-X HD capable */
  1144. #define PHY_N_ES_T_FD_CAP (1<<13) /* Bit 13: 1000Base-T FD capable */
  1145. #define PHY_N_ES_T_HD_CAP (1<<12) /* Bit 12: 1000Base-T HD capable */
  1146. /* Bit 11..0: reserved */
  1147. /* todo: those are still missing */
  1148. /***** PHY_NAT_EXT_CTRL1 16 bit r/o Extended Control Reg1 *****/
  1149. /***** PHY_NAT_Q_STAT1 16 bit r/o Quick Status Reg1 *****/
  1150. /***** PHY_NAT_10B_OP 16 bit r/o 10Base-T Operations Reg *****/
  1151. /***** PHY_NAT_EXT_CTRL2 16 bit r/o Extended Control Reg1 *****/
  1152. /***** PHY_NAT_Q_STAT2 16 bit r/o Quick Status Reg2 *****/
  1153. /***** PHY_NAT_PHY_ADDR 16 bit r/o PHY Address Register *****/
  1154. /*
  1155. * Marvell-Specific
  1156. */
  1157. /***** PHY_MARV_AUNE_ADV 16 bit r/w Auto-Negotiation Advertisement *****/
  1158. /***** PHY_MARV_AUNE_LP 16 bit r/w Link Part Ability Reg *****/
  1159. #define PHY_M_AN_NXT_PG BIT_15 /* Request Next Page */
  1160. #define PHY_M_AN_ACK BIT_14 /* (ro) Acknowledge Received */
  1161. #define PHY_M_AN_RF BIT_13 /* Remote Fault */
  1162. /* Bit 12: reserved */
  1163. #define PHY_M_AN_ASP BIT_11 /* Asymmetric Pause */
  1164. #define PHY_M_AN_PC BIT_10 /* MAC Pause implemented */
  1165. #define PHY_M_AN_100_FD BIT_8 /* Advertise 100Base-TX Full Duplex */
  1166. #define PHY_M_AN_100_HD BIT_7 /* Advertise 100Base-TX Half Duplex */
  1167. #define PHY_M_AN_10_FD BIT_6 /* Advertise 10Base-TX Full Duplex */
  1168. #define PHY_M_AN_10_HD BIT_5 /* Advertise 10Base-TX Half Duplex */
  1169. /* special defines for FIBER (88E1011S only) */
  1170. #define PHY_M_AN_ASP_X BIT_8 /* Asymmetric Pause */
  1171. #define PHY_M_AN_PC_X BIT_7 /* MAC Pause implemented */
  1172. #define PHY_M_AN_1000X_AHD BIT_6 /* Advertise 10000Base-X Half Duplex */
  1173. #define PHY_M_AN_1000X_AFD BIT_5 /* Advertise 10000Base-X Full Duplex */
  1174. /* Pause Bits (PHY_M_AN_ASP_X and PHY_M_AN_PC_X) encoding */
  1175. #define PHY_M_P_NO_PAUSE_X (0<<7) /* Bit 8.. 7: no Pause Mode */
  1176. #define PHY_M_P_SYM_MD_X (1<<7) /* Bit 8.. 7: symmetric Pause Mode */
  1177. #define PHY_M_P_ASYM_MD_X (2<<7) /* Bit 8.. 7: asymmetric Pause Mode */
  1178. #define PHY_M_P_BOTH_MD_X (3<<7) /* Bit 8.. 7: both Pause Mode */
  1179. /***** PHY_MARV_1000T_CTRL 16 bit r/w 1000Base-T Control Reg *****/
  1180. #define PHY_M_1000C_TEST (7<<13) /* Bit 15..13: Test Modes */
  1181. #define PHY_M_1000C_MSE (1<<12) /* Bit 12: Manual Master/Slave Enable */
  1182. #define PHY_M_1000C_MSC (1<<11) /* Bit 11: M/S Configuration (1=Master) */
  1183. #define PHY_M_1000C_MPD (1<<10) /* Bit 10: Multi-Port Device */
  1184. #define PHY_M_1000C_AFD (1<<9) /* Bit 9: Advertise Full Duplex */
  1185. #define PHY_M_1000C_AHD (1<<8) /* Bit 8: Advertise Half Duplex */
  1186. /* Bit 7..0: reserved */
  1187. /***** PHY_MARV_PHY_CTRL 16 bit r/w PHY Specific Ctrl Reg *****/
  1188. #define PHY_M_PC_TX_FFD_MSK (3<<14) /* Bit 15..14: Tx FIFO Depth Mask */
  1189. #define PHY_M_PC_RX_FFD_MSK (3<<12) /* Bit 13..12: Rx FIFO Depth Mask */
  1190. #define PHY_M_PC_ASS_CRS_TX (1<<11) /* Bit 11: Assert CRS on Transmit */
  1191. #define PHY_M_PC_FL_GOOD (1<<10) /* Bit 10: Force Link Good */
  1192. #define PHY_M_PC_EN_DET_MSK (3<<8) /* Bit 9.. 8: Energy Detect Mask */
  1193. #define PHY_M_PC_ENA_EXT_D (1<<7) /* Bit 7: Enable Ext. Distance (10BT) */
  1194. #define PHY_M_PC_MDIX_MSK (3<<5) /* Bit 6.. 5: MDI/MDIX Config. Mask */
  1195. #define PHY_M_PC_DIS_125CLK (1<<4) /* Bit 4: Disable 125 CLK */
  1196. #define PHY_M_PC_MAC_POW_UP (1<<3) /* Bit 3: MAC Power up */
  1197. #define PHY_M_PC_SQE_T_ENA (1<<2) /* Bit 2: SQE Test Enabled */
  1198. #define PHY_M_PC_POL_R_DIS (1<<1) /* Bit 1: Polarity Reversal Disabled */
  1199. #define PHY_M_PC_DIS_JABBER (1<<0) /* Bit 0: Disable Jabber */
  1200. #define PHY_M_PC_MDI_XMODE(x) SHIFT5(x)
  1201. #define PHY_M_PC_MAN_MDI 0 /* 00 = Manual MDI configuration */
  1202. #define PHY_M_PC_MAN_MDIX 1 /* 01 = Manual MDIX configuration */
  1203. #define PHY_M_PC_ENA_AUTO 3 /* 11 = Enable Automatic Crossover */
  1204. /***** PHY_MARV_PHY_STAT 16 bit r/o PHY Specific Status Reg *****/
  1205. #define PHY_M_PS_SPEED_MSK (3<<14) /* Bit 15..14: Speed Mask */
  1206. #define PHY_M_PS_SPEED_1000 (1<<15) /* 10 = 1000 Mbps */
  1207. #define PHY_M_PS_SPEED_100 (1<<14) /* 01 = 100 Mbps */
  1208. #define PHY_M_PS_SPEED_10 0 /* 00 = 10 Mbps */
  1209. #define PHY_M_PS_FULL_DUP (1<<13) /* Bit 13: Full Duplex */
  1210. #define PHY_M_PS_PAGE_REC (1<<12) /* Bit 12: Page Received */
  1211. #define PHY_M_PS_SPDUP_RES (1<<11) /* Bit 11: Speed & Duplex Resolved */
  1212. #define PHY_M_PS_LINK_UP (1<<10) /* Bit 10: Link Up */
  1213. #define PHY_M_PS_CABLE_MSK (3<<7) /* Bit 9.. 7: Cable Length Mask */
  1214. #define PHY_M_PS_MDI_X_STAT (1<<6) /* Bit 6: MDI Crossover Stat (1=MDIX) */
  1215. #define PHY_M_PS_DOWNS_STAT (1<<5) /* Bit 5: Downshift Status (1=downsh.) */
  1216. #define PHY_M_PS_ENDET_STAT (1<<4) /* Bit 4: Energy Detect Status (1=act) */
  1217. #define PHY_M_PS_TX_P_EN (1<<3) /* Bit 3: Tx Pause Enabled */
  1218. #define PHY_M_PS_RX_P_EN (1<<2) /* Bit 2: Rx Pause Enabled */
  1219. #define PHY_M_PS_POL_REV (1<<1) /* Bit 1: Polarity Reversed */
  1220. #define PHY_M_PC_JABBER (1<<0) /* Bit 0: Jabber */
  1221. #define PHY_M_PS_PAUSE_MSK (PHY_M_PS_TX_P_EN | PHY_M_PS_RX_P_EN)
  1222. /***** PHY_MARV_INT_MASK 16 bit r/w Interrupt Mask Reg *****/
  1223. /***** PHY_MARV_INT_STAT 16 bit r/o Interrupt Status Reg *****/
  1224. #define PHY_M_IS_AN_ERROR (1<<15) /* Bit 15: Auto-Negotiation Error */
  1225. #define PHY_M_IS_LSP_CHANGE (1<<14) /* Bit 14: Link Speed Changed */
  1226. #define PHY_M_IS_DUP_CHANGE (1<<13) /* Bit 13: Duplex Mode Changed */
  1227. #define PHY_M_IS_AN_PR (1<<12) /* Bit 12: Page Received */
  1228. #define PHY_M_IS_AN_COMPL (1<<11) /* Bit 11: Auto-Negotiation Completed */
  1229. #define PHY_M_IS_LST_CHANGE (1<<10) /* Bit 10: Link Status Changed */
  1230. #define PHY_M_IS_SYMB_ERROR (1<<9) /* Bit 9: Symbol Error */
  1231. #define PHY_M_IS_FALSE_CARR (1<<8) /* Bit 8: False Carrier */
  1232. #define PHY_M_IS_FIFO_ERROR (1<<7) /* Bit 7: FIFO Overflow/Underrun Error */
  1233. #define PHY_M_IS_MDI_CHANGE (1<<6) /* Bit 6: MDI Crossover Changed */
  1234. #define PHY_M_IS_DOWNSH_DET (1<<5) /* Bit 5: Downshift Detected */
  1235. #define PHY_M_IS_END_CHANGE (1<<4) /* Bit 4: Energy Detect Changed */
  1236. /* Bit 3..2: reserved */
  1237. #define PHY_M_IS_POL_CHANGE (1<<1) /* Bit 1: Polarity Changed */
  1238. #define PHY_M_IS_JABBER (1<<0) /* Bit 0: Jabber */
  1239. #define PHY_M_DEF_MSK (PHY_M_IS_AN_ERROR | PHY_M_IS_AN_PR | \
  1240. PHY_M_IS_LST_CHANGE | PHY_M_IS_FIFO_ERROR)
  1241. /***** PHY_MARV_EXT_CTRL 16 bit r/w Ext. PHY Specific Ctrl *****/
  1242. #define PHY_M_EC_M_DSC_MSK (3<<10) /* Bit 11..10: Master downshift counter */
  1243. #define PHY_M_EC_S_DSC_MSK (3<<8) /* Bit 9.. 8: Slave downshift counter */
  1244. #define PHY_M_EC_MAC_S_MSK (7<<4) /* Bit 6.. 4: Def. MAC interface speed */
  1245. #define PHY_M_EC_M_DSC(x) SHIFT10(x) /* 00=1x; 01=2x; 10=3x; 11=4x */
  1246. #define PHY_M_EC_S_DSC(x) SHIFT8(x) /* 00=dis; 01=1x; 10=2x; 11=3x */
  1247. #define PHY_M_EC_MAC_S(x) SHIFT4(x) /* 01X=0; 110=2.5; 111=25 (MHz) */
  1248. #define MAC_TX_CLK_0_MHZ 2
  1249. #define MAC_TX_CLK_2_5_MHZ 6
  1250. #define MAC_TX_CLK_25_MHZ 7
  1251. /***** PHY_MARV_LED_CTRL 16 bit r/w LED Control Reg *****/
  1252. #define PHY_M_LEDC_DIS_LED (1<<15) /* Bit 15: Disable LED */
  1253. #define PHY_M_LEDC_PULS_MSK (7<<12) /* Bit 14..12: Pulse Stretch Mask */
  1254. #define PHY_M_LEDC_F_INT (1<<11) /* Bit 11: Force Interrupt */
  1255. #define PHY_M_LEDC_BL_R_MSK (7<<8) /* Bit 10.. 8: Blink Rate Mask */
  1256. /* Bit 7.. 5: reserved */
  1257. #define PHY_M_LEDC_LINK_MSK (3<<3) /* Bit 4.. 3: Link Control Mask */
  1258. #define PHY_M_LEDC_DP_CTRL (1<<2) /* Bit 2: Duplex Control */
  1259. #define PHY_M_LEDC_RX_CTRL (1<<1) /* Bit 1: Rx activity / Link */
  1260. #define PHY_M_LEDC_TX_CTRL (1<<0) /* Bit 0: Tx activity / Link */
  1261. #define PHY_M_LED_PULS_DUR(x) SHIFT12(x) /* Pulse Stretch Duration */
  1262. #define PULS_NO_STR 0 /* no pulse stretching */
  1263. #define PULS_21MS 1 /* 21 ms to 42 ms */
  1264. #define PULS_42MS 2 /* 42 ms to 84 ms */
  1265. #define PULS_84MS 3 /* 84 ms to 170 ms */
  1266. #define PULS_170MS 4 /* 170 ms to 340 ms */
  1267. #define PULS_340MS 5 /* 340 ms to 670 ms */
  1268. #define PULS_670MS 6 /* 670 ms to 1.3 s */
  1269. #define PULS_1300MS 7 /* 1.3 s to 2.7 s */
  1270. #define PHY_M_LED_BLINK_RT(x) SHIFT8(x) /* Blink Rate */
  1271. #define BLINK_42MS 0 /* 42 ms */
  1272. #define BLINK_84MS 1 /* 84 ms */
  1273. #define BLINK_170MS 2 /* 170 ms */
  1274. #define BLINK_340MS 3 /* 340 ms */
  1275. #define BLINK_670MS 4 /* 670 ms */
  1276. /* values 5 - 7: reserved */
  1277. /***** PHY_MARV_LED_OVER 16 bit r/w Manual LED Override Reg *****/
  1278. #define PHY_M_LED_MO_DUP(x) SHIFT10(x) /* Bit 11..10: Duplex */
  1279. #define PHY_M_LED_MO_10(x) SHIFT8(x) /* Bit 9.. 8: Link 10 */
  1280. #define PHY_M_LED_MO_100(x) SHIFT6(x) /* Bit 7.. 6: Link 100 */
  1281. #define PHY_M_LED_MO_1000(x) SHIFT4(x) /* Bit 5.. 4: Link 1000 */
  1282. #define PHY_M_LED_MO_RX(x) SHIFT2(x) /* Bit 3.. 2: Rx */
  1283. #define PHY_M_LED_MO_TX(x) SHIFT0(x) /* Bit 1.. 0: Tx */
  1284. #define MO_LED_NORM 0
  1285. #define MO_LED_BLINK 1
  1286. #define MO_LED_OFF 2
  1287. #define MO_LED_ON 3
  1288. /***** PHY_MARV_EXT_CTRL_2 16 bit r/w Ext. PHY Specific Ctrl 2 *****/
  1289. /* Bit 15.. 7: reserved */
  1290. #define PHY_M_EC2_FI_IMPED (1<<6) /* Bit 6: Fiber Input Impedance */
  1291. #define PHY_M_EC2_FO_IMPED (1<<5) /* Bit 5: Fiber Output Impedance */
  1292. #define PHY_M_EC2_FO_M_CLK (1<<4) /* Bit 4: Fiber Mode Clock Enable */
  1293. #define PHY_M_EC2_FO_BOOST (1<<3) /* Bit 3: Fiber Output Boost */
  1294. #define PHY_M_EC2_FO_AM_MSK 7 /* Bit 2.. 0: Fiber Output Amplitude */
  1295. /***** PHY_MARV_CABLE_DIAG 16 bit r/o Cable Diagnostic Reg *****/
  1296. #define PHY_M_CABD_ENA_TEST (1<<15) /* Bit 15: Enable Test */
  1297. #define PHY_M_CABD_STAT_MSK (3<<13) /* Bit 14..13: Status */
  1298. /* Bit 12.. 8: reserved */
  1299. #define PHY_M_CABD_DIST_MSK 0xff /* Bit 7.. 0: Distance */
  1300. /* values for Cable Diagnostic Status (11=fail; 00=OK; 10=open; 01=short) */
  1301. #define CABD_STAT_NORMAL 0
  1302. #define CABD_STAT_SHORT 1
  1303. #define CABD_STAT_OPEN 2
  1304. #define CABD_STAT_FAIL 3
  1305. /*
  1306. * GMAC registers
  1307. *
  1308. * The GMAC registers are 16 or 32 bits wide.
  1309. * The GMACs host processor interface is 16 bits wide,
  1310. * therefore ALL registers will be addressed with 16 bit accesses.
  1311. *
  1312. * The following macros are provided to access the GMAC registers
  1313. * GM_IN16(), GM_OUT16, GM_IN32(), GM_OUT32(), GM_INADR(), GM_OUTADR(),
  1314. * GM_INHASH(), and GM_OUTHASH().
  1315. * The macros are defined in SkGeHw.h.
  1316. *
  1317. * Note: NA reg = Network Address e.g DA, SA etc.
  1318. *
  1319. */
  1320. /* Port Registers */
  1321. #define GM_GP_STAT 0x0000 /* 16 bit r/o General Purpose Status */
  1322. #define GM_GP_CTRL 0x0004 /* 16 bit r/w General Purpose Control */
  1323. #define GM_TX_CTRL 0x0008 /* 16 bit r/w Transmit Control Reg. */
  1324. #define GM_RX_CTRL 0x000c /* 16 bit r/w Receive Control Reg. */
  1325. #define GM_TX_FLOW_CTRL 0x0010 /* 16 bit r/w Transmit Flow Control */
  1326. #define GM_TX_PARAM 0x0014 /* 16 bit r/w Transmit Parameter Reg. */
  1327. #define GM_SERIAL_MODE 0x0018 /* 16 bit r/w Serial Mode Register */
  1328. /* Source Address Registers */
  1329. #define GM_SRC_ADDR_1L 0x001c /* 16 bit r/w Source Address 1 (low) */
  1330. #define GM_SRC_ADDR_1M 0x0020 /* 16 bit r/w Source Address 1 (middle) */
  1331. #define GM_SRC_ADDR_1H 0x0024 /* 16 bit r/w Source Address 1 (high) */
  1332. #define GM_SRC_ADDR_2L 0x0028 /* 16 bit r/w Source Address 2 (low) */
  1333. #define GM_SRC_ADDR_2M 0x002c /* 16 bit r/w Source Address 2 (middle) */
  1334. #define GM_SRC_ADDR_2H 0x0030 /* 16 bit r/w Source Address 2 (high) */
  1335. /* Multicast Address Hash Registers */
  1336. #define GM_MC_ADDR_H1 0x0034 /* 16 bit r/w Multicast Address Hash 1 */
  1337. #define GM_MC_ADDR_H2 0x0038 /* 16 bit r/w Multicast Address Hash 2 */
  1338. #define GM_MC_ADDR_H3 0x003c /* 16 bit r/w Multicast Address Hash 3 */
  1339. #define GM_MC_ADDR_H4 0x0040 /* 16 bit r/w Multicast Address Hash 4 */
  1340. /* Interrupt Source Registers */
  1341. #define GM_TX_IRQ_SRC 0x0044 /* 16 bit r/o Tx Overflow IRQ Source */
  1342. #define GM_RX_IRQ_SRC 0x0048 /* 16 bit r/o Rx Overflow IRQ Source */
  1343. #define GM_TR_IRQ_SRC 0x004c /* 16 bit r/o Tx/Rx Over. IRQ Source */
  1344. /* Interrupt Mask Registers */
  1345. #define GM_TX_IRQ_MSK 0x0050 /* 16 bit r/w Tx Overflow IRQ Mask */
  1346. #define GM_RX_IRQ_MSK 0x0054 /* 16 bit r/w Rx Overflow IRQ Mask */
  1347. #define GM_TR_IRQ_MSK 0x0058 /* 16 bit r/w Tx/Rx Over. IRQ Mask */
  1348. /* Serial Management Interface (SMI) Registers */
  1349. #define GM_SMI_CTRL 0x0080 /* 16 bit r/w SMI Control Register */
  1350. #define GM_SMI_DATA 0x0084 /* 16 bit r/w SMI Data Register */
  1351. #define GM_PHY_ADDR 0x0088 /* 16 bit r/w GPHY Address Register */
  1352. /* MIB Counters */
  1353. #define GM_MIB_CNT_BASE 0x0100 /* Base Address of MIB Counters */
  1354. #define GM_MIB_CNT_SIZE 44 /* Number of MIB Counters */
  1355. /*
  1356. * MIB Counters base address definitions (low word) -
  1357. * use offset 4 for access to high word (32 bit r/o)
  1358. */
  1359. #define GM_RXF_UC_OK \
  1360. (GM_MIB_CNT_BASE + 0) /* Unicast Frames Received OK */
  1361. #define GM_RXF_BC_OK \
  1362. (GM_MIB_CNT_BASE + 8) /* Broadcast Frames Received OK */
  1363. #define GM_RXF_MPAUSE \
  1364. (GM_MIB_CNT_BASE + 16) /* Pause MAC Ctrl Frames Received */
  1365. #define GM_RXF_MC_OK \
  1366. (GM_MIB_CNT_BASE + 24) /* Multicast Frames Received OK */
  1367. #define GM_RXF_FCS_ERR \
  1368. (GM_MIB_CNT_BASE + 32) /* Rx Frame Check Seq. Error */
  1369. /* GM_MIB_CNT_BASE + 40: reserved */
  1370. #define GM_RXO_OK_LO \
  1371. (GM_MIB_CNT_BASE + 48) /* Octets Received OK Low */
  1372. #define GM_RXO_OK_HI \
  1373. (GM_MIB_CNT_BASE + 56) /* Octets Received OK High */
  1374. #define GM_RXO_ERR_LO \
  1375. (GM_MIB_CNT_BASE + 64) /* Octets Received Invalid Low */
  1376. #define GM_RXO_ERR_HI \
  1377. (GM_MIB_CNT_BASE + 72) /* Octets Received Invalid High */
  1378. #define GM_RXF_SHT \
  1379. (GM_MIB_CNT_BASE + 80) /* Frames <64 Byte Received OK */
  1380. #define GM_RXE_FRAG \
  1381. (GM_MIB_CNT_BASE + 88) /* Frames <64 Byte Receeived with FCS Err */
  1382. #define GM_RXF_64B \
  1383. (GM_MIB_CNT_BASE + 96) /* 64 Byte Rx Frame */
  1384. #define GM_RXF_127B \
  1385. (GM_MIB_CNT_BASE + 104) /* 65-127 Byte Rx Frame */
  1386. #define GM_RXF_255B \
  1387. (GM_MIB_CNT_BASE + 112) /* 128-255 Byte Rx Frame */
  1388. #define GM_RXF_511B \
  1389. (GM_MIB_CNT_BASE + 120) /* 256-511 Byte Rx Frame */
  1390. #define GM_RXF_1023B \
  1391. (GM_MIB_CNT_BASE + 128) /* 512-1023 Byte Rx Frame */
  1392. #define GM_RXF_1518B \
  1393. (GM_MIB_CNT_BASE + 136) /* 1024-1518 Byte Rx Frame */
  1394. #define GM_RXF_MAX_SZ \
  1395. (GM_MIB_CNT_BASE + 144) /* 1519-MaxSize Byte Rx Frame */
  1396. #define GM_RXF_LNG_ERR \
  1397. (GM_MIB_CNT_BASE + 152) /* Rx Frame too Long Error */
  1398. #define GM_RXF_JAB_PKT \
  1399. (GM_MIB_CNT_BASE + 160) /* Rx Jabber Packet Frame */
  1400. /* GM_MIB_CNT_BASE + 168: reserved */
  1401. #define GM_RXE_FIFO_OV \
  1402. (GM_MIB_CNT_BASE + 176) /* Rx FIFO overflow Event */
  1403. /* GM_MIB_CNT_BASE + 184: reserved */
  1404. #define GM_TXF_UC_OK \
  1405. (GM_MIB_CNT_BASE + 192) /* Unicast Frames Xmitted OK */
  1406. #define GM_TXF_BC_OK \
  1407. (GM_MIB_CNT_BASE + 200) /* Broadcast Frames Xmitted OK */
  1408. #define GM_TXF_MPAUSE \
  1409. (GM_MIB_CNT_BASE + 208) /* Pause MAC Ctrl Frames Xmitted */
  1410. #define GM_TXF_MC_OK \
  1411. (GM_MIB_CNT_BASE + 216) /* Multicast Frames Xmitted OK */
  1412. #define GM_TXO_OK_LO \
  1413. (GM_MIB_CNT_BASE + 224) /* Octets Transmitted OK Low */
  1414. #define GM_TXO_OK_HI \
  1415. (GM_MIB_CNT_BASE + 232) /* Octets Transmitted OK High */
  1416. #define GM_TXF_64B \
  1417. (GM_MIB_CNT_BASE + 240) /* 64 Byte Tx Frame */
  1418. #define GM_TXF_127B \
  1419. (GM_MIB_CNT_BASE + 248) /* 65-127 Byte Tx Frame */
  1420. #define GM_TXF_255B \
  1421. (GM_MIB_CNT_BASE + 256) /* 128-255 Byte Tx Frame */
  1422. #define GM_TXF_511B \
  1423. (GM_MIB_CNT_BASE + 264) /* 256-511 Byte Tx Frame */
  1424. #define GM_TXF_1023B \
  1425. (GM_MIB_CNT_BASE + 272) /* 512-1023 Byte Tx Frame */
  1426. #define GM_TXF_1518B \
  1427. (GM_MIB_CNT_BASE + 280) /* 1024-1518 Byte Tx Frame */
  1428. #define GM_TXF_MAX_SZ \
  1429. (GM_MIB_CNT_BASE + 288) /* 1519-MaxSize Byte Tx Frame */
  1430. /* GM_MIB_CNT_BASE + 296: reserved */
  1431. #define GM_TXF_COL \
  1432. (GM_MIB_CNT_BASE + 304) /* Tx Collision */
  1433. #define GM_TXF_LAT_COL \
  1434. (GM_MIB_CNT_BASE + 312) /* Tx Late Collision */
  1435. #define GM_TXF_ABO_COL \
  1436. (GM_MIB_CNT_BASE + 320) /* Tx aborted due to Exces. Col. */
  1437. #define GM_TXF_MUL_COL \
  1438. (GM_MIB_CNT_BASE + 328) /* Tx Multiple Collision */
  1439. #define GM_TXF_SNG_COL \
  1440. (GM_MIB_CNT_BASE + 336) /* Tx Single Collision */
  1441. #define GM_TXE_FIFO_UR \
  1442. (GM_MIB_CNT_BASE + 344) /* Tx FIFO Underrun Event */
  1443. /*----------------------------------------------------------------------------*/
  1444. /*
  1445. * GMAC Bit Definitions
  1446. *
  1447. * If the bit access behaviour differs from the register access behaviour
  1448. * (r/w, r/o) this is documented after the bit number.
  1449. * The following bit access behaviours are used:
  1450. * (sc) self clearing
  1451. * (r/o) read only
  1452. */
  1453. /* GM_GP_STAT 16 bit r/o General Purpose Status Register */
  1454. #define GM_GPSR_SPEED (1<<15) /* Bit 15: Port Speed (1 = 100 Mbps) */
  1455. #define GM_GPSR_DUPLEX (1<<14) /* Bit 14: Duplex Mode (1 = Full) */
  1456. #define GM_GPSR_FC_TX_DIS (1<<13) /* Bit 13: Tx Flow Control Mode Disabled */
  1457. #define GM_GPSR_LINK_UP (1<<12) /* Bit 12: Link Up Status */
  1458. #define GM_GPSR_PAUSE (1<<11) /* Bit 11: Pause State */
  1459. #define GM_GPSR_TX_ACTIVE (1<<10) /* Bit 10: Tx in Progress */
  1460. #define GM_GPSR_EXC_COL (1<<9) /* Bit 9: Excessive Collisions Occured */
  1461. #define GM_GPSR_LAT_COL (1<<8) /* Bit 8: Late Collisions Occured */
  1462. /* Bit 7..6: reserved */
  1463. #define GM_GPSR_PHY_ST_CH (1<<5) /* Bit 5: PHY Status Change */
  1464. #define GM_GPSR_GIG_SPEED (1<<4) /* Bit 4: Gigabit Speed (1 = 1000 Mbps) */
  1465. #define GM_GPSR_PART_MODE (1<<3) /* Bit 3: Partition mode */
  1466. #define GM_GPSR_FC_RX_DIS (1<<2) /* Bit 2: Rx Flow Control Mode Disabled */
  1467. #define GM_GPSR_PROM_EN (1<<1) /* Bit 1: Promiscuous Mode Enabled */
  1468. /* Bit 0: reserved */
  1469. /* GM_GP_CTRL 16 bit r/w General Purpose Control Register */
  1470. /* Bit 15: reserved */
  1471. #define GM_GPCR_PROM_ENA (1<<14) /* Bit 14: Enable Promiscuous Mode */
  1472. #define GM_GPCR_FC_TX_DIS (1<<13) /* Bit 13: Disable Tx Flow Control Mode */
  1473. #define GM_GPCR_TX_ENA (1<<12) /* Bit 12: Enable Transmit */
  1474. #define GM_GPCR_RX_ENA (1<<11) /* Bit 11: Enable Receive */
  1475. #define GM_GPCR_BURST_ENA (1<<10) /* Bit 10: Enable Burst Mode */
  1476. #define GM_GPCR_LOOP_ENA (1<<9) /* Bit 9: Enable MAC Loopback Mode */
  1477. #define GM_GPCR_PART_ENA (1<<8) /* Bit 8: Enable Partition Mode */
  1478. #define GM_GPCR_GIGS_ENA (1<<7) /* Bit 7: Gigabit Speed (1000 Mbps) */
  1479. #define GM_GPCR_FL_PASS (1<<6) /* Bit 6: Force Link Pass */
  1480. #define GM_GPCR_DUP_FULL (1<<5) /* Bit 5: Full Duplex Mode */
  1481. #define GM_GPCR_FC_RX_DIS (1<<4) /* Bit 4: Disable Rx Flow Control Mode */
  1482. #define GM_GPCR_SPEED_100 (1<<3) /* Bit 3: Port Speed 100 Mbps */
  1483. #define GM_GPCR_AU_DUP_DIS (1<<2) /* Bit 2: Disable Auto-Update for Duplex */
  1484. #define GM_GPCR_AU_FCT_DIS (1<<1) /* Bit 1: Disable Auto-Update for Flow-c. */
  1485. #define GM_GPCR_AU_SPD_DIS (1<<0) /* Bit 0: Disable Auto-Update for Speed */
  1486. #define GM_GPCR_SPEED_1000 (GM_GPCR_GIGS_ENA | GM_GPCR_SPEED_100)
  1487. #define GM_GPCR_AU_ALL_DIS (GM_GPCR_AU_DUP_DIS | GM_GPCR_AU_FCT_DIS |\
  1488. GM_GPCR_AU_SPD_DIS)
  1489. /* GM_TX_CTRL 16 bit r/w Transmit Control Register */
  1490. #define GM_TXCR_FORCE_JAM (1<<15) /* Bit 15: Force Jam / Flow-Control */
  1491. #define GM_TXCR_CRC_DIS (1<<14) /* Bit 14: Disable insertion of CRC */
  1492. #define GM_TXCR_PAD_DIS (1<<13) /* Bit 13: Disable padding of packets */
  1493. #define GM_TXCR_COL_THR (4<<10) /* Bit 12..10: Collision Threshold */
  1494. /* GM_RX_CTRL 16 bit r/w Receive Control Register */
  1495. #define GM_RXCR_UCF_ENA (1<<15) /* Bit 15: Enable Unicast filtering */
  1496. #define GM_RXCR_MCF_ENA (1<<14) /* Bit 14: Enable Multicast filtering */
  1497. #define GM_RXCR_CRC_DIS (1<<13) /* Bit 13: Remove 4-byte CRC */
  1498. #define GM_RXCR_PASS_FC (1<<12) /* Bit 12: Pass FC packets to FIFO */
  1499. /* GM_TX_PARAM 16 bit r/w Transmit Parameter Register */
  1500. #define GM_TXPA_JAMLEN_MSK (0x03<<14) /* Bit 15..14: Jam Length */
  1501. #define GM_TXPA_JAMIPG_MSK (0x1f<<9) /* Bit 13..9: Jam IPG */
  1502. #define GM_TXPA_JAMDAT_MSK (0x1f<<4) /* Bit 8..4: IPG Jam to Data */
  1503. /* Bit 3..0: reserved */
  1504. #define JAM_LEN_VAL(x) SHIFT14(x)
  1505. #define JAM_IPG_VAL(x) SHIFT9(x)
  1506. #define IPG_JAM_DATA(x) SHIFT4(x)
  1507. /* GM_SERIAL_MODE 16 bit r/w Serial Mode Register */
  1508. #define GM_SMOD_DATABL_MSK (0x1f<<11) /* Bit 15..11: Data Blinder */
  1509. #define GM_SMOD_LIMIT_4 (1<<10) /* Bit 10: 4 consecutive transmit trials */
  1510. #define GM_SMOD_VLAN_ENA (1<<9) /* Bit 9: Enable VLAN (Max. Frame Length) */
  1511. #define GM_SMOD_JUMBO_ENA (1<<8) /* Bit 8: Enable Jumbo (Max. Frame Length) */
  1512. /* Bit 7..5: reserved */
  1513. #define GM_SMOD_IPG_MSK 0x1f /* Bit 4..0: Inter-Packet Gap (IPG) */
  1514. #define DATA_BLIND_VAL(x) SHIFT11(x)
  1515. #define DATA_BLIND_FAST_ETH 0x1c
  1516. #define DATA_BLIND_GIGABIT 4
  1517. #define IPG_VAL_FAST_ETH 0x1e
  1518. #define IPG_VAL_GIGABIT 6
  1519. /* GM_SMI_CTRL 16 bit r/w SMI Control Register */
  1520. #define GM_SMI_CT_PHY_AD(x) SHIFT11(x)
  1521. #define GM_SMI_CT_REG_AD(x) SHIFT6(x)
  1522. #define GM_SMI_CT_OP_RD (1<<5) /* Bit 5: OpCode Read (0=Write)*/
  1523. #define GM_SMI_CT_RD_VAL (1<<4) /* Bit 4: Read Valid (Read completed) */
  1524. #define GM_SMI_CT_BUSY (1<<3) /* Bit 3: Busy (Operation in progress) */
  1525. /* Bit 2..0: reserved */
  1526. /* GM_PHY_ADDR 16 bit r/w GPHY Address Register */
  1527. /* Bit 15..6: reserved */
  1528. #define GM_PAR_MIB_CLR (1<<5) /* Bit 5: Set MIB Clear Counter Mode */
  1529. #define GM_PAR_MIB_TST (1<<4) /* Bit 4: MIB Load Counter (Test Mode) */
  1530. /* Bit 3..0: reserved */
  1531. /* Receive Frame Status Encoding */
  1532. #define GMR_FS_LEN (0xffffUL<<16) /* Bit 31..16: Rx Frame Length */
  1533. /* Bit 15..14: reserved */
  1534. #define GMR_FS_VLAN (1L<<13) /* Bit 13: VLAN Packet */
  1535. #define GMR_FS_JABBER (1L<<12) /* Bit 12: Jabber Packet */
  1536. #define GMR_FS_UN_SIZE (1L<<11) /* Bit 11: Undersize Packet */
  1537. #define GMR_FS_MC (1L<<10) /* Bit 10: Multicast Packet */
  1538. #define GMR_FS_BC (1L<<9) /* Bit 9: Broadcast Packet */
  1539. #define GMR_FS_RX_OK (1L<<8) /* Bit 8: Receive OK (Good Packet) */
  1540. #define GMR_FS_GOOD_FC (1L<<7) /* Bit 7: Good Flow-Control Packet */
  1541. #define GMR_FS_BAD_FC (1L<<6) /* Bit 6: Bad Flow-Control Packet */
  1542. #define GMR_FS_MII_ERR (1L<<5) /* Bit 5: MII Error */
  1543. #define GMR_FS_LONG_ERR (1L<<4) /* Bit 4: Too Long Packet */
  1544. #define GMR_FS_FRAGMENT (1L<<3) /* Bit 3: Fragment */
  1545. /* Bit 2: reserved */
  1546. #define GMR_FS_CRC_ERR (1L<<1) /* Bit 1: CRC Error */
  1547. #define GMR_FS_RX_FF_OV (1L<<0) /* Bit 0: Rx FIFO Overflow */
  1548. /*
  1549. * GMR_FS_ANY_ERR (analogous to XMR_FS_ANY_ERR)
  1550. */
  1551. #define GMR_FS_ANY_ERR (GMR_FS_CRC_ERR | \
  1552. GMR_FS_LONG_ERR | \
  1553. GMR_FS_MII_ERR | \
  1554. GMR_FS_BAD_FC | \
  1555. GMR_FS_GOOD_FC | \
  1556. GMR_FS_JABBER)
  1557. /* Rx GMAC FIFO Flush Mask (default) */
  1558. #define RX_FF_FL_DEF_MSK (GMR_FS_CRC_ERR | \
  1559. GMR_FS_RX_FF_OV | \
  1560. GMR_FS_MII_ERR | \
  1561. GMR_FS_BAD_FC | \
  1562. GMR_FS_GOOD_FC | \
  1563. GMR_FS_UN_SIZE | \
  1564. GMR_FS_JABBER)
  1565. /* typedefs *******************************************************************/
  1566. /* function prototypes ********************************************************/
  1567. #ifdef __cplusplus
  1568. }
  1569. #endif /* __cplusplus */
  1570. #endif /* __INC_XMAC_H */