hfc_sx.c 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521
  1. /* $Id: hfc_sx.c,v 1.12.2.5 2004/02/11 13:21:33 keil Exp $
  2. *
  3. * level driver for Cologne Chip Designs hfc-s+/sp based cards
  4. *
  5. * Author Werner Cornelius
  6. * based on existing driver for CCD HFC PCI cards
  7. * Copyright by Werner Cornelius <werner@isdn4linux.de>
  8. *
  9. * This software may be used and distributed according to the terms
  10. * of the GNU General Public License, incorporated herein by reference.
  11. *
  12. */
  13. #include <linux/init.h>
  14. #include "hisax.h"
  15. #include "hfc_sx.h"
  16. #include "isdnl1.h"
  17. #include <linux/interrupt.h>
  18. #include <linux/isapnp.h>
  19. #include <linux/slab.h>
  20. static const char *hfcsx_revision = "$Revision: 1.12.2.5 $";
  21. /***************************************/
  22. /* IRQ-table for CCDs demo board */
  23. /* IRQs 6,5,10,11,12,15 are supported */
  24. /***************************************/
  25. /* Teles 16.3c Vendor Id TAG2620, Version 1.0, Vendor version 2.1
  26. *
  27. * Thanks to Uwe Wisniewski
  28. *
  29. * ISA-SLOT Signal PIN
  30. * B25 IRQ3 92 IRQ_G
  31. * B23 IRQ5 94 IRQ_A
  32. * B4 IRQ2/9 95 IRQ_B
  33. * D3 IRQ10 96 IRQ_C
  34. * D4 IRQ11 97 IRQ_D
  35. * D5 IRQ12 98 IRQ_E
  36. * D6 IRQ15 99 IRQ_F
  37. */
  38. #undef CCD_DEMO_BOARD
  39. #ifdef CCD_DEMO_BOARD
  40. static u_char ccd_sp_irqtab[16] = {
  41. 0,0,0,0,0,2,1,0,0,0,3,4,5,0,0,6
  42. };
  43. #else /* Teles 16.3c */
  44. static u_char ccd_sp_irqtab[16] = {
  45. 0,0,0,7,0,1,0,0,0,2,3,4,5,0,0,6
  46. };
  47. #endif
  48. #define NT_T1_COUNT 20 /* number of 3.125ms interrupts for G2 timeout */
  49. #define byteout(addr,val) outb(val,addr)
  50. #define bytein(addr) inb(addr)
  51. /******************************/
  52. /* In/Out access to registers */
  53. /******************************/
  54. static inline void
  55. Write_hfc(struct IsdnCardState *cs, u_char regnum, u_char val)
  56. {
  57. byteout(cs->hw.hfcsx.base+1, regnum);
  58. byteout(cs->hw.hfcsx.base, val);
  59. }
  60. static inline u_char
  61. Read_hfc(struct IsdnCardState *cs, u_char regnum)
  62. {
  63. u_char ret;
  64. byteout(cs->hw.hfcsx.base+1, regnum);
  65. ret = bytein(cs->hw.hfcsx.base);
  66. return(ret);
  67. }
  68. /**************************************************/
  69. /* select a fifo and remember which one for reuse */
  70. /**************************************************/
  71. static void
  72. fifo_select(struct IsdnCardState *cs, u_char fifo)
  73. {
  74. if (fifo == cs->hw.hfcsx.last_fifo)
  75. return; /* still valid */
  76. byteout(cs->hw.hfcsx.base+1, HFCSX_FIF_SEL);
  77. byteout(cs->hw.hfcsx.base, fifo);
  78. while (bytein(cs->hw.hfcsx.base+1) & 1); /* wait for busy */
  79. udelay(4);
  80. byteout(cs->hw.hfcsx.base, fifo);
  81. while (bytein(cs->hw.hfcsx.base+1) & 1); /* wait for busy */
  82. }
  83. /******************************************/
  84. /* reset the specified fifo to defaults. */
  85. /* If its a send fifo init needed markers */
  86. /******************************************/
  87. static void
  88. reset_fifo(struct IsdnCardState *cs, u_char fifo)
  89. {
  90. fifo_select(cs, fifo); /* first select the fifo */
  91. byteout(cs->hw.hfcsx.base+1, HFCSX_CIRM);
  92. byteout(cs->hw.hfcsx.base, cs->hw.hfcsx.cirm | 0x80); /* reset cmd */
  93. udelay(1);
  94. while (bytein(cs->hw.hfcsx.base+1) & 1); /* wait for busy */
  95. }
  96. /*************************************************************/
  97. /* write_fifo writes the skb contents to the desired fifo */
  98. /* if no space is available or an error occurs 0 is returned */
  99. /* the skb is not released in any way. */
  100. /*************************************************************/
  101. static int
  102. write_fifo(struct IsdnCardState *cs, struct sk_buff *skb, u_char fifo, int trans_max)
  103. {
  104. unsigned short *msp;
  105. int fifo_size, count, z1, z2;
  106. u_char f_msk, f1, f2, *src;
  107. if (skb->len <= 0) return(0);
  108. if (fifo & 1) return(0); /* no write fifo */
  109. fifo_select(cs, fifo);
  110. if (fifo & 4) {
  111. fifo_size = D_FIFO_SIZE; /* D-channel */
  112. f_msk = MAX_D_FRAMES;
  113. if (trans_max) return(0); /* only HDLC */
  114. }
  115. else {
  116. fifo_size = cs->hw.hfcsx.b_fifo_size; /* B-channel */
  117. f_msk = MAX_B_FRAMES;
  118. }
  119. z1 = Read_hfc(cs, HFCSX_FIF_Z1H);
  120. z1 = ((z1 << 8) | Read_hfc(cs, HFCSX_FIF_Z1L));
  121. /* Check for transparent mode */
  122. if (trans_max) {
  123. z2 = Read_hfc(cs, HFCSX_FIF_Z2H);
  124. z2 = ((z2 << 8) | Read_hfc(cs, HFCSX_FIF_Z2L));
  125. count = z2 - z1;
  126. if (count <= 0)
  127. count += fifo_size; /* free bytes */
  128. if (count < skb->len+1) return(0); /* no room */
  129. count = fifo_size - count; /* bytes still not send */
  130. if (count > 2 * trans_max) return(0); /* delay to long */
  131. count = skb->len;
  132. src = skb->data;
  133. while (count--)
  134. Write_hfc(cs, HFCSX_FIF_DWR, *src++);
  135. return(1); /* success */
  136. }
  137. msp = ((struct hfcsx_extra *)(cs->hw.hfcsx.extra))->marker;
  138. msp += (((fifo >> 1) & 3) * (MAX_B_FRAMES+1));
  139. f1 = Read_hfc(cs, HFCSX_FIF_F1) & f_msk;
  140. f2 = Read_hfc(cs, HFCSX_FIF_F2) & f_msk;
  141. count = f1 - f2; /* frame count actually buffered */
  142. if (count < 0)
  143. count += (f_msk + 1); /* if wrap around */
  144. if (count > f_msk-1) {
  145. if (cs->debug & L1_DEB_ISAC_FIFO)
  146. debugl1(cs, "hfcsx_write_fifo %d more as %d frames",fifo,f_msk-1);
  147. return(0);
  148. }
  149. *(msp + f1) = z1; /* remember marker */
  150. if (cs->debug & L1_DEB_ISAC_FIFO)
  151. debugl1(cs, "hfcsx_write_fifo %d f1(%x) f2(%x) z1(f1)(%x)",
  152. fifo, f1, f2, z1);
  153. /* now determine free bytes in FIFO buffer */
  154. count = *(msp + f2) - z1;
  155. if (count <= 0)
  156. count += fifo_size; /* count now contains available bytes */
  157. if (cs->debug & L1_DEB_ISAC_FIFO)
  158. debugl1(cs, "hfcsx_write_fifo %d count(%u/%d)",
  159. fifo, skb->len, count);
  160. if (count < skb->len) {
  161. if (cs->debug & L1_DEB_ISAC_FIFO)
  162. debugl1(cs, "hfcsx_write_fifo %d no fifo mem", fifo);
  163. return(0);
  164. }
  165. count = skb->len; /* get frame len */
  166. src = skb->data; /* source pointer */
  167. while (count--)
  168. Write_hfc(cs, HFCSX_FIF_DWR, *src++);
  169. Read_hfc(cs, HFCSX_FIF_INCF1); /* increment F1 */
  170. udelay(1);
  171. while (bytein(cs->hw.hfcsx.base+1) & 1); /* wait for busy */
  172. return(1);
  173. }
  174. /***************************************************************/
  175. /* read_fifo reads data to an skb from the desired fifo */
  176. /* if no data is available or an error occurs NULL is returned */
  177. /* the skb is not released in any way. */
  178. /***************************************************************/
  179. static struct sk_buff *
  180. read_fifo(struct IsdnCardState *cs, u_char fifo, int trans_max)
  181. { int fifo_size, count, z1, z2;
  182. u_char f_msk, f1, f2, *dst;
  183. struct sk_buff *skb;
  184. if (!(fifo & 1)) return(NULL); /* no read fifo */
  185. fifo_select(cs, fifo);
  186. if (fifo & 4) {
  187. fifo_size = D_FIFO_SIZE; /* D-channel */
  188. f_msk = MAX_D_FRAMES;
  189. if (trans_max) return(NULL); /* only hdlc */
  190. }
  191. else {
  192. fifo_size = cs->hw.hfcsx.b_fifo_size; /* B-channel */
  193. f_msk = MAX_B_FRAMES;
  194. }
  195. /* transparent mode */
  196. if (trans_max) {
  197. z1 = Read_hfc(cs, HFCSX_FIF_Z1H);
  198. z1 = ((z1 << 8) | Read_hfc(cs, HFCSX_FIF_Z1L));
  199. z2 = Read_hfc(cs, HFCSX_FIF_Z2H);
  200. z2 = ((z2 << 8) | Read_hfc(cs, HFCSX_FIF_Z2L));
  201. /* now determine bytes in actual FIFO buffer */
  202. count = z1 - z2;
  203. if (count <= 0)
  204. count += fifo_size; /* count now contains buffered bytes */
  205. count++;
  206. if (count > trans_max)
  207. count = trans_max; /* limit length */
  208. skb = dev_alloc_skb(count);
  209. if (skb) {
  210. dst = skb_put(skb, count);
  211. while (count--)
  212. *dst++ = Read_hfc(cs, HFCSX_FIF_DRD);
  213. return skb;
  214. } else
  215. return NULL; /* no memory */
  216. }
  217. do {
  218. f1 = Read_hfc(cs, HFCSX_FIF_F1) & f_msk;
  219. f2 = Read_hfc(cs, HFCSX_FIF_F2) & f_msk;
  220. if (f1 == f2) return(NULL); /* no frame available */
  221. z1 = Read_hfc(cs, HFCSX_FIF_Z1H);
  222. z1 = ((z1 << 8) | Read_hfc(cs, HFCSX_FIF_Z1L));
  223. z2 = Read_hfc(cs, HFCSX_FIF_Z2H);
  224. z2 = ((z2 << 8) | Read_hfc(cs, HFCSX_FIF_Z2L));
  225. if (cs->debug & L1_DEB_ISAC_FIFO)
  226. debugl1(cs, "hfcsx_read_fifo %d f1(%x) f2(%x) z1(f2)(%x) z2(f2)(%x)",
  227. fifo, f1, f2, z1, z2);
  228. /* now determine bytes in actual FIFO buffer */
  229. count = z1 - z2;
  230. if (count <= 0)
  231. count += fifo_size; /* count now contains buffered bytes */
  232. count++;
  233. if (cs->debug & L1_DEB_ISAC_FIFO)
  234. debugl1(cs, "hfcsx_read_fifo %d count %u)",
  235. fifo, count);
  236. if ((count > fifo_size) || (count < 4)) {
  237. if (cs->debug & L1_DEB_WARN)
  238. debugl1(cs, "hfcsx_read_fifo %d paket inv. len %d ", fifo , count);
  239. while (count) {
  240. count--; /* empty fifo */
  241. Read_hfc(cs, HFCSX_FIF_DRD);
  242. }
  243. skb = NULL;
  244. } else
  245. if ((skb = dev_alloc_skb(count - 3))) {
  246. count -= 3;
  247. dst = skb_put(skb, count);
  248. while (count--)
  249. *dst++ = Read_hfc(cs, HFCSX_FIF_DRD);
  250. Read_hfc(cs, HFCSX_FIF_DRD); /* CRC 1 */
  251. Read_hfc(cs, HFCSX_FIF_DRD); /* CRC 2 */
  252. if (Read_hfc(cs, HFCSX_FIF_DRD)) {
  253. dev_kfree_skb_irq(skb);
  254. if (cs->debug & L1_DEB_ISAC_FIFO)
  255. debugl1(cs, "hfcsx_read_fifo %d crc error", fifo);
  256. skb = NULL;
  257. }
  258. } else {
  259. printk(KERN_WARNING "HFC-SX: receive out of memory\n");
  260. return(NULL);
  261. }
  262. Read_hfc(cs, HFCSX_FIF_INCF2); /* increment F2 */
  263. udelay(1);
  264. while (bytein(cs->hw.hfcsx.base+1) & 1); /* wait for busy */
  265. udelay(1);
  266. } while (!skb); /* retry in case of crc error */
  267. return(skb);
  268. }
  269. /******************************************/
  270. /* free hardware resources used by driver */
  271. /******************************************/
  272. static void
  273. release_io_hfcsx(struct IsdnCardState *cs)
  274. {
  275. cs->hw.hfcsx.int_m2 = 0; /* interrupt output off ! */
  276. Write_hfc(cs, HFCSX_INT_M2, cs->hw.hfcsx.int_m2);
  277. Write_hfc(cs, HFCSX_CIRM, HFCSX_RESET); /* Reset On */
  278. msleep(30); /* Timeout 30ms */
  279. Write_hfc(cs, HFCSX_CIRM, 0); /* Reset Off */
  280. del_timer(&cs->hw.hfcsx.timer);
  281. release_region(cs->hw.hfcsx.base, 2); /* release IO-Block */
  282. kfree(cs->hw.hfcsx.extra);
  283. cs->hw.hfcsx.extra = NULL;
  284. }
  285. /**********************************************************/
  286. /* set_fifo_size determines the size of the RAM and FIFOs */
  287. /* returning 0 -> need to reset the chip again. */
  288. /**********************************************************/
  289. static int set_fifo_size(struct IsdnCardState *cs)
  290. {
  291. if (cs->hw.hfcsx.b_fifo_size) return(1); /* already determined */
  292. if ((cs->hw.hfcsx.chip >> 4) == 9) {
  293. cs->hw.hfcsx.b_fifo_size = B_FIFO_SIZE_32K;
  294. return(1);
  295. }
  296. cs->hw.hfcsx.b_fifo_size = B_FIFO_SIZE_8K;
  297. cs->hw.hfcsx.cirm |= 0x10; /* only 8K of ram */
  298. return(0);
  299. }
  300. /********************************************************************************/
  301. /* function called to reset the HFC SX chip. A complete software reset of chip */
  302. /* and fifos is done. */
  303. /********************************************************************************/
  304. static void
  305. reset_hfcsx(struct IsdnCardState *cs)
  306. {
  307. cs->hw.hfcsx.int_m2 = 0; /* interrupt output off ! */
  308. Write_hfc(cs, HFCSX_INT_M2, cs->hw.hfcsx.int_m2);
  309. printk(KERN_INFO "HFC_SX: resetting card\n");
  310. while (1) {
  311. Write_hfc(cs, HFCSX_CIRM, HFCSX_RESET | cs->hw.hfcsx.cirm ); /* Reset */
  312. mdelay(30);
  313. Write_hfc(cs, HFCSX_CIRM, cs->hw.hfcsx.cirm); /* Reset Off */
  314. mdelay(20);
  315. if (Read_hfc(cs, HFCSX_STATUS) & 2)
  316. printk(KERN_WARNING "HFC-SX init bit busy\n");
  317. cs->hw.hfcsx.last_fifo = 0xff; /* invalidate */
  318. if (!set_fifo_size(cs)) continue;
  319. break;
  320. }
  321. cs->hw.hfcsx.trm = 0 + HFCSX_BTRANS_THRESMASK; /* no echo connect , threshold */
  322. Write_hfc(cs, HFCSX_TRM, cs->hw.hfcsx.trm);
  323. Write_hfc(cs, HFCSX_CLKDEL, 0x0e); /* ST-Bit delay for TE-Mode */
  324. cs->hw.hfcsx.sctrl_e = HFCSX_AUTO_AWAKE;
  325. Write_hfc(cs, HFCSX_SCTRL_E, cs->hw.hfcsx.sctrl_e); /* S/T Auto awake */
  326. cs->hw.hfcsx.bswapped = 0; /* no exchange */
  327. cs->hw.hfcsx.nt_mode = 0; /* we are in TE mode */
  328. cs->hw.hfcsx.ctmt = HFCSX_TIM3_125 | HFCSX_AUTO_TIMER;
  329. Write_hfc(cs, HFCSX_CTMT, cs->hw.hfcsx.ctmt);
  330. cs->hw.hfcsx.int_m1 = HFCSX_INTS_DTRANS | HFCSX_INTS_DREC |
  331. HFCSX_INTS_L1STATE | HFCSX_INTS_TIMER;
  332. Write_hfc(cs, HFCSX_INT_M1, cs->hw.hfcsx.int_m1);
  333. /* Clear already pending ints */
  334. if (Read_hfc(cs, HFCSX_INT_S1));
  335. Write_hfc(cs, HFCSX_STATES, HFCSX_LOAD_STATE | 2); /* HFC ST 2 */
  336. udelay(10);
  337. Write_hfc(cs, HFCSX_STATES, 2); /* HFC ST 2 */
  338. cs->hw.hfcsx.mst_m = HFCSX_MASTER; /* HFC Master Mode */
  339. Write_hfc(cs, HFCSX_MST_MODE, cs->hw.hfcsx.mst_m);
  340. cs->hw.hfcsx.sctrl = 0x40; /* set tx_lo mode, error in datasheet ! */
  341. Write_hfc(cs, HFCSX_SCTRL, cs->hw.hfcsx.sctrl);
  342. cs->hw.hfcsx.sctrl_r = 0;
  343. Write_hfc(cs, HFCSX_SCTRL_R, cs->hw.hfcsx.sctrl_r);
  344. /* Init GCI/IOM2 in master mode */
  345. /* Slots 0 and 1 are set for B-chan 1 and 2 */
  346. /* D- and monitor/CI channel are not enabled */
  347. /* STIO1 is used as output for data, B1+B2 from ST->IOM+HFC */
  348. /* STIO2 is used as data input, B1+B2 from IOM->ST */
  349. /* ST B-channel send disabled -> continuous 1s */
  350. /* The IOM slots are always enabled */
  351. cs->hw.hfcsx.conn = 0x36; /* set data flow directions */
  352. Write_hfc(cs, HFCSX_CONNECT, cs->hw.hfcsx.conn);
  353. Write_hfc(cs, HFCSX_B1_SSL, 0x80); /* B1-Slot 0 STIO1 out enabled */
  354. Write_hfc(cs, HFCSX_B2_SSL, 0x81); /* B2-Slot 1 STIO1 out enabled */
  355. Write_hfc(cs, HFCSX_B1_RSL, 0x80); /* B1-Slot 0 STIO2 in enabled */
  356. Write_hfc(cs, HFCSX_B2_RSL, 0x81); /* B2-Slot 1 STIO2 in enabled */
  357. /* Finally enable IRQ output */
  358. cs->hw.hfcsx.int_m2 = HFCSX_IRQ_ENABLE;
  359. Write_hfc(cs, HFCSX_INT_M2, cs->hw.hfcsx.int_m2);
  360. if (Read_hfc(cs, HFCSX_INT_S2));
  361. }
  362. /***************************************************/
  363. /* Timer function called when kernel timer expires */
  364. /***************************************************/
  365. static void
  366. hfcsx_Timer(struct IsdnCardState *cs)
  367. {
  368. cs->hw.hfcsx.timer.expires = jiffies + 75;
  369. /* WD RESET */
  370. /* WriteReg(cs, HFCD_DATA, HFCD_CTMT, cs->hw.hfcsx.ctmt | 0x80);
  371. add_timer(&cs->hw.hfcsx.timer);
  372. */
  373. }
  374. /************************************************/
  375. /* select a b-channel entry matching and active */
  376. /************************************************/
  377. static
  378. struct BCState *
  379. Sel_BCS(struct IsdnCardState *cs, int channel)
  380. {
  381. if (cs->bcs[0].mode && (cs->bcs[0].channel == channel))
  382. return (&cs->bcs[0]);
  383. else if (cs->bcs[1].mode && (cs->bcs[1].channel == channel))
  384. return (&cs->bcs[1]);
  385. else
  386. return (NULL);
  387. }
  388. /*******************************/
  389. /* D-channel receive procedure */
  390. /*******************************/
  391. static
  392. int
  393. receive_dmsg(struct IsdnCardState *cs)
  394. {
  395. struct sk_buff *skb;
  396. int count = 5;
  397. if (test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) {
  398. debugl1(cs, "rec_dmsg blocked");
  399. return (1);
  400. }
  401. do {
  402. skb = read_fifo(cs, HFCSX_SEL_D_RX, 0);
  403. if (skb) {
  404. skb_queue_tail(&cs->rq, skb);
  405. schedule_event(cs, D_RCVBUFREADY);
  406. }
  407. } while (--count && skb);
  408. test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags);
  409. return (1);
  410. }
  411. /**********************************/
  412. /* B-channel main receive routine */
  413. /**********************************/
  414. static void
  415. main_rec_hfcsx(struct BCState *bcs)
  416. {
  417. struct IsdnCardState *cs = bcs->cs;
  418. int count = 5;
  419. struct sk_buff *skb;
  420. Begin:
  421. count--;
  422. if (test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) {
  423. debugl1(cs, "rec_data %d blocked", bcs->channel);
  424. return;
  425. }
  426. skb = read_fifo(cs, ((bcs->channel) && (!cs->hw.hfcsx.bswapped)) ?
  427. HFCSX_SEL_B2_RX : HFCSX_SEL_B1_RX,
  428. (bcs->mode == L1_MODE_TRANS) ?
  429. HFCSX_BTRANS_THRESHOLD : 0);
  430. if (skb) {
  431. skb_queue_tail(&bcs->rqueue, skb);
  432. schedule_event(bcs, B_RCVBUFREADY);
  433. }
  434. test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags);
  435. if (count && skb)
  436. goto Begin;
  437. return;
  438. }
  439. /**************************/
  440. /* D-channel send routine */
  441. /**************************/
  442. static void
  443. hfcsx_fill_dfifo(struct IsdnCardState *cs)
  444. {
  445. if (!cs->tx_skb)
  446. return;
  447. if (cs->tx_skb->len <= 0)
  448. return;
  449. if (write_fifo(cs, cs->tx_skb, HFCSX_SEL_D_TX, 0)) {
  450. dev_kfree_skb_any(cs->tx_skb);
  451. cs->tx_skb = NULL;
  452. }
  453. return;
  454. }
  455. /**************************/
  456. /* B-channel send routine */
  457. /**************************/
  458. static void
  459. hfcsx_fill_fifo(struct BCState *bcs)
  460. {
  461. struct IsdnCardState *cs = bcs->cs;
  462. if (!bcs->tx_skb)
  463. return;
  464. if (bcs->tx_skb->len <= 0)
  465. return;
  466. if (write_fifo(cs, bcs->tx_skb,
  467. ((bcs->channel) && (!cs->hw.hfcsx.bswapped)) ?
  468. HFCSX_SEL_B2_TX : HFCSX_SEL_B1_TX,
  469. (bcs->mode == L1_MODE_TRANS) ?
  470. HFCSX_BTRANS_THRESHOLD : 0)) {
  471. bcs->tx_cnt -= bcs->tx_skb->len;
  472. if (test_bit(FLG_LLI_L1WAKEUP,&bcs->st->lli.flag) &&
  473. (PACKET_NOACK != bcs->tx_skb->pkt_type)) {
  474. u_long flags;
  475. spin_lock_irqsave(&bcs->aclock, flags);
  476. bcs->ackcnt += bcs->tx_skb->len;
  477. spin_unlock_irqrestore(&bcs->aclock, flags);
  478. schedule_event(bcs, B_ACKPENDING);
  479. }
  480. dev_kfree_skb_any(bcs->tx_skb);
  481. bcs->tx_skb = NULL;
  482. test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag);
  483. }
  484. }
  485. /**********************************************/
  486. /* D-channel l1 state call for leased NT-mode */
  487. /**********************************************/
  488. static void
  489. dch_nt_l2l1(struct PStack *st, int pr, void *arg)
  490. {
  491. struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware;
  492. switch (pr) {
  493. case (PH_DATA | REQUEST):
  494. case (PH_PULL | REQUEST):
  495. case (PH_PULL | INDICATION):
  496. st->l1.l1hw(st, pr, arg);
  497. break;
  498. case (PH_ACTIVATE | REQUEST):
  499. st->l1.l1l2(st, PH_ACTIVATE | CONFIRM, NULL);
  500. break;
  501. case (PH_TESTLOOP | REQUEST):
  502. if (1 & (long) arg)
  503. debugl1(cs, "PH_TEST_LOOP B1");
  504. if (2 & (long) arg)
  505. debugl1(cs, "PH_TEST_LOOP B2");
  506. if (!(3 & (long) arg))
  507. debugl1(cs, "PH_TEST_LOOP DISABLED");
  508. st->l1.l1hw(st, HW_TESTLOOP | REQUEST, arg);
  509. break;
  510. default:
  511. if (cs->debug)
  512. debugl1(cs, "dch_nt_l2l1 msg %04X unhandled", pr);
  513. break;
  514. }
  515. }
  516. /***********************/
  517. /* set/reset echo mode */
  518. /***********************/
  519. static int
  520. hfcsx_auxcmd(struct IsdnCardState *cs, isdn_ctrl * ic)
  521. {
  522. unsigned long flags;
  523. int i = *(unsigned int *) ic->parm.num;
  524. if ((ic->arg == 98) &&
  525. (!(cs->hw.hfcsx.int_m1 & (HFCSX_INTS_B2TRANS + HFCSX_INTS_B2REC + HFCSX_INTS_B1TRANS + HFCSX_INTS_B1REC)))) {
  526. spin_lock_irqsave(&cs->lock, flags);
  527. Write_hfc(cs, HFCSX_STATES, HFCSX_LOAD_STATE | 0); /* HFC ST G0 */
  528. udelay(10);
  529. cs->hw.hfcsx.sctrl |= SCTRL_MODE_NT;
  530. Write_hfc(cs, HFCSX_SCTRL, cs->hw.hfcsx.sctrl); /* set NT-mode */
  531. udelay(10);
  532. Write_hfc(cs, HFCSX_STATES, HFCSX_LOAD_STATE | 1); /* HFC ST G1 */
  533. udelay(10);
  534. Write_hfc(cs, HFCSX_STATES, 1 | HFCSX_ACTIVATE | HFCSX_DO_ACTION);
  535. cs->dc.hfcsx.ph_state = 1;
  536. cs->hw.hfcsx.nt_mode = 1;
  537. cs->hw.hfcsx.nt_timer = 0;
  538. spin_unlock_irqrestore(&cs->lock, flags);
  539. cs->stlist->l2.l2l1 = dch_nt_l2l1;
  540. debugl1(cs, "NT mode activated");
  541. return (0);
  542. }
  543. if ((cs->chanlimit > 1) || (cs->hw.hfcsx.bswapped) ||
  544. (cs->hw.hfcsx.nt_mode) || (ic->arg != 12))
  545. return (-EINVAL);
  546. if (i) {
  547. cs->logecho = 1;
  548. cs->hw.hfcsx.trm |= 0x20; /* enable echo chan */
  549. cs->hw.hfcsx.int_m1 |= HFCSX_INTS_B2REC;
  550. /* reset Channel !!!!! */
  551. } else {
  552. cs->logecho = 0;
  553. cs->hw.hfcsx.trm &= ~0x20; /* disable echo chan */
  554. cs->hw.hfcsx.int_m1 &= ~HFCSX_INTS_B2REC;
  555. }
  556. cs->hw.hfcsx.sctrl_r &= ~SCTRL_B2_ENA;
  557. cs->hw.hfcsx.sctrl &= ~SCTRL_B2_ENA;
  558. cs->hw.hfcsx.conn |= 0x10; /* B2-IOM -> B2-ST */
  559. cs->hw.hfcsx.ctmt &= ~2;
  560. spin_lock_irqsave(&cs->lock, flags);
  561. Write_hfc(cs, HFCSX_CTMT, cs->hw.hfcsx.ctmt);
  562. Write_hfc(cs, HFCSX_SCTRL_R, cs->hw.hfcsx.sctrl_r);
  563. Write_hfc(cs, HFCSX_SCTRL, cs->hw.hfcsx.sctrl);
  564. Write_hfc(cs, HFCSX_CONNECT, cs->hw.hfcsx.conn);
  565. Write_hfc(cs, HFCSX_TRM, cs->hw.hfcsx.trm);
  566. Write_hfc(cs, HFCSX_INT_M1, cs->hw.hfcsx.int_m1);
  567. spin_unlock_irqrestore(&cs->lock, flags);
  568. return (0);
  569. } /* hfcsx_auxcmd */
  570. /*****************************/
  571. /* E-channel receive routine */
  572. /*****************************/
  573. static void
  574. receive_emsg(struct IsdnCardState *cs)
  575. {
  576. int count = 5;
  577. u_char *ptr;
  578. struct sk_buff *skb;
  579. if (test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) {
  580. debugl1(cs, "echo_rec_data blocked");
  581. return;
  582. }
  583. do {
  584. skb = read_fifo(cs, HFCSX_SEL_B2_RX, 0);
  585. if (skb) {
  586. if (cs->debug & DEB_DLOG_HEX) {
  587. ptr = cs->dlog;
  588. if ((skb->len) < MAX_DLOG_SPACE / 3 - 10) {
  589. *ptr++ = 'E';
  590. *ptr++ = 'C';
  591. *ptr++ = 'H';
  592. *ptr++ = 'O';
  593. *ptr++ = ':';
  594. ptr += QuickHex(ptr, skb->data, skb->len);
  595. ptr--;
  596. *ptr++ = '\n';
  597. *ptr = 0;
  598. HiSax_putstatus(cs, NULL, cs->dlog);
  599. } else
  600. HiSax_putstatus(cs, "LogEcho: ", "warning Frame too big (%d)", skb->len);
  601. }
  602. dev_kfree_skb_any(skb);
  603. }
  604. } while (--count && skb);
  605. test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags);
  606. return;
  607. } /* receive_emsg */
  608. /*********************/
  609. /* Interrupt handler */
  610. /*********************/
  611. static irqreturn_t
  612. hfcsx_interrupt(int intno, void *dev_id)
  613. {
  614. struct IsdnCardState *cs = dev_id;
  615. u_char exval;
  616. struct BCState *bcs;
  617. int count = 15;
  618. u_long flags;
  619. u_char val, stat;
  620. if (!(cs->hw.hfcsx.int_m2 & 0x08))
  621. return IRQ_NONE; /* not initialised */
  622. spin_lock_irqsave(&cs->lock, flags);
  623. if (HFCSX_ANYINT & (stat = Read_hfc(cs, HFCSX_STATUS))) {
  624. val = Read_hfc(cs, HFCSX_INT_S1);
  625. if (cs->debug & L1_DEB_ISAC)
  626. debugl1(cs, "HFC-SX: stat(%02x) s1(%02x)", stat, val);
  627. } else {
  628. spin_unlock_irqrestore(&cs->lock, flags);
  629. return IRQ_NONE;
  630. }
  631. if (cs->debug & L1_DEB_ISAC)
  632. debugl1(cs, "HFC-SX irq %x %s", val,
  633. test_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags) ?
  634. "locked" : "unlocked");
  635. val &= cs->hw.hfcsx.int_m1;
  636. if (val & 0x40) { /* state machine irq */
  637. exval = Read_hfc(cs, HFCSX_STATES) & 0xf;
  638. if (cs->debug & L1_DEB_ISAC)
  639. debugl1(cs, "ph_state chg %d->%d", cs->dc.hfcsx.ph_state,
  640. exval);
  641. cs->dc.hfcsx.ph_state = exval;
  642. schedule_event(cs, D_L1STATECHANGE);
  643. val &= ~0x40;
  644. }
  645. if (val & 0x80) { /* timer irq */
  646. if (cs->hw.hfcsx.nt_mode) {
  647. if ((--cs->hw.hfcsx.nt_timer) < 0)
  648. schedule_event(cs, D_L1STATECHANGE);
  649. }
  650. val &= ~0x80;
  651. Write_hfc(cs, HFCSX_CTMT, cs->hw.hfcsx.ctmt | HFCSX_CLTIMER);
  652. }
  653. while (val) {
  654. if (test_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) {
  655. cs->hw.hfcsx.int_s1 |= val;
  656. spin_unlock_irqrestore(&cs->lock, flags);
  657. return IRQ_HANDLED;
  658. }
  659. if (cs->hw.hfcsx.int_s1 & 0x18) {
  660. exval = val;
  661. val = cs->hw.hfcsx.int_s1;
  662. cs->hw.hfcsx.int_s1 = exval;
  663. }
  664. if (val & 0x08) {
  665. if (!(bcs = Sel_BCS(cs, cs->hw.hfcsx.bswapped ? 1 : 0))) {
  666. if (cs->debug)
  667. debugl1(cs, "hfcsx spurious 0x08 IRQ");
  668. } else
  669. main_rec_hfcsx(bcs);
  670. }
  671. if (val & 0x10) {
  672. if (cs->logecho)
  673. receive_emsg(cs);
  674. else if (!(bcs = Sel_BCS(cs, 1))) {
  675. if (cs->debug)
  676. debugl1(cs, "hfcsx spurious 0x10 IRQ");
  677. } else
  678. main_rec_hfcsx(bcs);
  679. }
  680. if (val & 0x01) {
  681. if (!(bcs = Sel_BCS(cs, cs->hw.hfcsx.bswapped ? 1 : 0))) {
  682. if (cs->debug)
  683. debugl1(cs, "hfcsx spurious 0x01 IRQ");
  684. } else {
  685. if (bcs->tx_skb) {
  686. if (!test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) {
  687. hfcsx_fill_fifo(bcs);
  688. test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags);
  689. } else
  690. debugl1(cs, "fill_data %d blocked", bcs->channel);
  691. } else {
  692. if ((bcs->tx_skb = skb_dequeue(&bcs->squeue))) {
  693. if (!test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) {
  694. hfcsx_fill_fifo(bcs);
  695. test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags);
  696. } else
  697. debugl1(cs, "fill_data %d blocked", bcs->channel);
  698. } else {
  699. schedule_event(bcs, B_XMTBUFREADY);
  700. }
  701. }
  702. }
  703. }
  704. if (val & 0x02) {
  705. if (!(bcs = Sel_BCS(cs, 1))) {
  706. if (cs->debug)
  707. debugl1(cs, "hfcsx spurious 0x02 IRQ");
  708. } else {
  709. if (bcs->tx_skb) {
  710. if (!test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) {
  711. hfcsx_fill_fifo(bcs);
  712. test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags);
  713. } else
  714. debugl1(cs, "fill_data %d blocked", bcs->channel);
  715. } else {
  716. if ((bcs->tx_skb = skb_dequeue(&bcs->squeue))) {
  717. if (!test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) {
  718. hfcsx_fill_fifo(bcs);
  719. test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags);
  720. } else
  721. debugl1(cs, "fill_data %d blocked", bcs->channel);
  722. } else {
  723. schedule_event(bcs, B_XMTBUFREADY);
  724. }
  725. }
  726. }
  727. }
  728. if (val & 0x20) { /* receive dframe */
  729. receive_dmsg(cs);
  730. }
  731. if (val & 0x04) { /* dframe transmitted */
  732. if (test_and_clear_bit(FLG_DBUSY_TIMER, &cs->HW_Flags))
  733. del_timer(&cs->dbusytimer);
  734. if (test_and_clear_bit(FLG_L1_DBUSY, &cs->HW_Flags))
  735. schedule_event(cs, D_CLEARBUSY);
  736. if (cs->tx_skb) {
  737. if (cs->tx_skb->len) {
  738. if (!test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) {
  739. hfcsx_fill_dfifo(cs);
  740. test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags);
  741. } else {
  742. debugl1(cs, "hfcsx_fill_dfifo irq blocked");
  743. }
  744. goto afterXPR;
  745. } else {
  746. dev_kfree_skb_irq(cs->tx_skb);
  747. cs->tx_cnt = 0;
  748. cs->tx_skb = NULL;
  749. }
  750. }
  751. if ((cs->tx_skb = skb_dequeue(&cs->sq))) {
  752. cs->tx_cnt = 0;
  753. if (!test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) {
  754. hfcsx_fill_dfifo(cs);
  755. test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags);
  756. } else {
  757. debugl1(cs, "hfcsx_fill_dfifo irq blocked");
  758. }
  759. } else
  760. schedule_event(cs, D_XMTBUFREADY);
  761. }
  762. afterXPR:
  763. if (cs->hw.hfcsx.int_s1 && count--) {
  764. val = cs->hw.hfcsx.int_s1;
  765. cs->hw.hfcsx.int_s1 = 0;
  766. if (cs->debug & L1_DEB_ISAC)
  767. debugl1(cs, "HFC-SX irq %x loop %d", val, 15 - count);
  768. } else
  769. val = 0;
  770. }
  771. spin_unlock_irqrestore(&cs->lock, flags);
  772. return IRQ_HANDLED;
  773. }
  774. /********************************************************************/
  775. /* timer callback for D-chan busy resolution. Currently no function */
  776. /********************************************************************/
  777. static void
  778. hfcsx_dbusy_timer(struct IsdnCardState *cs)
  779. {
  780. }
  781. /*************************************/
  782. /* Layer 1 D-channel hardware access */
  783. /*************************************/
  784. static void
  785. HFCSX_l1hw(struct PStack *st, int pr, void *arg)
  786. {
  787. struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware;
  788. struct sk_buff *skb = arg;
  789. u_long flags;
  790. switch (pr) {
  791. case (PH_DATA | REQUEST):
  792. if (cs->debug & DEB_DLOG_HEX)
  793. LogFrame(cs, skb->data, skb->len);
  794. if (cs->debug & DEB_DLOG_VERBOSE)
  795. dlogframe(cs, skb, 0);
  796. spin_lock_irqsave(&cs->lock, flags);
  797. if (cs->tx_skb) {
  798. skb_queue_tail(&cs->sq, skb);
  799. #ifdef L2FRAME_DEBUG /* psa */
  800. if (cs->debug & L1_DEB_LAPD)
  801. Logl2Frame(cs, skb, "PH_DATA Queued", 0);
  802. #endif
  803. } else {
  804. cs->tx_skb = skb;
  805. cs->tx_cnt = 0;
  806. #ifdef L2FRAME_DEBUG /* psa */
  807. if (cs->debug & L1_DEB_LAPD)
  808. Logl2Frame(cs, skb, "PH_DATA", 0);
  809. #endif
  810. if (!test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) {
  811. hfcsx_fill_dfifo(cs);
  812. test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags);
  813. } else
  814. debugl1(cs, "hfcsx_fill_dfifo blocked");
  815. }
  816. spin_unlock_irqrestore(&cs->lock, flags);
  817. break;
  818. case (PH_PULL | INDICATION):
  819. spin_lock_irqsave(&cs->lock, flags);
  820. if (cs->tx_skb) {
  821. if (cs->debug & L1_DEB_WARN)
  822. debugl1(cs, " l2l1 tx_skb exist this shouldn't happen");
  823. skb_queue_tail(&cs->sq, skb);
  824. spin_unlock_irqrestore(&cs->lock, flags);
  825. break;
  826. }
  827. if (cs->debug & DEB_DLOG_HEX)
  828. LogFrame(cs, skb->data, skb->len);
  829. if (cs->debug & DEB_DLOG_VERBOSE)
  830. dlogframe(cs, skb, 0);
  831. cs->tx_skb = skb;
  832. cs->tx_cnt = 0;
  833. #ifdef L2FRAME_DEBUG /* psa */
  834. if (cs->debug & L1_DEB_LAPD)
  835. Logl2Frame(cs, skb, "PH_DATA_PULLED", 0);
  836. #endif
  837. if (!test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) {
  838. hfcsx_fill_dfifo(cs);
  839. test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags);
  840. } else
  841. debugl1(cs, "hfcsx_fill_dfifo blocked");
  842. spin_unlock_irqrestore(&cs->lock, flags);
  843. break;
  844. case (PH_PULL | REQUEST):
  845. #ifdef L2FRAME_DEBUG /* psa */
  846. if (cs->debug & L1_DEB_LAPD)
  847. debugl1(cs, "-> PH_REQUEST_PULL");
  848. #endif
  849. if (!cs->tx_skb) {
  850. test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags);
  851. st->l1.l1l2(st, PH_PULL | CONFIRM, NULL);
  852. } else
  853. test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags);
  854. break;
  855. case (HW_RESET | REQUEST):
  856. spin_lock_irqsave(&cs->lock, flags);
  857. Write_hfc(cs, HFCSX_STATES, HFCSX_LOAD_STATE | 3); /* HFC ST 3 */
  858. udelay(6);
  859. Write_hfc(cs, HFCSX_STATES, 3); /* HFC ST 2 */
  860. cs->hw.hfcsx.mst_m |= HFCSX_MASTER;
  861. Write_hfc(cs, HFCSX_MST_MODE, cs->hw.hfcsx.mst_m);
  862. Write_hfc(cs, HFCSX_STATES, HFCSX_ACTIVATE | HFCSX_DO_ACTION);
  863. spin_unlock_irqrestore(&cs->lock, flags);
  864. l1_msg(cs, HW_POWERUP | CONFIRM, NULL);
  865. break;
  866. case (HW_ENABLE | REQUEST):
  867. spin_lock_irqsave(&cs->lock, flags);
  868. Write_hfc(cs, HFCSX_STATES, HFCSX_ACTIVATE | HFCSX_DO_ACTION);
  869. spin_unlock_irqrestore(&cs->lock, flags);
  870. break;
  871. case (HW_DEACTIVATE | REQUEST):
  872. spin_lock_irqsave(&cs->lock, flags);
  873. cs->hw.hfcsx.mst_m &= ~HFCSX_MASTER;
  874. Write_hfc(cs, HFCSX_MST_MODE, cs->hw.hfcsx.mst_m);
  875. spin_unlock_irqrestore(&cs->lock, flags);
  876. break;
  877. case (HW_INFO3 | REQUEST):
  878. spin_lock_irqsave(&cs->lock, flags);
  879. cs->hw.hfcsx.mst_m |= HFCSX_MASTER;
  880. Write_hfc(cs, HFCSX_MST_MODE, cs->hw.hfcsx.mst_m);
  881. spin_unlock_irqrestore(&cs->lock, flags);
  882. break;
  883. case (HW_TESTLOOP | REQUEST):
  884. spin_lock_irqsave(&cs->lock, flags);
  885. switch ((long) arg) {
  886. case (1):
  887. Write_hfc(cs, HFCSX_B1_SSL, 0x80); /* tx slot */
  888. Write_hfc(cs, HFCSX_B1_RSL, 0x80); /* rx slot */
  889. cs->hw.hfcsx.conn = (cs->hw.hfcsx.conn & ~7) | 1;
  890. Write_hfc(cs, HFCSX_CONNECT, cs->hw.hfcsx.conn);
  891. break;
  892. case (2):
  893. Write_hfc(cs, HFCSX_B2_SSL, 0x81); /* tx slot */
  894. Write_hfc(cs, HFCSX_B2_RSL, 0x81); /* rx slot */
  895. cs->hw.hfcsx.conn = (cs->hw.hfcsx.conn & ~0x38) | 0x08;
  896. Write_hfc(cs, HFCSX_CONNECT, cs->hw.hfcsx.conn);
  897. break;
  898. default:
  899. spin_unlock_irqrestore(&cs->lock, flags);
  900. if (cs->debug & L1_DEB_WARN)
  901. debugl1(cs, "hfcsx_l1hw loop invalid %4lx", (unsigned long)arg);
  902. return;
  903. }
  904. cs->hw.hfcsx.trm |= 0x80; /* enable IOM-loop */
  905. Write_hfc(cs, HFCSX_TRM, cs->hw.hfcsx.trm);
  906. spin_unlock_irqrestore(&cs->lock, flags);
  907. break;
  908. default:
  909. if (cs->debug & L1_DEB_WARN)
  910. debugl1(cs, "hfcsx_l1hw unknown pr %4x", pr);
  911. break;
  912. }
  913. }
  914. /***********************************************/
  915. /* called during init setting l1 stack pointer */
  916. /***********************************************/
  917. static void
  918. setstack_hfcsx(struct PStack *st, struct IsdnCardState *cs)
  919. {
  920. st->l1.l1hw = HFCSX_l1hw;
  921. }
  922. /**************************************/
  923. /* send B-channel data if not blocked */
  924. /**************************************/
  925. static void
  926. hfcsx_send_data(struct BCState *bcs)
  927. {
  928. struct IsdnCardState *cs = bcs->cs;
  929. if (!test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) {
  930. hfcsx_fill_fifo(bcs);
  931. test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags);
  932. } else
  933. debugl1(cs, "send_data %d blocked", bcs->channel);
  934. }
  935. /***************************************************************/
  936. /* activate/deactivate hardware for selected channels and mode */
  937. /***************************************************************/
  938. static void
  939. mode_hfcsx(struct BCState *bcs, int mode, int bc)
  940. {
  941. struct IsdnCardState *cs = bcs->cs;
  942. int fifo2;
  943. if (cs->debug & L1_DEB_HSCX)
  944. debugl1(cs, "HFCSX bchannel mode %d bchan %d/%d",
  945. mode, bc, bcs->channel);
  946. bcs->mode = mode;
  947. bcs->channel = bc;
  948. fifo2 = bc;
  949. if (cs->chanlimit > 1) {
  950. cs->hw.hfcsx.bswapped = 0; /* B1 and B2 normal mode */
  951. cs->hw.hfcsx.sctrl_e &= ~0x80;
  952. } else {
  953. if (bc) {
  954. if (mode != L1_MODE_NULL) {
  955. cs->hw.hfcsx.bswapped = 1; /* B1 and B2 exchanged */
  956. cs->hw.hfcsx.sctrl_e |= 0x80;
  957. } else {
  958. cs->hw.hfcsx.bswapped = 0; /* B1 and B2 normal mode */
  959. cs->hw.hfcsx.sctrl_e &= ~0x80;
  960. }
  961. fifo2 = 0;
  962. } else {
  963. cs->hw.hfcsx.bswapped = 0; /* B1 and B2 normal mode */
  964. cs->hw.hfcsx.sctrl_e &= ~0x80;
  965. }
  966. }
  967. switch (mode) {
  968. case (L1_MODE_NULL):
  969. if (bc) {
  970. cs->hw.hfcsx.sctrl &= ~SCTRL_B2_ENA;
  971. cs->hw.hfcsx.sctrl_r &= ~SCTRL_B2_ENA;
  972. } else {
  973. cs->hw.hfcsx.sctrl &= ~SCTRL_B1_ENA;
  974. cs->hw.hfcsx.sctrl_r &= ~SCTRL_B1_ENA;
  975. }
  976. if (fifo2) {
  977. cs->hw.hfcsx.int_m1 &= ~(HFCSX_INTS_B2TRANS + HFCSX_INTS_B2REC);
  978. } else {
  979. cs->hw.hfcsx.int_m1 &= ~(HFCSX_INTS_B1TRANS + HFCSX_INTS_B1REC);
  980. }
  981. break;
  982. case (L1_MODE_TRANS):
  983. if (bc) {
  984. cs->hw.hfcsx.sctrl |= SCTRL_B2_ENA;
  985. cs->hw.hfcsx.sctrl_r |= SCTRL_B2_ENA;
  986. } else {
  987. cs->hw.hfcsx.sctrl |= SCTRL_B1_ENA;
  988. cs->hw.hfcsx.sctrl_r |= SCTRL_B1_ENA;
  989. }
  990. if (fifo2) {
  991. cs->hw.hfcsx.int_m1 |= (HFCSX_INTS_B2TRANS + HFCSX_INTS_B2REC);
  992. cs->hw.hfcsx.ctmt |= 2;
  993. cs->hw.hfcsx.conn &= ~0x18;
  994. } else {
  995. cs->hw.hfcsx.int_m1 |= (HFCSX_INTS_B1TRANS + HFCSX_INTS_B1REC);
  996. cs->hw.hfcsx.ctmt |= 1;
  997. cs->hw.hfcsx.conn &= ~0x03;
  998. }
  999. break;
  1000. case (L1_MODE_HDLC):
  1001. if (bc) {
  1002. cs->hw.hfcsx.sctrl |= SCTRL_B2_ENA;
  1003. cs->hw.hfcsx.sctrl_r |= SCTRL_B2_ENA;
  1004. } else {
  1005. cs->hw.hfcsx.sctrl |= SCTRL_B1_ENA;
  1006. cs->hw.hfcsx.sctrl_r |= SCTRL_B1_ENA;
  1007. }
  1008. if (fifo2) {
  1009. cs->hw.hfcsx.int_m1 |= (HFCSX_INTS_B2TRANS + HFCSX_INTS_B2REC);
  1010. cs->hw.hfcsx.ctmt &= ~2;
  1011. cs->hw.hfcsx.conn &= ~0x18;
  1012. } else {
  1013. cs->hw.hfcsx.int_m1 |= (HFCSX_INTS_B1TRANS + HFCSX_INTS_B1REC);
  1014. cs->hw.hfcsx.ctmt &= ~1;
  1015. cs->hw.hfcsx.conn &= ~0x03;
  1016. }
  1017. break;
  1018. case (L1_MODE_EXTRN):
  1019. if (bc) {
  1020. cs->hw.hfcsx.conn |= 0x10;
  1021. cs->hw.hfcsx.sctrl |= SCTRL_B2_ENA;
  1022. cs->hw.hfcsx.sctrl_r |= SCTRL_B2_ENA;
  1023. cs->hw.hfcsx.int_m1 &= ~(HFCSX_INTS_B2TRANS + HFCSX_INTS_B2REC);
  1024. } else {
  1025. cs->hw.hfcsx.conn |= 0x02;
  1026. cs->hw.hfcsx.sctrl |= SCTRL_B1_ENA;
  1027. cs->hw.hfcsx.sctrl_r |= SCTRL_B1_ENA;
  1028. cs->hw.hfcsx.int_m1 &= ~(HFCSX_INTS_B1TRANS + HFCSX_INTS_B1REC);
  1029. }
  1030. break;
  1031. }
  1032. Write_hfc(cs, HFCSX_SCTRL_E, cs->hw.hfcsx.sctrl_e);
  1033. Write_hfc(cs, HFCSX_INT_M1, cs->hw.hfcsx.int_m1);
  1034. Write_hfc(cs, HFCSX_SCTRL, cs->hw.hfcsx.sctrl);
  1035. Write_hfc(cs, HFCSX_SCTRL_R, cs->hw.hfcsx.sctrl_r);
  1036. Write_hfc(cs, HFCSX_CTMT, cs->hw.hfcsx.ctmt);
  1037. Write_hfc(cs, HFCSX_CONNECT, cs->hw.hfcsx.conn);
  1038. if (mode != L1_MODE_EXTRN) {
  1039. reset_fifo(cs, fifo2 ? HFCSX_SEL_B2_RX : HFCSX_SEL_B1_RX);
  1040. reset_fifo(cs, fifo2 ? HFCSX_SEL_B2_TX : HFCSX_SEL_B1_TX);
  1041. }
  1042. }
  1043. /******************************/
  1044. /* Layer2 -> Layer 1 Transfer */
  1045. /******************************/
  1046. static void
  1047. hfcsx_l2l1(struct PStack *st, int pr, void *arg)
  1048. {
  1049. struct BCState *bcs = st->l1.bcs;
  1050. struct sk_buff *skb = arg;
  1051. u_long flags;
  1052. switch (pr) {
  1053. case (PH_DATA | REQUEST):
  1054. spin_lock_irqsave(&bcs->cs->lock, flags);
  1055. if (bcs->tx_skb) {
  1056. skb_queue_tail(&bcs->squeue, skb);
  1057. } else {
  1058. bcs->tx_skb = skb;
  1059. // test_and_set_bit(BC_FLG_BUSY, &bcs->Flag);
  1060. bcs->cs->BC_Send_Data(bcs);
  1061. }
  1062. spin_unlock_irqrestore(&bcs->cs->lock, flags);
  1063. break;
  1064. case (PH_PULL | INDICATION):
  1065. spin_lock_irqsave(&bcs->cs->lock, flags);
  1066. if (bcs->tx_skb) {
  1067. printk(KERN_WARNING "hfc_l2l1: this shouldn't happen\n");
  1068. } else {
  1069. // test_and_set_bit(BC_FLG_BUSY, &bcs->Flag);
  1070. bcs->tx_skb = skb;
  1071. bcs->cs->BC_Send_Data(bcs);
  1072. }
  1073. spin_unlock_irqrestore(&bcs->cs->lock, flags);
  1074. break;
  1075. case (PH_PULL | REQUEST):
  1076. if (!bcs->tx_skb) {
  1077. test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags);
  1078. st->l1.l1l2(st, PH_PULL | CONFIRM, NULL);
  1079. } else
  1080. test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags);
  1081. break;
  1082. case (PH_ACTIVATE | REQUEST):
  1083. spin_lock_irqsave(&bcs->cs->lock, flags);
  1084. test_and_set_bit(BC_FLG_ACTIV, &bcs->Flag);
  1085. mode_hfcsx(bcs, st->l1.mode, st->l1.bc);
  1086. spin_unlock_irqrestore(&bcs->cs->lock, flags);
  1087. l1_msg_b(st, pr, arg);
  1088. break;
  1089. case (PH_DEACTIVATE | REQUEST):
  1090. l1_msg_b(st, pr, arg);
  1091. break;
  1092. case (PH_DEACTIVATE | CONFIRM):
  1093. spin_lock_irqsave(&bcs->cs->lock, flags);
  1094. test_and_clear_bit(BC_FLG_ACTIV, &bcs->Flag);
  1095. test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag);
  1096. mode_hfcsx(bcs, 0, st->l1.bc);
  1097. spin_unlock_irqrestore(&bcs->cs->lock, flags);
  1098. st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL);
  1099. break;
  1100. }
  1101. }
  1102. /******************************************/
  1103. /* deactivate B-channel access and queues */
  1104. /******************************************/
  1105. static void
  1106. close_hfcsx(struct BCState *bcs)
  1107. {
  1108. mode_hfcsx(bcs, 0, bcs->channel);
  1109. if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) {
  1110. skb_queue_purge(&bcs->rqueue);
  1111. skb_queue_purge(&bcs->squeue);
  1112. if (bcs->tx_skb) {
  1113. dev_kfree_skb_any(bcs->tx_skb);
  1114. bcs->tx_skb = NULL;
  1115. test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag);
  1116. }
  1117. }
  1118. }
  1119. /*************************************/
  1120. /* init B-channel queues and control */
  1121. /*************************************/
  1122. static int
  1123. open_hfcsxstate(struct IsdnCardState *cs, struct BCState *bcs)
  1124. {
  1125. if (!test_and_set_bit(BC_FLG_INIT, &bcs->Flag)) {
  1126. skb_queue_head_init(&bcs->rqueue);
  1127. skb_queue_head_init(&bcs->squeue);
  1128. }
  1129. bcs->tx_skb = NULL;
  1130. test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag);
  1131. bcs->event = 0;
  1132. bcs->tx_cnt = 0;
  1133. return (0);
  1134. }
  1135. /*********************************/
  1136. /* inits the stack for B-channel */
  1137. /*********************************/
  1138. static int
  1139. setstack_2b(struct PStack *st, struct BCState *bcs)
  1140. {
  1141. bcs->channel = st->l1.bc;
  1142. if (open_hfcsxstate(st->l1.hardware, bcs))
  1143. return (-1);
  1144. st->l1.bcs = bcs;
  1145. st->l2.l2l1 = hfcsx_l2l1;
  1146. setstack_manager(st);
  1147. bcs->st = st;
  1148. setstack_l1_B(st);
  1149. return (0);
  1150. }
  1151. /***************************/
  1152. /* handle L1 state changes */
  1153. /***************************/
  1154. static void
  1155. hfcsx_bh(struct work_struct *work)
  1156. {
  1157. struct IsdnCardState *cs =
  1158. container_of(work, struct IsdnCardState, tqueue);
  1159. u_long flags;
  1160. if (test_and_clear_bit(D_L1STATECHANGE, &cs->event)) {
  1161. if (!cs->hw.hfcsx.nt_mode)
  1162. switch (cs->dc.hfcsx.ph_state) {
  1163. case (0):
  1164. l1_msg(cs, HW_RESET | INDICATION, NULL);
  1165. break;
  1166. case (3):
  1167. l1_msg(cs, HW_DEACTIVATE | INDICATION, NULL);
  1168. break;
  1169. case (8):
  1170. l1_msg(cs, HW_RSYNC | INDICATION, NULL);
  1171. break;
  1172. case (6):
  1173. l1_msg(cs, HW_INFO2 | INDICATION, NULL);
  1174. break;
  1175. case (7):
  1176. l1_msg(cs, HW_INFO4_P8 | INDICATION, NULL);
  1177. break;
  1178. default:
  1179. break;
  1180. } else {
  1181. switch (cs->dc.hfcsx.ph_state) {
  1182. case (2):
  1183. spin_lock_irqsave(&cs->lock, flags);
  1184. if (cs->hw.hfcsx.nt_timer < 0) {
  1185. cs->hw.hfcsx.nt_timer = 0;
  1186. cs->hw.hfcsx.int_m1 &= ~HFCSX_INTS_TIMER;
  1187. Write_hfc(cs, HFCSX_INT_M1, cs->hw.hfcsx.int_m1);
  1188. /* Clear already pending ints */
  1189. if (Read_hfc(cs, HFCSX_INT_S1));
  1190. Write_hfc(cs, HFCSX_STATES, 4 | HFCSX_LOAD_STATE);
  1191. udelay(10);
  1192. Write_hfc(cs, HFCSX_STATES, 4);
  1193. cs->dc.hfcsx.ph_state = 4;
  1194. } else {
  1195. cs->hw.hfcsx.int_m1 |= HFCSX_INTS_TIMER;
  1196. Write_hfc(cs, HFCSX_INT_M1, cs->hw.hfcsx.int_m1);
  1197. cs->hw.hfcsx.ctmt &= ~HFCSX_AUTO_TIMER;
  1198. cs->hw.hfcsx.ctmt |= HFCSX_TIM3_125;
  1199. Write_hfc(cs, HFCSX_CTMT, cs->hw.hfcsx.ctmt | HFCSX_CLTIMER);
  1200. Write_hfc(cs, HFCSX_CTMT, cs->hw.hfcsx.ctmt | HFCSX_CLTIMER);
  1201. cs->hw.hfcsx.nt_timer = NT_T1_COUNT;
  1202. Write_hfc(cs, HFCSX_STATES, 2 | HFCSX_NT_G2_G3); /* allow G2 -> G3 transition */
  1203. }
  1204. spin_unlock_irqrestore(&cs->lock, flags);
  1205. break;
  1206. case (1):
  1207. case (3):
  1208. case (4):
  1209. spin_lock_irqsave(&cs->lock, flags);
  1210. cs->hw.hfcsx.nt_timer = 0;
  1211. cs->hw.hfcsx.int_m1 &= ~HFCSX_INTS_TIMER;
  1212. Write_hfc(cs, HFCSX_INT_M1, cs->hw.hfcsx.int_m1);
  1213. spin_unlock_irqrestore(&cs->lock, flags);
  1214. break;
  1215. default:
  1216. break;
  1217. }
  1218. }
  1219. }
  1220. if (test_and_clear_bit(D_RCVBUFREADY, &cs->event))
  1221. DChannel_proc_rcv(cs);
  1222. if (test_and_clear_bit(D_XMTBUFREADY, &cs->event))
  1223. DChannel_proc_xmt(cs);
  1224. }
  1225. /********************************/
  1226. /* called for card init message */
  1227. /********************************/
  1228. static void inithfcsx(struct IsdnCardState *cs)
  1229. {
  1230. cs->setstack_d = setstack_hfcsx;
  1231. cs->BC_Send_Data = &hfcsx_send_data;
  1232. cs->bcs[0].BC_SetStack = setstack_2b;
  1233. cs->bcs[1].BC_SetStack = setstack_2b;
  1234. cs->bcs[0].BC_Close = close_hfcsx;
  1235. cs->bcs[1].BC_Close = close_hfcsx;
  1236. mode_hfcsx(cs->bcs, 0, 0);
  1237. mode_hfcsx(cs->bcs + 1, 0, 1);
  1238. }
  1239. /*******************************************/
  1240. /* handle card messages from control layer */
  1241. /*******************************************/
  1242. static int
  1243. hfcsx_card_msg(struct IsdnCardState *cs, int mt, void *arg)
  1244. {
  1245. u_long flags;
  1246. if (cs->debug & L1_DEB_ISAC)
  1247. debugl1(cs, "HFCSX: card_msg %x", mt);
  1248. switch (mt) {
  1249. case CARD_RESET:
  1250. spin_lock_irqsave(&cs->lock, flags);
  1251. reset_hfcsx(cs);
  1252. spin_unlock_irqrestore(&cs->lock, flags);
  1253. return (0);
  1254. case CARD_RELEASE:
  1255. release_io_hfcsx(cs);
  1256. return (0);
  1257. case CARD_INIT:
  1258. spin_lock_irqsave(&cs->lock, flags);
  1259. inithfcsx(cs);
  1260. spin_unlock_irqrestore(&cs->lock, flags);
  1261. msleep(80); /* Timeout 80ms */
  1262. /* now switch timer interrupt off */
  1263. spin_lock_irqsave(&cs->lock, flags);
  1264. cs->hw.hfcsx.int_m1 &= ~HFCSX_INTS_TIMER;
  1265. Write_hfc(cs, HFCSX_INT_M1, cs->hw.hfcsx.int_m1);
  1266. /* reinit mode reg */
  1267. Write_hfc(cs, HFCSX_MST_MODE, cs->hw.hfcsx.mst_m);
  1268. spin_unlock_irqrestore(&cs->lock, flags);
  1269. return (0);
  1270. case CARD_TEST:
  1271. return (0);
  1272. }
  1273. return (0);
  1274. }
  1275. #ifdef __ISAPNP__
  1276. static struct isapnp_device_id hfc_ids[] __devinitdata = {
  1277. { ISAPNP_VENDOR('T', 'A', 'G'), ISAPNP_FUNCTION(0x2620),
  1278. ISAPNP_VENDOR('T', 'A', 'G'), ISAPNP_FUNCTION(0x2620),
  1279. (unsigned long) "Teles 16.3c2" },
  1280. { 0, }
  1281. };
  1282. static struct isapnp_device_id *ipid __devinitdata = &hfc_ids[0];
  1283. static struct pnp_card *pnp_c __devinitdata = NULL;
  1284. #endif
  1285. int __devinit
  1286. setup_hfcsx(struct IsdnCard *card)
  1287. {
  1288. struct IsdnCardState *cs = card->cs;
  1289. char tmp[64];
  1290. strcpy(tmp, hfcsx_revision);
  1291. printk(KERN_INFO "HiSax: HFC-SX driver Rev. %s\n", HiSax_getrev(tmp));
  1292. #ifdef __ISAPNP__
  1293. if (!card->para[1] && isapnp_present()) {
  1294. struct pnp_dev *pnp_d;
  1295. while(ipid->card_vendor) {
  1296. if ((pnp_c = pnp_find_card(ipid->card_vendor,
  1297. ipid->card_device, pnp_c))) {
  1298. pnp_d = NULL;
  1299. if ((pnp_d = pnp_find_dev(pnp_c,
  1300. ipid->vendor, ipid->function, pnp_d))) {
  1301. int err;
  1302. printk(KERN_INFO "HiSax: %s detected\n",
  1303. (char *)ipid->driver_data);
  1304. pnp_disable_dev(pnp_d);
  1305. err = pnp_activate_dev(pnp_d);
  1306. if (err<0) {
  1307. printk(KERN_WARNING "%s: pnp_activate_dev ret(%d)\n",
  1308. __func__, err);
  1309. return(0);
  1310. }
  1311. card->para[1] = pnp_port_start(pnp_d, 0);
  1312. card->para[0] = pnp_irq(pnp_d, 0);
  1313. if (!card->para[0] || !card->para[1]) {
  1314. printk(KERN_ERR "HFC PnP:some resources are missing %ld/%lx\n",
  1315. card->para[0], card->para[1]);
  1316. pnp_disable_dev(pnp_d);
  1317. return(0);
  1318. }
  1319. break;
  1320. } else {
  1321. printk(KERN_ERR "HFC PnP: PnP error card found, no device\n");
  1322. }
  1323. }
  1324. ipid++;
  1325. pnp_c = NULL;
  1326. }
  1327. if (!ipid->card_vendor) {
  1328. printk(KERN_INFO "HFC PnP: no ISAPnP card found\n");
  1329. return(0);
  1330. }
  1331. }
  1332. #endif
  1333. cs->hw.hfcsx.base = card->para[1] & 0xfffe;
  1334. cs->irq = card->para[0];
  1335. cs->hw.hfcsx.int_s1 = 0;
  1336. cs->dc.hfcsx.ph_state = 0;
  1337. cs->hw.hfcsx.fifo = 255;
  1338. if ((cs->typ == ISDN_CTYPE_HFC_SX) ||
  1339. (cs->typ == ISDN_CTYPE_HFC_SP_PCMCIA)) {
  1340. if ((!cs->hw.hfcsx.base) || !request_region(cs->hw.hfcsx.base, 2, "HFCSX isdn")) {
  1341. printk(KERN_WARNING
  1342. "HiSax: HFC-SX io-base %#lx already in use\n",
  1343. cs->hw.hfcsx.base);
  1344. return(0);
  1345. }
  1346. byteout(cs->hw.hfcsx.base, cs->hw.hfcsx.base & 0xFF);
  1347. byteout(cs->hw.hfcsx.base + 1,
  1348. ((cs->hw.hfcsx.base >> 8) & 3) | 0x54);
  1349. udelay(10);
  1350. cs->hw.hfcsx.chip = Read_hfc(cs,HFCSX_CHIP_ID);
  1351. switch (cs->hw.hfcsx.chip >> 4) {
  1352. case 1:
  1353. tmp[0] ='+';
  1354. break;
  1355. case 9:
  1356. tmp[0] ='P';
  1357. break;
  1358. default:
  1359. printk(KERN_WARNING
  1360. "HFC-SX: invalid chip id 0x%x\n",
  1361. cs->hw.hfcsx.chip >> 4);
  1362. release_region(cs->hw.hfcsx.base, 2);
  1363. return(0);
  1364. }
  1365. if (!ccd_sp_irqtab[cs->irq & 0xF]) {
  1366. printk(KERN_WARNING
  1367. "HFC_SX: invalid irq %d specified\n",cs->irq & 0xF);
  1368. release_region(cs->hw.hfcsx.base, 2);
  1369. return(0);
  1370. }
  1371. if (!(cs->hw.hfcsx.extra = (void *)
  1372. kmalloc(sizeof(struct hfcsx_extra), GFP_ATOMIC))) {
  1373. release_region(cs->hw.hfcsx.base, 2);
  1374. printk(KERN_WARNING "HFC-SX: unable to allocate memory\n");
  1375. return(0);
  1376. }
  1377. printk(KERN_INFO "HFC-S%c chip detected at base 0x%x IRQ %d HZ %d\n",
  1378. tmp[0], (u_int) cs->hw.hfcsx.base, cs->irq, HZ);
  1379. cs->hw.hfcsx.int_m2 = 0; /* disable alle interrupts */
  1380. cs->hw.hfcsx.int_m1 = 0;
  1381. Write_hfc(cs, HFCSX_INT_M1, cs->hw.hfcsx.int_m1);
  1382. Write_hfc(cs, HFCSX_INT_M2, cs->hw.hfcsx.int_m2);
  1383. } else
  1384. return (0); /* no valid card type */
  1385. cs->dbusytimer.function = (void *) hfcsx_dbusy_timer;
  1386. cs->dbusytimer.data = (long) cs;
  1387. init_timer(&cs->dbusytimer);
  1388. INIT_WORK(&cs->tqueue, hfcsx_bh);
  1389. cs->readisac = NULL;
  1390. cs->writeisac = NULL;
  1391. cs->readisacfifo = NULL;
  1392. cs->writeisacfifo = NULL;
  1393. cs->BC_Read_Reg = NULL;
  1394. cs->BC_Write_Reg = NULL;
  1395. cs->irq_func = &hfcsx_interrupt;
  1396. cs->hw.hfcsx.timer.function = (void *) hfcsx_Timer;
  1397. cs->hw.hfcsx.timer.data = (long) cs;
  1398. cs->hw.hfcsx.b_fifo_size = 0; /* fifo size still unknown */
  1399. cs->hw.hfcsx.cirm = ccd_sp_irqtab[cs->irq & 0xF]; /* RAM not evaluated */
  1400. init_timer(&cs->hw.hfcsx.timer);
  1401. reset_hfcsx(cs);
  1402. cs->cardmsg = &hfcsx_card_msg;
  1403. cs->auxcmd = &hfcsx_auxcmd;
  1404. return (1);
  1405. }