Lines Matching defs:from
71 * That's why we have to create a dedicated read-method to copy data from there
74 static void dw_spi_bt1_dirmap_copy_from_map(void *to, void __iomem *from, size_t len)
83 shift = (size_t)from & 0x3;
86 data = readl_relaxed(from - shift);
88 from += chunk;
94 data = readl_relaxed(from);
96 from += 4;
102 data = readl_relaxed(from);
210 * data from/to it. Note the system APB bus will stall during each IO
211 * from/to the dirmap region until the operation is finished. So don't
239 * resources from different CPUs. The situation is worsen by a small