#include <linux/init.h>
#include <linux/pm.h>
#include <linux/types.h>
#include <linux/ioport.h>
#include <linux/interrupt.h>
#include <linux/wait.h>
#include <linux/kthread.h>
#include <linux/freezer.h>
#include <linux/suspend.h>
#include <linux/fsl_devices.h>
#include <linux/of_platform.h>
#include <linux/export.h>
#include <asm/reg.h>
#include <asm/io.h>
#include <asm/time.h>
#include <asm/mpc6xx.h>
#include <asm/switch_to.h>
#include <sysdev/fsl_soc.h>
Go to the source code of this file.
#define IMMR_RCW_OFFSET 0x900 |
#define IMMR_SYSCR_OFFSET 0x100 |
#define PMCCR1_ASSERT_PME 0x00000040 |
#define PMCCR1_CURR_STATE 0x03 /* Current state for power management*/ |
#define PMCCR1_NEXT_STATE 0x0C /* Next state for power management */ |
#define PMCCR1_NEXT_STATE_SHIFT 2 |
#define PMCCR1_PME_EN 0x00000080 |
#define PMCCR1_POWER_OFF 0x00000020 |
#define PMCCR1_USE_STATE 0x80000000 |
#define PMCCR_SLPEN 1 /* System low power enable */ |
#define PMCER_ETSEC1 0x020 |
#define PMCER_ETSEC2 0x010 |
#define PMCER_TIMER 0x008 |
#define RCW_PCI_HOST 0x80000000 |