Linux Kernel
3.7.1
|
#include <asm/mach-pnx833x/pnx833x.h>
Go to the source code of this file.
Macros | |
#define | SET_REG_BIT(reg, bit) do { (reg |= (1 << (bit))); } while (0) |
#define | CLEAR_REG_BIT(reg, bit) do { (reg &= ~(1 << (bit))); } while (0) |
#define | GPIO_INT_NONE 0 |
#define | GPIO_INT_LEVEL_LOW 1 |
#define | GPIO_INT_LEVEL_HIGH 2 |
#define | GPIO_INT_EDGE_RISING 3 |
#define | GPIO_INT_EDGE_FALLING 4 |
#define | GPIO_INT_EDGE_BOTH 5 |