smc91x.h 38 KB

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