smc91x.h 38 KB

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