smc91x.h 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242
  1. /*------------------------------------------------------------------------
  2. . smc91x.h - macros for SMSC's 91C9x/91C1xx single-chip Ethernet device.
  3. .
  4. . Copyright (C) 1996 by Erik Stahlman
  5. . Copyright (C) 2001 Standard Microsystems Corporation
  6. . Developed by Simple Network Magic Corporation
  7. . Copyright (C) 2003 Monta Vista Software, Inc.
  8. . Unified SMC91x driver by Nicolas Pitre
  9. .
  10. . This program is free software; you can redistribute it and/or modify
  11. . it under the terms of the GNU General Public License as published by
  12. . the Free Software Foundation; either version 2 of the License, or
  13. . (at your option) any later version.
  14. .
  15. . This program is distributed in the hope that it will be useful,
  16. . but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. . MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. . GNU General Public License for more details.
  19. .
  20. . You should have received a copy of the GNU General Public License
  21. . along with this program; if not, write to the Free Software
  22. . Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  23. .
  24. . Information contained in this file was obtained from the LAN91C111
  25. . manual from SMC. To get a copy, if you really want one, you can find
  26. . information under www.smsc.com.
  27. .
  28. . Authors
  29. . Erik Stahlman <erik@vt.edu>
  30. . Daris A Nevil <dnevil@snmc.com>
  31. . Nicolas Pitre <nico@fluxnic.net>
  32. .
  33. ---------------------------------------------------------------------------*/
  34. #ifndef _SMC91X_H_
  35. #define _SMC91X_H_
  36. #include <linux/smc91x.h>
  37. /*
  38. * Define your architecture specific bus configuration parameters here.
  39. */
  40. #if defined(CONFIG_ARCH_LUBBOCK) ||\
  41. defined(CONFIG_MACH_MAINSTONE) ||\
  42. defined(CONFIG_MACH_ZYLONITE) ||\
  43. defined(CONFIG_MACH_LITTLETON) ||\
  44. defined(CONFIG_MACH_ZYLONITE2) ||\
  45. defined(CONFIG_ARCH_VIPER) ||\
  46. defined(CONFIG_MACH_STARGATE2)
  47. #include <asm/mach-types.h>
  48. /* Now the bus width is specified in the platform data
  49. * pretend here to support all I/O access types
  50. */
  51. #define SMC_CAN_USE_8BIT 1
  52. #define SMC_CAN_USE_16BIT 1
  53. #define SMC_CAN_USE_32BIT 1
  54. #define SMC_NOWAIT 1
  55. #define SMC_IO_SHIFT (lp->io_shift)
  56. #define SMC_inb(a, r) readb((a) + (r))
  57. #define SMC_inw(a, r) readw((a) + (r))
  58. #define SMC_inl(a, r) readl((a) + (r))
  59. #define SMC_outb(v, a, r) writeb(v, (a) + (r))
  60. #define SMC_outl(v, a, r) writel(v, (a) + (r))
  61. #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l)
  62. #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l)
  63. #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l)
  64. #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l)
  65. #define SMC_IRQ_FLAGS (-1) /* from resource */
  66. /* We actually can't write halfwords properly if not word aligned */
  67. static inline void SMC_outw(u16 val, void __iomem *ioaddr, int reg)
  68. {
  69. if ((machine_is_mainstone() || machine_is_stargate2()) && reg & 2) {
  70. unsigned int v = val << 16;
  71. v |= readl(ioaddr + (reg & ~2)) & 0xffff;
  72. writel(v, ioaddr + (reg & ~2));
  73. } else {
  74. writew(val, ioaddr + reg);
  75. }
  76. }
  77. #elif defined(CONFIG_SA1100_PLEB)
  78. /* We can only do 16-bit reads and writes in the static memory space. */
  79. #define SMC_CAN_USE_8BIT 1
  80. #define SMC_CAN_USE_16BIT 1
  81. #define SMC_CAN_USE_32BIT 0
  82. #define SMC_IO_SHIFT 0
  83. #define SMC_NOWAIT 1
  84. #define SMC_inb(a, r) readb((a) + (r))
  85. #define SMC_insb(a, r, p, l) readsb((a) + (r), p, (l))
  86. #define SMC_inw(a, r) readw((a) + (r))
  87. #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l)
  88. #define SMC_outb(v, a, r) writeb(v, (a) + (r))
  89. #define SMC_outsb(a, r, p, l) writesb((a) + (r), p, (l))
  90. #define SMC_outw(v, a, r) writew(v, (a) + (r))
  91. #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l)
  92. #define SMC_IRQ_FLAGS (-1)
  93. #elif defined(CONFIG_SA1100_ASSABET)
  94. #include <mach/neponset.h>
  95. /* We can only do 8-bit reads and writes in the static memory space. */
  96. #define SMC_CAN_USE_8BIT 1
  97. #define SMC_CAN_USE_16BIT 0
  98. #define SMC_CAN_USE_32BIT 0
  99. #define SMC_NOWAIT 1
  100. /* The first two address lines aren't connected... */
  101. #define SMC_IO_SHIFT 2
  102. #define SMC_inb(a, r) readb((a) + (r))
  103. #define SMC_outb(v, a, r) writeb(v, (a) + (r))
  104. #define SMC_insb(a, r, p, l) readsb((a) + (r), p, (l))
  105. #define SMC_outsb(a, r, p, l) writesb((a) + (r), p, (l))
  106. #define SMC_IRQ_FLAGS (-1) /* from resource */
  107. #elif defined(CONFIG_MACH_LOGICPD_PXA270) || \
  108. defined(CONFIG_MACH_NOMADIK_8815NHK)
  109. #define SMC_CAN_USE_8BIT 0
  110. #define SMC_CAN_USE_16BIT 1
  111. #define SMC_CAN_USE_32BIT 0
  112. #define SMC_IO_SHIFT 0
  113. #define SMC_NOWAIT 1
  114. #define SMC_inw(a, r) readw((a) + (r))
  115. #define SMC_outw(v, a, r) writew(v, (a) + (r))
  116. #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l)
  117. #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l)
  118. #elif defined(CONFIG_ARCH_INNOKOM) || \
  119. defined(CONFIG_ARCH_PXA_IDP) || \
  120. defined(CONFIG_ARCH_RAMSES) || \
  121. defined(CONFIG_ARCH_PCM027)
  122. #define SMC_CAN_USE_8BIT 1
  123. #define SMC_CAN_USE_16BIT 1
  124. #define SMC_CAN_USE_32BIT 1
  125. #define SMC_IO_SHIFT 0
  126. #define SMC_NOWAIT 1
  127. #define SMC_USE_PXA_DMA 1
  128. #define SMC_inb(a, r) readb((a) + (r))
  129. #define SMC_inw(a, r) readw((a) + (r))
  130. #define SMC_inl(a, r) readl((a) + (r))
  131. #define SMC_outb(v, a, r) writeb(v, (a) + (r))
  132. #define SMC_outl(v, a, r) writel(v, (a) + (r))
  133. #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l)
  134. #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l)
  135. #define SMC_IRQ_FLAGS (-1) /* from resource */
  136. /* We actually can't write halfwords properly if not word aligned */
  137. static inline void
  138. SMC_outw(u16 val, void __iomem *ioaddr, int reg)
  139. {
  140. if (reg & 2) {
  141. unsigned int v = val << 16;
  142. v |= readl(ioaddr + (reg & ~2)) & 0xffff;
  143. writel(v, ioaddr + (reg & ~2));
  144. } else {
  145. writew(val, ioaddr + reg);
  146. }
  147. }
  148. #elif defined(CONFIG_SH_SH4202_MICRODEV)
  149. #define SMC_CAN_USE_8BIT 0
  150. #define SMC_CAN_USE_16BIT 1
  151. #define SMC_CAN_USE_32BIT 0
  152. #define SMC_inb(a, r) inb((a) + (r) - 0xa0000000)
  153. #define SMC_inw(a, r) inw((a) + (r) - 0xa0000000)
  154. #define SMC_inl(a, r) inl((a) + (r) - 0xa0000000)
  155. #define SMC_outb(v, a, r) outb(v, (a) + (r) - 0xa0000000)
  156. #define SMC_outw(v, a, r) outw(v, (a) + (r) - 0xa0000000)
  157. #define SMC_outl(v, a, r) outl(v, (a) + (r) - 0xa0000000)
  158. #define SMC_insl(a, r, p, l) insl((a) + (r) - 0xa0000000, p, l)
  159. #define SMC_outsl(a, r, p, l) outsl((a) + (r) - 0xa0000000, p, l)
  160. #define SMC_insw(a, r, p, l) insw((a) + (r) - 0xa0000000, p, l)
  161. #define SMC_outsw(a, r, p, l) outsw((a) + (r) - 0xa0000000, p, l)
  162. #define SMC_IRQ_FLAGS (0)
  163. #elif defined(CONFIG_M32R)
  164. #define SMC_CAN_USE_8BIT 0
  165. #define SMC_CAN_USE_16BIT 1
  166. #define SMC_CAN_USE_32BIT 0
  167. #define SMC_inb(a, r) inb(((u32)a) + (r))
  168. #define SMC_inw(a, r) inw(((u32)a) + (r))
  169. #define SMC_outb(v, a, r) outb(v, ((u32)a) + (r))
  170. #define SMC_outw(v, a, r) outw(v, ((u32)a) + (r))
  171. #define SMC_insw(a, r, p, l) insw(((u32)a) + (r), p, l)
  172. #define SMC_outsw(a, r, p, l) outsw(((u32)a) + (r), p, l)
  173. #define SMC_IRQ_FLAGS (0)
  174. #define RPC_LSA_DEFAULT RPC_LED_TX_RX
  175. #define RPC_LSB_DEFAULT RPC_LED_100_10
  176. #elif defined(CONFIG_MACH_LPD79520) || \
  177. defined(CONFIG_MACH_LPD7A400) || \
  178. defined(CONFIG_MACH_LPD7A404)
  179. /* The LPD7X_IOBARRIER is necessary to overcome a mismatch between the
  180. * way that the CPU handles chip selects and the way that the SMC chip
  181. * expects the chip select to operate. Refer to
  182. * Documentation/arm/Sharp-LH/IOBarrier for details. The read from
  183. * IOBARRIER is a byte, in order that we read the least-common
  184. * denominator. It would be wasteful to read 32 bits from an 8-bit
  185. * accessible region.
  186. *
  187. * There is no explicit protection against interrupts intervening
  188. * between the writew and the IOBARRIER. In SMC ISR there is a
  189. * preamble that performs an IOBARRIER in the extremely unlikely event
  190. * that the driver interrupts itself between a writew to the chip an
  191. * the IOBARRIER that follows *and* the cache is large enough that the
  192. * first off-chip access while handing the interrupt is to the SMC
  193. * chip. Other devices in the same address space as the SMC chip must
  194. * be aware of the potential for trouble and perform a similar
  195. * IOBARRIER on entry to their ISR.
  196. */
  197. #include <mach/constants.h> /* IOBARRIER_VIRT */
  198. #define SMC_CAN_USE_8BIT 0
  199. #define SMC_CAN_USE_16BIT 1
  200. #define SMC_CAN_USE_32BIT 0
  201. #define SMC_NOWAIT 0
  202. #define LPD7X_IOBARRIER readb (IOBARRIER_VIRT)
  203. #define SMC_inw(a,r)\
  204. ({ unsigned short v = readw ((void*) ((a) + (r))); LPD7X_IOBARRIER; v; })
  205. #define SMC_outw(v,a,r) ({ writew ((v), (a) + (r)); LPD7X_IOBARRIER; })
  206. #define SMC_insw LPD7_SMC_insw
  207. static inline void LPD7_SMC_insw (unsigned char* a, int r,
  208. unsigned char* p, int l)
  209. {
  210. unsigned short* ps = (unsigned short*) p;
  211. while (l-- > 0) {
  212. *ps++ = readw (a + r);
  213. LPD7X_IOBARRIER;
  214. }
  215. }
  216. #define SMC_outsw LPD7_SMC_outsw
  217. static inline void LPD7_SMC_outsw (unsigned char* a, int r,
  218. unsigned char* p, int l)
  219. {
  220. unsigned short* ps = (unsigned short*) p;
  221. while (l-- > 0) {
  222. writew (*ps++, a + r);
  223. LPD7X_IOBARRIER;
  224. }
  225. }
  226. #define SMC_INTERRUPT_PREAMBLE LPD7X_IOBARRIER
  227. #define RPC_LSA_DEFAULT RPC_LED_TX_RX
  228. #define RPC_LSB_DEFAULT RPC_LED_100_10
  229. #elif defined(CONFIG_ARCH_VERSATILE)
  230. #define SMC_CAN_USE_8BIT 1
  231. #define SMC_CAN_USE_16BIT 1
  232. #define SMC_CAN_USE_32BIT 1
  233. #define SMC_NOWAIT 1
  234. #define SMC_inb(a, r) readb((a) + (r))
  235. #define SMC_inw(a, r) readw((a) + (r))
  236. #define SMC_inl(a, r) readl((a) + (r))
  237. #define SMC_outb(v, a, r) writeb(v, (a) + (r))
  238. #define SMC_outw(v, a, r) writew(v, (a) + (r))
  239. #define SMC_outl(v, a, r) writel(v, (a) + (r))
  240. #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l)
  241. #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l)
  242. #define SMC_IRQ_FLAGS (-1) /* from resource */
  243. #elif defined(CONFIG_MN10300)
  244. /*
  245. * MN10300/AM33 configuration
  246. */
  247. #include <unit/smc91111.h>
  248. #elif defined(CONFIG_ARCH_MSM)
  249. #define SMC_CAN_USE_8BIT 0
  250. #define SMC_CAN_USE_16BIT 1
  251. #define SMC_CAN_USE_32BIT 0
  252. #define SMC_NOWAIT 1
  253. #define SMC_inw(a, r) readw((a) + (r))
  254. #define SMC_outw(v, a, r) writew(v, (a) + (r))
  255. #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l)
  256. #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l)
  257. #define SMC_IRQ_FLAGS IRQF_TRIGGER_HIGH
  258. #elif defined(CONFIG_COLDFIRE)
  259. #define SMC_CAN_USE_8BIT 0
  260. #define SMC_CAN_USE_16BIT 1
  261. #define SMC_CAN_USE_32BIT 0
  262. #define SMC_NOWAIT 1
  263. static inline void mcf_insw(void *a, unsigned char *p, int l)
  264. {
  265. u16 *wp = (u16 *) p;
  266. while (l-- > 0)
  267. *wp++ = readw(a);
  268. }
  269. static inline void mcf_outsw(void *a, unsigned char *p, int l)
  270. {
  271. u16 *wp = (u16 *) p;
  272. while (l-- > 0)
  273. writew(*wp++, a);
  274. }
  275. #define SMC_inw(a, r) _swapw(readw((a) + (r)))
  276. #define SMC_outw(v, a, r) writew(_swapw(v), (a) + (r))
  277. #define SMC_insw(a, r, p, l) mcf_insw(a + r, p, l)
  278. #define SMC_outsw(a, r, p, l) mcf_outsw(a + r, p, l)
  279. #define SMC_IRQ_FLAGS (IRQF_DISABLED)
  280. #else
  281. /*
  282. * Default configuration
  283. */
  284. #define SMC_CAN_USE_8BIT 1
  285. #define SMC_CAN_USE_16BIT 1
  286. #define SMC_CAN_USE_32BIT 1
  287. #define SMC_NOWAIT 1
  288. #define SMC_IO_SHIFT (lp->io_shift)
  289. #define SMC_inb(a, r) readb((a) + (r))
  290. #define SMC_inw(a, r) readw((a) + (r))
  291. #define SMC_inl(a, r) readl((a) + (r))
  292. #define SMC_outb(v, a, r) writeb(v, (a) + (r))
  293. #define SMC_outw(v, a, r) writew(v, (a) + (r))
  294. #define SMC_outl(v, a, r) writel(v, (a) + (r))
  295. #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l)
  296. #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l)
  297. #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l)
  298. #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l)
  299. #define RPC_LSA_DEFAULT RPC_LED_100_10
  300. #define RPC_LSB_DEFAULT RPC_LED_TX_RX
  301. #endif
  302. /* store this information for the driver.. */
  303. struct smc_local {
  304. /*
  305. * If I have to wait until memory is available to send a
  306. * packet, I will store the skbuff here, until I get the
  307. * desired memory. Then, I'll send it out and free it.
  308. */
  309. struct sk_buff *pending_tx_skb;
  310. struct tasklet_struct tx_task;
  311. /* version/revision of the SMC91x chip */
  312. int version;
  313. /* Contains the current active transmission mode */
  314. int tcr_cur_mode;
  315. /* Contains the current active receive mode */
  316. int rcr_cur_mode;
  317. /* Contains the current active receive/phy mode */
  318. int rpc_cur_mode;
  319. int ctl_rfduplx;
  320. int ctl_rspeed;
  321. u32 msg_enable;
  322. u32 phy_type;
  323. struct mii_if_info mii;
  324. /* work queue */
  325. struct work_struct phy_configure;
  326. struct net_device *dev;
  327. int work_pending;
  328. spinlock_t lock;
  329. #ifdef CONFIG_ARCH_PXA
  330. /* DMA needs the physical address of the chip */
  331. u_long physaddr;
  332. struct device *device;
  333. #endif
  334. void __iomem *base;
  335. void __iomem *datacs;
  336. /* the low address lines on some platforms aren't connected... */
  337. int io_shift;
  338. struct smc91x_platdata cfg;
  339. };
  340. #define SMC_8BIT(p) ((p)->cfg.flags & SMC91X_USE_8BIT)
  341. #define SMC_16BIT(p) ((p)->cfg.flags & SMC91X_USE_16BIT)
  342. #define SMC_32BIT(p) ((p)->cfg.flags & SMC91X_USE_32BIT)
  343. #ifdef CONFIG_ARCH_PXA
  344. /*
  345. * Let's use the DMA engine on the XScale PXA2xx for RX packets. This is
  346. * always happening in irq context so no need to worry about races. TX is
  347. * different and probably not worth it for that reason, and not as critical
  348. * as RX which can overrun memory and lose packets.
  349. */
  350. #include <linux/dma-mapping.h>
  351. #include <mach/dma.h>
  352. #ifdef SMC_insl
  353. #undef SMC_insl
  354. #define SMC_insl(a, r, p, l) \
  355. smc_pxa_dma_insl(a, lp, r, dev->dma, p, l)
  356. static inline void
  357. smc_pxa_dma_insl(void __iomem *ioaddr, struct smc_local *lp, int reg, int dma,
  358. u_char *buf, int len)
  359. {
  360. u_long physaddr = lp->physaddr;
  361. dma_addr_t dmabuf;
  362. /* fallback if no DMA available */
  363. if (dma == (unsigned char)-1) {
  364. readsl(ioaddr + reg, buf, len);
  365. return;
  366. }
  367. /* 64 bit alignment is required for memory to memory DMA */
  368. if ((long)buf & 4) {
  369. *((u32 *)buf) = SMC_inl(ioaddr, reg);
  370. buf += 4;
  371. len--;
  372. }
  373. len *= 4;
  374. dmabuf = dma_map_single(lp->device, buf, len, DMA_FROM_DEVICE);
  375. DCSR(dma) = DCSR_NODESC;
  376. DTADR(dma) = dmabuf;
  377. DSADR(dma) = physaddr + reg;
  378. DCMD(dma) = (DCMD_INCTRGADDR | DCMD_BURST32 |
  379. DCMD_WIDTH4 | (DCMD_LENGTH & len));
  380. DCSR(dma) = DCSR_NODESC | DCSR_RUN;
  381. while (!(DCSR(dma) & DCSR_STOPSTATE))
  382. cpu_relax();
  383. DCSR(dma) = 0;
  384. dma_unmap_single(lp->device, dmabuf, len, DMA_FROM_DEVICE);
  385. }
  386. #endif
  387. #ifdef SMC_insw
  388. #undef SMC_insw
  389. #define SMC_insw(a, r, p, l) \
  390. smc_pxa_dma_insw(a, lp, r, dev->dma, p, l)
  391. static inline void
  392. smc_pxa_dma_insw(void __iomem *ioaddr, struct smc_local *lp, int reg, int dma,
  393. u_char *buf, int len)
  394. {
  395. u_long physaddr = lp->physaddr;
  396. dma_addr_t dmabuf;
  397. /* fallback if no DMA available */
  398. if (dma == (unsigned char)-1) {
  399. readsw(ioaddr + reg, buf, len);
  400. return;
  401. }
  402. /* 64 bit alignment is required for memory to memory DMA */
  403. while ((long)buf & 6) {
  404. *((u16 *)buf) = SMC_inw(ioaddr, reg);
  405. buf += 2;
  406. len--;
  407. }
  408. len *= 2;
  409. dmabuf = dma_map_single(lp->device, buf, len, DMA_FROM_DEVICE);
  410. DCSR(dma) = DCSR_NODESC;
  411. DTADR(dma) = dmabuf;
  412. DSADR(dma) = physaddr + reg;
  413. DCMD(dma) = (DCMD_INCTRGADDR | DCMD_BURST32 |
  414. DCMD_WIDTH2 | (DCMD_LENGTH & len));
  415. DCSR(dma) = DCSR_NODESC | DCSR_RUN;
  416. while (!(DCSR(dma) & DCSR_STOPSTATE))
  417. cpu_relax();
  418. DCSR(dma) = 0;
  419. dma_unmap_single(lp->device, dmabuf, len, DMA_FROM_DEVICE);
  420. }
  421. #endif
  422. static void
  423. smc_pxa_dma_irq(int dma, void *dummy)
  424. {
  425. DCSR(dma) = 0;
  426. }
  427. #endif /* CONFIG_ARCH_PXA */
  428. /*
  429. * Everything a particular hardware setup needs should have been defined
  430. * at this point. Add stubs for the undefined cases, mainly to avoid
  431. * compilation warnings since they'll be optimized away, or to prevent buggy
  432. * use of them.
  433. */
  434. #if ! SMC_CAN_USE_32BIT
  435. #define SMC_inl(ioaddr, reg) ({ BUG(); 0; })
  436. #define SMC_outl(x, ioaddr, reg) BUG()
  437. #define SMC_insl(a, r, p, l) BUG()
  438. #define SMC_outsl(a, r, p, l) BUG()
  439. #endif
  440. #if !defined(SMC_insl) || !defined(SMC_outsl)
  441. #define SMC_insl(a, r, p, l) BUG()
  442. #define SMC_outsl(a, r, p, l) BUG()
  443. #endif
  444. #if ! SMC_CAN_USE_16BIT
  445. /*
  446. * Any 16-bit access is performed with two 8-bit accesses if the hardware
  447. * can't do it directly. Most registers are 16-bit so those are mandatory.
  448. */
  449. #define SMC_outw(x, ioaddr, reg) \
  450. do { \
  451. unsigned int __val16 = (x); \
  452. SMC_outb( __val16, ioaddr, reg ); \
  453. SMC_outb( __val16 >> 8, ioaddr, reg + (1 << SMC_IO_SHIFT));\
  454. } while (0)
  455. #define SMC_inw(ioaddr, reg) \
  456. ({ \
  457. unsigned int __val16; \
  458. __val16 = SMC_inb( ioaddr, reg ); \
  459. __val16 |= SMC_inb( ioaddr, reg + (1 << SMC_IO_SHIFT)) << 8; \
  460. __val16; \
  461. })
  462. #define SMC_insw(a, r, p, l) BUG()
  463. #define SMC_outsw(a, r, p, l) BUG()
  464. #endif
  465. #if !defined(SMC_insw) || !defined(SMC_outsw)
  466. #define SMC_insw(a, r, p, l) BUG()
  467. #define SMC_outsw(a, r, p, l) BUG()
  468. #endif
  469. #if ! SMC_CAN_USE_8BIT
  470. #define SMC_inb(ioaddr, reg) ({ BUG(); 0; })
  471. #define SMC_outb(x, ioaddr, reg) BUG()
  472. #define SMC_insb(a, r, p, l) BUG()
  473. #define SMC_outsb(a, r, p, l) BUG()
  474. #endif
  475. #if !defined(SMC_insb) || !defined(SMC_outsb)
  476. #define SMC_insb(a, r, p, l) BUG()
  477. #define SMC_outsb(a, r, p, l) BUG()
  478. #endif
  479. #ifndef SMC_CAN_USE_DATACS
  480. #define SMC_CAN_USE_DATACS 0
  481. #endif
  482. #ifndef SMC_IO_SHIFT
  483. #define SMC_IO_SHIFT 0
  484. #endif
  485. #ifndef SMC_IRQ_FLAGS
  486. #define SMC_IRQ_FLAGS IRQF_TRIGGER_RISING
  487. #endif
  488. #ifndef SMC_INTERRUPT_PREAMBLE
  489. #define SMC_INTERRUPT_PREAMBLE
  490. #endif
  491. /* Because of bank switching, the LAN91x uses only 16 I/O ports */
  492. #define SMC_IO_EXTENT (16 << SMC_IO_SHIFT)
  493. #define SMC_DATA_EXTENT (4)
  494. /*
  495. . Bank Select Register:
  496. .
  497. . yyyy yyyy 0000 00xx
  498. . xx = bank number
  499. . yyyy yyyy = 0x33, for identification purposes.
  500. */
  501. #define BANK_SELECT (14 << SMC_IO_SHIFT)
  502. // Transmit Control Register
  503. /* BANK 0 */
  504. #define TCR_REG(lp) SMC_REG(lp, 0x0000, 0)
  505. #define TCR_ENABLE 0x0001 // When 1 we can transmit
  506. #define TCR_LOOP 0x0002 // Controls output pin LBK
  507. #define TCR_FORCOL 0x0004 // When 1 will force a collision
  508. #define TCR_PAD_EN 0x0080 // When 1 will pad tx frames < 64 bytes w/0
  509. #define TCR_NOCRC 0x0100 // When 1 will not append CRC to tx frames
  510. #define TCR_MON_CSN 0x0400 // When 1 tx monitors carrier
  511. #define TCR_FDUPLX 0x0800 // When 1 enables full duplex operation
  512. #define TCR_STP_SQET 0x1000 // When 1 stops tx if Signal Quality Error
  513. #define TCR_EPH_LOOP 0x2000 // When 1 enables EPH block loopback
  514. #define TCR_SWFDUP 0x8000 // When 1 enables Switched Full Duplex mode
  515. #define TCR_CLEAR 0 /* do NOTHING */
  516. /* the default settings for the TCR register : */
  517. #define TCR_DEFAULT (TCR_ENABLE | TCR_PAD_EN)
  518. // EPH Status Register
  519. /* BANK 0 */
  520. #define EPH_STATUS_REG(lp) SMC_REG(lp, 0x0002, 0)
  521. #define ES_TX_SUC 0x0001 // Last TX was successful
  522. #define ES_SNGL_COL 0x0002 // Single collision detected for last tx
  523. #define ES_MUL_COL 0x0004 // Multiple collisions detected for last tx
  524. #define ES_LTX_MULT 0x0008 // Last tx was a multicast
  525. #define ES_16COL 0x0010 // 16 Collisions Reached
  526. #define ES_SQET 0x0020 // Signal Quality Error Test
  527. #define ES_LTXBRD 0x0040 // Last tx was a broadcast
  528. #define ES_TXDEFR 0x0080 // Transmit Deferred
  529. #define ES_LATCOL 0x0200 // Late collision detected on last tx
  530. #define ES_LOSTCARR 0x0400 // Lost Carrier Sense
  531. #define ES_EXC_DEF 0x0800 // Excessive Deferral
  532. #define ES_CTR_ROL 0x1000 // Counter Roll Over indication
  533. #define ES_LINK_OK 0x4000 // Driven by inverted value of nLNK pin
  534. #define ES_TXUNRN 0x8000 // Tx Underrun
  535. // Receive Control Register
  536. /* BANK 0 */
  537. #define RCR_REG(lp) SMC_REG(lp, 0x0004, 0)
  538. #define RCR_RX_ABORT 0x0001 // Set if a rx frame was aborted
  539. #define RCR_PRMS 0x0002 // Enable promiscuous mode
  540. #define RCR_ALMUL 0x0004 // When set accepts all multicast frames
  541. #define RCR_RXEN 0x0100 // IFF this is set, we can receive packets
  542. #define RCR_STRIP_CRC 0x0200 // When set strips CRC from rx packets
  543. #define RCR_ABORT_ENB 0x0200 // When set will abort rx on collision
  544. #define RCR_FILT_CAR 0x0400 // When set filters leading 12 bit s of carrier
  545. #define RCR_SOFTRST 0x8000 // resets the chip
  546. /* the normal settings for the RCR register : */
  547. #define RCR_DEFAULT (RCR_STRIP_CRC | RCR_RXEN)
  548. #define RCR_CLEAR 0x0 // set it to a base state
  549. // Counter Register
  550. /* BANK 0 */
  551. #define COUNTER_REG(lp) SMC_REG(lp, 0x0006, 0)
  552. // Memory Information Register
  553. /* BANK 0 */
  554. #define MIR_REG(lp) SMC_REG(lp, 0x0008, 0)
  555. // Receive/Phy Control Register
  556. /* BANK 0 */
  557. #define RPC_REG(lp) SMC_REG(lp, 0x000A, 0)
  558. #define RPC_SPEED 0x2000 // When 1 PHY is in 100Mbps mode.
  559. #define RPC_DPLX 0x1000 // When 1 PHY is in Full-Duplex Mode
  560. #define RPC_ANEG 0x0800 // When 1 PHY is in Auto-Negotiate Mode
  561. #define RPC_LSXA_SHFT 5 // Bits to shift LS2A,LS1A,LS0A to lsb
  562. #define RPC_LSXB_SHFT 2 // Bits to get LS2B,LS1B,LS0B to lsb
  563. #ifndef RPC_LSA_DEFAULT
  564. #define RPC_LSA_DEFAULT RPC_LED_100
  565. #endif
  566. #ifndef RPC_LSB_DEFAULT
  567. #define RPC_LSB_DEFAULT RPC_LED_FD
  568. #endif
  569. #define RPC_DEFAULT (RPC_ANEG | RPC_SPEED | RPC_DPLX)
  570. /* Bank 0 0x0C is reserved */
  571. // Bank Select Register
  572. /* All Banks */
  573. #define BSR_REG 0x000E
  574. // Configuration Reg
  575. /* BANK 1 */
  576. #define CONFIG_REG(lp) SMC_REG(lp, 0x0000, 1)
  577. #define CONFIG_EXT_PHY 0x0200 // 1=external MII, 0=internal Phy
  578. #define CONFIG_GPCNTRL 0x0400 // Inverse value drives pin nCNTRL
  579. #define CONFIG_NO_WAIT 0x1000 // When 1 no extra wait states on ISA bus
  580. #define CONFIG_EPH_POWER_EN 0x8000 // When 0 EPH is placed into low power mode.
  581. // Default is powered-up, Internal Phy, Wait States, and pin nCNTRL=low
  582. #define CONFIG_DEFAULT (CONFIG_EPH_POWER_EN)
  583. // Base Address Register
  584. /* BANK 1 */
  585. #define BASE_REG(lp) SMC_REG(lp, 0x0002, 1)
  586. // Individual Address Registers
  587. /* BANK 1 */
  588. #define ADDR0_REG(lp) SMC_REG(lp, 0x0004, 1)
  589. #define ADDR1_REG(lp) SMC_REG(lp, 0x0006, 1)
  590. #define ADDR2_REG(lp) SMC_REG(lp, 0x0008, 1)
  591. // General Purpose Register
  592. /* BANK 1 */
  593. #define GP_REG(lp) SMC_REG(lp, 0x000A, 1)
  594. // Control Register
  595. /* BANK 1 */
  596. #define CTL_REG(lp) SMC_REG(lp, 0x000C, 1)
  597. #define CTL_RCV_BAD 0x4000 // When 1 bad CRC packets are received
  598. #define CTL_AUTO_RELEASE 0x0800 // When 1 tx pages are released automatically
  599. #define CTL_LE_ENABLE 0x0080 // When 1 enables Link Error interrupt
  600. #define CTL_CR_ENABLE 0x0040 // When 1 enables Counter Rollover interrupt
  601. #define CTL_TE_ENABLE 0x0020 // When 1 enables Transmit Error interrupt
  602. #define CTL_EEPROM_SELECT 0x0004 // Controls EEPROM reload & store
  603. #define CTL_RELOAD 0x0002 // When set reads EEPROM into registers
  604. #define CTL_STORE 0x0001 // When set stores registers into EEPROM
  605. // MMU Command Register
  606. /* BANK 2 */
  607. #define MMU_CMD_REG(lp) SMC_REG(lp, 0x0000, 2)
  608. #define MC_BUSY 1 // When 1 the last release has not completed
  609. #define MC_NOP (0<<5) // No Op
  610. #define MC_ALLOC (1<<5) // OR with number of 256 byte packets
  611. #define MC_RESET (2<<5) // Reset MMU to initial state
  612. #define MC_REMOVE (3<<5) // Remove the current rx packet
  613. #define MC_RELEASE (4<<5) // Remove and release the current rx packet
  614. #define MC_FREEPKT (5<<5) // Release packet in PNR register
  615. #define MC_ENQUEUE (6<<5) // Enqueue the packet for transmit
  616. #define MC_RSTTXFIFO (7<<5) // Reset the TX FIFOs
  617. // Packet Number Register
  618. /* BANK 2 */
  619. #define PN_REG(lp) SMC_REG(lp, 0x0002, 2)
  620. // Allocation Result Register
  621. /* BANK 2 */
  622. #define AR_REG(lp) SMC_REG(lp, 0x0003, 2)
  623. #define AR_FAILED 0x80 // Alocation Failed
  624. // TX FIFO Ports Register
  625. /* BANK 2 */
  626. #define TXFIFO_REG(lp) SMC_REG(lp, 0x0004, 2)
  627. #define TXFIFO_TEMPTY 0x80 // TX FIFO Empty
  628. // RX FIFO Ports Register
  629. /* BANK 2 */
  630. #define RXFIFO_REG(lp) SMC_REG(lp, 0x0005, 2)
  631. #define RXFIFO_REMPTY 0x80 // RX FIFO Empty
  632. #define FIFO_REG(lp) SMC_REG(lp, 0x0004, 2)
  633. // Pointer Register
  634. /* BANK 2 */
  635. #define PTR_REG(lp) SMC_REG(lp, 0x0006, 2)
  636. #define PTR_RCV 0x8000 // 1=Receive area, 0=Transmit area
  637. #define PTR_AUTOINC 0x4000 // Auto increment the pointer on each access
  638. #define PTR_READ 0x2000 // When 1 the operation is a read
  639. // Data Register
  640. /* BANK 2 */
  641. #define DATA_REG(lp) SMC_REG(lp, 0x0008, 2)
  642. // Interrupt Status/Acknowledge Register
  643. /* BANK 2 */
  644. #define INT_REG(lp) SMC_REG(lp, 0x000C, 2)
  645. // Interrupt Mask Register
  646. /* BANK 2 */
  647. #define IM_REG(lp) SMC_REG(lp, 0x000D, 2)
  648. #define IM_MDINT 0x80 // PHY MI Register 18 Interrupt
  649. #define IM_ERCV_INT 0x40 // Early Receive Interrupt
  650. #define IM_EPH_INT 0x20 // Set by Ethernet Protocol Handler section
  651. #define IM_RX_OVRN_INT 0x10 // Set by Receiver Overruns
  652. #define IM_ALLOC_INT 0x08 // Set when allocation request is completed
  653. #define IM_TX_EMPTY_INT 0x04 // Set if the TX FIFO goes empty
  654. #define IM_TX_INT 0x02 // Transmit Interrupt
  655. #define IM_RCV_INT 0x01 // Receive Interrupt
  656. // Multicast Table Registers
  657. /* BANK 3 */
  658. #define MCAST_REG1(lp) SMC_REG(lp, 0x0000, 3)
  659. #define MCAST_REG2(lp) SMC_REG(lp, 0x0002, 3)
  660. #define MCAST_REG3(lp) SMC_REG(lp, 0x0004, 3)
  661. #define MCAST_REG4(lp) SMC_REG(lp, 0x0006, 3)
  662. // Management Interface Register (MII)
  663. /* BANK 3 */
  664. #define MII_REG(lp) SMC_REG(lp, 0x0008, 3)
  665. #define MII_MSK_CRS100 0x4000 // Disables CRS100 detection during tx half dup
  666. #define MII_MDOE 0x0008 // MII Output Enable
  667. #define MII_MCLK 0x0004 // MII Clock, pin MDCLK
  668. #define MII_MDI 0x0002 // MII Input, pin MDI
  669. #define MII_MDO 0x0001 // MII Output, pin MDO
  670. // Revision Register
  671. /* BANK 3 */
  672. /* ( hi: chip id low: rev # ) */
  673. #define REV_REG(lp) SMC_REG(lp, 0x000A, 3)
  674. // Early RCV Register
  675. /* BANK 3 */
  676. /* this is NOT on SMC9192 */
  677. #define ERCV_REG(lp) SMC_REG(lp, 0x000C, 3)
  678. #define ERCV_RCV_DISCRD 0x0080 // When 1 discards a packet being received
  679. #define ERCV_THRESHOLD 0x001F // ERCV Threshold Mask
  680. // External Register
  681. /* BANK 7 */
  682. #define EXT_REG(lp) SMC_REG(lp, 0x0000, 7)
  683. #define CHIP_9192 3
  684. #define CHIP_9194 4
  685. #define CHIP_9195 5
  686. #define CHIP_9196 6
  687. #define CHIP_91100 7
  688. #define CHIP_91100FD 8
  689. #define CHIP_91111FD 9
  690. static const char * chip_ids[ 16 ] = {
  691. NULL, NULL, NULL,
  692. /* 3 */ "SMC91C90/91C92",
  693. /* 4 */ "SMC91C94",
  694. /* 5 */ "SMC91C95",
  695. /* 6 */ "SMC91C96",
  696. /* 7 */ "SMC91C100",
  697. /* 8 */ "SMC91C100FD",
  698. /* 9 */ "SMC91C11xFD",
  699. NULL, NULL, NULL,
  700. NULL, NULL, NULL};
  701. /*
  702. . Receive status bits
  703. */
  704. #define RS_ALGNERR 0x8000
  705. #define RS_BRODCAST 0x4000
  706. #define RS_BADCRC 0x2000
  707. #define RS_ODDFRAME 0x1000
  708. #define RS_TOOLONG 0x0800
  709. #define RS_TOOSHORT 0x0400
  710. #define RS_MULTICAST 0x0001
  711. #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
  712. /*
  713. * PHY IDs
  714. * LAN83C183 == LAN91C111 Internal PHY
  715. */
  716. #define PHY_LAN83C183 0x0016f840
  717. #define PHY_LAN83C180 0x02821c50
  718. /*
  719. * PHY Register Addresses (LAN91C111 Internal PHY)
  720. *
  721. * Generic PHY registers can be found in <linux/mii.h>
  722. *
  723. * These phy registers are specific to our on-board phy.
  724. */
  725. // PHY Configuration Register 1
  726. #define PHY_CFG1_REG 0x10
  727. #define PHY_CFG1_LNKDIS 0x8000 // 1=Rx Link Detect Function disabled
  728. #define PHY_CFG1_XMTDIS 0x4000 // 1=TP Transmitter Disabled
  729. #define PHY_CFG1_XMTPDN 0x2000 // 1=TP Transmitter Powered Down
  730. #define PHY_CFG1_BYPSCR 0x0400 // 1=Bypass scrambler/descrambler
  731. #define PHY_CFG1_UNSCDS 0x0200 // 1=Unscramble Idle Reception Disable
  732. #define PHY_CFG1_EQLZR 0x0100 // 1=Rx Equalizer Disabled
  733. #define PHY_CFG1_CABLE 0x0080 // 1=STP(150ohm), 0=UTP(100ohm)
  734. #define PHY_CFG1_RLVL0 0x0040 // 1=Rx Squelch level reduced by 4.5db
  735. #define PHY_CFG1_TLVL_SHIFT 2 // Transmit Output Level Adjust
  736. #define PHY_CFG1_TLVL_MASK 0x003C
  737. #define PHY_CFG1_TRF_MASK 0x0003 // Transmitter Rise/Fall time
  738. // PHY Configuration Register 2
  739. #define PHY_CFG2_REG 0x11
  740. #define PHY_CFG2_APOLDIS 0x0020 // 1=Auto Polarity Correction disabled
  741. #define PHY_CFG2_JABDIS 0x0010 // 1=Jabber disabled
  742. #define PHY_CFG2_MREG 0x0008 // 1=Multiple register access (MII mgt)
  743. #define PHY_CFG2_INTMDIO 0x0004 // 1=Interrupt signaled with MDIO pulseo
  744. // PHY Status Output (and Interrupt status) Register
  745. #define PHY_INT_REG 0x12 // Status Output (Interrupt Status)
  746. #define PHY_INT_INT 0x8000 // 1=bits have changed since last read
  747. #define PHY_INT_LNKFAIL 0x4000 // 1=Link Not detected
  748. #define PHY_INT_LOSSSYNC 0x2000 // 1=Descrambler has lost sync
  749. #define PHY_INT_CWRD 0x1000 // 1=Invalid 4B5B code detected on rx
  750. #define PHY_INT_SSD 0x0800 // 1=No Start Of Stream detected on rx
  751. #define PHY_INT_ESD 0x0400 // 1=No End Of Stream detected on rx
  752. #define PHY_INT_RPOL 0x0200 // 1=Reverse Polarity detected
  753. #define PHY_INT_JAB 0x0100 // 1=Jabber detected
  754. #define PHY_INT_SPDDET 0x0080 // 1=100Base-TX mode, 0=10Base-T mode
  755. #define PHY_INT_DPLXDET 0x0040 // 1=Device in Full Duplex
  756. // PHY Interrupt/Status Mask Register
  757. #define PHY_MASK_REG 0x13 // Interrupt Mask
  758. // Uses the same bit definitions as PHY_INT_REG
  759. /*
  760. * SMC91C96 ethernet config and status registers.
  761. * These are in the "attribute" space.
  762. */
  763. #define ECOR 0x8000
  764. #define ECOR_RESET 0x80
  765. #define ECOR_LEVEL_IRQ 0x40
  766. #define ECOR_WR_ATTRIB 0x04
  767. #define ECOR_ENABLE 0x01
  768. #define ECSR 0x8002
  769. #define ECSR_IOIS8 0x20
  770. #define ECSR_PWRDWN 0x04
  771. #define ECSR_INT 0x02
  772. #define ATTRIB_SIZE ((64*1024) << SMC_IO_SHIFT)
  773. /*
  774. * Macros to abstract register access according to the data bus
  775. * capabilities. Please use those and not the in/out primitives.
  776. * Note: the following macros do *not* select the bank -- this must
  777. * be done separately as needed in the main code. The SMC_REG() macro
  778. * only uses the bank argument for debugging purposes (when enabled).
  779. *
  780. * Note: despite inline functions being safer, everything leading to this
  781. * should preferably be macros to let BUG() display the line number in
  782. * the core source code since we're interested in the top call site
  783. * not in any inline function location.
  784. */
  785. #if SMC_DEBUG > 0
  786. #define SMC_REG(lp, reg, bank) \
  787. ({ \
  788. int __b = SMC_CURRENT_BANK(lp); \
  789. if (unlikely((__b & ~0xf0) != (0x3300 | bank))) { \
  790. printk( "%s: bank reg screwed (0x%04x)\n", \
  791. CARDNAME, __b ); \
  792. BUG(); \
  793. } \
  794. reg<<SMC_IO_SHIFT; \
  795. })
  796. #else
  797. #define SMC_REG(lp, reg, bank) (reg<<SMC_IO_SHIFT)
  798. #endif
  799. /*
  800. * Hack Alert: Some setups just can't write 8 or 16 bits reliably when not
  801. * aligned to a 32 bit boundary. I tell you that does exist!
  802. * Fortunately the affected register accesses can be easily worked around
  803. * since we can write zeroes to the preceeding 16 bits without adverse
  804. * effects and use a 32-bit access.
  805. *
  806. * Enforce it on any 32-bit capable setup for now.
  807. */
  808. #define SMC_MUST_ALIGN_WRITE(lp) SMC_32BIT(lp)
  809. #define SMC_GET_PN(lp) \
  810. (SMC_8BIT(lp) ? (SMC_inb(ioaddr, PN_REG(lp))) \
  811. : (SMC_inw(ioaddr, PN_REG(lp)) & 0xFF))
  812. #define SMC_SET_PN(lp, x) \
  813. do { \
  814. if (SMC_MUST_ALIGN_WRITE(lp)) \
  815. SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 0, 2)); \
  816. else if (SMC_8BIT(lp)) \
  817. SMC_outb(x, ioaddr, PN_REG(lp)); \
  818. else \
  819. SMC_outw(x, ioaddr, PN_REG(lp)); \
  820. } while (0)
  821. #define SMC_GET_AR(lp) \
  822. (SMC_8BIT(lp) ? (SMC_inb(ioaddr, AR_REG(lp))) \
  823. : (SMC_inw(ioaddr, PN_REG(lp)) >> 8))
  824. #define SMC_GET_TXFIFO(lp) \
  825. (SMC_8BIT(lp) ? (SMC_inb(ioaddr, TXFIFO_REG(lp))) \
  826. : (SMC_inw(ioaddr, TXFIFO_REG(lp)) & 0xFF))
  827. #define SMC_GET_RXFIFO(lp) \
  828. (SMC_8BIT(lp) ? (SMC_inb(ioaddr, RXFIFO_REG(lp))) \
  829. : (SMC_inw(ioaddr, TXFIFO_REG(lp)) >> 8))
  830. #define SMC_GET_INT(lp) \
  831. (SMC_8BIT(lp) ? (SMC_inb(ioaddr, INT_REG(lp))) \
  832. : (SMC_inw(ioaddr, INT_REG(lp)) & 0xFF))
  833. #define SMC_ACK_INT(lp, x) \
  834. do { \
  835. if (SMC_8BIT(lp)) \
  836. SMC_outb(x, ioaddr, INT_REG(lp)); \
  837. else { \
  838. unsigned long __flags; \
  839. int __mask; \
  840. local_irq_save(__flags); \
  841. __mask = SMC_inw(ioaddr, INT_REG(lp)) & ~0xff; \
  842. SMC_outw(__mask | (x), ioaddr, INT_REG(lp)); \
  843. local_irq_restore(__flags); \
  844. } \
  845. } while (0)
  846. #define SMC_GET_INT_MASK(lp) \
  847. (SMC_8BIT(lp) ? (SMC_inb(ioaddr, IM_REG(lp))) \
  848. : (SMC_inw(ioaddr, INT_REG(lp)) >> 8))
  849. #define SMC_SET_INT_MASK(lp, x) \
  850. do { \
  851. if (SMC_8BIT(lp)) \
  852. SMC_outb(x, ioaddr, IM_REG(lp)); \
  853. else \
  854. SMC_outw((x) << 8, ioaddr, INT_REG(lp)); \
  855. } while (0)
  856. #define SMC_CURRENT_BANK(lp) SMC_inw(ioaddr, BANK_SELECT)
  857. #define SMC_SELECT_BANK(lp, x) \
  858. do { \
  859. if (SMC_MUST_ALIGN_WRITE(lp)) \
  860. SMC_outl((x)<<16, ioaddr, 12<<SMC_IO_SHIFT); \
  861. else \
  862. SMC_outw(x, ioaddr, BANK_SELECT); \
  863. } while (0)
  864. #define SMC_GET_BASE(lp) SMC_inw(ioaddr, BASE_REG(lp))
  865. #define SMC_SET_BASE(lp, x) SMC_outw(x, ioaddr, BASE_REG(lp))
  866. #define SMC_GET_CONFIG(lp) SMC_inw(ioaddr, CONFIG_REG(lp))
  867. #define SMC_SET_CONFIG(lp, x) SMC_outw(x, ioaddr, CONFIG_REG(lp))
  868. #define SMC_GET_COUNTER(lp) SMC_inw(ioaddr, COUNTER_REG(lp))
  869. #define SMC_GET_CTL(lp) SMC_inw(ioaddr, CTL_REG(lp))
  870. #define SMC_SET_CTL(lp, x) SMC_outw(x, ioaddr, CTL_REG(lp))
  871. #define SMC_GET_MII(lp) SMC_inw(ioaddr, MII_REG(lp))
  872. #define SMC_GET_GP(lp) SMC_inw(ioaddr, GP_REG(lp))
  873. #define SMC_SET_GP(lp, x) \
  874. do { \
  875. if (SMC_MUST_ALIGN_WRITE(lp)) \
  876. SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 1)); \
  877. else \
  878. SMC_outw(x, ioaddr, GP_REG(lp)); \
  879. } while (0)
  880. #define SMC_SET_MII(lp, x) SMC_outw(x, ioaddr, MII_REG(lp))
  881. #define SMC_GET_MIR(lp) SMC_inw(ioaddr, MIR_REG(lp))
  882. #define SMC_SET_MIR(lp, x) SMC_outw(x, ioaddr, MIR_REG(lp))
  883. #define SMC_GET_MMU_CMD(lp) SMC_inw(ioaddr, MMU_CMD_REG(lp))
  884. #define SMC_SET_MMU_CMD(lp, x) SMC_outw(x, ioaddr, MMU_CMD_REG(lp))
  885. #define SMC_GET_FIFO(lp) SMC_inw(ioaddr, FIFO_REG(lp))
  886. #define SMC_GET_PTR(lp) SMC_inw(ioaddr, PTR_REG(lp))
  887. #define SMC_SET_PTR(lp, x) \
  888. do { \
  889. if (SMC_MUST_ALIGN_WRITE(lp)) \
  890. SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 4, 2)); \
  891. else \
  892. SMC_outw(x, ioaddr, PTR_REG(lp)); \
  893. } while (0)
  894. #define SMC_GET_EPH_STATUS(lp) SMC_inw(ioaddr, EPH_STATUS_REG(lp))
  895. #define SMC_GET_RCR(lp) SMC_inw(ioaddr, RCR_REG(lp))
  896. #define SMC_SET_RCR(lp, x) SMC_outw(x, ioaddr, RCR_REG(lp))
  897. #define SMC_GET_REV(lp) SMC_inw(ioaddr, REV_REG(lp))
  898. #define SMC_GET_RPC(lp) SMC_inw(ioaddr, RPC_REG(lp))
  899. #define SMC_SET_RPC(lp, x) \
  900. do { \
  901. if (SMC_MUST_ALIGN_WRITE(lp)) \
  902. SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 0)); \
  903. else \
  904. SMC_outw(x, ioaddr, RPC_REG(lp)); \
  905. } while (0)
  906. #define SMC_GET_TCR(lp) SMC_inw(ioaddr, TCR_REG(lp))
  907. #define SMC_SET_TCR(lp, x) SMC_outw(x, ioaddr, TCR_REG(lp))
  908. #ifndef SMC_GET_MAC_ADDR
  909. #define SMC_GET_MAC_ADDR(lp, addr) \
  910. do { \
  911. unsigned int __v; \
  912. __v = SMC_inw(ioaddr, ADDR0_REG(lp)); \
  913. addr[0] = __v; addr[1] = __v >> 8; \
  914. __v = SMC_inw(ioaddr, ADDR1_REG(lp)); \
  915. addr[2] = __v; addr[3] = __v >> 8; \
  916. __v = SMC_inw(ioaddr, ADDR2_REG(lp)); \
  917. addr[4] = __v; addr[5] = __v >> 8; \
  918. } while (0)
  919. #endif
  920. #define SMC_SET_MAC_ADDR(lp, addr) \
  921. do { \
  922. SMC_outw(addr[0]|(addr[1] << 8), ioaddr, ADDR0_REG(lp)); \
  923. SMC_outw(addr[2]|(addr[3] << 8), ioaddr, ADDR1_REG(lp)); \
  924. SMC_outw(addr[4]|(addr[5] << 8), ioaddr, ADDR2_REG(lp)); \
  925. } while (0)
  926. #define SMC_SET_MCAST(lp, x) \
  927. do { \
  928. const unsigned char *mt = (x); \
  929. SMC_outw(mt[0] | (mt[1] << 8), ioaddr, MCAST_REG1(lp)); \
  930. SMC_outw(mt[2] | (mt[3] << 8), ioaddr, MCAST_REG2(lp)); \
  931. SMC_outw(mt[4] | (mt[5] << 8), ioaddr, MCAST_REG3(lp)); \
  932. SMC_outw(mt[6] | (mt[7] << 8), ioaddr, MCAST_REG4(lp)); \
  933. } while (0)
  934. #define SMC_PUT_PKT_HDR(lp, status, length) \
  935. do { \
  936. if (SMC_32BIT(lp)) \
  937. SMC_outl((status) | (length)<<16, ioaddr, \
  938. DATA_REG(lp)); \
  939. else { \
  940. SMC_outw(status, ioaddr, DATA_REG(lp)); \
  941. SMC_outw(length, ioaddr, DATA_REG(lp)); \
  942. } \
  943. } while (0)
  944. #define SMC_GET_PKT_HDR(lp, status, length) \
  945. do { \
  946. if (SMC_32BIT(lp)) { \
  947. unsigned int __val = SMC_inl(ioaddr, DATA_REG(lp)); \
  948. (status) = __val & 0xffff; \
  949. (length) = __val >> 16; \
  950. } else { \
  951. (status) = SMC_inw(ioaddr, DATA_REG(lp)); \
  952. (length) = SMC_inw(ioaddr, DATA_REG(lp)); \
  953. } \
  954. } while (0)
  955. #define SMC_PUSH_DATA(lp, p, l) \
  956. do { \
  957. if (SMC_32BIT(lp)) { \
  958. void *__ptr = (p); \
  959. int __len = (l); \
  960. void __iomem *__ioaddr = ioaddr; \
  961. if (__len >= 2 && (unsigned long)__ptr & 2) { \
  962. __len -= 2; \
  963. SMC_outw(*(u16 *)__ptr, ioaddr, \
  964. DATA_REG(lp)); \
  965. __ptr += 2; \
  966. } \
  967. if (SMC_CAN_USE_DATACS && lp->datacs) \
  968. __ioaddr = lp->datacs; \
  969. SMC_outsl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \
  970. if (__len & 2) { \
  971. __ptr += (__len & ~3); \
  972. SMC_outw(*((u16 *)__ptr), ioaddr, \
  973. DATA_REG(lp)); \
  974. } \
  975. } else if (SMC_16BIT(lp)) \
  976. SMC_outsw(ioaddr, DATA_REG(lp), p, (l) >> 1); \
  977. else if (SMC_8BIT(lp)) \
  978. SMC_outsb(ioaddr, DATA_REG(lp), p, l); \
  979. } while (0)
  980. #define SMC_PULL_DATA(lp, p, l) \
  981. do { \
  982. if (SMC_32BIT(lp)) { \
  983. void *__ptr = (p); \
  984. int __len = (l); \
  985. void __iomem *__ioaddr = ioaddr; \
  986. if ((unsigned long)__ptr & 2) { \
  987. /* \
  988. * We want 32bit alignment here. \
  989. * Since some buses perform a full \
  990. * 32bit fetch even for 16bit data \
  991. * we can't use SMC_inw() here. \
  992. * Back both source (on-chip) and \
  993. * destination pointers of 2 bytes. \
  994. * This is possible since the call to \
  995. * SMC_GET_PKT_HDR() already advanced \
  996. * the source pointer of 4 bytes, and \
  997. * the skb_reserve(skb, 2) advanced \
  998. * the destination pointer of 2 bytes. \
  999. */ \
  1000. __ptr -= 2; \
  1001. __len += 2; \
  1002. SMC_SET_PTR(lp, \
  1003. 2|PTR_READ|PTR_RCV|PTR_AUTOINC); \
  1004. } \
  1005. if (SMC_CAN_USE_DATACS && lp->datacs) \
  1006. __ioaddr = lp->datacs; \
  1007. __len += 2; \
  1008. SMC_insl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \
  1009. } else if (SMC_16BIT(lp)) \
  1010. SMC_insw(ioaddr, DATA_REG(lp), p, (l) >> 1); \
  1011. else if (SMC_8BIT(lp)) \
  1012. SMC_insb(ioaddr, DATA_REG(lp), p, l); \
  1013. } while (0)
  1014. #endif /* _SMC91X_H_ */