Lines Matching +full:0 +full:x00780000
41 * - RTC S35390A (@0x30) on I2C bus
50 #define QNAP_TS409_NOR_BOOT_BASE 0xff800000
59 * [2] 0x00000000-0x00200000 : "Kernel"
60 * [3] 0x00200000-0x00600000 : "RootFS1"
61 * [4] 0x00600000-0x00700000 : "RootFS2"
62 * [6] 0x00700000-0x00760000 : "NAS Config" (read-only)
63 * [5] 0x00760000-0x00780000 : "U-Boot Config"
64 * [1] 0x00780000-0x00800000 : "U-Boot" (read-only)
69 .size = 0x00080000,
70 .offset = 0x00780000,
74 .size = 0x00200000,
75 .offset = 0,
78 .size = 0x00400000,
79 .offset = 0x00200000,
82 .size = 0x00100000,
83 .offset = 0x00600000,
86 .size = 0x00020000,
87 .offset = 0x00760000,
90 .size = 0x00060000,
91 .offset = 0x00700000,
110 .id = 0,
150 return 0; in qnap_ts409_pci_init()
162 I2C_BOARD_INFO("s35390a", 0x30),
185 0, GPIO_ACTIVE_LOW),
239 .num_resources = 0,
269 0,
302 if (gpio_request(TS409_RTC_GPIO, "rtc") == 0) { in qnap_ts409_init()
303 if (gpio_direction_input(TS409_RTC_GPIO) == 0) in qnap_ts409_init()
308 if (qnap_ts409_i2c_rtc.irq == 0) in qnap_ts409_init()
310 i2c_register_board_info(0, &qnap_ts409_i2c_rtc, 1); in qnap_ts409_init()
320 .atag_offset = 0x100,