You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3c595.h 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. /*
  2. * Copyright (c) 1993 Herb Peyerl (hpeyerl@novatel.ca) All rights reserved.
  3. *
  4. * Redistribution and use in source and binary forms, with or without
  5. * modification, are permitted provided that the following conditions are
  6. * met: 1. Redistributions of source code must retain the above copyright
  7. * notice, this list of conditions and the following disclaimer. 2. The name
  8. * of the author may not be used to endorse or promote products derived from
  9. * this software without specific prior written permission
  10. *
  11. * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
  12. * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  13. * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
  14. * EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  15. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  16. * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  17. * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  18. * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  19. * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  20. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  21. *
  22. October 2, 1994
  23. Modified by: Andres Vega Garcia
  24. INRIA - Sophia Antipolis, France
  25. e-mail: avega@sophia.inria.fr
  26. finger: avega@pax.inria.fr
  27. */
  28. FILE_LICENCE ( BSD3 );
  29. /*
  30. * Created from if_epreg.h by Fred Gray (fgray@rice.edu) to support the
  31. * 3c590 family.
  32. */
  33. /*
  34. * Modified by Shusuke Nisiyama <shu@athena.qe.eng.hokudai.ac.jp>
  35. * for etherboot
  36. * Mar. 14, 2000
  37. */
  38. /*
  39. * Ethernet software status per interface.
  40. */
  41. /*
  42. * Some global constants
  43. */
  44. #define TX_INIT_RATE 16
  45. #define TX_INIT_MAX_RATE 64
  46. #define RX_INIT_LATENCY 64
  47. #define RX_INIT_EARLY_THRESH 64
  48. #define MIN_RX_EARLY_THRESHF 16 /* not less than ether_header */
  49. #define MIN_RX_EARLY_THRESHL 4
  50. #define EEPROMSIZE 0x40
  51. #define MAX_EEPROMBUSY 1000
  52. #define VX_LAST_TAG 0xd7
  53. #define VX_MAX_BOARDS 16
  54. #define VX_ID_PORT 0x100
  55. /*
  56. * some macros to acces long named fields
  57. */
  58. #define BASE (eth_nic_base)
  59. /*
  60. * Commands to read/write EEPROM trough EEPROM command register (Window 0,
  61. * Offset 0xa)
  62. */
  63. #define EEPROM_CMD_RD 0x0080 /* Read: Address required (5 bits) */
  64. #define EEPROM_CMD_WR 0x0040 /* Write: Address required (5 bits) */
  65. #define EEPROM_CMD_ERASE 0x00c0 /* Erase: Address required (5 bits) */
  66. #define EEPROM_CMD_EWEN 0x0030 /* Erase/Write Enable: No data required */
  67. #define EEPROM_BUSY (1<<15)
  68. /*
  69. * Some short functions, worth to let them be a macro
  70. */
  71. /**************************************************************************
  72. * *
  73. * These define the EEPROM data structure. They are used in the probe
  74. * function to verify the existence of the adapter after having sent
  75. * the ID_Sequence.
  76. *
  77. * There are others but only the ones we use are defined here.
  78. *
  79. **************************************************************************/
  80. #define EEPROM_NODE_ADDR_0 0x0 /* Word */
  81. #define EEPROM_NODE_ADDR_1 0x1 /* Word */
  82. #define EEPROM_NODE_ADDR_2 0x2 /* Word */
  83. #define EEPROM_PROD_ID 0x3 /* 0x9[0-f]50 */
  84. #define EEPROM_MFG_ID 0x7 /* 0x6d50 */
  85. #define EEPROM_ADDR_CFG 0x8 /* Base addr */
  86. #define EEPROM_RESOURCE_CFG 0x9 /* IRQ. Bits 12-15 */
  87. #define EEPROM_OEM_ADDR_0 0xa /* Word */
  88. #define EEPROM_OEM_ADDR_1 0xb /* Word */
  89. #define EEPROM_OEM_ADDR_2 0xc /* Word */
  90. #define EEPROM_SOFT_INFO_2 0xf /* Software information 2 */
  91. #define NO_RX_OVN_ANOMALY (1<<5)
  92. /**************************************************************************
  93. * *
  94. * These are the registers for the 3Com 3c509 and their bit patterns when *
  95. * applicable. They have been taken out the the "EtherLink III Parallel *
  96. * Tasking EISA and ISA Technical Reference" "Beta Draft 10/30/92" manual *
  97. * from 3com. *
  98. * *
  99. **************************************************************************/
  100. #define VX_COMMAND 0x0e /* Write. BASE+0x0e is always a
  101. * command reg. */
  102. #define VX_STATUS 0x0e /* Read. BASE+0x0e is always status
  103. * reg. */
  104. #define VX_WINDOW 0x0f /* Read. BASE+0x0f is always window
  105. * reg. */
  106. /*
  107. * Window 0 registers. Setup.
  108. */
  109. /* Write */
  110. #define VX_W0_EEPROM_DATA 0x0c
  111. #define VX_W0_EEPROM_COMMAND 0x0a
  112. #define VX_W0_RESOURCE_CFG 0x08
  113. #define VX_W0_ADDRESS_CFG 0x06
  114. #define VX_W0_CONFIG_CTRL 0x04
  115. /* Read */
  116. #define VX_W0_PRODUCT_ID 0x02
  117. #define VX_W0_MFG_ID 0x00
  118. /*
  119. * Window 1 registers. Operating Set.
  120. */
  121. /* Write */
  122. #define VX_W1_TX_PIO_WR_2 0x02
  123. #define VX_W1_TX_PIO_WR_1 0x00
  124. /* Read */
  125. #define VX_W1_FREE_TX 0x0c
  126. #define VX_W1_TX_STATUS 0x0b /* byte */
  127. #define VX_W1_TIMER 0x0a /* byte */
  128. #define VX_W1_RX_STATUS 0x08
  129. #define VX_W1_RX_PIO_RD_2 0x02
  130. #define VX_W1_RX_PIO_RD_1 0x00
  131. /*
  132. * Window 2 registers. Station Address Setup/Read
  133. */
  134. /* Read/Write */
  135. #define VX_W2_ADDR_5 0x05
  136. #define VX_W2_ADDR_4 0x04
  137. #define VX_W2_ADDR_3 0x03
  138. #define VX_W2_ADDR_2 0x02
  139. #define VX_W2_ADDR_1 0x01
  140. #define VX_W2_ADDR_0 0x00
  141. /*
  142. * Window 3 registers. FIFO Management.
  143. */
  144. /* Read */
  145. #define VX_W3_INTERNAL_CFG 0x00
  146. #define VX_W3_RESET_OPT 0x08
  147. #define VX_W3_FREE_TX 0x0c
  148. #define VX_W3_FREE_RX 0x0a
  149. /*
  150. * Window 4 registers. Diagnostics.
  151. */
  152. /* Read/Write */
  153. #define VX_W4_MEDIA_TYPE 0x0a
  154. #define VX_W4_CTRLR_STATUS 0x08
  155. #define VX_W4_NET_DIAG 0x06
  156. #define VX_W4_FIFO_DIAG 0x04
  157. #define VX_W4_HOST_DIAG 0x02
  158. #define VX_W4_TX_DIAG 0x00
  159. /*
  160. * Window 5 Registers. Results and Internal status.
  161. */
  162. /* Read */
  163. #define VX_W5_READ_0_MASK 0x0c
  164. #define VX_W5_INTR_MASK 0x0a
  165. #define VX_W5_RX_FILTER 0x08
  166. #define VX_W5_RX_EARLY_THRESH 0x06
  167. #define VX_W5_TX_AVAIL_THRESH 0x02
  168. #define VX_W5_TX_START_THRESH 0x00
  169. /*
  170. * Window 6 registers. Statistics.
  171. */
  172. /* Read/Write */
  173. #define TX_TOTAL_OK 0x0c
  174. #define RX_TOTAL_OK 0x0a
  175. #define TX_DEFERRALS 0x08
  176. #define RX_FRAMES_OK 0x07
  177. #define TX_FRAMES_OK 0x06
  178. #define RX_OVERRUNS 0x05
  179. #define TX_COLLISIONS 0x04
  180. #define TX_AFTER_1_COLLISION 0x03
  181. #define TX_AFTER_X_COLLISIONS 0x02
  182. #define TX_NO_SQE 0x01
  183. #define TX_CD_LOST 0x00
  184. /****************************************
  185. *
  186. * Register definitions.
  187. *
  188. ****************************************/
  189. /*
  190. * Command register. All windows.
  191. *
  192. * 16 bit register.
  193. * 15-11: 5-bit code for command to be executed.
  194. * 10-0: 11-bit arg if any. For commands with no args;
  195. * this can be set to anything.
  196. */
  197. #define GLOBAL_RESET (unsigned short) 0x0000 /* Wait at least 1ms
  198. * after issuing */
  199. #define WINDOW_SELECT (unsigned short) (0x1<<11)
  200. #define START_TRANSCEIVER (unsigned short) (0x2<<11) /* Read ADDR_CFG reg to
  201. * determine whether
  202. * this is needed. If
  203. * so; wait 800 uSec
  204. * before using trans-
  205. * ceiver. */
  206. #define RX_DISABLE (unsigned short) (0x3<<11) /* state disabled on
  207. * power-up */
  208. #define RX_ENABLE (unsigned short) (0x4<<11)
  209. #define RX_RESET (unsigned short) (0x5<<11)
  210. #define RX_DISCARD_TOP_PACK (unsigned short) (0x8<<11)
  211. #define TX_ENABLE (unsigned short) (0x9<<11)
  212. #define TX_DISABLE (unsigned short) (0xa<<11)
  213. #define TX_RESET (unsigned short) (0xb<<11)
  214. #define REQ_INTR (unsigned short) (0xc<<11)
  215. /*
  216. * The following C_* acknowledge the various interrupts. Some of them don't
  217. * do anything. See the manual.
  218. */
  219. #define ACK_INTR (unsigned short) (0x6800)
  220. # define C_INTR_LATCH (unsigned short) (ACK_INTR|0x1)
  221. # define C_CARD_FAILURE (unsigned short) (ACK_INTR|0x2)
  222. # define C_TX_COMPLETE (unsigned short) (ACK_INTR|0x4)
  223. # define C_TX_AVAIL (unsigned short) (ACK_INTR|0x8)
  224. # define C_RX_COMPLETE (unsigned short) (ACK_INTR|0x10)
  225. # define C_RX_EARLY (unsigned short) (ACK_INTR|0x20)
  226. # define C_INT_RQD (unsigned short) (ACK_INTR|0x40)
  227. # define C_UPD_STATS (unsigned short) (ACK_INTR|0x80)
  228. #define SET_INTR_MASK (unsigned short) (0xe<<11)
  229. #define SET_RD_0_MASK (unsigned short) (0xf<<11)
  230. #define SET_RX_FILTER (unsigned short) (0x10<<11)
  231. # define FIL_INDIVIDUAL (unsigned short) (0x1)
  232. # define FIL_MULTICAST (unsigned short) (0x02)
  233. # define FIL_BRDCST (unsigned short) (0x04)
  234. # define FIL_PROMISC (unsigned short) (0x08)
  235. #define SET_RX_EARLY_THRESH (unsigned short) (0x11<<11)
  236. #define SET_TX_AVAIL_THRESH (unsigned short) (0x12<<11)
  237. #define SET_TX_START_THRESH (unsigned short) (0x13<<11)
  238. #define STATS_ENABLE (unsigned short) (0x15<<11)
  239. #define STATS_DISABLE (unsigned short) (0x16<<11)
  240. #define STOP_TRANSCEIVER (unsigned short) (0x17<<11)
  241. /*
  242. * Status register. All windows.
  243. *
  244. * 15-13: Window number(0-7).
  245. * 12: Command_in_progress.
  246. * 11: reserved.
  247. * 10: reserved.
  248. * 9: reserved.
  249. * 8: reserved.
  250. * 7: Update Statistics.
  251. * 6: Interrupt Requested.
  252. * 5: RX Early.
  253. * 4: RX Complete.
  254. * 3: TX Available.
  255. * 2: TX Complete.
  256. * 1: Adapter Failure.
  257. * 0: Interrupt Latch.
  258. */
  259. #define S_INTR_LATCH (unsigned short) (0x1)
  260. #define S_CARD_FAILURE (unsigned short) (0x2)
  261. #define S_TX_COMPLETE (unsigned short) (0x4)
  262. #define S_TX_AVAIL (unsigned short) (0x8)
  263. #define S_RX_COMPLETE (unsigned short) (0x10)
  264. #define S_RX_EARLY (unsigned short) (0x20)
  265. #define S_INT_RQD (unsigned short) (0x40)
  266. #define S_UPD_STATS (unsigned short) (0x80)
  267. #define S_COMMAND_IN_PROGRESS (unsigned short) (0x1000)
  268. #define VX_BUSY_WAIT while (inw(BASE + VX_STATUS) & S_COMMAND_IN_PROGRESS)
  269. /* Address Config. Register.
  270. * Window 0/Port 06
  271. */
  272. #define ACF_CONNECTOR_BITS 14
  273. #define ACF_CONNECTOR_UTP 0
  274. #define ACF_CONNECTOR_AUI 1
  275. #define ACF_CONNECTOR_BNC 3
  276. #define INTERNAL_CONNECTOR_BITS 20
  277. #define INTERNAL_CONNECTOR_MASK 0x01700000
  278. /*
  279. * FIFO Registers. RX Status.
  280. *
  281. * 15: Incomplete or FIFO empty.
  282. * 14: 1: Error in RX Packet 0: Incomplete or no error.
  283. * 13-11: Type of error.
  284. * 1000 = Overrun.
  285. * 1011 = Run Packet Error.
  286. * 1100 = Alignment Error.
  287. * 1101 = CRC Error.
  288. * 1001 = Oversize Packet Error (>1514 bytes)
  289. * 0010 = Dribble Bits.
  290. * (all other error codes, no errors.)
  291. *
  292. * 10-0: RX Bytes (0-1514)
  293. */
  294. #define ERR_INCOMPLETE (unsigned short) (0x8000)
  295. #define ERR_RX (unsigned short) (0x4000)
  296. #define ERR_MASK (unsigned short) (0x7800)
  297. #define ERR_OVERRUN (unsigned short) (0x4000)
  298. #define ERR_RUNT (unsigned short) (0x5800)
  299. #define ERR_ALIGNMENT (unsigned short) (0x6000)
  300. #define ERR_CRC (unsigned short) (0x6800)
  301. #define ERR_OVERSIZE (unsigned short) (0x4800)
  302. #define ERR_DRIBBLE (unsigned short) (0x1000)
  303. /*
  304. * TX Status.
  305. *
  306. * Reports the transmit status of a completed transmission. Writing this
  307. * register pops the transmit completion stack.
  308. *
  309. * Window 1/Port 0x0b.
  310. *
  311. * 7: Complete
  312. * 6: Interrupt on successful transmission requested.
  313. * 5: Jabber Error (TP Only, TX Reset required. )
  314. * 4: Underrun (TX Reset required. )
  315. * 3: Maximum Collisions.
  316. * 2: TX Status Overflow.
  317. * 1-0: Undefined.
  318. *
  319. */
  320. #define TXS_COMPLETE 0x80
  321. #define TXS_INTR_REQ 0x40
  322. #define TXS_JABBER 0x20
  323. #define TXS_UNDERRUN 0x10
  324. #define TXS_MAX_COLLISION 0x8
  325. #define TXS_STATUS_OVERFLOW 0x4
  326. #define RS_AUI (1<<5)
  327. #define RS_BNC (1<<4)
  328. #define RS_UTP (1<<3)
  329. #define RS_T4 (1<<0)
  330. #define RS_TX (1<<1)
  331. #define RS_FX (1<<2)
  332. #define RS_MII (1<<6)
  333. /*
  334. * FIFO Status (Window 4)
  335. *
  336. * Supports FIFO diagnostics
  337. *
  338. * Window 4/Port 0x04.1
  339. *
  340. * 15: 1=RX receiving (RO). Set when a packet is being received
  341. * into the RX FIFO.
  342. * 14: Reserved
  343. * 13: 1=RX underrun (RO). Generates Adapter Failure interrupt.
  344. * Requires RX Reset or Global Reset command to recover.
  345. * It is generated when you read past the end of a packet -
  346. * reading past what has been received so far will give bad
  347. * data.
  348. * 12: 1=RX status overrun (RO). Set when there are already 8
  349. * packets in the RX FIFO. While this bit is set, no additional
  350. * packets are received. Requires no action on the part of
  351. * the host. The condition is cleared once a packet has been
  352. * read out of the RX FIFO.
  353. * 11: 1=RX overrun (RO). Set when the RX FIFO is full (there
  354. * may not be an overrun packet yet). While this bit is set,
  355. * no additional packets will be received (some additional
  356. * bytes can still be pending between the wire and the RX
  357. * FIFO). Requires no action on the part of the host. The
  358. * condition is cleared once a few bytes have been read out
  359. * from the RX FIFO.
  360. * 10: 1=TX overrun (RO). Generates adapter failure interrupt.
  361. * Requires TX Reset or Global Reset command to recover.
  362. * Disables Transmitter.
  363. * 9-8: Unassigned.
  364. * 7-0: Built in self test bits for the RX and TX FIFO's.
  365. */
  366. #define FIFOS_RX_RECEIVING (unsigned short) 0x8000
  367. #define FIFOS_RX_UNDERRUN (unsigned short) 0x2000
  368. #define FIFOS_RX_STATUS_OVERRUN (unsigned short) 0x1000
  369. #define FIFOS_RX_OVERRUN (unsigned short) 0x0800
  370. #define FIFOS_TX_OVERRUN (unsigned short) 0x0400
  371. /*
  372. * Misc defines for various things.
  373. */
  374. #define TAG_ADAPTER 0xd0
  375. #define ACTIVATE_ADAPTER_TO_CONFIG 0xff
  376. #define ENABLE_DRQ_IRQ 0x0001
  377. #define MFG_ID 0x506d /* `TCM' */
  378. #define PROD_ID 0x5090
  379. #define GO_WINDOW(x) outw(WINDOW_SELECT|(x),BASE+VX_COMMAND)
  380. #define JABBER_GUARD_ENABLE 0x40
  381. #define LINKBEAT_ENABLE 0x80
  382. #define ENABLE_UTP (JABBER_GUARD_ENABLE | LINKBEAT_ENABLE)
  383. #define DISABLE_UTP 0x0
  384. #define RX_BYTES_MASK (unsigned short) (0x07ff)
  385. #define RX_ERROR 0x4000
  386. #define RX_INCOMPLETE 0x8000
  387. #define TX_INDICATE 1<<15
  388. #define is_eeprom_busy(b) (inw((b)+VX_W0_EEPROM_COMMAND)&EEPROM_BUSY)
  389. #define VX_IOSIZE 0x20
  390. #define VX_CONNECTORS 8
  391. /*
  392. * Local variables:
  393. * c-basic-offset: 8
  394. * End:
  395. */