Lines Matching refs:dma_window
39 const __be32 *dma_window, *end;
53 dma_window = of_get_property(dn, propname, &bytes);
54 if (!dma_window)
56 end = dma_window + bytes / sizeof(*dma_window);
58 while (dma_window < end) {
64 *busno = be32_to_cpup(dma_window++);
73 *addr = of_read_number(dma_window, cells);
74 dma_window += cells;
80 *size = of_read_number(dma_window, cells);
81 dma_window += cells;