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

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