Lines Matching +full:0 +full:x00700000
29 #define QNAP_TS209_NOR_BOOT_BASE 0xf4000000
38 * [2] 0x00000000-0x00200000 : "Kernel"
39 * [3] 0x00200000-0x00600000 : "RootFS1"
40 * [4] 0x00600000-0x00700000 : "RootFS2"
41 * [6] 0x00700000-0x00760000 : "NAS Config" (read-only)
42 * [5] 0x00760000-0x00780000 : "U-Boot Config"
43 * [1] 0x00780000-0x00800000 : "U-Boot" (read-only)
48 .size = 0x00080000,
49 .offset = 0x00780000,
53 .size = 0x00200000,
54 .offset = 0,
57 .size = 0x00400000,
58 .offset = 0x00200000,
61 .size = 0x00100000,
62 .offset = 0x00600000,
65 .size = 0x00020000,
66 .offset = 0x00760000,
69 .size = 0x00060000,
70 .offset = 0x00700000,
89 .id = 0,
113 if (gpio_request(pin, "PCI Int1") == 0) { in qnap_ts209_pci_preinit()
114 if (gpio_direction_input(pin) == 0) { in qnap_ts209_pci_preinit()
127 if (gpio_request(pin, "PCI Int2") == 0) { in qnap_ts209_pci_preinit()
128 if (gpio_direction_input(pin) == 0) { in qnap_ts209_pci_preinit()
157 case 0: in qnap_ts209_pci_map_irq()
179 return 0; in qnap_ts209_pci_init()
191 I2C_BOARD_INFO("s35390a", 0x30),
192 .irq = 0,
225 .num_resources = 0,
255 MPP12_SATA_LED, /* SATA 0 presence */
257 MPP14_SATA_LED, /* SATA 0 active */
263 0,
276 * MPP[20] PCI clock 0 in qnap_ts209_init()
278 * MPP[22] USB 0 over current in qnap_ts209_init()
306 if (gpio_request(TS209_RTC_GPIO, "rtc") == 0) { in qnap_ts209_init()
307 if (gpio_direction_input(TS209_RTC_GPIO) == 0) in qnap_ts209_init()
312 if (qnap_ts209_i2c_rtc.irq == 0) in qnap_ts209_init()
314 i2c_register_board_info(0, &qnap_ts209_i2c_rtc, 1); in qnap_ts209_init()
322 .atag_offset = 0x100,