Lines Matching +full:0 +full:x00200000
59 if (!memsize_str || kstrtoul(memsize_str, 0, &memsize)) in prom_init()
60 memsize = 0x04000000; in prom_init()
61 add_memory_region(0, memsize, BOOT_MEM_RAM); in prom_init()
72 alchemy_gpio_direction_output(4, 0); in gpr_reset()
73 alchemy_gpio_direction_output(5, 0); in gpr_reset()
78 alchemy_gpio_direction_output(1, 0); in gpr_reset()
111 [0] = {
121 .id = 0,
129 * 0x00000000-0x00200000 : "kernel"
130 * 0x00200000-0x00a00000 : "rootfs"
131 * 0x01d00000-0x01f00000 : "config"
132 * 0x01c00000-0x01d00000 : "yamon"
133 * 0x01d00000-0x01d40000 : "yamon env vars"
134 * 0x00000000-0x00a00000 : "kernel+rootfs"
139 .size = 0x00200000,
140 .offset = 0,
144 .size = 0x00800000,
150 .size = 0x00200000,
151 .offset = 0x01d00000,
155 .size = 0x00100000,
156 .offset = 0x01c00000,
160 .size = 0x00040000,
165 .size = 0x00a00000,
166 .offset = 0,
177 .start = 0x1e000000,
178 .end = 0x1fffffff,
231 GPIO_LOOKUP_IDX("alchemy-gpio2", 9, NULL, 0,
257 I2C_BOARD_INFO("lm83", 0x18),
264 [0] = {
266 .end = AU1500_PCI_PHYS_ADDR + 0xfff,
273 if ((slot == 0) && (pin == 1)) in gpr_map_pci_irq()
275 else if ((slot == 0) && (pin == 2)) in gpr_map_pci_irq()
278 return 0xff; in gpr_map_pci_irq()
288 0,
295 .id = 0,
318 i2c_register_board_info(0, gpr_i2c_info, ARRAY_SIZE(gpr_i2c_info)); in gpr_dev_init()