ccio-dma.c 48 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613
  1. /*
  2. ** ccio-dma.c:
  3. ** DMA management routines for first generation cache-coherent machines.
  4. ** Program U2/Uturn in "Virtual Mode" and use the I/O MMU.
  5. **
  6. ** (c) Copyright 2000 Grant Grundler
  7. ** (c) Copyright 2000 Ryan Bradetich
  8. ** (c) Copyright 2000 Hewlett-Packard Company
  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. **
  16. ** "Real Mode" operation refers to U2/Uturn chip operation.
  17. ** U2/Uturn were designed to perform coherency checks w/o using
  18. ** the I/O MMU - basically what x86 does.
  19. **
  20. ** Philipp Rumpf has a "Real Mode" driver for PCX-W machines at:
  21. ** CVSROOT=:pserver:anonymous@198.186.203.37:/cvsroot/linux-parisc
  22. ** cvs -z3 co linux/arch/parisc/kernel/dma-rm.c
  23. **
  24. ** I've rewritten his code to work under TPG's tree. See ccio-rm-dma.c.
  25. **
  26. ** Drawbacks of using Real Mode are:
  27. ** o outbound DMA is slower - U2 won't prefetch data (GSC+ XQL signal).
  28. ** o Inbound DMA less efficient - U2 can't use DMA_FAST attribute.
  29. ** o Ability to do scatter/gather in HW is lost.
  30. ** o Doesn't work under PCX-U/U+ machines since they didn't follow
  31. ** the coherency design originally worked out. Only PCX-W does.
  32. */
  33. #include <linux/types.h>
  34. #include <linux/kernel.h>
  35. #include <linux/init.h>
  36. #include <linux/mm.h>
  37. #include <linux/spinlock.h>
  38. #include <linux/slab.h>
  39. #include <linux/string.h>
  40. #include <linux/pci.h>
  41. #include <linux/reboot.h>
  42. #include <linux/proc_fs.h>
  43. #include <linux/seq_file.h>
  44. #include <linux/scatterlist.h>
  45. #include <linux/iommu-helper.h>
  46. #include <linux/export.h>
  47. #include <asm/byteorder.h>
  48. #include <asm/cache.h> /* for L1_CACHE_BYTES */
  49. #include <linux/uaccess.h>
  50. #include <asm/page.h>
  51. #include <asm/dma.h>
  52. #include <asm/io.h>
  53. #include <asm/hardware.h> /* for register_module() */
  54. #include <asm/parisc-device.h>
  55. /*
  56. ** Choose "ccio" since that's what HP-UX calls it.
  57. ** Make it easier for folks to migrate from one to the other :^)
  58. */
  59. #define MODULE_NAME "ccio"
  60. #undef DEBUG_CCIO_RES
  61. #undef DEBUG_CCIO_RUN
  62. #undef DEBUG_CCIO_INIT
  63. #undef DEBUG_CCIO_RUN_SG
  64. #ifdef CONFIG_PROC_FS
  65. /* depends on proc fs support. But costs CPU performance. */
  66. #undef CCIO_COLLECT_STATS
  67. #endif
  68. #include <asm/runway.h> /* for proc_runway_root */
  69. #ifdef DEBUG_CCIO_INIT
  70. #define DBG_INIT(x...) printk(x)
  71. #else
  72. #define DBG_INIT(x...)
  73. #endif
  74. #ifdef DEBUG_CCIO_RUN
  75. #define DBG_RUN(x...) printk(x)
  76. #else
  77. #define DBG_RUN(x...)
  78. #endif
  79. #ifdef DEBUG_CCIO_RES
  80. #define DBG_RES(x...) printk(x)
  81. #else
  82. #define DBG_RES(x...)
  83. #endif
  84. #ifdef DEBUG_CCIO_RUN_SG
  85. #define DBG_RUN_SG(x...) printk(x)
  86. #else
  87. #define DBG_RUN_SG(x...)
  88. #endif
  89. #define CCIO_INLINE inline
  90. #define WRITE_U32(value, addr) __raw_writel(value, addr)
  91. #define READ_U32(addr) __raw_readl(addr)
  92. #define U2_IOA_RUNWAY 0x580
  93. #define U2_BC_GSC 0x501
  94. #define UTURN_IOA_RUNWAY 0x581
  95. #define UTURN_BC_GSC 0x502
  96. #define IOA_NORMAL_MODE 0x00020080 /* IO_CONTROL to turn on CCIO */
  97. #define CMD_TLB_DIRECT_WRITE 35 /* IO_COMMAND for I/O TLB Writes */
  98. #define CMD_TLB_PURGE 33 /* IO_COMMAND to Purge I/O TLB entry */
  99. #define CCIO_MAPPING_ERROR (~(dma_addr_t)0)
  100. struct ioa_registers {
  101. /* Runway Supervisory Set */
  102. int32_t unused1[12];
  103. uint32_t io_command; /* Offset 12 */
  104. uint32_t io_status; /* Offset 13 */
  105. uint32_t io_control; /* Offset 14 */
  106. int32_t unused2[1];
  107. /* Runway Auxiliary Register Set */
  108. uint32_t io_err_resp; /* Offset 0 */
  109. uint32_t io_err_info; /* Offset 1 */
  110. uint32_t io_err_req; /* Offset 2 */
  111. uint32_t io_err_resp_hi; /* Offset 3 */
  112. uint32_t io_tlb_entry_m; /* Offset 4 */
  113. uint32_t io_tlb_entry_l; /* Offset 5 */
  114. uint32_t unused3[1];
  115. uint32_t io_pdir_base; /* Offset 7 */
  116. uint32_t io_io_low_hv; /* Offset 8 */
  117. uint32_t io_io_high_hv; /* Offset 9 */
  118. uint32_t unused4[1];
  119. uint32_t io_chain_id_mask; /* Offset 11 */
  120. uint32_t unused5[2];
  121. uint32_t io_io_low; /* Offset 14 */
  122. uint32_t io_io_high; /* Offset 15 */
  123. };
  124. /*
  125. ** IOA Registers
  126. ** -------------
  127. **
  128. ** Runway IO_CONTROL Register (+0x38)
  129. **
  130. ** The Runway IO_CONTROL register controls the forwarding of transactions.
  131. **
  132. ** | 0 ... 13 | 14 15 | 16 ... 21 | 22 | 23 24 | 25 ... 31 |
  133. ** | HV | TLB | reserved | HV | mode | reserved |
  134. **
  135. ** o mode field indicates the address translation of transactions
  136. ** forwarded from Runway to GSC+:
  137. ** Mode Name Value Definition
  138. ** Off (default) 0 Opaque to matching addresses.
  139. ** Include 1 Transparent for matching addresses.
  140. ** Peek 3 Map matching addresses.
  141. **
  142. ** + "Off" mode: Runway transactions which match the I/O range
  143. ** specified by the IO_IO_LOW/IO_IO_HIGH registers will be ignored.
  144. ** + "Include" mode: all addresses within the I/O range specified
  145. ** by the IO_IO_LOW and IO_IO_HIGH registers are transparently
  146. ** forwarded. This is the I/O Adapter's normal operating mode.
  147. ** + "Peek" mode: used during system configuration to initialize the
  148. ** GSC+ bus. Runway Write_Shorts in the address range specified by
  149. ** IO_IO_LOW and IO_IO_HIGH are forwarded through the I/O Adapter
  150. ** *AND* the GSC+ address is remapped to the Broadcast Physical
  151. ** Address space by setting the 14 high order address bits of the
  152. ** 32 bit GSC+ address to ones.
  153. **
  154. ** o TLB field affects transactions which are forwarded from GSC+ to Runway.
  155. ** "Real" mode is the poweron default.
  156. **
  157. ** TLB Mode Value Description
  158. ** Real 0 No TLB translation. Address is directly mapped and the
  159. ** virtual address is composed of selected physical bits.
  160. ** Error 1 Software fills the TLB manually.
  161. ** Normal 2 IOA fetches IO TLB misses from IO PDIR (in host memory).
  162. **
  163. **
  164. ** IO_IO_LOW_HV +0x60 (HV dependent)
  165. ** IO_IO_HIGH_HV +0x64 (HV dependent)
  166. ** IO_IO_LOW +0x78 (Architected register)
  167. ** IO_IO_HIGH +0x7c (Architected register)
  168. **
  169. ** IO_IO_LOW and IO_IO_HIGH set the lower and upper bounds of the
  170. ** I/O Adapter address space, respectively.
  171. **
  172. ** 0 ... 7 | 8 ... 15 | 16 ... 31 |
  173. ** 11111111 | 11111111 | address |
  174. **
  175. ** Each LOW/HIGH pair describes a disjoint address space region.
  176. ** (2 per GSC+ port). Each incoming Runway transaction address is compared
  177. ** with both sets of LOW/HIGH registers. If the address is in the range
  178. ** greater than or equal to IO_IO_LOW and less than IO_IO_HIGH the transaction
  179. ** for forwarded to the respective GSC+ bus.
  180. ** Specify IO_IO_LOW equal to or greater than IO_IO_HIGH to avoid specifying
  181. ** an address space region.
  182. **
  183. ** In order for a Runway address to reside within GSC+ extended address space:
  184. ** Runway Address [0:7] must identically compare to 8'b11111111
  185. ** Runway Address [8:11] must be equal to IO_IO_LOW(_HV)[16:19]
  186. ** Runway Address [12:23] must be greater than or equal to
  187. ** IO_IO_LOW(_HV)[20:31] and less than IO_IO_HIGH(_HV)[20:31].
  188. ** Runway Address [24:39] is not used in the comparison.
  189. **
  190. ** When the Runway transaction is forwarded to GSC+, the GSC+ address is
  191. ** as follows:
  192. ** GSC+ Address[0:3] 4'b1111
  193. ** GSC+ Address[4:29] Runway Address[12:37]
  194. ** GSC+ Address[30:31] 2'b00
  195. **
  196. ** All 4 Low/High registers must be initialized (by PDC) once the lower bus
  197. ** is interrogated and address space is defined. The operating system will
  198. ** modify the architectural IO_IO_LOW and IO_IO_HIGH registers following
  199. ** the PDC initialization. However, the hardware version dependent IO_IO_LOW
  200. ** and IO_IO_HIGH registers should not be subsequently altered by the OS.
  201. **
  202. ** Writes to both sets of registers will take effect immediately, bypassing
  203. ** the queues, which ensures that subsequent Runway transactions are checked
  204. ** against the updated bounds values. However reads are queued, introducing
  205. ** the possibility of a read being bypassed by a subsequent write to the same
  206. ** register. This sequence can be avoided by having software wait for read
  207. ** returns before issuing subsequent writes.
  208. */
  209. struct ioc {
  210. struct ioa_registers __iomem *ioc_regs; /* I/O MMU base address */
  211. u8 *res_map; /* resource map, bit == pdir entry */
  212. u64 *pdir_base; /* physical base address */
  213. u32 pdir_size; /* bytes, function of IOV Space size */
  214. u32 res_hint; /* next available IOVP -
  215. circular search */
  216. u32 res_size; /* size of resource map in bytes */
  217. spinlock_t res_lock;
  218. #ifdef CCIO_COLLECT_STATS
  219. #define CCIO_SEARCH_SAMPLE 0x100
  220. unsigned long avg_search[CCIO_SEARCH_SAMPLE];
  221. unsigned long avg_idx; /* current index into avg_search */
  222. unsigned long used_pages;
  223. unsigned long msingle_calls;
  224. unsigned long msingle_pages;
  225. unsigned long msg_calls;
  226. unsigned long msg_pages;
  227. unsigned long usingle_calls;
  228. unsigned long usingle_pages;
  229. unsigned long usg_calls;
  230. unsigned long usg_pages;
  231. #endif
  232. unsigned short cujo20_bug;
  233. /* STUFF We don't need in performance path */
  234. u32 chainid_shift; /* specify bit location of chain_id */
  235. struct ioc *next; /* Linked list of discovered iocs */
  236. const char *name; /* device name from firmware */
  237. unsigned int hw_path; /* the hardware path this ioc is associatd with */
  238. struct pci_dev *fake_pci_dev; /* the fake pci_dev for non-pci devs */
  239. struct resource mmio_region[2]; /* The "routed" MMIO regions */
  240. };
  241. static struct ioc *ioc_list;
  242. static int ioc_count;
  243. /**************************************************************
  244. *
  245. * I/O Pdir Resource Management
  246. *
  247. * Bits set in the resource map are in use.
  248. * Each bit can represent a number of pages.
  249. * LSbs represent lower addresses (IOVA's).
  250. *
  251. * This was was copied from sba_iommu.c. Don't try to unify
  252. * the two resource managers unless a way to have different
  253. * allocation policies is also adjusted. We'd like to avoid
  254. * I/O TLB thrashing by having resource allocation policy
  255. * match the I/O TLB replacement policy.
  256. *
  257. ***************************************************************/
  258. #define IOVP_SIZE PAGE_SIZE
  259. #define IOVP_SHIFT PAGE_SHIFT
  260. #define IOVP_MASK PAGE_MASK
  261. /* Convert from IOVP to IOVA and vice versa. */
  262. #define CCIO_IOVA(iovp,offset) ((iovp) | (offset))
  263. #define CCIO_IOVP(iova) ((iova) & IOVP_MASK)
  264. #define PDIR_INDEX(iovp) ((iovp)>>IOVP_SHIFT)
  265. #define MKIOVP(pdir_idx) ((long)(pdir_idx) << IOVP_SHIFT)
  266. #define MKIOVA(iovp,offset) (dma_addr_t)((long)iovp | (long)offset)
  267. /*
  268. ** Don't worry about the 150% average search length on a miss.
  269. ** If the search wraps around, and passes the res_hint, it will
  270. ** cause the kernel to panic anyhow.
  271. */
  272. #define CCIO_SEARCH_LOOP(ioc, res_idx, mask, size) \
  273. for(; res_ptr < res_end; ++res_ptr) { \
  274. int ret;\
  275. unsigned int idx;\
  276. idx = (unsigned int)((unsigned long)res_ptr - (unsigned long)ioc->res_map); \
  277. ret = iommu_is_span_boundary(idx << 3, pages_needed, 0, boundary_size);\
  278. if ((0 == (*res_ptr & mask)) && !ret) { \
  279. *res_ptr |= mask; \
  280. res_idx = idx;\
  281. ioc->res_hint = res_idx + (size >> 3); \
  282. goto resource_found; \
  283. } \
  284. }
  285. #define CCIO_FIND_FREE_MAPPING(ioa, res_idx, mask, size) \
  286. u##size *res_ptr = (u##size *)&((ioc)->res_map[ioa->res_hint & ~((size >> 3) - 1)]); \
  287. u##size *res_end = (u##size *)&(ioc)->res_map[ioa->res_size]; \
  288. CCIO_SEARCH_LOOP(ioc, res_idx, mask, size); \
  289. res_ptr = (u##size *)&(ioc)->res_map[0]; \
  290. CCIO_SEARCH_LOOP(ioa, res_idx, mask, size);
  291. /*
  292. ** Find available bit in this ioa's resource map.
  293. ** Use a "circular" search:
  294. ** o Most IOVA's are "temporary" - avg search time should be small.
  295. ** o keep a history of what happened for debugging
  296. ** o KISS.
  297. **
  298. ** Perf optimizations:
  299. ** o search for log2(size) bits at a time.
  300. ** o search for available resource bits using byte/word/whatever.
  301. ** o use different search for "large" (eg > 4 pages) or "very large"
  302. ** (eg > 16 pages) mappings.
  303. */
  304. /**
  305. * ccio_alloc_range - Allocate pages in the ioc's resource map.
  306. * @ioc: The I/O Controller.
  307. * @pages_needed: The requested number of pages to be mapped into the
  308. * I/O Pdir...
  309. *
  310. * This function searches the resource map of the ioc to locate a range
  311. * of available pages for the requested size.
  312. */
  313. static int
  314. ccio_alloc_range(struct ioc *ioc, struct device *dev, size_t size)
  315. {
  316. unsigned int pages_needed = size >> IOVP_SHIFT;
  317. unsigned int res_idx;
  318. unsigned long boundary_size;
  319. #ifdef CCIO_COLLECT_STATS
  320. unsigned long cr_start = mfctl(16);
  321. #endif
  322. BUG_ON(pages_needed == 0);
  323. BUG_ON((pages_needed * IOVP_SIZE) > DMA_CHUNK_SIZE);
  324. DBG_RES("%s() size: %d pages_needed %d\n",
  325. __func__, size, pages_needed);
  326. /*
  327. ** "seek and ye shall find"...praying never hurts either...
  328. ** ggg sacrifices another 710 to the computer gods.
  329. */
  330. boundary_size = ALIGN((unsigned long long)dma_get_seg_boundary(dev) + 1,
  331. 1ULL << IOVP_SHIFT) >> IOVP_SHIFT;
  332. if (pages_needed <= 8) {
  333. /*
  334. * LAN traffic will not thrash the TLB IFF the same NIC
  335. * uses 8 adjacent pages to map separate payload data.
  336. * ie the same byte in the resource bit map.
  337. */
  338. #if 0
  339. /* FIXME: bit search should shift it's way through
  340. * an unsigned long - not byte at a time. As it is now,
  341. * we effectively allocate this byte to this mapping.
  342. */
  343. unsigned long mask = ~(~0UL >> pages_needed);
  344. CCIO_FIND_FREE_MAPPING(ioc, res_idx, mask, 8);
  345. #else
  346. CCIO_FIND_FREE_MAPPING(ioc, res_idx, 0xff, 8);
  347. #endif
  348. } else if (pages_needed <= 16) {
  349. CCIO_FIND_FREE_MAPPING(ioc, res_idx, 0xffff, 16);
  350. } else if (pages_needed <= 32) {
  351. CCIO_FIND_FREE_MAPPING(ioc, res_idx, ~(unsigned int)0, 32);
  352. #ifdef __LP64__
  353. } else if (pages_needed <= 64) {
  354. CCIO_FIND_FREE_MAPPING(ioc, res_idx, ~0UL, 64);
  355. #endif
  356. } else {
  357. panic("%s: %s() Too many pages to map. pages_needed: %u\n",
  358. __FILE__, __func__, pages_needed);
  359. }
  360. panic("%s: %s() I/O MMU is out of mapping resources.\n", __FILE__,
  361. __func__);
  362. resource_found:
  363. DBG_RES("%s() res_idx %d res_hint: %d\n",
  364. __func__, res_idx, ioc->res_hint);
  365. #ifdef CCIO_COLLECT_STATS
  366. {
  367. unsigned long cr_end = mfctl(16);
  368. unsigned long tmp = cr_end - cr_start;
  369. /* check for roll over */
  370. cr_start = (cr_end < cr_start) ? -(tmp) : (tmp);
  371. }
  372. ioc->avg_search[ioc->avg_idx++] = cr_start;
  373. ioc->avg_idx &= CCIO_SEARCH_SAMPLE - 1;
  374. ioc->used_pages += pages_needed;
  375. #endif
  376. /*
  377. ** return the bit address.
  378. */
  379. return res_idx << 3;
  380. }
  381. #define CCIO_FREE_MAPPINGS(ioc, res_idx, mask, size) \
  382. u##size *res_ptr = (u##size *)&((ioc)->res_map[res_idx]); \
  383. BUG_ON((*res_ptr & mask) != mask); \
  384. *res_ptr &= ~(mask);
  385. /**
  386. * ccio_free_range - Free pages from the ioc's resource map.
  387. * @ioc: The I/O Controller.
  388. * @iova: The I/O Virtual Address.
  389. * @pages_mapped: The requested number of pages to be freed from the
  390. * I/O Pdir.
  391. *
  392. * This function frees the resouces allocated for the iova.
  393. */
  394. static void
  395. ccio_free_range(struct ioc *ioc, dma_addr_t iova, unsigned long pages_mapped)
  396. {
  397. unsigned long iovp = CCIO_IOVP(iova);
  398. unsigned int res_idx = PDIR_INDEX(iovp) >> 3;
  399. BUG_ON(pages_mapped == 0);
  400. BUG_ON((pages_mapped * IOVP_SIZE) > DMA_CHUNK_SIZE);
  401. BUG_ON(pages_mapped > BITS_PER_LONG);
  402. DBG_RES("%s(): res_idx: %d pages_mapped %d\n",
  403. __func__, res_idx, pages_mapped);
  404. #ifdef CCIO_COLLECT_STATS
  405. ioc->used_pages -= pages_mapped;
  406. #endif
  407. if(pages_mapped <= 8) {
  408. #if 0
  409. /* see matching comments in alloc_range */
  410. unsigned long mask = ~(~0UL >> pages_mapped);
  411. CCIO_FREE_MAPPINGS(ioc, res_idx, mask, 8);
  412. #else
  413. CCIO_FREE_MAPPINGS(ioc, res_idx, 0xffUL, 8);
  414. #endif
  415. } else if(pages_mapped <= 16) {
  416. CCIO_FREE_MAPPINGS(ioc, res_idx, 0xffffUL, 16);
  417. } else if(pages_mapped <= 32) {
  418. CCIO_FREE_MAPPINGS(ioc, res_idx, ~(unsigned int)0, 32);
  419. #ifdef __LP64__
  420. } else if(pages_mapped <= 64) {
  421. CCIO_FREE_MAPPINGS(ioc, res_idx, ~0UL, 64);
  422. #endif
  423. } else {
  424. panic("%s:%s() Too many pages to unmap.\n", __FILE__,
  425. __func__);
  426. }
  427. }
  428. /****************************************************************
  429. **
  430. ** CCIO dma_ops support routines
  431. **
  432. *****************************************************************/
  433. typedef unsigned long space_t;
  434. #define KERNEL_SPACE 0
  435. /*
  436. ** DMA "Page Type" and Hints
  437. ** o if SAFE_DMA isn't set, mapping is for FAST_DMA. SAFE_DMA should be
  438. ** set for subcacheline DMA transfers since we don't want to damage the
  439. ** other part of a cacheline.
  440. ** o SAFE_DMA must be set for "memory" allocated via pci_alloc_consistent().
  441. ** This bit tells U2 to do R/M/W for partial cachelines. "Streaming"
  442. ** data can avoid this if the mapping covers full cache lines.
  443. ** o STOP_MOST is needed for atomicity across cachelines.
  444. ** Apparently only "some EISA devices" need this.
  445. ** Using CONFIG_ISA is hack. Only the IOA with EISA under it needs
  446. ** to use this hint iff the EISA devices needs this feature.
  447. ** According to the U2 ERS, STOP_MOST enabled pages hurt performance.
  448. ** o PREFETCH should *not* be set for cases like Multiple PCI devices
  449. ** behind GSCtoPCI (dino) bus converter. Only one cacheline per GSC
  450. ** device can be fetched and multiply DMA streams will thrash the
  451. ** prefetch buffer and burn memory bandwidth. See 6.7.3 "Prefetch Rules
  452. ** and Invalidation of Prefetch Entries".
  453. **
  454. ** FIXME: the default hints need to be per GSC device - not global.
  455. **
  456. ** HP-UX dorks: linux device driver programming model is totally different
  457. ** than HP-UX's. HP-UX always sets HINT_PREFETCH since it's drivers
  458. ** do special things to work on non-coherent platforms...linux has to
  459. ** be much more careful with this.
  460. */
  461. #define IOPDIR_VALID 0x01UL
  462. #define HINT_SAFE_DMA 0x02UL /* used for pci_alloc_consistent() pages */
  463. #ifdef CONFIG_EISA
  464. #define HINT_STOP_MOST 0x04UL /* LSL support */
  465. #else
  466. #define HINT_STOP_MOST 0x00UL /* only needed for "some EISA devices" */
  467. #endif
  468. #define HINT_UDPATE_ENB 0x08UL /* not used/supported by U2 */
  469. #define HINT_PREFETCH 0x10UL /* for outbound pages which are not SAFE */
  470. /*
  471. ** Use direction (ie PCI_DMA_TODEVICE) to pick hint.
  472. ** ccio_alloc_consistent() depends on this to get SAFE_DMA
  473. ** when it passes in BIDIRECTIONAL flag.
  474. */
  475. static u32 hint_lookup[] = {
  476. [PCI_DMA_BIDIRECTIONAL] = HINT_STOP_MOST | HINT_SAFE_DMA | IOPDIR_VALID,
  477. [PCI_DMA_TODEVICE] = HINT_STOP_MOST | HINT_PREFETCH | IOPDIR_VALID,
  478. [PCI_DMA_FROMDEVICE] = HINT_STOP_MOST | IOPDIR_VALID,
  479. };
  480. /**
  481. * ccio_io_pdir_entry - Initialize an I/O Pdir.
  482. * @pdir_ptr: A pointer into I/O Pdir.
  483. * @sid: The Space Identifier.
  484. * @vba: The virtual address.
  485. * @hints: The DMA Hint.
  486. *
  487. * Given a virtual address (vba, arg2) and space id, (sid, arg1),
  488. * load the I/O PDIR entry pointed to by pdir_ptr (arg0). Each IO Pdir
  489. * entry consists of 8 bytes as shown below (MSB == bit 0):
  490. *
  491. *
  492. * WORD 0:
  493. * +------+----------------+-----------------------------------------------+
  494. * | Phys | Virtual Index | Phys |
  495. * | 0:3 | 0:11 | 4:19 |
  496. * |4 bits| 12 bits | 16 bits |
  497. * +------+----------------+-----------------------------------------------+
  498. * WORD 1:
  499. * +-----------------------+-----------------------------------------------+
  500. * | Phys | Rsvd | Prefetch |Update |Rsvd |Lock |Safe |Valid |
  501. * | 20:39 | | Enable |Enable | |Enable|DMA | |
  502. * | 20 bits | 5 bits | 1 bit |1 bit |2 bits|1 bit |1 bit |1 bit |
  503. * +-----------------------+-----------------------------------------------+
  504. *
  505. * The virtual index field is filled with the results of the LCI
  506. * (Load Coherence Index) instruction. The 8 bits used for the virtual
  507. * index are bits 12:19 of the value returned by LCI.
  508. */
  509. static void CCIO_INLINE
  510. ccio_io_pdir_entry(u64 *pdir_ptr, space_t sid, unsigned long vba,
  511. unsigned long hints)
  512. {
  513. register unsigned long pa;
  514. register unsigned long ci; /* coherent index */
  515. /* We currently only support kernel addresses */
  516. BUG_ON(sid != KERNEL_SPACE);
  517. mtsp(sid,1);
  518. /*
  519. ** WORD 1 - low order word
  520. ** "hints" parm includes the VALID bit!
  521. ** "dep" clobbers the physical address offset bits as well.
  522. */
  523. pa = virt_to_phys(vba);
  524. asm volatile("depw %1,31,12,%0" : "+r" (pa) : "r" (hints));
  525. ((u32 *)pdir_ptr)[1] = (u32) pa;
  526. /*
  527. ** WORD 0 - high order word
  528. */
  529. #ifdef __LP64__
  530. /*
  531. ** get bits 12:15 of physical address
  532. ** shift bits 16:31 of physical address
  533. ** and deposit them
  534. */
  535. asm volatile ("extrd,u %1,15,4,%0" : "=r" (ci) : "r" (pa));
  536. asm volatile ("extrd,u %1,31,16,%0" : "+r" (pa) : "r" (pa));
  537. asm volatile ("depd %1,35,4,%0" : "+r" (pa) : "r" (ci));
  538. #else
  539. pa = 0;
  540. #endif
  541. /*
  542. ** get CPU coherency index bits
  543. ** Grab virtual index [0:11]
  544. ** Deposit virt_idx bits into I/O PDIR word
  545. */
  546. asm volatile ("lci %%r0(%%sr1, %1), %0" : "=r" (ci) : "r" (vba));
  547. asm volatile ("extru %1,19,12,%0" : "+r" (ci) : "r" (ci));
  548. asm volatile ("depw %1,15,12,%0" : "+r" (pa) : "r" (ci));
  549. ((u32 *)pdir_ptr)[0] = (u32) pa;
  550. /* FIXME: PCX_W platforms don't need FDC/SYNC. (eg C360)
  551. ** PCX-U/U+ do. (eg C200/C240)
  552. ** PCX-T'? Don't know. (eg C110 or similar K-class)
  553. **
  554. ** See PDC_MODEL/option 0/SW_CAP word for "Non-coherent IO-PDIR bit".
  555. ** Hopefully we can patch (NOP) these out at boot time somehow.
  556. **
  557. ** "Since PCX-U employs an offset hash that is incompatible with
  558. ** the real mode coherence index generation of U2, the PDIR entry
  559. ** must be flushed to memory to retain coherence."
  560. */
  561. asm volatile("fdc %%r0(%0)" : : "r" (pdir_ptr));
  562. asm volatile("sync");
  563. }
  564. /**
  565. * ccio_clear_io_tlb - Remove stale entries from the I/O TLB.
  566. * @ioc: The I/O Controller.
  567. * @iovp: The I/O Virtual Page.
  568. * @byte_cnt: The requested number of bytes to be freed from the I/O Pdir.
  569. *
  570. * Purge invalid I/O PDIR entries from the I/O TLB.
  571. *
  572. * FIXME: Can we change the byte_cnt to pages_mapped?
  573. */
  574. static CCIO_INLINE void
  575. ccio_clear_io_tlb(struct ioc *ioc, dma_addr_t iovp, size_t byte_cnt)
  576. {
  577. u32 chain_size = 1 << ioc->chainid_shift;
  578. iovp &= IOVP_MASK; /* clear offset bits, just want pagenum */
  579. byte_cnt += chain_size;
  580. while(byte_cnt > chain_size) {
  581. WRITE_U32(CMD_TLB_PURGE | iovp, &ioc->ioc_regs->io_command);
  582. iovp += chain_size;
  583. byte_cnt -= chain_size;
  584. }
  585. }
  586. /**
  587. * ccio_mark_invalid - Mark the I/O Pdir entries invalid.
  588. * @ioc: The I/O Controller.
  589. * @iova: The I/O Virtual Address.
  590. * @byte_cnt: The requested number of bytes to be freed from the I/O Pdir.
  591. *
  592. * Mark the I/O Pdir entries invalid and blow away the corresponding I/O
  593. * TLB entries.
  594. *
  595. * FIXME: at some threshold it might be "cheaper" to just blow
  596. * away the entire I/O TLB instead of individual entries.
  597. *
  598. * FIXME: Uturn has 256 TLB entries. We don't need to purge every
  599. * PDIR entry - just once for each possible TLB entry.
  600. * (We do need to maker I/O PDIR entries invalid regardless).
  601. *
  602. * FIXME: Can we change byte_cnt to pages_mapped?
  603. */
  604. static CCIO_INLINE void
  605. ccio_mark_invalid(struct ioc *ioc, dma_addr_t iova, size_t byte_cnt)
  606. {
  607. u32 iovp = (u32)CCIO_IOVP(iova);
  608. size_t saved_byte_cnt;
  609. /* round up to nearest page size */
  610. saved_byte_cnt = byte_cnt = ALIGN(byte_cnt, IOVP_SIZE);
  611. while(byte_cnt > 0) {
  612. /* invalidate one page at a time */
  613. unsigned int idx = PDIR_INDEX(iovp);
  614. char *pdir_ptr = (char *) &(ioc->pdir_base[idx]);
  615. BUG_ON(idx >= (ioc->pdir_size / sizeof(u64)));
  616. pdir_ptr[7] = 0; /* clear only VALID bit */
  617. /*
  618. ** FIXME: PCX_W platforms don't need FDC/SYNC. (eg C360)
  619. ** PCX-U/U+ do. (eg C200/C240)
  620. ** See PDC_MODEL/option 0/SW_CAP for "Non-coherent IO-PDIR bit".
  621. **
  622. ** Hopefully someone figures out how to patch (NOP) the
  623. ** FDC/SYNC out at boot time.
  624. */
  625. asm volatile("fdc %%r0(%0)" : : "r" (pdir_ptr[7]));
  626. iovp += IOVP_SIZE;
  627. byte_cnt -= IOVP_SIZE;
  628. }
  629. asm volatile("sync");
  630. ccio_clear_io_tlb(ioc, CCIO_IOVP(iova), saved_byte_cnt);
  631. }
  632. /****************************************************************
  633. **
  634. ** CCIO dma_ops
  635. **
  636. *****************************************************************/
  637. /**
  638. * ccio_dma_supported - Verify the IOMMU supports the DMA address range.
  639. * @dev: The PCI device.
  640. * @mask: A bit mask describing the DMA address range of the device.
  641. */
  642. static int
  643. ccio_dma_supported(struct device *dev, u64 mask)
  644. {
  645. if(dev == NULL) {
  646. printk(KERN_ERR MODULE_NAME ": EISA/ISA/et al not supported\n");
  647. BUG();
  648. return 0;
  649. }
  650. /* only support 32-bit devices (ie PCI/GSC) */
  651. return (int)(mask == 0xffffffffUL);
  652. }
  653. /**
  654. * ccio_map_single - Map an address range into the IOMMU.
  655. * @dev: The PCI device.
  656. * @addr: The start address of the DMA region.
  657. * @size: The length of the DMA region.
  658. * @direction: The direction of the DMA transaction (to/from device).
  659. *
  660. * This function implements the pci_map_single function.
  661. */
  662. static dma_addr_t
  663. ccio_map_single(struct device *dev, void *addr, size_t size,
  664. enum dma_data_direction direction)
  665. {
  666. int idx;
  667. struct ioc *ioc;
  668. unsigned long flags;
  669. dma_addr_t iovp;
  670. dma_addr_t offset;
  671. u64 *pdir_start;
  672. unsigned long hint = hint_lookup[(int)direction];
  673. BUG_ON(!dev);
  674. ioc = GET_IOC(dev);
  675. if (!ioc)
  676. return CCIO_MAPPING_ERROR;
  677. BUG_ON(size <= 0);
  678. /* save offset bits */
  679. offset = ((unsigned long) addr) & ~IOVP_MASK;
  680. /* round up to nearest IOVP_SIZE */
  681. size = ALIGN(size + offset, IOVP_SIZE);
  682. spin_lock_irqsave(&ioc->res_lock, flags);
  683. #ifdef CCIO_COLLECT_STATS
  684. ioc->msingle_calls++;
  685. ioc->msingle_pages += size >> IOVP_SHIFT;
  686. #endif
  687. idx = ccio_alloc_range(ioc, dev, size);
  688. iovp = (dma_addr_t)MKIOVP(idx);
  689. pdir_start = &(ioc->pdir_base[idx]);
  690. DBG_RUN("%s() 0x%p -> 0x%lx size: %0x%x\n",
  691. __func__, addr, (long)iovp | offset, size);
  692. /* If not cacheline aligned, force SAFE_DMA on the whole mess */
  693. if((size % L1_CACHE_BYTES) || ((unsigned long)addr % L1_CACHE_BYTES))
  694. hint |= HINT_SAFE_DMA;
  695. while(size > 0) {
  696. ccio_io_pdir_entry(pdir_start, KERNEL_SPACE, (unsigned long)addr, hint);
  697. DBG_RUN(" pdir %p %08x%08x\n",
  698. pdir_start,
  699. (u32) (((u32 *) pdir_start)[0]),
  700. (u32) (((u32 *) pdir_start)[1]));
  701. ++pdir_start;
  702. addr += IOVP_SIZE;
  703. size -= IOVP_SIZE;
  704. }
  705. spin_unlock_irqrestore(&ioc->res_lock, flags);
  706. /* form complete address */
  707. return CCIO_IOVA(iovp, offset);
  708. }
  709. static dma_addr_t
  710. ccio_map_page(struct device *dev, struct page *page, unsigned long offset,
  711. size_t size, enum dma_data_direction direction,
  712. unsigned long attrs)
  713. {
  714. return ccio_map_single(dev, page_address(page) + offset, size,
  715. direction);
  716. }
  717. /**
  718. * ccio_unmap_page - Unmap an address range from the IOMMU.
  719. * @dev: The PCI device.
  720. * @addr: The start address of the DMA region.
  721. * @size: The length of the DMA region.
  722. * @direction: The direction of the DMA transaction (to/from device).
  723. */
  724. static void
  725. ccio_unmap_page(struct device *dev, dma_addr_t iova, size_t size,
  726. enum dma_data_direction direction, unsigned long attrs)
  727. {
  728. struct ioc *ioc;
  729. unsigned long flags;
  730. dma_addr_t offset = iova & ~IOVP_MASK;
  731. BUG_ON(!dev);
  732. ioc = GET_IOC(dev);
  733. if (!ioc) {
  734. WARN_ON(!ioc);
  735. return;
  736. }
  737. DBG_RUN("%s() iovp 0x%lx/%x\n",
  738. __func__, (long)iova, size);
  739. iova ^= offset; /* clear offset bits */
  740. size += offset;
  741. size = ALIGN(size, IOVP_SIZE);
  742. spin_lock_irqsave(&ioc->res_lock, flags);
  743. #ifdef CCIO_COLLECT_STATS
  744. ioc->usingle_calls++;
  745. ioc->usingle_pages += size >> IOVP_SHIFT;
  746. #endif
  747. ccio_mark_invalid(ioc, iova, size);
  748. ccio_free_range(ioc, iova, (size >> IOVP_SHIFT));
  749. spin_unlock_irqrestore(&ioc->res_lock, flags);
  750. }
  751. /**
  752. * ccio_alloc - Allocate a consistent DMA mapping.
  753. * @dev: The PCI device.
  754. * @size: The length of the DMA region.
  755. * @dma_handle: The DMA address handed back to the device (not the cpu).
  756. *
  757. * This function implements the pci_alloc_consistent function.
  758. */
  759. static void *
  760. ccio_alloc(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t flag,
  761. unsigned long attrs)
  762. {
  763. void *ret;
  764. #if 0
  765. /* GRANT Need to establish hierarchy for non-PCI devs as well
  766. ** and then provide matching gsc_map_xxx() functions for them as well.
  767. */
  768. if(!hwdev) {
  769. /* only support PCI */
  770. *dma_handle = 0;
  771. return 0;
  772. }
  773. #endif
  774. ret = (void *) __get_free_pages(flag, get_order(size));
  775. if (ret) {
  776. memset(ret, 0, size);
  777. *dma_handle = ccio_map_single(dev, ret, size, PCI_DMA_BIDIRECTIONAL);
  778. }
  779. return ret;
  780. }
  781. /**
  782. * ccio_free - Free a consistent DMA mapping.
  783. * @dev: The PCI device.
  784. * @size: The length of the DMA region.
  785. * @cpu_addr: The cpu address returned from the ccio_alloc_consistent.
  786. * @dma_handle: The device address returned from the ccio_alloc_consistent.
  787. *
  788. * This function implements the pci_free_consistent function.
  789. */
  790. static void
  791. ccio_free(struct device *dev, size_t size, void *cpu_addr,
  792. dma_addr_t dma_handle, unsigned long attrs)
  793. {
  794. ccio_unmap_page(dev, dma_handle, size, 0, 0);
  795. free_pages((unsigned long)cpu_addr, get_order(size));
  796. }
  797. /*
  798. ** Since 0 is a valid pdir_base index value, can't use that
  799. ** to determine if a value is valid or not. Use a flag to indicate
  800. ** the SG list entry contains a valid pdir index.
  801. */
  802. #define PIDE_FLAG 0x80000000UL
  803. #ifdef CCIO_COLLECT_STATS
  804. #define IOMMU_MAP_STATS
  805. #endif
  806. #include "iommu-helpers.h"
  807. /**
  808. * ccio_map_sg - Map the scatter/gather list into the IOMMU.
  809. * @dev: The PCI device.
  810. * @sglist: The scatter/gather list to be mapped in the IOMMU.
  811. * @nents: The number of entries in the scatter/gather list.
  812. * @direction: The direction of the DMA transaction (to/from device).
  813. *
  814. * This function implements the pci_map_sg function.
  815. */
  816. static int
  817. ccio_map_sg(struct device *dev, struct scatterlist *sglist, int nents,
  818. enum dma_data_direction direction, unsigned long attrs)
  819. {
  820. struct ioc *ioc;
  821. int coalesced, filled = 0;
  822. unsigned long flags;
  823. unsigned long hint = hint_lookup[(int)direction];
  824. unsigned long prev_len = 0, current_len = 0;
  825. int i;
  826. BUG_ON(!dev);
  827. ioc = GET_IOC(dev);
  828. if (!ioc)
  829. return 0;
  830. DBG_RUN_SG("%s() START %d entries\n", __func__, nents);
  831. /* Fast path single entry scatterlists. */
  832. if (nents == 1) {
  833. sg_dma_address(sglist) = ccio_map_single(dev,
  834. sg_virt(sglist), sglist->length,
  835. direction);
  836. sg_dma_len(sglist) = sglist->length;
  837. return 1;
  838. }
  839. for(i = 0; i < nents; i++)
  840. prev_len += sglist[i].length;
  841. spin_lock_irqsave(&ioc->res_lock, flags);
  842. #ifdef CCIO_COLLECT_STATS
  843. ioc->msg_calls++;
  844. #endif
  845. /*
  846. ** First coalesce the chunks and allocate I/O pdir space
  847. **
  848. ** If this is one DMA stream, we can properly map using the
  849. ** correct virtual address associated with each DMA page.
  850. ** w/o this association, we wouldn't have coherent DMA!
  851. ** Access to the virtual address is what forces a two pass algorithm.
  852. */
  853. coalesced = iommu_coalesce_chunks(ioc, dev, sglist, nents, ccio_alloc_range);
  854. /*
  855. ** Program the I/O Pdir
  856. **
  857. ** map the virtual addresses to the I/O Pdir
  858. ** o dma_address will contain the pdir index
  859. ** o dma_len will contain the number of bytes to map
  860. ** o page/offset contain the virtual address.
  861. */
  862. filled = iommu_fill_pdir(ioc, sglist, nents, hint, ccio_io_pdir_entry);
  863. spin_unlock_irqrestore(&ioc->res_lock, flags);
  864. BUG_ON(coalesced != filled);
  865. DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled);
  866. for (i = 0; i < filled; i++)
  867. current_len += sg_dma_len(sglist + i);
  868. BUG_ON(current_len != prev_len);
  869. return filled;
  870. }
  871. /**
  872. * ccio_unmap_sg - Unmap the scatter/gather list from the IOMMU.
  873. * @dev: The PCI device.
  874. * @sglist: The scatter/gather list to be unmapped from the IOMMU.
  875. * @nents: The number of entries in the scatter/gather list.
  876. * @direction: The direction of the DMA transaction (to/from device).
  877. *
  878. * This function implements the pci_unmap_sg function.
  879. */
  880. static void
  881. ccio_unmap_sg(struct device *dev, struct scatterlist *sglist, int nents,
  882. enum dma_data_direction direction, unsigned long attrs)
  883. {
  884. struct ioc *ioc;
  885. BUG_ON(!dev);
  886. ioc = GET_IOC(dev);
  887. if (!ioc) {
  888. WARN_ON(!ioc);
  889. return;
  890. }
  891. DBG_RUN_SG("%s() START %d entries, %p,%x\n",
  892. __func__, nents, sg_virt(sglist), sglist->length);
  893. #ifdef CCIO_COLLECT_STATS
  894. ioc->usg_calls++;
  895. #endif
  896. while(sg_dma_len(sglist) && nents--) {
  897. #ifdef CCIO_COLLECT_STATS
  898. ioc->usg_pages += sg_dma_len(sglist) >> PAGE_SHIFT;
  899. #endif
  900. ccio_unmap_page(dev, sg_dma_address(sglist),
  901. sg_dma_len(sglist), direction, 0);
  902. ++sglist;
  903. }
  904. DBG_RUN_SG("%s() DONE (nents %d)\n", __func__, nents);
  905. }
  906. static int ccio_mapping_error(struct device *dev, dma_addr_t dma_addr)
  907. {
  908. return dma_addr == CCIO_MAPPING_ERROR;
  909. }
  910. static const struct dma_map_ops ccio_ops = {
  911. .dma_supported = ccio_dma_supported,
  912. .alloc = ccio_alloc,
  913. .free = ccio_free,
  914. .map_page = ccio_map_page,
  915. .unmap_page = ccio_unmap_page,
  916. .map_sg = ccio_map_sg,
  917. .unmap_sg = ccio_unmap_sg,
  918. .mapping_error = ccio_mapping_error,
  919. };
  920. #ifdef CONFIG_PROC_FS
  921. static int ccio_proc_info(struct seq_file *m, void *p)
  922. {
  923. struct ioc *ioc = ioc_list;
  924. while (ioc != NULL) {
  925. unsigned int total_pages = ioc->res_size << 3;
  926. #ifdef CCIO_COLLECT_STATS
  927. unsigned long avg = 0, min, max;
  928. int j;
  929. #endif
  930. seq_printf(m, "%s\n", ioc->name);
  931. seq_printf(m, "Cujo 2.0 bug : %s\n",
  932. (ioc->cujo20_bug ? "yes" : "no"));
  933. seq_printf(m, "IO PDIR size : %d bytes (%d entries)\n",
  934. total_pages * 8, total_pages);
  935. #ifdef CCIO_COLLECT_STATS
  936. seq_printf(m, "IO PDIR entries : %ld free %ld used (%d%%)\n",
  937. total_pages - ioc->used_pages, ioc->used_pages,
  938. (int)(ioc->used_pages * 100 / total_pages));
  939. #endif
  940. seq_printf(m, "Resource bitmap : %d bytes (%d pages)\n",
  941. ioc->res_size, total_pages);
  942. #ifdef CCIO_COLLECT_STATS
  943. min = max = ioc->avg_search[0];
  944. for(j = 0; j < CCIO_SEARCH_SAMPLE; ++j) {
  945. avg += ioc->avg_search[j];
  946. if(ioc->avg_search[j] > max)
  947. max = ioc->avg_search[j];
  948. if(ioc->avg_search[j] < min)
  949. min = ioc->avg_search[j];
  950. }
  951. avg /= CCIO_SEARCH_SAMPLE;
  952. seq_printf(m, " Bitmap search : %ld/%ld/%ld (min/avg/max CPU Cycles)\n",
  953. min, avg, max);
  954. seq_printf(m, "pci_map_single(): %8ld calls %8ld pages (avg %d/1000)\n",
  955. ioc->msingle_calls, ioc->msingle_pages,
  956. (int)((ioc->msingle_pages * 1000)/ioc->msingle_calls));
  957. /* KLUGE - unmap_sg calls unmap_page for each mapped page */
  958. min = ioc->usingle_calls - ioc->usg_calls;
  959. max = ioc->usingle_pages - ioc->usg_pages;
  960. seq_printf(m, "pci_unmap_single: %8ld calls %8ld pages (avg %d/1000)\n",
  961. min, max, (int)((max * 1000)/min));
  962. seq_printf(m, "pci_map_sg() : %8ld calls %8ld pages (avg %d/1000)\n",
  963. ioc->msg_calls, ioc->msg_pages,
  964. (int)((ioc->msg_pages * 1000)/ioc->msg_calls));
  965. seq_printf(m, "pci_unmap_sg() : %8ld calls %8ld pages (avg %d/1000)\n\n\n",
  966. ioc->usg_calls, ioc->usg_pages,
  967. (int)((ioc->usg_pages * 1000)/ioc->usg_calls));
  968. #endif /* CCIO_COLLECT_STATS */
  969. ioc = ioc->next;
  970. }
  971. return 0;
  972. }
  973. static int ccio_proc_info_open(struct inode *inode, struct file *file)
  974. {
  975. return single_open(file, &ccio_proc_info, NULL);
  976. }
  977. static const struct file_operations ccio_proc_info_fops = {
  978. .owner = THIS_MODULE,
  979. .open = ccio_proc_info_open,
  980. .read = seq_read,
  981. .llseek = seq_lseek,
  982. .release = single_release,
  983. };
  984. static int ccio_proc_bitmap_info(struct seq_file *m, void *p)
  985. {
  986. struct ioc *ioc = ioc_list;
  987. while (ioc != NULL) {
  988. seq_hex_dump(m, " ", DUMP_PREFIX_NONE, 32, 4, ioc->res_map,
  989. ioc->res_size, false);
  990. seq_putc(m, '\n');
  991. ioc = ioc->next;
  992. break; /* XXX - remove me */
  993. }
  994. return 0;
  995. }
  996. static int ccio_proc_bitmap_open(struct inode *inode, struct file *file)
  997. {
  998. return single_open(file, &ccio_proc_bitmap_info, NULL);
  999. }
  1000. static const struct file_operations ccio_proc_bitmap_fops = {
  1001. .owner = THIS_MODULE,
  1002. .open = ccio_proc_bitmap_open,
  1003. .read = seq_read,
  1004. .llseek = seq_lseek,
  1005. .release = single_release,
  1006. };
  1007. #endif /* CONFIG_PROC_FS */
  1008. /**
  1009. * ccio_find_ioc - Find the ioc in the ioc_list
  1010. * @hw_path: The hardware path of the ioc.
  1011. *
  1012. * This function searches the ioc_list for an ioc that matches
  1013. * the provide hardware path.
  1014. */
  1015. static struct ioc * ccio_find_ioc(int hw_path)
  1016. {
  1017. int i;
  1018. struct ioc *ioc;
  1019. ioc = ioc_list;
  1020. for (i = 0; i < ioc_count; i++) {
  1021. if (ioc->hw_path == hw_path)
  1022. return ioc;
  1023. ioc = ioc->next;
  1024. }
  1025. return NULL;
  1026. }
  1027. /**
  1028. * ccio_get_iommu - Find the iommu which controls this device
  1029. * @dev: The parisc device.
  1030. *
  1031. * This function searches through the registered IOMMU's and returns
  1032. * the appropriate IOMMU for the device based on its hardware path.
  1033. */
  1034. void * ccio_get_iommu(const struct parisc_device *dev)
  1035. {
  1036. dev = find_pa_parent_type(dev, HPHW_IOA);
  1037. if (!dev)
  1038. return NULL;
  1039. return ccio_find_ioc(dev->hw_path);
  1040. }
  1041. #define CUJO_20_STEP 0x10000000 /* inc upper nibble */
  1042. /* Cujo 2.0 has a bug which will silently corrupt data being transferred
  1043. * to/from certain pages. To avoid this happening, we mark these pages
  1044. * as `used', and ensure that nothing will try to allocate from them.
  1045. */
  1046. void ccio_cujo20_fixup(struct parisc_device *cujo, u32 iovp)
  1047. {
  1048. unsigned int idx;
  1049. struct parisc_device *dev = parisc_parent(cujo);
  1050. struct ioc *ioc = ccio_get_iommu(dev);
  1051. u8 *res_ptr;
  1052. ioc->cujo20_bug = 1;
  1053. res_ptr = ioc->res_map;
  1054. idx = PDIR_INDEX(iovp) >> 3;
  1055. while (idx < ioc->res_size) {
  1056. res_ptr[idx] |= 0xff;
  1057. idx += PDIR_INDEX(CUJO_20_STEP) >> 3;
  1058. }
  1059. }
  1060. #if 0
  1061. /* GRANT - is this needed for U2 or not? */
  1062. /*
  1063. ** Get the size of the I/O TLB for this I/O MMU.
  1064. **
  1065. ** If spa_shift is non-zero (ie probably U2),
  1066. ** then calculate the I/O TLB size using spa_shift.
  1067. **
  1068. ** Otherwise we are supposed to get the IODC entry point ENTRY TLB
  1069. ** and execute it. However, both U2 and Uturn firmware supplies spa_shift.
  1070. ** I think only Java (K/D/R-class too?) systems don't do this.
  1071. */
  1072. static int
  1073. ccio_get_iotlb_size(struct parisc_device *dev)
  1074. {
  1075. if (dev->spa_shift == 0) {
  1076. panic("%s() : Can't determine I/O TLB size.\n", __func__);
  1077. }
  1078. return (1 << dev->spa_shift);
  1079. }
  1080. #else
  1081. /* Uturn supports 256 TLB entries */
  1082. #define CCIO_CHAINID_SHIFT 8
  1083. #define CCIO_CHAINID_MASK 0xff
  1084. #endif /* 0 */
  1085. /* We *can't* support JAVA (T600). Venture there at your own risk. */
  1086. static const struct parisc_device_id ccio_tbl[] __initconst = {
  1087. { HPHW_IOA, HVERSION_REV_ANY_ID, U2_IOA_RUNWAY, 0xb }, /* U2 */
  1088. { HPHW_IOA, HVERSION_REV_ANY_ID, UTURN_IOA_RUNWAY, 0xb }, /* UTurn */
  1089. { 0, }
  1090. };
  1091. static int ccio_probe(struct parisc_device *dev);
  1092. static struct parisc_driver ccio_driver __refdata = {
  1093. .name = "ccio",
  1094. .id_table = ccio_tbl,
  1095. .probe = ccio_probe,
  1096. };
  1097. /**
  1098. * ccio_ioc_init - Initialize the I/O Controller
  1099. * @ioc: The I/O Controller.
  1100. *
  1101. * Initialize the I/O Controller which includes setting up the
  1102. * I/O Page Directory, the resource map, and initalizing the
  1103. * U2/Uturn chip into virtual mode.
  1104. */
  1105. static void
  1106. ccio_ioc_init(struct ioc *ioc)
  1107. {
  1108. int i;
  1109. unsigned int iov_order;
  1110. u32 iova_space_size;
  1111. /*
  1112. ** Determine IOVA Space size from memory size.
  1113. **
  1114. ** Ideally, PCI drivers would register the maximum number
  1115. ** of DMA they can have outstanding for each device they
  1116. ** own. Next best thing would be to guess how much DMA
  1117. ** can be outstanding based on PCI Class/sub-class. Both
  1118. ** methods still require some "extra" to support PCI
  1119. ** Hot-Plug/Removal of PCI cards. (aka PCI OLARD).
  1120. */
  1121. iova_space_size = (u32) (totalram_pages / count_parisc_driver(&ccio_driver));
  1122. /* limit IOVA space size to 1MB-1GB */
  1123. if (iova_space_size < (1 << (20 - PAGE_SHIFT))) {
  1124. iova_space_size = 1 << (20 - PAGE_SHIFT);
  1125. #ifdef __LP64__
  1126. } else if (iova_space_size > (1 << (30 - PAGE_SHIFT))) {
  1127. iova_space_size = 1 << (30 - PAGE_SHIFT);
  1128. #endif
  1129. }
  1130. /*
  1131. ** iova space must be log2() in size.
  1132. ** thus, pdir/res_map will also be log2().
  1133. */
  1134. /* We could use larger page sizes in order to *decrease* the number
  1135. ** of mappings needed. (ie 8k pages means 1/2 the mappings).
  1136. **
  1137. ** Note: Grant Grunder says "Using 8k I/O pages isn't trivial either
  1138. ** since the pages must also be physically contiguous - typically
  1139. ** this is the case under linux."
  1140. */
  1141. iov_order = get_order(iova_space_size << PAGE_SHIFT);
  1142. /* iova_space_size is now bytes, not pages */
  1143. iova_space_size = 1 << (iov_order + PAGE_SHIFT);
  1144. ioc->pdir_size = (iova_space_size / IOVP_SIZE) * sizeof(u64);
  1145. BUG_ON(ioc->pdir_size > 8 * 1024 * 1024); /* max pdir size <= 8MB */
  1146. /* Verify it's a power of two */
  1147. BUG_ON((1 << get_order(ioc->pdir_size)) != (ioc->pdir_size >> PAGE_SHIFT));
  1148. DBG_INIT("%s() hpa 0x%p mem %luMB IOV %dMB (%d bits)\n",
  1149. __func__, ioc->ioc_regs,
  1150. (unsigned long) totalram_pages >> (20 - PAGE_SHIFT),
  1151. iova_space_size>>20,
  1152. iov_order + PAGE_SHIFT);
  1153. ioc->pdir_base = (u64 *)__get_free_pages(GFP_KERNEL,
  1154. get_order(ioc->pdir_size));
  1155. if(NULL == ioc->pdir_base) {
  1156. panic("%s() could not allocate I/O Page Table\n", __func__);
  1157. }
  1158. memset(ioc->pdir_base, 0, ioc->pdir_size);
  1159. BUG_ON((((unsigned long)ioc->pdir_base) & PAGE_MASK) != (unsigned long)ioc->pdir_base);
  1160. DBG_INIT(" base %p\n", ioc->pdir_base);
  1161. /* resource map size dictated by pdir_size */
  1162. ioc->res_size = (ioc->pdir_size / sizeof(u64)) >> 3;
  1163. DBG_INIT("%s() res_size 0x%x\n", __func__, ioc->res_size);
  1164. ioc->res_map = (u8 *)__get_free_pages(GFP_KERNEL,
  1165. get_order(ioc->res_size));
  1166. if(NULL == ioc->res_map) {
  1167. panic("%s() could not allocate resource map\n", __func__);
  1168. }
  1169. memset(ioc->res_map, 0, ioc->res_size);
  1170. /* Initialize the res_hint to 16 */
  1171. ioc->res_hint = 16;
  1172. /* Initialize the spinlock */
  1173. spin_lock_init(&ioc->res_lock);
  1174. /*
  1175. ** Chainid is the upper most bits of an IOVP used to determine
  1176. ** which TLB entry an IOVP will use.
  1177. */
  1178. ioc->chainid_shift = get_order(iova_space_size) + PAGE_SHIFT - CCIO_CHAINID_SHIFT;
  1179. DBG_INIT(" chainid_shift 0x%x\n", ioc->chainid_shift);
  1180. /*
  1181. ** Initialize IOA hardware
  1182. */
  1183. WRITE_U32(CCIO_CHAINID_MASK << ioc->chainid_shift,
  1184. &ioc->ioc_regs->io_chain_id_mask);
  1185. WRITE_U32(virt_to_phys(ioc->pdir_base),
  1186. &ioc->ioc_regs->io_pdir_base);
  1187. /*
  1188. ** Go to "Virtual Mode"
  1189. */
  1190. WRITE_U32(IOA_NORMAL_MODE, &ioc->ioc_regs->io_control);
  1191. /*
  1192. ** Initialize all I/O TLB entries to 0 (Valid bit off).
  1193. */
  1194. WRITE_U32(0, &ioc->ioc_regs->io_tlb_entry_m);
  1195. WRITE_U32(0, &ioc->ioc_regs->io_tlb_entry_l);
  1196. for(i = 1 << CCIO_CHAINID_SHIFT; i ; i--) {
  1197. WRITE_U32((CMD_TLB_DIRECT_WRITE | (i << ioc->chainid_shift)),
  1198. &ioc->ioc_regs->io_command);
  1199. }
  1200. }
  1201. static void __init
  1202. ccio_init_resource(struct resource *res, char *name, void __iomem *ioaddr)
  1203. {
  1204. int result;
  1205. res->parent = NULL;
  1206. res->flags = IORESOURCE_MEM;
  1207. /*
  1208. * bracing ((signed) ...) are required for 64bit kernel because
  1209. * we only want to sign extend the lower 16 bits of the register.
  1210. * The upper 16-bits of range registers are hardcoded to 0xffff.
  1211. */
  1212. res->start = (unsigned long)((signed) READ_U32(ioaddr) << 16);
  1213. res->end = (unsigned long)((signed) (READ_U32(ioaddr + 4) << 16) - 1);
  1214. res->name = name;
  1215. /*
  1216. * Check if this MMIO range is disable
  1217. */
  1218. if (res->end + 1 == res->start)
  1219. return;
  1220. /* On some platforms (e.g. K-Class), we have already registered
  1221. * resources for devices reported by firmware. Some are children
  1222. * of ccio.
  1223. * "insert" ccio ranges in the mmio hierarchy (/proc/iomem).
  1224. */
  1225. result = insert_resource(&iomem_resource, res);
  1226. if (result < 0) {
  1227. printk(KERN_ERR "%s() failed to claim CCIO bus address space (%08lx,%08lx)\n",
  1228. __func__, (unsigned long)res->start, (unsigned long)res->end);
  1229. }
  1230. }
  1231. static void __init ccio_init_resources(struct ioc *ioc)
  1232. {
  1233. struct resource *res = ioc->mmio_region;
  1234. char *name = kmalloc(14, GFP_KERNEL);
  1235. snprintf(name, 14, "GSC Bus [%d/]", ioc->hw_path);
  1236. ccio_init_resource(res, name, &ioc->ioc_regs->io_io_low);
  1237. ccio_init_resource(res + 1, name, &ioc->ioc_regs->io_io_low_hv);
  1238. }
  1239. static int new_ioc_area(struct resource *res, unsigned long size,
  1240. unsigned long min, unsigned long max, unsigned long align)
  1241. {
  1242. if (max <= min)
  1243. return -EBUSY;
  1244. res->start = (max - size + 1) &~ (align - 1);
  1245. res->end = res->start + size;
  1246. /* We might be trying to expand the MMIO range to include
  1247. * a child device that has already registered it's MMIO space.
  1248. * Use "insert" instead of request_resource().
  1249. */
  1250. if (!insert_resource(&iomem_resource, res))
  1251. return 0;
  1252. return new_ioc_area(res, size, min, max - size, align);
  1253. }
  1254. static int expand_ioc_area(struct resource *res, unsigned long size,
  1255. unsigned long min, unsigned long max, unsigned long align)
  1256. {
  1257. unsigned long start, len;
  1258. if (!res->parent)
  1259. return new_ioc_area(res, size, min, max, align);
  1260. start = (res->start - size) &~ (align - 1);
  1261. len = res->end - start + 1;
  1262. if (start >= min) {
  1263. if (!adjust_resource(res, start, len))
  1264. return 0;
  1265. }
  1266. start = res->start;
  1267. len = ((size + res->end + align) &~ (align - 1)) - start;
  1268. if (start + len <= max) {
  1269. if (!adjust_resource(res, start, len))
  1270. return 0;
  1271. }
  1272. return -EBUSY;
  1273. }
  1274. /*
  1275. * Dino calls this function. Beware that we may get called on systems
  1276. * which have no IOC (725, B180, C160L, etc) but do have a Dino.
  1277. * So it's legal to find no parent IOC.
  1278. *
  1279. * Some other issues: one of the resources in the ioc may be unassigned.
  1280. */
  1281. int ccio_allocate_resource(const struct parisc_device *dev,
  1282. struct resource *res, unsigned long size,
  1283. unsigned long min, unsigned long max, unsigned long align)
  1284. {
  1285. struct resource *parent = &iomem_resource;
  1286. struct ioc *ioc = ccio_get_iommu(dev);
  1287. if (!ioc)
  1288. goto out;
  1289. parent = ioc->mmio_region;
  1290. if (parent->parent &&
  1291. !allocate_resource(parent, res, size, min, max, align, NULL, NULL))
  1292. return 0;
  1293. if ((parent + 1)->parent &&
  1294. !allocate_resource(parent + 1, res, size, min, max, align,
  1295. NULL, NULL))
  1296. return 0;
  1297. if (!expand_ioc_area(parent, size, min, max, align)) {
  1298. __raw_writel(((parent->start)>>16) | 0xffff0000,
  1299. &ioc->ioc_regs->io_io_low);
  1300. __raw_writel(((parent->end)>>16) | 0xffff0000,
  1301. &ioc->ioc_regs->io_io_high);
  1302. } else if (!expand_ioc_area(parent + 1, size, min, max, align)) {
  1303. parent++;
  1304. __raw_writel(((parent->start)>>16) | 0xffff0000,
  1305. &ioc->ioc_regs->io_io_low_hv);
  1306. __raw_writel(((parent->end)>>16) | 0xffff0000,
  1307. &ioc->ioc_regs->io_io_high_hv);
  1308. } else {
  1309. return -EBUSY;
  1310. }
  1311. out:
  1312. return allocate_resource(parent, res, size, min, max, align, NULL,NULL);
  1313. }
  1314. int ccio_request_resource(const struct parisc_device *dev,
  1315. struct resource *res)
  1316. {
  1317. struct resource *parent;
  1318. struct ioc *ioc = ccio_get_iommu(dev);
  1319. if (!ioc) {
  1320. parent = &iomem_resource;
  1321. } else if ((ioc->mmio_region->start <= res->start) &&
  1322. (res->end <= ioc->mmio_region->end)) {
  1323. parent = ioc->mmio_region;
  1324. } else if (((ioc->mmio_region + 1)->start <= res->start) &&
  1325. (res->end <= (ioc->mmio_region + 1)->end)) {
  1326. parent = ioc->mmio_region + 1;
  1327. } else {
  1328. return -EBUSY;
  1329. }
  1330. /* "transparent" bus bridges need to register MMIO resources
  1331. * firmware assigned them. e.g. children of hppb.c (e.g. K-class)
  1332. * registered their resources in the PDC "bus walk" (See
  1333. * arch/parisc/kernel/inventory.c).
  1334. */
  1335. return insert_resource(parent, res);
  1336. }
  1337. /**
  1338. * ccio_probe - Determine if ccio should claim this device.
  1339. * @dev: The device which has been found
  1340. *
  1341. * Determine if ccio should claim this chip (return 0) or not (return 1).
  1342. * If so, initialize the chip and tell other partners in crime they
  1343. * have work to do.
  1344. */
  1345. static int __init ccio_probe(struct parisc_device *dev)
  1346. {
  1347. int i;
  1348. struct ioc *ioc, **ioc_p = &ioc_list;
  1349. ioc = kzalloc(sizeof(struct ioc), GFP_KERNEL);
  1350. if (ioc == NULL) {
  1351. printk(KERN_ERR MODULE_NAME ": memory allocation failure\n");
  1352. return -ENOMEM;
  1353. }
  1354. ioc->name = dev->id.hversion == U2_IOA_RUNWAY ? "U2" : "UTurn";
  1355. printk(KERN_INFO "Found %s at 0x%lx\n", ioc->name,
  1356. (unsigned long)dev->hpa.start);
  1357. for (i = 0; i < ioc_count; i++) {
  1358. ioc_p = &(*ioc_p)->next;
  1359. }
  1360. *ioc_p = ioc;
  1361. ioc->hw_path = dev->hw_path;
  1362. ioc->ioc_regs = ioremap_nocache(dev->hpa.start, 4096);
  1363. if (!ioc->ioc_regs) {
  1364. kfree(ioc);
  1365. return -ENOMEM;
  1366. }
  1367. ccio_ioc_init(ioc);
  1368. ccio_init_resources(ioc);
  1369. hppa_dma_ops = &ccio_ops;
  1370. dev->dev.platform_data = kzalloc(sizeof(struct pci_hba_data), GFP_KERNEL);
  1371. /* if this fails, no I/O cards will work, so may as well bug */
  1372. BUG_ON(dev->dev.platform_data == NULL);
  1373. HBA_DATA(dev->dev.platform_data)->iommu = ioc;
  1374. #ifdef CONFIG_PROC_FS
  1375. if (ioc_count == 0) {
  1376. proc_create(MODULE_NAME, 0, proc_runway_root,
  1377. &ccio_proc_info_fops);
  1378. proc_create(MODULE_NAME"-bitmap", 0, proc_runway_root,
  1379. &ccio_proc_bitmap_fops);
  1380. }
  1381. #endif
  1382. ioc_count++;
  1383. parisc_has_iommu();
  1384. return 0;
  1385. }
  1386. /**
  1387. * ccio_init - ccio initialization procedure.
  1388. *
  1389. * Register this driver.
  1390. */
  1391. void __init ccio_init(void)
  1392. {
  1393. register_parisc_driver(&ccio_driver);
  1394. }