Lines Matching refs:offset
20 unsigned long val, offset = start, nr = 0; in iomem_show() local
25 printf("%08lx: ", base + offset); in iomem_show()
26 for (offset = start; offset <= end; offset += 0x04) { in iomem_show()
28 printf("\n%08lx: ", base + offset); in iomem_show()
31 val = readl((void __iomem *)base + offset); in iomem_show()
45 int offset; in iomem_show_by_match() local
47 for (offset = fdt_next_node(fdt, 0, NULL); in iomem_show_by_match()
48 offset >= 0; in iomem_show_by_match()
49 offset = fdt_next_node(fdt, offset, NULL)) { in iomem_show_by_match()
51 name = fdt_getprop(fdt, offset, "compatible", NULL); in iomem_show_by_match()
53 name = fdt_get_name(fdt, offset, NULL); in iomem_show_by_match()
61 addr = fdtdec_get_addr_size_auto_noparent(fdt, offset, in iomem_show_by_match()