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

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * Description of Z8530 Z85C30 and Z85230 communications chips
  3.  *
  4.  * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
  5.  * Copyright (C) 1998 Alan Cox <alan@redhat.com>
  6.  */
  7. #ifndef _Z8530_H
  8. #define _Z8530_H
  9. #include <linux/tty.h>
  10. /* Conversion routines to/from brg time constants from/to bits
  11.  * per second.
  12.  */
  13. #define BRG_TO_BPS(brg, freq) ((freq) / 2 / ((brg) + 2))
  14. #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2)
  15. /* The Zilog register set */
  16. #define FLAG 0x7e
  17. /* Write Register 0 */
  18. #define R0 0 /* Register selects */
  19. #define R1 1
  20. #define R2 2
  21. #define R3 3
  22. #define R4 4
  23. #define R5 5
  24. #define R6 6
  25. #define R7 7
  26. #define R8 8
  27. #define R9 9
  28. #define R10 10
  29. #define R11 11
  30. #define R12 12
  31. #define R13 13
  32. #define R14 14
  33. #define R15 15
  34. #define RPRIME 16 /* Indicate a prime register access on 230 */
  35. #define NULLCODE 0 /* Null Code */
  36. #define POINT_HIGH 0x8 /* Select upper half of registers */
  37. #define RES_EXT_INT 0x10 /* Reset Ext. Status Interrupts */
  38. #define SEND_ABORT 0x18 /* HDLC Abort */
  39. #define RES_RxINT_FC 0x20 /* Reset RxINT on First Character */
  40. #define RES_Tx_P 0x28 /* Reset TxINT Pending */
  41. #define ERR_RES 0x30 /* Error Reset */
  42. #define RES_H_IUS 0x38 /* Reset highest IUS */
  43. #define RES_Rx_CRC 0x40 /* Reset Rx CRC Checker */
  44. #define RES_Tx_CRC 0x80 /* Reset Tx CRC Checker */
  45. #define RES_EOM_L 0xC0 /* Reset EOM latch */
  46. /* Write Register 1 */
  47. #define EXT_INT_ENAB 0x1 /* Ext Int Enable */
  48. #define TxINT_ENAB 0x2 /* Tx Int Enable */
  49. #define PAR_SPEC 0x4 /* Parity is special condition */
  50. #define RxINT_DISAB 0 /* Rx Int Disable */
  51. #define RxINT_FCERR 0x8 /* Rx Int on First Character Only or Error */
  52. #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */
  53. #define INT_ERR_Rx 0x18 /* Int on error only */
  54. #define WT_RDY_RT 0x20 /* Wait/Ready on R/T */
  55. #define WT_FN_RDYFN 0x40 /* Wait/FN/Ready FN */
  56. #define WT_RDY_ENAB 0x80 /* Wait/Ready Enable */
  57. /* Write Register #2 (Interrupt Vector) */
  58. /* Write Register 3 */
  59. #define RxENABLE 0x1 /* Rx Enable */
  60. #define SYNC_L_INH 0x2 /* Sync Character Load Inhibit */
  61. #define ADD_SM 0x4 /* Address Search Mode (SDLC) */
  62. #define RxCRC_ENAB 0x8 /* Rx CRC Enable */
  63. #define ENT_HM 0x10 /* Enter Hunt Mode */
  64. #define AUTO_ENAB 0x20 /* Auto Enables */
  65. #define Rx5 0x0 /* Rx 5 Bits/Character */
  66. #define Rx7 0x40 /* Rx 7 Bits/Character */
  67. #define Rx6 0x80 /* Rx 6 Bits/Character */
  68. #define Rx8 0xc0 /* Rx 8 Bits/Character */
  69. /* Write Register 4 */
  70. #define PAR_ENA 0x1 /* Parity Enable */
  71. #define PAR_EVEN 0x2 /* Parity Even/Odd* */
  72. #define SYNC_ENAB 0 /* Sync Modes Enable */
  73. #define SB1 0x4 /* 1 stop bit/char */
  74. #define SB15 0x8 /* 1.5 stop bits/char */
  75. #define SB2 0xc /* 2 stop bits/char */
  76. #define MONSYNC 0 /* 8 Bit Sync character */
  77. #define BISYNC 0x10 /* 16 bit sync character */
  78. #define SDLC 0x20 /* SDLC Mode (01111110 Sync Flag) */
  79. #define EXTSYNC 0x30 /* External Sync Mode */
  80. #define X1CLK 0x0 /* x1 clock mode */
  81. #define X16CLK 0x40 /* x16 clock mode */
  82. #define X32CLK 0x80 /* x32 clock mode */
  83. #define X64CLK 0xC0 /* x64 clock mode */
  84. /* Write Register 5 */
  85. #define TxCRC_ENAB 0x1 /* Tx CRC Enable */
  86. #define RTS 0x2 /* RTS */
  87. #define SDLC_CRC 0x4 /* SDLC/CRC-16 */
  88. #define TxENAB 0x8 /* Tx Enable */
  89. #define SND_BRK 0x10 /* Send Break */
  90. #define Tx5 0x0 /* Tx 5 bits (or less)/character */
  91. #define Tx7 0x20 /* Tx 7 bits/character */
  92. #define Tx6 0x40 /* Tx 6 bits/character */
  93. #define Tx8 0x60 /* Tx 8 bits/character */
  94. #define DTR 0x80 /* DTR */
  95. /* Write Register 6 (Sync bits 0-7/SDLC Address Field) */
  96. /* Write Register 7 (Sync bits 8-15/SDLC 01111110) */
  97. /* Write Register 8 (transmit buffer) */
  98. /* Write Register 9 (Master interrupt control) */
  99. #define VIS 1 /* Vector Includes Status */
  100. #define NV 2 /* No Vector */
  101. #define DLC 4 /* Disable Lower Chain */
  102. #define MIE 8 /* Master Interrupt Enable */
  103. #define STATHI 0x10 /* Status high */
  104. #define NORESET 0 /* No reset on write to R9 */
  105. #define CHRB 0x40 /* Reset channel B */
  106. #define CHRA 0x80 /* Reset channel A */
  107. #define FHWRES 0xc0 /* Force hardware reset */
  108. /* Write Register 10 (misc control bits) */
  109. #define BIT6 1 /* 6 bit/8bit sync */
  110. #define LOOPMODE 2 /* SDLC Loop mode */
  111. #define ABUNDER 4 /* Abort/flag on SDLC xmit underrun */
  112. #define MARKIDLE 8 /* Mark/flag on idle */
  113. #define GAOP 0x10 /* Go active on poll */
  114. #define NRZ 0 /* NRZ mode */
  115. #define NRZI 0x20 /* NRZI mode */
  116. #define FM1 0x40 /* FM1 (transition = 1) */
  117. #define FM0 0x60 /* FM0 (transition = 0) */
  118. #define CRCPS 0x80 /* CRC Preset I/O */
  119. /* Write Register 11 (Clock Mode control) */
  120. #define TRxCXT 0 /* TRxC = Xtal output */
  121. #define TRxCTC 1 /* TRxC = Transmit clock */
  122. #define TRxCBR 2 /* TRxC = BR Generator Output */
  123. #define TRxCDP 3 /* TRxC = DPLL output */
  124. #define TRxCOI 4 /* TRxC O/I */
  125. #define TCRTxCP 0 /* Transmit clock = RTxC pin */
  126. #define TCTRxCP 8 /* Transmit clock = TRxC pin */
  127. #define TCBR 0x10 /* Transmit clock = BR Generator output */
  128. #define TCDPLL 0x18 /* Transmit clock = DPLL output */
  129. #define RCRTxCP 0 /* Receive clock = RTxC pin */
  130. #define RCTRxCP 0x20 /* Receive clock = TRxC pin */
  131. #define RCBR 0x40 /* Receive clock = BR Generator output */
  132. #define RCDPLL 0x60 /* Receive clock = DPLL output */
  133. #define RTxCX 0x80 /* RTxC Xtal/No Xtal */
  134. /* Write Register 12 (lower byte of baud rate generator time constant) */
  135. /* Write Register 13 (upper byte of baud rate generator time constant) */
  136. /* Write Register 14 (Misc control bits) */
  137. #define BRENABL 1 /* Baud rate generator enable */
  138. #define BRSRC 2 /* Baud rate generator source */
  139. #define DTRREQ 4 /* DTR/Request function */
  140. #define AUTOECHO 8 /* Auto Echo */
  141. #define LOOPBAK 0x10 /* Local loopback */
  142. #define SEARCH 0x20 /* Enter search mode */
  143. #define RMC 0x40 /* Reset missing clock */
  144. #define DISDPLL 0x60 /* Disable DPLL */
  145. #define SSBR 0x80 /* Set DPLL source = BR generator */
  146. #define SSRTxC 0xa0 /* Set DPLL source = RTxC */
  147. #define SFMM 0xc0 /* Set FM mode */
  148. #define SNRZI 0xe0 /* Set NRZI mode */
  149. /* Write Register 15 (external/status interrupt control) */
  150. #define PRIME 1 /* R5' etc register access (Z85C30/230 only) */
  151. #define ZCIE 2 /* Zero count IE */
  152. #define FIFOE 4 /* Z85230 only */
  153. #define DCDIE 8 /* DCD IE */
  154. #define SYNCIE 0x10 /* Sync/hunt IE */
  155. #define CTSIE 0x20 /* CTS IE */
  156. #define TxUIE 0x40 /* Tx Underrun/EOM IE */
  157. #define BRKIE 0x80 /* Break/Abort IE */
  158. /* Read Register 0 */
  159. #define Rx_CH_AV 0x1 /* Rx Character Available */
  160. #define ZCOUNT 0x2 /* Zero count */
  161. #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */
  162. #define DCD 0x8 /* DCD */
  163. #define SYNC_HUNT 0x10 /* Sync/hunt */
  164. #define CTS 0x20 /* CTS */
  165. #define TxEOM 0x40 /* Tx underrun */
  166. #define BRK_ABRT 0x80 /* Break/Abort */
  167. /* Read Register 1 */
  168. #define ALL_SNT 0x1 /* All sent */
  169. /* Residue Data for 8 Rx bits/char programmed */
  170. #define RES3 0x8 /* 0/3 */
  171. #define RES4 0x4 /* 0/4 */
  172. #define RES5 0xc /* 0/5 */
  173. #define RES6 0x2 /* 0/6 */
  174. #define RES7 0xa /* 0/7 */
  175. #define RES8 0x6 /* 0/8 */
  176. #define RES18 0xe /* 1/8 */
  177. #define RES28 0x0 /* 2/8 */
  178. /* Special Rx Condition Interrupts */
  179. #define PAR_ERR 0x10 /* Parity error */
  180. #define Rx_OVR 0x20 /* Rx Overrun Error */
  181. #define CRC_ERR 0x40 /* CRC/Framing Error */
  182. #define END_FR 0x80 /* End of Frame (SDLC) */
  183. /* Read Register 2 (channel b only) - Interrupt vector */
  184. /* Read Register 3 (interrupt pending register) ch a only */
  185. #define CHBEXT 0x1 /* Channel B Ext/Stat IP */
  186. #define CHBTxIP 0x2 /* Channel B Tx IP */
  187. #define CHBRxIP 0x4 /* Channel B Rx IP */
  188. #define CHAEXT 0x8 /* Channel A Ext/Stat IP */
  189. #define CHATxIP 0x10 /* Channel A Tx IP */
  190. #define CHARxIP 0x20 /* Channel A Rx IP */
  191. /* Read Register 8 (receive data register) */
  192. /* Read Register 10  (misc status bits) */
  193. #define ONLOOP 2 /* On loop */
  194. #define LOOPSEND 0x10 /* Loop sending */
  195. #define CLK2MIS 0x40 /* Two clocks missing */
  196. #define CLK1MIS 0x80 /* One clock missing */
  197. /* Read Register 12 (lower byte of baud rate generator constant) */
  198. /* Read Register 13 (upper byte of baud rate generator constant) */
  199. /* Read Register 15 (value of WR 15) */
  200. /*
  201.  * Interrupt handling functions for this SCC
  202.  */
  203. struct z8530_channel;
  204.  
  205. struct z8530_irqhandler
  206. {
  207. void (*rx)(struct z8530_channel *);
  208. void (*tx)(struct z8530_channel *);
  209. void (*status)(struct z8530_channel *);
  210. };
  211. /*
  212.  * A channel of the Z8530
  213.  */
  214. struct z8530_channel
  215. {
  216. struct z8530_irqhandler *irqs; /* IRQ handlers */
  217. /*
  218.  * Synchronous
  219.  */
  220. u16 count; /* Buyes received */
  221. u16 max; /* Most we can receive this frame */
  222. u16 mtu; /* MTU of the device */
  223. u8 *dptr; /* Pointer into rx buffer */
  224. struct sk_buff *skb; /* Buffer dptr points into */
  225. struct sk_buff *skb2; /* Pending buffer */
  226. u8 status; /* Current DCD */
  227. u8 dcdcheck; /* which bit to check for line */
  228. u8 sync; /* Set if in sync mode */
  229. u8 regs[32]; /* Register map for the chip */
  230. u8 pendregs[32]; /* Pending register values */
  231. struct sk_buff  *tx_skb; /* Buffer being transmitted */
  232. struct sk_buff  *tx_next_skb; /* Next transmit buffer */
  233. u8 *tx_ptr; /* Byte pointer into the buffer */
  234. u8 *tx_next_ptr; /* Next pointer to use */
  235. u8 *tx_dma_buf[2]; /* TX flip buffers for DMA */
  236. u8 tx_dma_used; /* Flip buffer usage toggler */
  237. u16 txcount; /* Count of bytes to transmit */
  238. void (*rx_function)(struct z8530_channel *, struct sk_buff *);
  239. /*
  240.  * Sync DMA
  241.  */
  242. u8 rxdma; /* DMA channels */
  243. u8 txdma;
  244. u8 rxdma_on; /* DMA active if flag set */
  245. u8 txdma_on;
  246. u8 dma_num; /* Buffer we are DMAing into */
  247. u8 dma_ready; /* Is the other buffer free */
  248. u8 dma_tx; /* TX is to use DMA */
  249. u8 *rx_buf[2]; /* The flip buffers */
  250. /*
  251.  * System
  252.  */
  253.  
  254. struct z8530_dev *dev; /* Z85230 chip instance we are from */
  255. unsigned long ctrlio; /* I/O ports */
  256. unsigned long dataio;
  257. /*
  258.  * For PC we encode this way.
  259.  */
  260. #define Z8530_PORT_SLEEP 0x80000000
  261. #define Z8530_PORT_OF(x) ((x)&0xFFFF)
  262. u32 rx_overrun; /* Overruns - not done yet */
  263. u32 rx_crc_err;
  264. /*
  265.  * Bound device pointers
  266.  */
  267. void *private; /* For our owner */
  268. struct net_device *netdevice; /* Network layer device */
  269. struct net_device_stats stats; /* Network layer statistics */
  270. /*
  271.  * Async features
  272.  */
  273. struct tty_struct  *tty; /* Attached terminal */
  274. int line; /* Minor number */
  275. struct termios normal_termios; /* Terminal settings */
  276. struct termios callout_termios;
  277. wait_queue_head_t open_wait; /* Tasks waiting to open */
  278. wait_queue_head_t close_wait; /* and for close to end */
  279. unsigned long event; /* Pending events */
  280. int fdcount;     /* # of fd on device */
  281. int blocked_open; /* # of blocked opens */
  282. long session;  /* Session of opening process */
  283. long pgrp;  /* pgrp of opening process */
  284. int x_char; /* XON/XOF char */
  285. unsigned char  *xmit_buf; /* Transmit pointer */
  286. int xmit_head; /* Transmit ring */
  287. int xmit_tail;
  288. int xmit_cnt;
  289. int flags;
  290. int timeout;
  291. int xmit_fifo_size; /* Transmit FIFO info */
  292. int close_delay; /* Do we wait for drain on close ? */
  293. unsigned short closing_wait;
  294. /* We need to know the current clock divisor
  295.  * to read the bps rate the chip has currently
  296.  * loaded.
  297.  */
  298. unsigned char clk_divisor;  /* May be 1, 16, 32, or 64 */
  299. int zs_baud;
  300. int magic;
  301. int baud_base; /* Baud parameters */
  302. int custom_divisor;
  303. unsigned char tx_active; /* character is being xmitted */
  304. unsigned char tx_stopped; /* output is suspended */
  305. spinlock_t *lock;   /* Devicr lock */
  306. };
  307. /*
  308.  * Each Z853x0 device.
  309.  */
  310.  
  311. struct z8530_dev
  312. {
  313. char *name; /* Device instance name */
  314. struct z8530_channel chanA; /* SCC channel A */
  315. struct z8530_channel chanB; /* SCC channel B */
  316. int type;
  317. #define Z8530 0 /* NMOS dinosaur */
  318. #define Z85C30 1 /* CMOS - better */
  319. #define Z85230 2 /* CMOS with real FIFO */
  320. int irq; /* Interrupt for the device */
  321. int active; /* Soft interrupt enable - the Mac doesn't 
  322.    always have a hard disable on its 8530s... */
  323. spinlock_t lock;
  324. };
  325. /*
  326.  * Functions
  327.  */
  328.  
  329. extern u8 z8530_dead_port[];
  330. extern u8 z8530_hdlc_kilostream_85230[];
  331. extern u8 z8530_hdlc_kilostream[];
  332. extern void z8530_interrupt(int, void *, struct pt_regs *);
  333. extern void z8530_describe(struct z8530_dev *, char *mapping, unsigned long io);
  334. extern int z8530_init(struct z8530_dev *);
  335. extern int z8530_shutdown(struct z8530_dev *);
  336. extern int z8530_sync_open(struct net_device *, struct z8530_channel *);
  337. extern int z8530_sync_close(struct net_device *, struct z8530_channel *);
  338. extern int z8530_sync_dma_open(struct net_device *, struct z8530_channel *);
  339. extern int z8530_sync_dma_close(struct net_device *, struct z8530_channel *);
  340. extern int z8530_sync_txdma_open(struct net_device *, struct z8530_channel *);
  341. extern int z8530_sync_txdma_close(struct net_device *, struct z8530_channel *);
  342. extern int z8530_channel_load(struct z8530_channel *, u8 *);
  343. extern int z8530_queue_xmit(struct z8530_channel *c, struct sk_buff *skb);
  344. extern struct net_device_stats *z8530_get_stats(struct z8530_channel *c);
  345. extern void z8530_null_rx(struct z8530_channel *c, struct sk_buff *skb);
  346. /*
  347.  * Standard interrupt vector sets
  348.  */
  349.  
  350. extern struct z8530_irqhandler z8530_sync, z8530_async, z8530_nop;
  351. /*
  352.  * Asynchronous Interfacing
  353.  */
  354. #define SERIAL_MAGIC 0x5301
  355. /*
  356.  * The size of the serial xmit buffer is 1 page, or 4096 bytes
  357.  */
  358. #define SERIAL_XMIT_SIZE 4096
  359. #define WAKEUP_CHARS 256
  360. /*
  361.  * Events are used to schedule things to happen at timer-interrupt
  362.  * time, instead of at rs interrupt time.
  363.  */
  364. #define RS_EVENT_WRITE_WAKEUP 0
  365. /* Internal flags used only by kernel/chr_drv/serial.c */
  366. #define ZILOG_INITIALIZED 0x80000000 /* Serial port was initialized */
  367. #define ZILOG_CALLOUT_ACTIVE 0x40000000 /* Call out device is active */
  368. #define ZILOG_NORMAL_ACTIVE 0x20000000 /* Normal device is active */
  369. #define ZILOG_BOOT_AUTOCONF 0x10000000 /* Autoconfigure port on bootup */
  370. #define ZILOG_CLOSING 0x08000000 /* Serial port is closing */
  371. #define ZILOG_CTS_FLOW 0x04000000 /* Do CTS flow control */
  372. #define ZILOG_CHECK_CD 0x02000000 /* i.e., CLOCAL */
  373. #endif /* !(_Z8530_H) */