Lines Matching +full:0 +full:xfa000000
70 return 0; in sa11x0_getspeed()
71 return sa11x0_freq_table[PPCR & 0xf].frequency; in sa11x0_getspeed()
89 PSPR = 0; in sa1100_power_off()
99 /* Jump into ROM at address 0 */ in sa11x0_restart()
100 soft_restart(0); in sa11x0_restart()
119 [0] = DEFINE_RES_MEM(__PREG(Ser0UDCCR), SZ_64K),
123 static u64 sa11x0udc_dma_mask = 0xffffffffUL;
130 .coherent_dma_mask = 0xffffffff,
137 [0] = DEFINE_RES_MEM(__PREG(Ser1UTCR0), SZ_64K),
149 [0] = DEFINE_RES_MEM(__PREG(Ser3UTCR0), SZ_64K),
161 [0] = DEFINE_RES_MEM(__PREG(Ser4MCCR0), SZ_64K),
166 static u64 sa11x0mcp_dma_mask = 0xffffffffUL;
173 .coherent_dma_mask = 0xffffffff,
195 [0] = DEFINE_RES_MEM(0x80070000, SZ_64K),
199 static u64 sa11x0ssp_dma_mask = 0xffffffffUL;
206 .coherent_dma_mask = 0xffffffff,
213 [0] = DEFINE_RES_MEM(0xb0100000, SZ_64K),
221 .coherent_dma_mask = 0xffffffff,
236 platform_device_register_simple("sa11x0-pcmcia", socket, NULL, 0); in sa11x0_register_pcmcia()
254 DEFINE_RES_MEM(0x90010000, 0x40),
283 .coherent_dma_mask = 0xffffffff,
300 struct resource wdt_res = DEFINE_RES_MEM(0x90000000, 0x20); in sa1100_init()
339 NULL, 0, cfg, sizeof(*cfg)); in sa11x0_register_fixed_regulator()
340 return 0; in sa11x0_register_fixed_regulator()
348 * 0xf0000000-0xf3ffffff: miscellaneous stuff (CPLDs, etc.)
349 * 0xf4000000-0xf4ffffff: SA-1111
350 * 0xf5000000-0xf5ffffff: reserved (used by cache flushing area)
351 * 0xf6000000-0xfffeffff: reserved (internal SA1100 IO defined above)
352 * 0xffff0000-0xffff0fff: SA1100 exception vectors
353 * 0xffff2000-0xffff2fff: Minicache copy_user_page area
355 * Below 0xe8000000 is reserved for vm allocation.
363 .virtual = 0xf8000000,
364 .pfn = __phys_to_pfn(0x80000000),
365 .length = 0x00100000,
368 .virtual = 0xfa000000,
369 .pfn = __phys_to_pfn(0x90000000),
370 .length = 0x00100000,
373 .virtual = 0xfc000000,
374 .pfn = __phys_to_pfn(0xa0000000),
375 .length = 0x00100000,
378 .virtual = 0xfe000000,
379 .pfn = __phys_to_pfn(0xb0000000),
380 .length = 0x00200000,
392 pxa_timer_nodt_init(IRQ_OST0, io_p2v(0x90000000)); in sa1100_timer_init()
396 DEFINE_RES_MEM_NAMED(0x90050000, SZ_64K, "irqs");
456 return 0; in sa11x0_gpio_set_wake()
469 return 0; in sa11x0_sc_set_wake()