Lines Matching +full:0 +full:xf5000000
73 return 0; in sa11x0_getspeed()
74 return sa11x0_freq_table[PPCR & 0xf].frequency; in sa11x0_getspeed()
92 PSPR = 0; in sa1100_power_off()
102 /* Jump into ROM at address 0 */ in sa11x0_restart()
103 soft_restart(0); in sa11x0_restart()
122 [0] = DEFINE_RES_MEM(__PREG(Ser0UDCCR), SZ_64K),
126 static u64 sa11x0udc_dma_mask = 0xffffffffUL;
133 .coherent_dma_mask = 0xffffffff,
140 [0] = DEFINE_RES_MEM(__PREG(Ser1UTCR0), SZ_64K),
152 [0] = DEFINE_RES_MEM(__PREG(Ser3UTCR0), SZ_64K),
164 [0] = DEFINE_RES_MEM(__PREG(Ser4MCCR0), SZ_64K),
169 static u64 sa11x0mcp_dma_mask = 0xffffffffUL;
176 .coherent_dma_mask = 0xffffffff,
198 [0] = DEFINE_RES_MEM(0x80070000, SZ_64K),
202 static u64 sa11x0ssp_dma_mask = 0xffffffffUL;
209 .coherent_dma_mask = 0xffffffff,
216 [0] = DEFINE_RES_MEM(0xb0100000, SZ_64K),
224 .coherent_dma_mask = 0xffffffff,
239 platform_device_register_simple("sa11x0-pcmcia", socket, NULL, 0); in sa11x0_register_pcmcia()
257 DEFINE_RES_MEM(__PREG(Ser2UTCR0), 0x24),
258 DEFINE_RES_MEM(__PREG(Ser2HSCR0), 0x1c),
259 DEFINE_RES_MEM(__PREG(Ser2HSCR2), 0x04),
276 DEFINE_RES_MEM(0x90010000, 0x40),
305 .coherent_dma_mask = 0xffffffff,
358 NULL, 0, cfg, sizeof(*cfg)); in sa11x0_register_fixed_regulator()
359 return 0; in sa11x0_register_fixed_regulator()
367 * 0xf0000000-0xf3ffffff: miscellaneous stuff (CPLDs, etc.)
368 * 0xf4000000-0xf4ffffff: SA-1111
369 * 0xf5000000-0xf5ffffff: reserved (used by cache flushing area)
370 * 0xf6000000-0xfffeffff: reserved (internal SA1100 IO defined above)
371 * 0xffff0000-0xffff0fff: SA1100 exception vectors
372 * 0xffff2000-0xffff2fff: Minicache copy_user_page area
374 * Below 0xe8000000 is reserved for vm allocation.
382 .virtual = 0xf8000000,
383 .pfn = __phys_to_pfn(0x80000000),
384 .length = 0x00100000,
387 .virtual = 0xfa000000,
388 .pfn = __phys_to_pfn(0x90000000),
389 .length = 0x00100000,
392 .virtual = 0xfc000000,
393 .pfn = __phys_to_pfn(0xa0000000),
394 .length = 0x00100000,
397 .virtual = 0xfe000000,
398 .pfn = __phys_to_pfn(0xb0000000),
399 .length = 0x00200000,
411 pxa_timer_nodt_init(IRQ_OST0, io_p2v(0x90000000)); in sa1100_timer_init()
415 DEFINE_RES_MEM_NAMED(0x90050000, SZ_64K, "irqs");
475 return 0; in sa11x0_gpio_set_wake()
488 return 0; in sa11x0_sc_set_wake()