smc91x.h 38 KB

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