ccio-dma.c 46 KB

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