Lines Matching defs:dart
36 #include "dart.h"
42 /* Mapped base address for the dart */
43 static unsigned int __iomem *dart;
68 DBG("dart: flush\n");
181 DBG("dart: build at: %lx, %lx, addr: %x\n", index, npages, uaddr);
219 DBG("dart: free at: %lx, %lx\n", index, npages);
289 dart = ioremap(r.start, resource_size(&r));
290 if (dart == NULL)
397 dn = of_find_compatible_node(NULL, "dart", "u3-dart");
399 dn = of_find_compatible_node(NULL, "dart", "u4-dart");