3 #include <linux/kernel.h>
4 #include <linux/string.h>
11 unsigned long *busno,
unsigned long *
phys,
unsigned long *
size)
13 const u32 *dma_window;
15 const unsigned char *prop;
17 dma_window = dma_window_prop;
20 *busno = *(dma_window++);
27 *phys = of_read_number(dma_window, cells);
33 *size = of_read_number(dma_window, cells);