pc300.h 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. /*
  2. * pc300.h Cyclades-PC300(tm) Kernel API Definitions.
  3. *
  4. * Author: Ivan Passos <ivan@cyclades.com>
  5. *
  6. * Copyright: (c) 1999-2002 Cyclades Corp.
  7. *
  8. * This program is free software; you can redistribute it and/or
  9. * modify it under the terms of the GNU General Public License
  10. * as published by the Free Software Foundation; either version
  11. * 2 of the License, or (at your option) any later version.
  12. *
  13. * $Log: pc300.h,v $
  14. * Revision 3.12 2002/03/07 14:17:09 henrique
  15. * License data fixed
  16. *
  17. * Revision 3.11 2002/01/28 21:09:39 daniela
  18. * Included ';' after pc300hw.bus.
  19. *
  20. * Revision 3.10 2002/01/17 17:58:52 ivan
  21. * Support for PC300-TE/M (PMC).
  22. *
  23. * Revision 3.9 2001/09/28 13:30:53 daniela
  24. * Renamed dma_start routine to rx_dma_start.
  25. *
  26. * Revision 3.8 2001/09/24 13:03:45 daniela
  27. * Fixed BOF interrupt treatment. Created dma_start routine.
  28. *
  29. * Revision 3.7 2001/08/10 17:19:58 daniela
  30. * Fixed IOCTLs defines.
  31. *
  32. * Revision 3.6 2001/07/18 19:24:42 daniela
  33. * Included kernel version.
  34. *
  35. * Revision 3.5 2001/07/05 18:38:08 daniela
  36. * DMA transmission bug fix.
  37. *
  38. * Revision 3.4 2001/06/26 17:10:40 daniela
  39. * New configuration parameters (line code, CRC calculation and clock).
  40. *
  41. * Revision 3.3 2001/06/22 13:13:02 regina
  42. * MLPPP implementation
  43. *
  44. * Revision 3.2 2001/06/18 17:56:09 daniela
  45. * Increased DEF_MTU and TX_QUEUE_LEN.
  46. *
  47. * Revision 3.1 2001/06/15 12:41:10 regina
  48. * upping major version number
  49. *
  50. * Revision 1.1.1.1 2001/06/13 20:25:06 daniela
  51. * PC300 initial CVS version (3.4.0-pre1)
  52. *
  53. * Revision 2.3 2001/03/05 daniela
  54. * Created struct pc300conf, to provide the hardware information to pc300util.
  55. * Inclusion of 'alloc_ramsize' field on structure 'pc300hw'.
  56. *
  57. * Revision 2.2 2000/12/22 daniela
  58. * Structures and defines to support pc300util: statistics, status,
  59. * loopback tests, trace.
  60. *
  61. * Revision 2.1 2000/09/28 ivan
  62. * Inclusion of 'iophys' and 'iosize' fields on structure 'pc300hw', to
  63. * allow release of I/O region at module unload.
  64. * Changed location of include files.
  65. *
  66. * Revision 2.0 2000/03/27 ivan
  67. * Added support for the PC300/TE cards.
  68. *
  69. * Revision 1.1 2000/01/31 ivan
  70. * Replaced 'pc300[drv|sca].h' former PC300 driver include files.
  71. *
  72. * Revision 1.0 1999/12/16 ivan
  73. * First official release.
  74. * Inclusion of 'nchan' field on structure 'pc300hw', to allow variable
  75. * number of ports per card.
  76. * Inclusion of 'if_ptr' field on structure 'pc300dev'.
  77. *
  78. * Revision 0.6 1999/11/17 ivan
  79. * Changed X.25-specific function names to comply with adopted convention.
  80. *
  81. * Revision 0.5 1999/11/16 Daniela Squassoni
  82. * X.25 support.
  83. *
  84. * Revision 0.4 1999/11/15 ivan
  85. * Inclusion of 'clock' field on structure 'pc300hw'.
  86. *
  87. * Revision 0.3 1999/11/10 ivan
  88. * IOCTL name changing.
  89. * Inclusion of driver function prototypes.
  90. *
  91. * Revision 0.2 1999/11/03 ivan
  92. * Inclusion of 'tx_skb' and union 'ifu' on structure 'pc300dev'.
  93. *
  94. * Revision 0.1 1999/01/15 ivan
  95. * Initial version.
  96. *
  97. */
  98. #ifndef _PC300_H
  99. #define _PC300_H
  100. #include <linux/hdlc.h>
  101. #include "hd64572.h"
  102. #include "pc300-falc-lh.h"
  103. #define PC300_PROTO_MLPPP 1
  104. #define PC300_MAXCHAN 2 /* Number of channels per card */
  105. #define PC300_RAMSIZE 0x40000 /* RAM window size (256Kb) */
  106. #define PC300_FALCSIZE 0x400 /* FALC window size (1Kb) */
  107. #define PC300_OSC_CLOCK 24576000
  108. #define PC300_PCI_CLOCK 33000000
  109. #define BD_DEF_LEN 0x0800 /* DMA buffer length (2KB) */
  110. #define DMA_TX_MEMSZ 0x8000 /* Total DMA Tx memory size (32KB/ch) */
  111. #define DMA_RX_MEMSZ 0x10000 /* Total DMA Rx memory size (64KB/ch) */
  112. #define N_DMA_TX_BUF (DMA_TX_MEMSZ / BD_DEF_LEN) /* DMA Tx buffers */
  113. #define N_DMA_RX_BUF (DMA_RX_MEMSZ / BD_DEF_LEN) /* DMA Rx buffers */
  114. /* DMA Buffer Offsets */
  115. #define DMA_TX_BASE ((N_DMA_TX_BUF + N_DMA_RX_BUF) * \
  116. PC300_MAXCHAN * sizeof(pcsca_bd_t))
  117. #define DMA_RX_BASE (DMA_TX_BASE + PC300_MAXCHAN*DMA_TX_MEMSZ)
  118. /* DMA Descriptor Offsets */
  119. #define DMA_TX_BD_BASE 0x0000
  120. #define DMA_RX_BD_BASE (DMA_TX_BD_BASE + ((PC300_MAXCHAN*DMA_TX_MEMSZ / \
  121. BD_DEF_LEN) * sizeof(pcsca_bd_t)))
  122. /* DMA Descriptor Macros */
  123. #define TX_BD_ADDR(chan, n) (DMA_TX_BD_BASE + \
  124. ((N_DMA_TX_BUF*chan) + n) * sizeof(pcsca_bd_t))
  125. #define RX_BD_ADDR(chan, n) (DMA_RX_BD_BASE + \
  126. ((N_DMA_RX_BUF*chan) + n) * sizeof(pcsca_bd_t))
  127. /* Macro to access the FALC registers (TE only) */
  128. #define F_REG(reg, chan) (0x200*(chan) + ((reg)<<2))
  129. /***************************************
  130. * Memory access functions/macros *
  131. * (required to support Alpha systems) *
  132. ***************************************/
  133. #define cpc_writeb(port,val) {writeb((u8)(val),(port)); mb();}
  134. #define cpc_writew(port,val) {writew((ushort)(val),(port)); mb();}
  135. #define cpc_writel(port,val) {writel((u32)(val),(port)); mb();}
  136. #define cpc_readb(port) readb(port)
  137. #define cpc_readw(port) readw(port)
  138. #define cpc_readl(port) readl(port)
  139. /****** Data Structures *****************************************************/
  140. /*
  141. * RUNTIME_9050 - PLX PCI9050-1 local configuration and shared runtime
  142. * registers. This structure can be used to access the 9050 registers
  143. * (memory mapped).
  144. */
  145. struct RUNTIME_9050 {
  146. u32 loc_addr_range[4]; /* 00-0Ch : Local Address Ranges */
  147. u32 loc_rom_range; /* 10h : Local ROM Range */
  148. u32 loc_addr_base[4]; /* 14-20h : Local Address Base Addrs */
  149. u32 loc_rom_base; /* 24h : Local ROM Base */
  150. u32 loc_bus_descr[4]; /* 28-34h : Local Bus Descriptors */
  151. u32 rom_bus_descr; /* 38h : ROM Bus Descriptor */
  152. u32 cs_base[4]; /* 3C-48h : Chip Select Base Addrs */
  153. u32 intr_ctrl_stat; /* 4Ch : Interrupt Control/Status */
  154. u32 init_ctrl; /* 50h : EEPROM ctrl, Init Ctrl, etc */
  155. };
  156. #define PLX_9050_LINT1_ENABLE 0x01
  157. #define PLX_9050_LINT1_POL 0x02
  158. #define PLX_9050_LINT1_STATUS 0x04
  159. #define PLX_9050_LINT2_ENABLE 0x08
  160. #define PLX_9050_LINT2_POL 0x10
  161. #define PLX_9050_LINT2_STATUS 0x20
  162. #define PLX_9050_INTR_ENABLE 0x40
  163. #define PLX_9050_SW_INTR 0x80
  164. /* Masks to access the init_ctrl PLX register */
  165. #define PC300_CLKSEL_MASK (0x00000004UL)
  166. #define PC300_CHMEDIA_MASK(chan) (0x00000020UL<<(chan*3))
  167. #define PC300_CTYPE_MASK (0x00000800UL)
  168. /* CPLD Registers (base addr = falcbase, TE only) */
  169. /* CPLD v. 0 */
  170. #define CPLD_REG1 0x140 /* Chip resets, DCD/CTS status */
  171. #define CPLD_REG2 0x144 /* Clock enable , LED control */
  172. /* CPLD v. 2 or higher */
  173. #define CPLD_V2_REG1 0x100 /* Chip resets, DCD/CTS status */
  174. #define CPLD_V2_REG2 0x104 /* Clock enable , LED control */
  175. #define CPLD_ID_REG 0x108 /* CPLD version */
  176. /* CPLD Register bit description: for the FALC bits, they should always be
  177. set based on the channel (use (bit<<(2*ch)) to access the correct bit for
  178. that channel) */
  179. #define CPLD_REG1_FALC_RESET 0x01
  180. #define CPLD_REG1_SCA_RESET 0x02
  181. #define CPLD_REG1_GLOBAL_CLK 0x08
  182. #define CPLD_REG1_FALC_DCD 0x10
  183. #define CPLD_REG1_FALC_CTS 0x20
  184. #define CPLD_REG2_FALC_TX_CLK 0x01
  185. #define CPLD_REG2_FALC_RX_CLK 0x02
  186. #define CPLD_REG2_FALC_LED1 0x10
  187. #define CPLD_REG2_FALC_LED2 0x20
  188. /* Structure with FALC-related fields (TE only) */
  189. #define PC300_FALC_MAXLOOP 0x0000ffff /* for falc_issue_cmd() */
  190. typedef struct falc {
  191. u8 sync; /* If true FALC is synchronized */
  192. u8 active; /* if TRUE then already active */
  193. u8 loop_active; /* if TRUE a line loopback UP was received */
  194. u8 loop_gen; /* if TRUE a line loopback UP was issued */
  195. u8 num_channels;
  196. u8 offset; /* 1 for T1, 0 for E1 */
  197. u8 full_bandwidth;
  198. u8 xmb_cause;
  199. u8 multiframe_mode;
  200. /* Statistics */
  201. u16 pden; /* Pulse Density violation count */
  202. u16 los; /* Loss of Signal count */
  203. u16 losr; /* Loss of Signal recovery count */
  204. u16 lfa; /* Loss of frame alignment count */
  205. u16 farec; /* Frame Alignment Recovery count */
  206. u16 lmfa; /* Loss of multiframe alignment count */
  207. u16 ais; /* Remote Alarm indication Signal count */
  208. u16 sec; /* One-second timer */
  209. u16 es; /* Errored second */
  210. u16 rai; /* remote alarm received */
  211. u16 bec;
  212. u16 fec;
  213. u16 cvc;
  214. u16 cec;
  215. u16 ebc;
  216. /* Status */
  217. u8 red_alarm;
  218. u8 blue_alarm;
  219. u8 loss_fa;
  220. u8 yellow_alarm;
  221. u8 loss_mfa;
  222. u8 prbs;
  223. } falc_t;
  224. typedef struct falc_status {
  225. u8 sync; /* If true FALC is synchronized */
  226. u8 red_alarm;
  227. u8 blue_alarm;
  228. u8 loss_fa;
  229. u8 yellow_alarm;
  230. u8 loss_mfa;
  231. u8 prbs;
  232. } falc_status_t;
  233. typedef struct rsv_x21_status {
  234. u8 dcd;
  235. u8 dsr;
  236. u8 cts;
  237. u8 rts;
  238. u8 dtr;
  239. } rsv_x21_status_t;
  240. typedef struct pc300stats {
  241. int hw_type;
  242. u32 line_on;
  243. u32 line_off;
  244. struct net_device_stats gen_stats;
  245. falc_t te_stats;
  246. } pc300stats_t;
  247. typedef struct pc300status {
  248. int hw_type;
  249. rsv_x21_status_t gen_status;
  250. falc_status_t te_status;
  251. } pc300status_t;
  252. typedef struct pc300loopback {
  253. char loop_type;
  254. char loop_on;
  255. } pc300loopback_t;
  256. typedef struct pc300patterntst {
  257. char patrntst_on; /* 0 - off; 1 - on; 2 - read num_errors */
  258. u16 num_errors;
  259. } pc300patterntst_t;
  260. typedef struct pc300dev {
  261. struct pc300ch *chan;
  262. u8 trace_on;
  263. u32 line_on; /* DCD(X.21, RSV) / sync(TE) change counters */
  264. u32 line_off;
  265. char name[16];
  266. struct net_device *dev;
  267. #ifdef CONFIG_PC300_MLPPP
  268. void *cpc_tty; /* information to PC300 TTY driver */
  269. #endif
  270. }pc300dev_t;
  271. typedef struct pc300hw {
  272. int type; /* RSV, X21, etc. */
  273. int bus; /* Bus (PCI, PMC, etc.) */
  274. int nchan; /* number of channels */
  275. int irq; /* interrupt request level */
  276. u32 clock; /* Board clock */
  277. u8 cpld_id; /* CPLD ID (TE only) */
  278. u16 cpld_reg1; /* CPLD reg 1 (TE only) */
  279. u16 cpld_reg2; /* CPLD reg 2 (TE only) */
  280. u16 gpioc_reg; /* PLX GPIOC reg */
  281. u16 intctl_reg; /* PLX Int Ctrl/Status reg */
  282. u32 iophys; /* PLX registers I/O base */
  283. u32 iosize; /* PLX registers I/O size */
  284. u32 plxphys; /* PLX registers MMIO base (physical) */
  285. void __iomem * plxbase; /* PLX registers MMIO base (virtual) */
  286. u32 plxsize; /* PLX registers MMIO size */
  287. u32 scaphys; /* SCA registers MMIO base (physical) */
  288. void __iomem * scabase; /* SCA registers MMIO base (virtual) */
  289. u32 scasize; /* SCA registers MMIO size */
  290. u32 ramphys; /* On-board RAM MMIO base (physical) */
  291. void __iomem * rambase; /* On-board RAM MMIO base (virtual) */
  292. u32 alloc_ramsize; /* RAM MMIO size allocated by the PCI bridge */
  293. u32 ramsize; /* On-board RAM MMIO size */
  294. u32 falcphys; /* FALC registers MMIO base (physical) */
  295. void __iomem * falcbase;/* FALC registers MMIO base (virtual) */
  296. u32 falcsize; /* FALC registers MMIO size */
  297. } pc300hw_t;
  298. typedef struct pc300chconf {
  299. sync_serial_settings phys_settings; /* Clock type/rate (in bps),
  300. loopback mode */
  301. raw_hdlc_proto proto_settings; /* Encoding, parity (CRC) */
  302. u32 media; /* HW media (RS232, V.35, etc.) */
  303. u32 proto; /* Protocol (PPP, X.25, etc.) */
  304. /* TE-specific parameters */
  305. u8 lcode; /* Line Code (AMI, B8ZS, etc.) */
  306. u8 fr_mode; /* Frame Mode (ESF, D4, etc.) */
  307. u8 lbo; /* Line Build Out */
  308. u8 rx_sens; /* Rx Sensitivity (long- or short-haul) */
  309. u32 tslot_bitmap; /* bit[i]=1 => timeslot _i_ is active */
  310. } pc300chconf_t;
  311. typedef struct pc300ch {
  312. struct pc300 *card;
  313. int channel;
  314. pc300dev_t d;
  315. pc300chconf_t conf;
  316. u8 tx_first_bd; /* First TX DMA block descr. w/ data */
  317. u8 tx_next_bd; /* Next free TX DMA block descriptor */
  318. u8 rx_first_bd; /* First free RX DMA block descriptor */
  319. u8 rx_last_bd; /* Last free RX DMA block descriptor */
  320. u8 nfree_tx_bd; /* Number of free TX DMA block descriptors */
  321. falc_t falc; /* FALC structure (TE only) */
  322. } pc300ch_t;
  323. typedef struct pc300 {
  324. pc300hw_t hw; /* hardware config. */
  325. pc300ch_t chan[PC300_MAXCHAN];
  326. spinlock_t card_lock;
  327. } pc300_t;
  328. typedef struct pc300conf {
  329. pc300hw_t hw;
  330. pc300chconf_t conf;
  331. } pc300conf_t;
  332. /* DEV ioctl() commands */
  333. #define N_SPPP_IOCTLS 2
  334. enum pc300_ioctl_cmds {
  335. SIOCCPCRESERVED = (SIOCDEVPRIVATE + N_SPPP_IOCTLS),
  336. SIOCGPC300CONF,
  337. SIOCSPC300CONF,
  338. SIOCGPC300STATUS,
  339. SIOCGPC300FALCSTATUS,
  340. SIOCGPC300UTILSTATS,
  341. SIOCGPC300UTILSTATUS,
  342. SIOCSPC300TRACE,
  343. SIOCSPC300LOOPBACK,
  344. SIOCSPC300PATTERNTEST,
  345. };
  346. /* Loopback types - PC300/TE boards */
  347. enum pc300_loopback_cmds {
  348. PC300LOCLOOP = 1,
  349. PC300REMLOOP,
  350. PC300PAYLOADLOOP,
  351. PC300GENLOOPUP,
  352. PC300GENLOOPDOWN,
  353. };
  354. /* Control Constant Definitions */
  355. #define PC300_RSV 0x01
  356. #define PC300_X21 0x02
  357. #define PC300_TE 0x03
  358. #define PC300_PCI 0x00
  359. #define PC300_PMC 0x01
  360. #define PC300_LC_AMI 0x01
  361. #define PC300_LC_B8ZS 0x02
  362. #define PC300_LC_NRZ 0x03
  363. #define PC300_LC_HDB3 0x04
  364. /* Framing (T1) */
  365. #define PC300_FR_ESF 0x01
  366. #define PC300_FR_D4 0x02
  367. #define PC300_FR_ESF_JAPAN 0x03
  368. /* Framing (E1) */
  369. #define PC300_FR_MF_CRC4 0x04
  370. #define PC300_FR_MF_NON_CRC4 0x05
  371. #define PC300_FR_UNFRAMED 0x06
  372. #define PC300_LBO_0_DB 0x00
  373. #define PC300_LBO_7_5_DB 0x01
  374. #define PC300_LBO_15_DB 0x02
  375. #define PC300_LBO_22_5_DB 0x03
  376. #define PC300_RX_SENS_SH 0x01
  377. #define PC300_RX_SENS_LH 0x02
  378. #define PC300_TX_TIMEOUT (2*HZ)
  379. #define PC300_TX_QUEUE_LEN 100
  380. #define PC300_DEF_MTU 1600
  381. /* Function Prototypes */
  382. int cpc_open(struct net_device *dev);
  383. #endif /* _PC300_H */