Lines Matching +full:0 +full:x00700000
40 * - RTC S35390A (@0x30) on I2C bus
49 #define QNAP_TS409_NOR_BOOT_BASE 0xff800000
58 * [2] 0x00000000-0x00200000 : "Kernel"
59 * [3] 0x00200000-0x00600000 : "RootFS1"
60 * [4] 0x00600000-0x00700000 : "RootFS2"
61 * [6] 0x00700000-0x00760000 : "NAS Config" (read-only)
62 * [5] 0x00760000-0x00780000 : "U-Boot Config"
63 * [1] 0x00780000-0x00800000 : "U-Boot" (read-only)
68 .size = 0x00080000,
69 .offset = 0x00780000,
73 .size = 0x00200000,
74 .offset = 0,
77 .size = 0x00400000,
78 .offset = 0x00200000,
81 .size = 0x00100000,
82 .offset = 0x00600000,
85 .size = 0x00020000,
86 .offset = 0x00760000,
89 .size = 0x00060000,
90 .offset = 0x00700000,
109 .id = 0,
149 return 0; in qnap_ts409_pci_init()
161 I2C_BOARD_INFO("s35390a", 0x30),
231 .num_resources = 0,
261 0,
294 if (gpio_request(TS409_RTC_GPIO, "rtc") == 0) { in qnap_ts409_init()
295 if (gpio_direction_input(TS409_RTC_GPIO) == 0) in qnap_ts409_init()
300 if (qnap_ts409_i2c_rtc.irq == 0) in qnap_ts409_init()
302 i2c_register_board_info(0, &qnap_ts409_i2c_rtc, 1); in qnap_ts409_init()
311 .atag_offset = 0x100,