Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/clk.h>
#include <linux/debugfs.h>
#include <linux/delay.h>
#include <linux/err.h>
#include <linux/init.h>
#include <linux/io.h>
#include <linux/seq_file.h>
#include <linux/spinlock.h>
#include <mach/clk.h>
#include <mach/iomap.h>
#include <mach/powergate.h>
#include "fuse.h"
Go to the source code of this file.
Macros | |
#define | PWRGATE_TOGGLE 0x30 |
#define | PWRGATE_TOGGLE_START (1 << 8) |
#define | REMOVE_CLAMPING 0x34 |
#define | PWRGATE_STATUS 0x38 |
#define PWRGATE_STATUS 0x38 |
Definition at line 41 of file powergate.c.
#define PWRGATE_TOGGLE 0x30 |
Definition at line 36 of file powergate.c.
#define PWRGATE_TOGGLE_START (1 << 8) |
Definition at line 37 of file powergate.c.
#define REMOVE_CLAMPING 0x34 |
Definition at line 39 of file powergate.c.
Definition at line 172 of file powergate.c.
Definition at line 180 of file powergate.c.
Definition at line 104 of file powergate.c.
Definition at line 96 of file powergate.c.
Definition at line 88 of file powergate.c.
Definition at line 115 of file powergate.c.