Lines Matching +full:0 +full:x00400000
21 * 0x00000000-0x00080000 : "U-Boot"
22 * 0x00200000-0x00400000 : "Kernel"
23 * 0x00400000-0x00d00000 : "RootFS"
24 * 0x00d00000-0x01000000 : "RootFS2"
25 * 0x00080000-0x000c0000 : "U-Boot Config"
26 * 0x000c0000-0x00200000 : "NAS Config"
36 .size = 0x00080000,
37 .offset = 0,
41 .size = 0x00200000,
42 .offset = 0x00200000,
45 .size = 0x00900000,
46 .offset = 0x00400000,
49 .size = 0x00300000,
50 .offset = 0x00d00000,
53 .size = 0x00040000,
54 .offset = 0x00080000,
57 .size = 0x00140000,
58 .offset = 0x000c0000,
75 .bus_num = 0,
76 .chip_select = 0,
102 writel(0x83, UART1_REG(LCR)); in qnap_tsx1x_power_off()
103 writel(divisor & 0xff, UART1_REG(DLL)); in qnap_tsx1x_power_off()
104 writel((divisor >> 8) & 0xff, UART1_REG(DLM)); in qnap_tsx1x_power_off()
105 writel(0x03, UART1_REG(LCR)); in qnap_tsx1x_power_off()
106 writel(0x00, UART1_REG(IER)); in qnap_tsx1x_power_off()
107 writel(0x00, UART1_REG(FCR)); in qnap_tsx1x_power_off()
108 writel(0x00, UART1_REG(MCR)); in qnap_tsx1x_power_off()