ccio-dma.c 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612
  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/config.h>
  34. #include <linux/types.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 <asm/byteorder.h>
  43. #include <asm/cache.h> /* for L1_CACHE_BYTES */
  44. #include <asm/uaccess.h>
  45. #include <asm/page.h>
  46. #include <asm/dma.h>
  47. #include <asm/io.h>
  48. #include <asm/hardware.h> /* for register_module() */
  49. #include <asm/parisc-device.h>
  50. /*
  51. ** Choose "ccio" since that's what HP-UX calls it.
  52. ** Make it easier for folks to migrate from one to the other :^)
  53. */
  54. #define MODULE_NAME "ccio"
  55. #undef DEBUG_CCIO_RES
  56. #undef DEBUG_CCIO_RUN
  57. #undef DEBUG_CCIO_INIT
  58. #undef DEBUG_CCIO_RUN_SG
  59. #ifdef CONFIG_PROC_FS
  60. /*
  61. * CCIO_SEARCH_TIME can help measure how fast the bitmap search is.
  62. * impacts performance though - ditch it if you don't use it.
  63. */
  64. #define CCIO_SEARCH_TIME
  65. #undef CCIO_MAP_STATS
  66. #else
  67. #undef CCIO_SEARCH_TIME
  68. #undef CCIO_MAP_STATS
  69. #endif
  70. #include <linux/proc_fs.h>
  71. #include <asm/runway.h> /* for proc_runway_root */
  72. #ifdef DEBUG_CCIO_INIT
  73. #define DBG_INIT(x...) printk(x)
  74. #else
  75. #define DBG_INIT(x...)
  76. #endif
  77. #ifdef DEBUG_CCIO_RUN
  78. #define DBG_RUN(x...) printk(x)
  79. #else
  80. #define DBG_RUN(x...)
  81. #endif
  82. #ifdef DEBUG_CCIO_RES
  83. #define DBG_RES(x...) printk(x)
  84. #else
  85. #define DBG_RES(x...)
  86. #endif
  87. #ifdef DEBUG_CCIO_RUN_SG
  88. #define DBG_RUN_SG(x...) printk(x)
  89. #else
  90. #define DBG_RUN_SG(x...)
  91. #endif
  92. #define CCIO_INLINE inline
  93. #define WRITE_U32(value, addr) __raw_writel(value, addr)
  94. #define READ_U32(addr) __raw_readl(addr)
  95. #define U2_IOA_RUNWAY 0x580
  96. #define U2_BC_GSC 0x501
  97. #define UTURN_IOA_RUNWAY 0x581
  98. #define UTURN_BC_GSC 0x502
  99. #define IOA_NORMAL_MODE 0x00020080 /* IO_CONTROL to turn on CCIO */
  100. #define CMD_TLB_DIRECT_WRITE 35 /* IO_COMMAND for I/O TLB Writes */
  101. #define CMD_TLB_PURGE 33 /* IO_COMMAND to Purge I/O TLB entry */
  102. struct ioa_registers {
  103. /* Runway Supervisory Set */
  104. int32_t unused1[12];
  105. uint32_t io_command; /* Offset 12 */
  106. uint32_t io_status; /* Offset 13 */
  107. uint32_t io_control; /* Offset 14 */
  108. int32_t unused2[1];
  109. /* Runway Auxiliary Register Set */
  110. uint32_t io_err_resp; /* Offset 0 */
  111. uint32_t io_err_info; /* Offset 1 */
  112. uint32_t io_err_req; /* Offset 2 */
  113. uint32_t io_err_resp_hi; /* Offset 3 */
  114. uint32_t io_tlb_entry_m; /* Offset 4 */
  115. uint32_t io_tlb_entry_l; /* Offset 5 */
  116. uint32_t unused3[1];
  117. uint32_t io_pdir_base; /* Offset 7 */
  118. uint32_t io_io_low_hv; /* Offset 8 */
  119. uint32_t io_io_high_hv; /* Offset 9 */
  120. uint32_t unused4[1];
  121. uint32_t io_chain_id_mask; /* Offset 11 */
  122. uint32_t unused5[2];
  123. uint32_t io_io_low; /* Offset 14 */
  124. uint32_t io_io_high; /* Offset 15 */
  125. };
  126. /*
  127. ** IOA Registers
  128. ** -------------
  129. **
  130. ** Runway IO_CONTROL Register (+0x38)
  131. **
  132. ** The Runway IO_CONTROL register controls the forwarding of transactions.
  133. **
  134. ** | 0 ... 13 | 14 15 | 16 ... 21 | 22 | 23 24 | 25 ... 31 |
  135. ** | HV | TLB | reserved | HV | mode | reserved |
  136. **
  137. ** o mode field indicates the address translation of transactions
  138. ** forwarded from Runway to GSC+:
  139. ** Mode Name Value Definition
  140. ** Off (default) 0 Opaque to matching addresses.
  141. ** Include 1 Transparent for matching addresses.
  142. ** Peek 3 Map matching addresses.
  143. **
  144. ** + "Off" mode: Runway transactions which match the I/O range
  145. ** specified by the IO_IO_LOW/IO_IO_HIGH registers will be ignored.
  146. ** + "Include" mode: all addresses within the I/O range specified
  147. ** by the IO_IO_LOW and IO_IO_HIGH registers are transparently
  148. ** forwarded. This is the I/O Adapter's normal operating mode.
  149. ** + "Peek" mode: used during system configuration to initialize the
  150. ** GSC+ bus. Runway Write_Shorts in the address range specified by
  151. ** IO_IO_LOW and IO_IO_HIGH are forwarded through the I/O Adapter
  152. ** *AND* the GSC+ address is remapped to the Broadcast Physical
  153. ** Address space by setting the 14 high order address bits of the
  154. ** 32 bit GSC+ address to ones.
  155. **
  156. ** o TLB field affects transactions which are forwarded from GSC+ to Runway.
  157. ** "Real" mode is the poweron default.
  158. **
  159. ** TLB Mode Value Description
  160. ** Real 0 No TLB translation. Address is directly mapped and the
  161. ** virtual address is composed of selected physical bits.
  162. ** Error 1 Software fills the TLB manually.
  163. ** Normal 2 IOA fetches IO TLB misses from IO PDIR (in host memory).
  164. **
  165. **
  166. ** IO_IO_LOW_HV +0x60 (HV dependent)
  167. ** IO_IO_HIGH_HV +0x64 (HV dependent)
  168. ** IO_IO_LOW +0x78 (Architected register)
  169. ** IO_IO_HIGH +0x7c (Architected register)
  170. **
  171. ** IO_IO_LOW and IO_IO_HIGH set the lower and upper bounds of the
  172. ** I/O Adapter address space, respectively.
  173. **
  174. ** 0 ... 7 | 8 ... 15 | 16 ... 31 |
  175. ** 11111111 | 11111111 | address |
  176. **
  177. ** Each LOW/HIGH pair describes a disjoint address space region.
  178. ** (2 per GSC+ port). Each incoming Runway transaction address is compared
  179. ** with both sets of LOW/HIGH registers. If the address is in the range
  180. ** greater than or equal to IO_IO_LOW and less than IO_IO_HIGH the transaction
  181. ** for forwarded to the respective GSC+ bus.
  182. ** Specify IO_IO_LOW equal to or greater than IO_IO_HIGH to avoid specifying
  183. ** an address space region.
  184. **
  185. ** In order for a Runway address to reside within GSC+ extended address space:
  186. ** Runway Address [0:7] must identically compare to 8'b11111111
  187. ** Runway Address [8:11] must be equal to IO_IO_LOW(_HV)[16:19]
  188. ** Runway Address [12:23] must be greater than or equal to
  189. ** IO_IO_LOW(_HV)[20:31] and less than IO_IO_HIGH(_HV)[20:31].
  190. ** Runway Address [24:39] is not used in the comparison.
  191. **
  192. ** When the Runway transaction is forwarded to GSC+, the GSC+ address is
  193. ** as follows:
  194. ** GSC+ Address[0:3] 4'b1111
  195. ** GSC+ Address[4:29] Runway Address[12:37]
  196. ** GSC+ Address[30:31] 2'b00
  197. **
  198. ** All 4 Low/High registers must be initialized (by PDC) once the lower bus
  199. ** is interrogated and address space is defined. The operating system will
  200. ** modify the architectural IO_IO_LOW and IO_IO_HIGH registers following
  201. ** the PDC initialization. However, the hardware version dependent IO_IO_LOW
  202. ** and IO_IO_HIGH registers should not be subsequently altered by the OS.
  203. **
  204. ** Writes to both sets of registers will take effect immediately, bypassing
  205. ** the queues, which ensures that subsequent Runway transactions are checked
  206. ** against the updated bounds values. However reads are queued, introducing
  207. ** the possibility of a read being bypassed by a subsequent write to the same
  208. ** register. This sequence can be avoided by having software wait for read
  209. ** returns before issuing subsequent writes.
  210. */
  211. struct ioc {
  212. struct ioa_registers __iomem *ioc_regs; /* I/O MMU base address */
  213. u8 *res_map; /* resource map, bit == pdir entry */
  214. u64 *pdir_base; /* physical base address */
  215. u32 pdir_size; /* bytes, function of IOV Space size */
  216. u32 res_hint; /* next available IOVP -
  217. circular search */
  218. u32 res_size; /* size of resource map in bytes */
  219. spinlock_t res_lock;
  220. #ifdef CCIO_SEARCH_TIME
  221. #define CCIO_SEARCH_SAMPLE 0x100
  222. unsigned long avg_search[CCIO_SEARCH_SAMPLE];
  223. unsigned long avg_idx; /* current index into avg_search */
  224. #endif
  225. #ifdef CCIO_MAP_STATS
  226. unsigned long used_pages;
  227. unsigned long msingle_calls;
  228. unsigned long msingle_pages;
  229. unsigned long msg_calls;
  230. unsigned long msg_pages;
  231. unsigned long usingle_calls;
  232. unsigned long usingle_pages;
  233. unsigned long usg_calls;
  234. unsigned long usg_pages;
  235. #endif
  236. unsigned short cujo20_bug;
  237. /* STUFF We don't need in performance path */
  238. u32 chainid_shift; /* specify bit location of chain_id */
  239. struct ioc *next; /* Linked list of discovered iocs */
  240. const char *name; /* device name from firmware */
  241. unsigned int hw_path; /* the hardware path this ioc is associatd with */
  242. struct pci_dev *fake_pci_dev; /* the fake pci_dev for non-pci devs */
  243. struct resource mmio_region[2]; /* The "routed" MMIO regions */
  244. };
  245. static struct ioc *ioc_list;
  246. static int ioc_count;
  247. /**************************************************************
  248. *
  249. * I/O Pdir Resource Management
  250. *
  251. * Bits set in the resource map are in use.
  252. * Each bit can represent a number of pages.
  253. * LSbs represent lower addresses (IOVA's).
  254. *
  255. * This was was copied from sba_iommu.c. Don't try to unify
  256. * the two resource managers unless a way to have different
  257. * allocation policies is also adjusted. We'd like to avoid
  258. * I/O TLB thrashing by having resource allocation policy
  259. * match the I/O TLB replacement policy.
  260. *
  261. ***************************************************************/
  262. #define IOVP_SIZE PAGE_SIZE
  263. #define IOVP_SHIFT PAGE_SHIFT
  264. #define IOVP_MASK PAGE_MASK
  265. /* Convert from IOVP to IOVA and vice versa. */
  266. #define CCIO_IOVA(iovp,offset) ((iovp) | (offset))
  267. #define CCIO_IOVP(iova) ((iova) & IOVP_MASK)
  268. #define PDIR_INDEX(iovp) ((iovp)>>IOVP_SHIFT)
  269. #define MKIOVP(pdir_idx) ((long)(pdir_idx) << IOVP_SHIFT)
  270. #define MKIOVA(iovp,offset) (dma_addr_t)((long)iovp | (long)offset)
  271. #define ROUNDUP(x,y) ((x + ((y)-1)) & ~((y)-1))
  272. /*
  273. ** Don't worry about the 150% average search length on a miss.
  274. ** If the search wraps around, and passes the res_hint, it will
  275. ** cause the kernel to panic anyhow.
  276. */
  277. #define CCIO_SEARCH_LOOP(ioc, res_idx, mask, size) \
  278. for(; res_ptr < res_end; ++res_ptr) { \
  279. if(0 == (*res_ptr & mask)) { \
  280. *res_ptr |= mask; \
  281. res_idx = (unsigned int)((unsigned long)res_ptr - (unsigned long)ioc->res_map); \
  282. ioc->res_hint = res_idx + (size >> 3); \
  283. goto resource_found; \
  284. } \
  285. }
  286. #define CCIO_FIND_FREE_MAPPING(ioa, res_idx, mask, size) \
  287. u##size *res_ptr = (u##size *)&((ioc)->res_map[ioa->res_hint & ~((size >> 3) - 1)]); \
  288. u##size *res_end = (u##size *)&(ioc)->res_map[ioa->res_size]; \
  289. CCIO_SEARCH_LOOP(ioc, res_idx, mask, size); \
  290. res_ptr = (u##size *)&(ioc)->res_map[0]; \
  291. CCIO_SEARCH_LOOP(ioa, res_idx, mask, size);
  292. /*
  293. ** Find available bit in this ioa's resource map.
  294. ** Use a "circular" search:
  295. ** o Most IOVA's are "temporary" - avg search time should be small.
  296. ** o keep a history of what happened for debugging
  297. ** o KISS.
  298. **
  299. ** Perf optimizations:
  300. ** o search for log2(size) bits at a time.
  301. ** o search for available resource bits using byte/word/whatever.
  302. ** o use different search for "large" (eg > 4 pages) or "very large"
  303. ** (eg > 16 pages) mappings.
  304. */
  305. /**
  306. * ccio_alloc_range - Allocate pages in the ioc's resource map.
  307. * @ioc: The I/O Controller.
  308. * @pages_needed: The requested number of pages to be mapped into the
  309. * I/O Pdir...
  310. *
  311. * This function searches the resource map of the ioc to locate a range
  312. * of available pages for the requested size.
  313. */
  314. static int
  315. ccio_alloc_range(struct ioc *ioc, size_t size)
  316. {
  317. unsigned int pages_needed = size >> IOVP_SHIFT;
  318. unsigned int res_idx;
  319. #ifdef CCIO_SEARCH_TIME
  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. __FUNCTION__, 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. if (pages_needed <= 8) {
  331. /*
  332. * LAN traffic will not thrash the TLB IFF the same NIC
  333. * uses 8 adjacent pages to map seperate payload data.
  334. * ie the same byte in the resource bit map.
  335. */
  336. #if 0
  337. /* FIXME: bit search should shift it's way through
  338. * an unsigned long - not byte at a time. As it is now,
  339. * we effectively allocate this byte to this mapping.
  340. */
  341. unsigned long mask = ~(~0UL >> pages_needed);
  342. CCIO_FIND_FREE_MAPPING(ioc, res_idx, mask, 8);
  343. #else
  344. CCIO_FIND_FREE_MAPPING(ioc, res_idx, 0xff, 8);
  345. #endif
  346. } else if (pages_needed <= 16) {
  347. CCIO_FIND_FREE_MAPPING(ioc, res_idx, 0xffff, 16);
  348. } else if (pages_needed <= 32) {
  349. CCIO_FIND_FREE_MAPPING(ioc, res_idx, ~(unsigned int)0, 32);
  350. #ifdef __LP64__
  351. } else if (pages_needed <= 64) {
  352. CCIO_FIND_FREE_MAPPING(ioc, res_idx, ~0UL, 64);
  353. #endif
  354. } else {
  355. panic("%s: %s() Too many pages to map. pages_needed: %u\n",
  356. __FILE__, __FUNCTION__, pages_needed);
  357. }
  358. panic("%s: %s() I/O MMU is out of mapping resources.\n", __FILE__,
  359. __FUNCTION__);
  360. resource_found:
  361. DBG_RES("%s() res_idx %d res_hint: %d\n",
  362. __FUNCTION__, res_idx, ioc->res_hint);
  363. #ifdef CCIO_SEARCH_TIME
  364. {
  365. unsigned long cr_end = mfctl(16);
  366. unsigned long tmp = cr_end - cr_start;
  367. /* check for roll over */
  368. cr_start = (cr_end < cr_start) ? -(tmp) : (tmp);
  369. }
  370. ioc->avg_search[ioc->avg_idx++] = cr_start;
  371. ioc->avg_idx &= CCIO_SEARCH_SAMPLE - 1;
  372. #endif
  373. #ifdef CCIO_MAP_STATS
  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. __FUNCTION__, res_idx, pages_mapped);
  404. #ifdef CCIO_MAP_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, 0xff, 8);
  414. #endif
  415. } else if(pages_mapped <= 16) {
  416. CCIO_FREE_MAPPINGS(ioc, res_idx, 0xffff, 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. __FUNCTION__);
  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. ** Apperently 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. 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 threshhold 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 = ROUNDUP(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. * This function implements the pci_dma_supported function.
  643. */
  644. static int
  645. ccio_dma_supported(struct device *dev, u64 mask)
  646. {
  647. if(dev == NULL) {
  648. printk(KERN_ERR MODULE_NAME ": EISA/ISA/et al not supported\n");
  649. BUG();
  650. return 0;
  651. }
  652. /* only support 32-bit devices (ie PCI/GSC) */
  653. return (int)(mask == 0xffffffffUL);
  654. }
  655. /**
  656. * ccio_map_single - Map an address range into the IOMMU.
  657. * @dev: The PCI device.
  658. * @addr: The start address of the DMA region.
  659. * @size: The length of the DMA region.
  660. * @direction: The direction of the DMA transaction (to/from device).
  661. *
  662. * This function implements the pci_map_single function.
  663. */
  664. static dma_addr_t
  665. ccio_map_single(struct device *dev, void *addr, size_t size,
  666. enum dma_data_direction direction)
  667. {
  668. int idx;
  669. struct ioc *ioc;
  670. unsigned long flags;
  671. dma_addr_t iovp;
  672. dma_addr_t offset;
  673. u64 *pdir_start;
  674. unsigned long hint = hint_lookup[(int)direction];
  675. BUG_ON(!dev);
  676. ioc = GET_IOC(dev);
  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 = ROUNDUP(size + offset, IOVP_SIZE);
  682. spin_lock_irqsave(&ioc->res_lock, flags);
  683. #ifdef CCIO_MAP_STATS
  684. ioc->msingle_calls++;
  685. ioc->msingle_pages += size >> IOVP_SHIFT;
  686. #endif
  687. idx = ccio_alloc_range(ioc, 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. __FUNCTION__, 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. /**
  710. * ccio_unmap_single - Unmap an address range from the IOMMU.
  711. * @dev: The PCI device.
  712. * @addr: The start address of the DMA region.
  713. * @size: The length of the DMA region.
  714. * @direction: The direction of the DMA transaction (to/from device).
  715. *
  716. * This function implements the pci_unmap_single function.
  717. */
  718. static void
  719. ccio_unmap_single(struct device *dev, dma_addr_t iova, size_t size,
  720. enum dma_data_direction direction)
  721. {
  722. struct ioc *ioc;
  723. unsigned long flags;
  724. dma_addr_t offset = iova & ~IOVP_MASK;
  725. BUG_ON(!dev);
  726. ioc = GET_IOC(dev);
  727. DBG_RUN("%s() iovp 0x%lx/%x\n",
  728. __FUNCTION__, (long)iova, size);
  729. iova ^= offset; /* clear offset bits */
  730. size += offset;
  731. size = ROUNDUP(size, IOVP_SIZE);
  732. spin_lock_irqsave(&ioc->res_lock, flags);
  733. #ifdef CCIO_MAP_STATS
  734. ioc->usingle_calls++;
  735. ioc->usingle_pages += size >> IOVP_SHIFT;
  736. #endif
  737. ccio_mark_invalid(ioc, iova, size);
  738. ccio_free_range(ioc, iova, (size >> IOVP_SHIFT));
  739. spin_unlock_irqrestore(&ioc->res_lock, flags);
  740. }
  741. /**
  742. * ccio_alloc_consistent - Allocate a consistent DMA mapping.
  743. * @dev: The PCI device.
  744. * @size: The length of the DMA region.
  745. * @dma_handle: The DMA address handed back to the device (not the cpu).
  746. *
  747. * This function implements the pci_alloc_consistent function.
  748. */
  749. static void *
  750. ccio_alloc_consistent(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t flag)
  751. {
  752. void *ret;
  753. #if 0
  754. /* GRANT Need to establish hierarchy for non-PCI devs as well
  755. ** and then provide matching gsc_map_xxx() functions for them as well.
  756. */
  757. if(!hwdev) {
  758. /* only support PCI */
  759. *dma_handle = 0;
  760. return 0;
  761. }
  762. #endif
  763. ret = (void *) __get_free_pages(flag, get_order(size));
  764. if (ret) {
  765. memset(ret, 0, size);
  766. *dma_handle = ccio_map_single(dev, ret, size, PCI_DMA_BIDIRECTIONAL);
  767. }
  768. return ret;
  769. }
  770. /**
  771. * ccio_free_consistent - Free a consistent DMA mapping.
  772. * @dev: The PCI device.
  773. * @size: The length of the DMA region.
  774. * @cpu_addr: The cpu address returned from the ccio_alloc_consistent.
  775. * @dma_handle: The device address returned from the ccio_alloc_consistent.
  776. *
  777. * This function implements the pci_free_consistent function.
  778. */
  779. static void
  780. ccio_free_consistent(struct device *dev, size_t size, void *cpu_addr,
  781. dma_addr_t dma_handle)
  782. {
  783. ccio_unmap_single(dev, dma_handle, size, 0);
  784. free_pages((unsigned long)cpu_addr, get_order(size));
  785. }
  786. /*
  787. ** Since 0 is a valid pdir_base index value, can't use that
  788. ** to determine if a value is valid or not. Use a flag to indicate
  789. ** the SG list entry contains a valid pdir index.
  790. */
  791. #define PIDE_FLAG 0x80000000UL
  792. #ifdef CCIO_MAP_STATS
  793. #define IOMMU_MAP_STATS
  794. #endif
  795. #include "iommu-helpers.h"
  796. /**
  797. * ccio_map_sg - Map the scatter/gather list into the IOMMU.
  798. * @dev: The PCI device.
  799. * @sglist: The scatter/gather list to be mapped in the IOMMU.
  800. * @nents: The number of entries in the scatter/gather list.
  801. * @direction: The direction of the DMA transaction (to/from device).
  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)
  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. DBG_RUN_SG("%s() START %d entries\n", __FUNCTION__, nents);
  818. /* Fast path single entry scatterlists. */
  819. if (nents == 1) {
  820. sg_dma_address(sglist) = ccio_map_single(dev,
  821. (void *)sg_virt_addr(sglist), sglist->length,
  822. direction);
  823. sg_dma_len(sglist) = sglist->length;
  824. return 1;
  825. }
  826. for(i = 0; i < nents; i++)
  827. prev_len += sglist[i].length;
  828. spin_lock_irqsave(&ioc->res_lock, flags);
  829. #ifdef CCIO_MAP_STATS
  830. ioc->msg_calls++;
  831. #endif
  832. /*
  833. ** First coalesce the chunks and allocate I/O pdir space
  834. **
  835. ** If this is one DMA stream, we can properly map using the
  836. ** correct virtual address associated with each DMA page.
  837. ** w/o this association, we wouldn't have coherent DMA!
  838. ** Access to the virtual address is what forces a two pass algorithm.
  839. */
  840. coalesced = iommu_coalesce_chunks(ioc, sglist, nents, ccio_alloc_range);
  841. /*
  842. ** Program the I/O Pdir
  843. **
  844. ** map the virtual addresses to the I/O Pdir
  845. ** o dma_address will contain the pdir index
  846. ** o dma_len will contain the number of bytes to map
  847. ** o page/offset contain the virtual address.
  848. */
  849. filled = iommu_fill_pdir(ioc, sglist, nents, hint, ccio_io_pdir_entry);
  850. spin_unlock_irqrestore(&ioc->res_lock, flags);
  851. BUG_ON(coalesced != filled);
  852. DBG_RUN_SG("%s() DONE %d mappings\n", __FUNCTION__, filled);
  853. for (i = 0; i < filled; i++)
  854. current_len += sg_dma_len(sglist + i);
  855. BUG_ON(current_len != prev_len);
  856. return filled;
  857. }
  858. /**
  859. * ccio_unmap_sg - Unmap the scatter/gather list from the IOMMU.
  860. * @dev: The PCI device.
  861. * @sglist: The scatter/gather list to be unmapped from the IOMMU.
  862. * @nents: The number of entries in the scatter/gather list.
  863. * @direction: The direction of the DMA transaction (to/from device).
  864. *
  865. * This function implements the pci_unmap_sg function.
  866. */
  867. static void
  868. ccio_unmap_sg(struct device *dev, struct scatterlist *sglist, int nents,
  869. enum dma_data_direction direction)
  870. {
  871. struct ioc *ioc;
  872. BUG_ON(!dev);
  873. ioc = GET_IOC(dev);
  874. DBG_RUN_SG("%s() START %d entries, %08lx,%x\n",
  875. __FUNCTION__, nents, sg_virt_addr(sglist), sglist->length);
  876. #ifdef CCIO_MAP_STATS
  877. ioc->usg_calls++;
  878. #endif
  879. while(sg_dma_len(sglist) && nents--) {
  880. #ifdef CCIO_MAP_STATS
  881. ioc->usg_pages += sg_dma_len(sglist) >> PAGE_SHIFT;
  882. #endif
  883. ccio_unmap_single(dev, sg_dma_address(sglist),
  884. sg_dma_len(sglist), direction);
  885. ++sglist;
  886. }
  887. DBG_RUN_SG("%s() DONE (nents %d)\n", __FUNCTION__, nents);
  888. }
  889. static struct hppa_dma_ops ccio_ops = {
  890. .dma_supported = ccio_dma_supported,
  891. .alloc_consistent = ccio_alloc_consistent,
  892. .alloc_noncoherent = ccio_alloc_consistent,
  893. .free_consistent = ccio_free_consistent,
  894. .map_single = ccio_map_single,
  895. .unmap_single = ccio_unmap_single,
  896. .map_sg = ccio_map_sg,
  897. .unmap_sg = ccio_unmap_sg,
  898. .dma_sync_single_for_cpu = NULL, /* NOP for U2/Uturn */
  899. .dma_sync_single_for_device = NULL, /* NOP for U2/Uturn */
  900. .dma_sync_sg_for_cpu = NULL, /* ditto */
  901. .dma_sync_sg_for_device = NULL, /* ditto */
  902. };
  903. #ifdef CONFIG_PROC_FS
  904. static int proc_append(char *src, int len, char **dst, off_t *offset, int *max)
  905. {
  906. if (len < *offset) {
  907. *offset -= len;
  908. return 0;
  909. }
  910. if (*offset > 0) {
  911. src += *offset;
  912. len -= *offset;
  913. *offset = 0;
  914. }
  915. if (len > *max) {
  916. len = *max;
  917. }
  918. memcpy(*dst, src, len);
  919. *dst += len;
  920. *max -= len;
  921. return (*max == 0);
  922. }
  923. static int ccio_proc_info(char *buf, char **start, off_t offset, int count,
  924. int *eof, void *data)
  925. {
  926. int max = count;
  927. char tmp[80]; /* width of an ANSI-standard terminal */
  928. struct ioc *ioc = ioc_list;
  929. while (ioc != NULL) {
  930. unsigned int total_pages = ioc->res_size << 3;
  931. unsigned long avg = 0, min, max;
  932. int j, len;
  933. len = sprintf(tmp, "%s\n", ioc->name);
  934. if (proc_append(tmp, len, &buf, &offset, &count))
  935. break;
  936. len = sprintf(tmp, "Cujo 2.0 bug : %s\n",
  937. (ioc->cujo20_bug ? "yes" : "no"));
  938. if (proc_append(tmp, len, &buf, &offset, &count))
  939. break;
  940. len = sprintf(tmp, "IO PDIR size : %d bytes (%d entries)\n",
  941. total_pages * 8, total_pages);
  942. if (proc_append(tmp, len, &buf, &offset, &count))
  943. break;
  944. #ifdef CCIO_MAP_STATS
  945. len = sprintf(tmp, "IO PDIR entries : %ld free %ld used (%d%%)\n",
  946. total_pages - ioc->used_pages, ioc->used_pages,
  947. (int)(ioc->used_pages * 100 / total_pages));
  948. if (proc_append(tmp, len, &buf, &offset, &count))
  949. break;
  950. #endif
  951. len = sprintf(tmp, "Resource bitmap : %d bytes (%d pages)\n",
  952. ioc->res_size, total_pages);
  953. if (proc_append(tmp, len, &buf, &offset, &count))
  954. break;
  955. #ifdef CCIO_SEARCH_TIME
  956. min = max = ioc->avg_search[0];
  957. for(j = 0; j < CCIO_SEARCH_SAMPLE; ++j) {
  958. avg += ioc->avg_search[j];
  959. if(ioc->avg_search[j] > max)
  960. max = ioc->avg_search[j];
  961. if(ioc->avg_search[j] < min)
  962. min = ioc->avg_search[j];
  963. }
  964. avg /= CCIO_SEARCH_SAMPLE;
  965. len = sprintf(tmp, " Bitmap search : %ld/%ld/%ld (min/avg/max CPU Cycles)\n",
  966. min, avg, max);
  967. if (proc_append(tmp, len, &buf, &offset, &count))
  968. break;
  969. #endif
  970. #ifdef CCIO_MAP_STATS
  971. len = sprintf(tmp, "pci_map_single(): %8ld calls %8ld pages (avg %d/1000)\n",
  972. ioc->msingle_calls, ioc->msingle_pages,
  973. (int)((ioc->msingle_pages * 1000)/ioc->msingle_calls));
  974. if (proc_append(tmp, len, &buf, &offset, &count))
  975. break;
  976. /* KLUGE - unmap_sg calls unmap_single for each mapped page */
  977. min = ioc->usingle_calls - ioc->usg_calls;
  978. max = ioc->usingle_pages - ioc->usg_pages;
  979. len = sprintf(tmp, "pci_unmap_single: %8ld calls %8ld pages (avg %d/1000)\n",
  980. min, max, (int)((max * 1000)/min));
  981. if (proc_append(tmp, len, &buf, &offset, &count))
  982. break;
  983. len = sprintf(tmp, "pci_map_sg() : %8ld calls %8ld pages (avg %d/1000)\n",
  984. ioc->msg_calls, ioc->msg_pages,
  985. (int)((ioc->msg_pages * 1000)/ioc->msg_calls));
  986. if (proc_append(tmp, len, &buf, &offset, &count))
  987. break;
  988. len = sprintf(tmp, "pci_unmap_sg() : %8ld calls %8ld pages (avg %d/1000)\n\n\n",
  989. ioc->usg_calls, ioc->usg_pages,
  990. (int)((ioc->usg_pages * 1000)/ioc->usg_calls));
  991. if (proc_append(tmp, len, &buf, &offset, &count))
  992. break;
  993. #endif /* CCIO_MAP_STATS */
  994. ioc = ioc->next;
  995. }
  996. if (count == 0) {
  997. *eof = 1;
  998. }
  999. return (max - count);
  1000. }
  1001. static int ccio_resource_map(char *buf, char **start, off_t offset, int len,
  1002. int *eof, void *data)
  1003. {
  1004. struct ioc *ioc = ioc_list;
  1005. buf[0] = '\0';
  1006. while (ioc != NULL) {
  1007. u32 *res_ptr = (u32 *)ioc->res_map;
  1008. int j;
  1009. for (j = 0; j < (ioc->res_size / sizeof(u32)); j++) {
  1010. if ((j & 7) == 0)
  1011. strcat(buf,"\n ");
  1012. sprintf(buf, "%s %08x", buf, *res_ptr);
  1013. res_ptr++;
  1014. }
  1015. strcat(buf, "\n\n");
  1016. ioc = ioc->next;
  1017. break; /* XXX - remove me */
  1018. }
  1019. return strlen(buf);
  1020. }
  1021. #endif
  1022. /**
  1023. * ccio_find_ioc - Find the ioc in the ioc_list
  1024. * @hw_path: The hardware path of the ioc.
  1025. *
  1026. * This function searches the ioc_list for an ioc that matches
  1027. * the provide hardware path.
  1028. */
  1029. static struct ioc * ccio_find_ioc(int hw_path)
  1030. {
  1031. int i;
  1032. struct ioc *ioc;
  1033. ioc = ioc_list;
  1034. for (i = 0; i < ioc_count; i++) {
  1035. if (ioc->hw_path == hw_path)
  1036. return ioc;
  1037. ioc = ioc->next;
  1038. }
  1039. return NULL;
  1040. }
  1041. /**
  1042. * ccio_get_iommu - Find the iommu which controls this device
  1043. * @dev: The parisc device.
  1044. *
  1045. * This function searches through the registered IOMMU's and returns
  1046. * the appropriate IOMMU for the device based on its hardware path.
  1047. */
  1048. void * ccio_get_iommu(const struct parisc_device *dev)
  1049. {
  1050. dev = find_pa_parent_type(dev, HPHW_IOA);
  1051. if (!dev)
  1052. return NULL;
  1053. return ccio_find_ioc(dev->hw_path);
  1054. }
  1055. #define CUJO_20_STEP 0x10000000 /* inc upper nibble */
  1056. /* Cujo 2.0 has a bug which will silently corrupt data being transferred
  1057. * to/from certain pages. To avoid this happening, we mark these pages
  1058. * as `used', and ensure that nothing will try to allocate from them.
  1059. */
  1060. void ccio_cujo20_fixup(struct parisc_device *cujo, u32 iovp)
  1061. {
  1062. unsigned int idx;
  1063. struct parisc_device *dev = parisc_parent(cujo);
  1064. struct ioc *ioc = ccio_get_iommu(dev);
  1065. u8 *res_ptr;
  1066. ioc->cujo20_bug = 1;
  1067. res_ptr = ioc->res_map;
  1068. idx = PDIR_INDEX(iovp) >> 3;
  1069. while (idx < ioc->res_size) {
  1070. res_ptr[idx] |= 0xff;
  1071. idx += PDIR_INDEX(CUJO_20_STEP) >> 3;
  1072. }
  1073. }
  1074. #if 0
  1075. /* GRANT - is this needed for U2 or not? */
  1076. /*
  1077. ** Get the size of the I/O TLB for this I/O MMU.
  1078. **
  1079. ** If spa_shift is non-zero (ie probably U2),
  1080. ** then calculate the I/O TLB size using spa_shift.
  1081. **
  1082. ** Otherwise we are supposed to get the IODC entry point ENTRY TLB
  1083. ** and execute it. However, both U2 and Uturn firmware supplies spa_shift.
  1084. ** I think only Java (K/D/R-class too?) systems don't do this.
  1085. */
  1086. static int
  1087. ccio_get_iotlb_size(struct parisc_device *dev)
  1088. {
  1089. if (dev->spa_shift == 0) {
  1090. panic("%s() : Can't determine I/O TLB size.\n", __FUNCTION__);
  1091. }
  1092. return (1 << dev->spa_shift);
  1093. }
  1094. #else
  1095. /* Uturn supports 256 TLB entries */
  1096. #define CCIO_CHAINID_SHIFT 8
  1097. #define CCIO_CHAINID_MASK 0xff
  1098. #endif /* 0 */
  1099. /* We *can't* support JAVA (T600). Venture there at your own risk. */
  1100. static struct parisc_device_id ccio_tbl[] = {
  1101. { HPHW_IOA, HVERSION_REV_ANY_ID, U2_IOA_RUNWAY, 0xb }, /* U2 */
  1102. { HPHW_IOA, HVERSION_REV_ANY_ID, UTURN_IOA_RUNWAY, 0xb }, /* UTurn */
  1103. { 0, }
  1104. };
  1105. static int ccio_probe(struct parisc_device *dev);
  1106. static struct parisc_driver ccio_driver = {
  1107. .name = "ccio",
  1108. .id_table = ccio_tbl,
  1109. .probe = ccio_probe,
  1110. };
  1111. /**
  1112. * ccio_ioc_init - Initalize the I/O Controller
  1113. * @ioc: The I/O Controller.
  1114. *
  1115. * Initalize the I/O Controller which includes setting up the
  1116. * I/O Page Directory, the resource map, and initalizing the
  1117. * U2/Uturn chip into virtual mode.
  1118. */
  1119. static void
  1120. ccio_ioc_init(struct ioc *ioc)
  1121. {
  1122. int i;
  1123. unsigned int iov_order;
  1124. u32 iova_space_size;
  1125. /*
  1126. ** Determine IOVA Space size from memory size.
  1127. **
  1128. ** Ideally, PCI drivers would register the maximum number
  1129. ** of DMA they can have outstanding for each device they
  1130. ** own. Next best thing would be to guess how much DMA
  1131. ** can be outstanding based on PCI Class/sub-class. Both
  1132. ** methods still require some "extra" to support PCI
  1133. ** Hot-Plug/Removal of PCI cards. (aka PCI OLARD).
  1134. */
  1135. iova_space_size = (u32) (num_physpages / count_parisc_driver(&ccio_driver));
  1136. /* limit IOVA space size to 1MB-1GB */
  1137. if (iova_space_size < (1 << (20 - PAGE_SHIFT))) {
  1138. iova_space_size = 1 << (20 - PAGE_SHIFT);
  1139. #ifdef __LP64__
  1140. } else if (iova_space_size > (1 << (30 - PAGE_SHIFT))) {
  1141. iova_space_size = 1 << (30 - PAGE_SHIFT);
  1142. #endif
  1143. }
  1144. /*
  1145. ** iova space must be log2() in size.
  1146. ** thus, pdir/res_map will also be log2().
  1147. */
  1148. /* We could use larger page sizes in order to *decrease* the number
  1149. ** of mappings needed. (ie 8k pages means 1/2 the mappings).
  1150. **
  1151. ** Note: Grant Grunder says "Using 8k I/O pages isn't trivial either
  1152. ** since the pages must also be physically contiguous - typically
  1153. ** this is the case under linux."
  1154. */
  1155. iov_order = get_order(iova_space_size << PAGE_SHIFT);
  1156. /* iova_space_size is now bytes, not pages */
  1157. iova_space_size = 1 << (iov_order + PAGE_SHIFT);
  1158. ioc->pdir_size = (iova_space_size / IOVP_SIZE) * sizeof(u64);
  1159. BUG_ON(ioc->pdir_size > 8 * 1024 * 1024); /* max pdir size <= 8MB */
  1160. /* Verify it's a power of two */
  1161. BUG_ON((1 << get_order(ioc->pdir_size)) != (ioc->pdir_size >> PAGE_SHIFT));
  1162. DBG_INIT("%s() hpa 0x%p mem %luMB IOV %dMB (%d bits)\n",
  1163. __FUNCTION__, ioc->ioc_regs,
  1164. (unsigned long) num_physpages >> (20 - PAGE_SHIFT),
  1165. iova_space_size>>20,
  1166. iov_order + PAGE_SHIFT);
  1167. ioc->pdir_base = (u64 *)__get_free_pages(GFP_KERNEL,
  1168. get_order(ioc->pdir_size));
  1169. if(NULL == ioc->pdir_base) {
  1170. panic("%s() could not allocate I/O Page Table\n", __FUNCTION__);
  1171. }
  1172. memset(ioc->pdir_base, 0, ioc->pdir_size);
  1173. BUG_ON((((unsigned long)ioc->pdir_base) & PAGE_MASK) != (unsigned long)ioc->pdir_base);
  1174. DBG_INIT(" base %p\n", ioc->pdir_base);
  1175. /* resource map size dictated by pdir_size */
  1176. ioc->res_size = (ioc->pdir_size / sizeof(u64)) >> 3;
  1177. DBG_INIT("%s() res_size 0x%x\n", __FUNCTION__, ioc->res_size);
  1178. ioc->res_map = (u8 *)__get_free_pages(GFP_KERNEL,
  1179. get_order(ioc->res_size));
  1180. if(NULL == ioc->res_map) {
  1181. panic("%s() could not allocate resource map\n", __FUNCTION__);
  1182. }
  1183. memset(ioc->res_map, 0, ioc->res_size);
  1184. /* Initialize the res_hint to 16 */
  1185. ioc->res_hint = 16;
  1186. /* Initialize the spinlock */
  1187. spin_lock_init(&ioc->res_lock);
  1188. /*
  1189. ** Chainid is the upper most bits of an IOVP used to determine
  1190. ** which TLB entry an IOVP will use.
  1191. */
  1192. ioc->chainid_shift = get_order(iova_space_size) + PAGE_SHIFT - CCIO_CHAINID_SHIFT;
  1193. DBG_INIT(" chainid_shift 0x%x\n", ioc->chainid_shift);
  1194. /*
  1195. ** Initialize IOA hardware
  1196. */
  1197. WRITE_U32(CCIO_CHAINID_MASK << ioc->chainid_shift,
  1198. &ioc->ioc_regs->io_chain_id_mask);
  1199. WRITE_U32(virt_to_phys(ioc->pdir_base),
  1200. &ioc->ioc_regs->io_pdir_base);
  1201. /*
  1202. ** Go to "Virtual Mode"
  1203. */
  1204. WRITE_U32(IOA_NORMAL_MODE, &ioc->ioc_regs->io_control);
  1205. /*
  1206. ** Initialize all I/O TLB entries to 0 (Valid bit off).
  1207. */
  1208. WRITE_U32(0, &ioc->ioc_regs->io_tlb_entry_m);
  1209. WRITE_U32(0, &ioc->ioc_regs->io_tlb_entry_l);
  1210. for(i = 1 << CCIO_CHAINID_SHIFT; i ; i--) {
  1211. WRITE_U32((CMD_TLB_DIRECT_WRITE | (i << ioc->chainid_shift)),
  1212. &ioc->ioc_regs->io_command);
  1213. }
  1214. }
  1215. static void
  1216. ccio_init_resource(struct resource *res, char *name, void __iomem *ioaddr)
  1217. {
  1218. int result;
  1219. res->parent = NULL;
  1220. res->flags = IORESOURCE_MEM;
  1221. /*
  1222. * bracing ((signed) ...) are required for 64bit kernel because
  1223. * we only want to sign extend the lower 16 bits of the register.
  1224. * The upper 16-bits of range registers are hardcoded to 0xffff.
  1225. */
  1226. res->start = (unsigned long)((signed) READ_U32(ioaddr) << 16);
  1227. res->end = (unsigned long)((signed) (READ_U32(ioaddr + 4) << 16) - 1);
  1228. res->name = name;
  1229. /*
  1230. * Check if this MMIO range is disable
  1231. */
  1232. if (res->end + 1 == res->start)
  1233. return;
  1234. /* On some platforms (e.g. K-Class), we have already registered
  1235. * resources for devices reported by firmware. Some are children
  1236. * of ccio.
  1237. * "insert" ccio ranges in the mmio hierarchy (/proc/iomem).
  1238. */
  1239. result = insert_resource(&iomem_resource, res);
  1240. if (result < 0) {
  1241. printk(KERN_ERR "%s() failed to claim CCIO bus address space (%08lx,%08lx)\n",
  1242. __FUNCTION__, res->start, res->end);
  1243. }
  1244. }
  1245. static void __init ccio_init_resources(struct ioc *ioc)
  1246. {
  1247. struct resource *res = ioc->mmio_region;
  1248. char *name = kmalloc(14, GFP_KERNEL);
  1249. snprintf(name, 14, "GSC Bus [%d/]", ioc->hw_path);
  1250. ccio_init_resource(res, name, &ioc->ioc_regs->io_io_low);
  1251. ccio_init_resource(res + 1, name, &ioc->ioc_regs->io_io_low_hv);
  1252. }
  1253. static int new_ioc_area(struct resource *res, unsigned long size,
  1254. unsigned long min, unsigned long max, unsigned long align)
  1255. {
  1256. if (max <= min)
  1257. return -EBUSY;
  1258. res->start = (max - size + 1) &~ (align - 1);
  1259. res->end = res->start + size;
  1260. /* We might be trying to expand the MMIO range to include
  1261. * a child device that has already registered it's MMIO space.
  1262. * Use "insert" instead of request_resource().
  1263. */
  1264. if (!insert_resource(&iomem_resource, res))
  1265. return 0;
  1266. return new_ioc_area(res, size, min, max - size, align);
  1267. }
  1268. static int expand_ioc_area(struct resource *res, unsigned long size,
  1269. unsigned long min, unsigned long max, unsigned long align)
  1270. {
  1271. unsigned long start, len;
  1272. if (!res->parent)
  1273. return new_ioc_area(res, size, min, max, align);
  1274. start = (res->start - size) &~ (align - 1);
  1275. len = res->end - start + 1;
  1276. if (start >= min) {
  1277. if (!adjust_resource(res, start, len))
  1278. return 0;
  1279. }
  1280. start = res->start;
  1281. len = ((size + res->end + align) &~ (align - 1)) - start;
  1282. if (start + len <= max) {
  1283. if (!adjust_resource(res, start, len))
  1284. return 0;
  1285. }
  1286. return -EBUSY;
  1287. }
  1288. /*
  1289. * Dino calls this function. Beware that we may get called on systems
  1290. * which have no IOC (725, B180, C160L, etc) but do have a Dino.
  1291. * So it's legal to find no parent IOC.
  1292. *
  1293. * Some other issues: one of the resources in the ioc may be unassigned.
  1294. */
  1295. int ccio_allocate_resource(const struct parisc_device *dev,
  1296. struct resource *res, unsigned long size,
  1297. unsigned long min, unsigned long max, unsigned long align)
  1298. {
  1299. struct resource *parent = &iomem_resource;
  1300. struct ioc *ioc = ccio_get_iommu(dev);
  1301. if (!ioc)
  1302. goto out;
  1303. parent = ioc->mmio_region;
  1304. if (parent->parent &&
  1305. !allocate_resource(parent, res, size, min, max, align, NULL, NULL))
  1306. return 0;
  1307. if ((parent + 1)->parent &&
  1308. !allocate_resource(parent + 1, res, size, min, max, align,
  1309. NULL, NULL))
  1310. return 0;
  1311. if (!expand_ioc_area(parent, size, min, max, align)) {
  1312. __raw_writel(((parent->start)>>16) | 0xffff0000,
  1313. &ioc->ioc_regs->io_io_low);
  1314. __raw_writel(((parent->end)>>16) | 0xffff0000,
  1315. &ioc->ioc_regs->io_io_high);
  1316. } else if (!expand_ioc_area(parent + 1, size, min, max, align)) {
  1317. parent++;
  1318. __raw_writel(((parent->start)>>16) | 0xffff0000,
  1319. &ioc->ioc_regs->io_io_low_hv);
  1320. __raw_writel(((parent->end)>>16) | 0xffff0000,
  1321. &ioc->ioc_regs->io_io_high_hv);
  1322. } else {
  1323. return -EBUSY;
  1324. }
  1325. out:
  1326. return allocate_resource(parent, res, size, min, max, align, NULL,NULL);
  1327. }
  1328. int ccio_request_resource(const struct parisc_device *dev,
  1329. struct resource *res)
  1330. {
  1331. struct resource *parent;
  1332. struct ioc *ioc = ccio_get_iommu(dev);
  1333. if (!ioc) {
  1334. parent = &iomem_resource;
  1335. } else if ((ioc->mmio_region->start <= res->start) &&
  1336. (res->end <= ioc->mmio_region->end)) {
  1337. parent = ioc->mmio_region;
  1338. } else if (((ioc->mmio_region + 1)->start <= res->start) &&
  1339. (res->end <= (ioc->mmio_region + 1)->end)) {
  1340. parent = ioc->mmio_region + 1;
  1341. } else {
  1342. return -EBUSY;
  1343. }
  1344. /* "transparent" bus bridges need to register MMIO resources
  1345. * firmware assigned them. e.g. children of hppb.c (e.g. K-class)
  1346. * registered their resources in the PDC "bus walk" (See
  1347. * arch/parisc/kernel/inventory.c).
  1348. */
  1349. return insert_resource(parent, res);
  1350. }
  1351. /**
  1352. * ccio_probe - Determine if ccio should claim this device.
  1353. * @dev: The device which has been found
  1354. *
  1355. * Determine if ccio should claim this chip (return 0) or not (return 1).
  1356. * If so, initialize the chip and tell other partners in crime they
  1357. * have work to do.
  1358. */
  1359. static int ccio_probe(struct parisc_device *dev)
  1360. {
  1361. int i;
  1362. struct ioc *ioc, **ioc_p = &ioc_list;
  1363. ioc = kzalloc(sizeof(struct ioc), GFP_KERNEL);
  1364. if (ioc == NULL) {
  1365. printk(KERN_ERR MODULE_NAME ": memory allocation failure\n");
  1366. return 1;
  1367. }
  1368. ioc->name = dev->id.hversion == U2_IOA_RUNWAY ? "U2" : "UTurn";
  1369. printk(KERN_INFO "Found %s at 0x%lx\n", ioc->name, dev->hpa.start);
  1370. for (i = 0; i < ioc_count; i++) {
  1371. ioc_p = &(*ioc_p)->next;
  1372. }
  1373. *ioc_p = ioc;
  1374. ioc->hw_path = dev->hw_path;
  1375. ioc->ioc_regs = ioremap(dev->hpa.start, 4096);
  1376. ccio_ioc_init(ioc);
  1377. ccio_init_resources(ioc);
  1378. hppa_dma_ops = &ccio_ops;
  1379. dev->dev.platform_data = kzalloc(sizeof(struct pci_hba_data), GFP_KERNEL);
  1380. /* if this fails, no I/O cards will work, so may as well bug */
  1381. BUG_ON(dev->dev.platform_data == NULL);
  1382. HBA_DATA(dev->dev.platform_data)->iommu = ioc;
  1383. if (ioc_count == 0) {
  1384. /* FIXME: Create separate entries for each ioc */
  1385. create_proc_read_entry(MODULE_NAME, S_IRWXU, proc_runway_root,
  1386. ccio_proc_info, NULL);
  1387. create_proc_read_entry(MODULE_NAME"-bitmap", S_IRWXU,
  1388. proc_runway_root, ccio_resource_map, NULL);
  1389. }
  1390. ioc_count++;
  1391. parisc_vmerge_boundary = IOVP_SIZE;
  1392. parisc_vmerge_max_size = BITS_PER_LONG * IOVP_SIZE;
  1393. parisc_has_iommu();
  1394. return 0;
  1395. }
  1396. /**
  1397. * ccio_init - ccio initalization procedure.
  1398. *
  1399. * Register this driver.
  1400. */
  1401. void __init ccio_init(void)
  1402. {
  1403. register_parisc_driver(&ccio_driver);
  1404. }