pxa25x.c (48a17db28c64369e3c6a8a2b415ad4030fac77e4) pxa25x.c (a1c0a6adbc705a9a760416796ce9cb3349fd476f)
1/*
2 * linux/arch/arm/mach-pxa/pxa25x.c
3 *
4 * Author: Nicolas Pitre
5 * Created: Jun 15, 2001
6 * Copyright: MontaVista Software Inc.
7 *
8 * Code specific to PXA21x/25x/26x variants.

--- 24 unchanged lines hidden (view full) ---

33#include <mach/pxa25x.h>
34#include <mach/reset.h>
35#include <mach/pm.h>
36#include <mach/dma.h>
37#include <mach/smemc.h>
38
39#include "generic.h"
40#include "devices.h"
1/*
2 * linux/arch/arm/mach-pxa/pxa25x.c
3 *
4 * Author: Nicolas Pitre
5 * Created: Jun 15, 2001
6 * Copyright: MontaVista Software Inc.
7 *
8 * Code specific to PXA21x/25x/26x variants.

--- 24 unchanged lines hidden (view full) ---

33#include <mach/pxa25x.h>
34#include <mach/reset.h>
35#include <mach/pm.h>
36#include <mach/dma.h>
37#include <mach/smemc.h>
38
39#include "generic.h"
40#include "devices.h"
41#include "clock.h"
42
43/*
44 * Various clock factors driven by the CCCR register.
45 */
46
47#ifdef CONFIG_PM
48
49#define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x

--- 171 unchanged lines hidden ---
41
42/*
43 * Various clock factors driven by the CCCR register.
44 */
45
46#ifdef CONFIG_PM
47
48#define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x

--- 171 unchanged lines hidden ---