#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/io.h>
#include <linux/irq.h>
#include <linux/gpio.h>
#include <mach/hardware.h>
#include <mach/irqs.h>
Go to the source code of this file.
#define GPIO_DATA_CLR 0x14 |
#define GPIO_DATA_OUT 0x0 |
#define GPIO_DATA_SET 0x10 |
#define GPIO_DEBOUNCE_EN 0x40 |
#define GPIO_DEBOUNCE_PRESCALE 0x44 |
#define GPIO_INT_BOTH_EDGE 0x38 |
#define GPIO_INT_CLR 0x30 |
#define GPIO_INT_LEVEL 0x3C |
#define GPIO_INT_MASK 0x2C |
#define GPIO_INT_STAT 0x24 |
#define GPIO_INT_TYPE 0x34 |
#define GPIO_PULL_EN 0x18 |
#define GPIO_PULL_TYPE 0x1C |