Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
regs-gpio.h File Reference
#include <mach/map.h>

Go to the source code of this file.

Macros

#define __ASM_ARCH_REGS_GPIO_H   __FILE__
 
#define S5PV210_EINT30CON   (S5P_VA_GPIO + 0xE00)
 
#define S5P_EINT_CON(x)   (S5PV210_EINT30CON + ((x) * 0x4))
 
#define S5PV210_EINT30FLTCON0   (S5P_VA_GPIO + 0xE80)
 
#define S5P_EINT_FLTCON(x)   (S5PV210_EINT30FLTCON0 + ((x) * 0x4))
 
#define S5PV210_EINT30MASK   (S5P_VA_GPIO + 0xF00)
 
#define S5P_EINT_MASK(x)   (S5PV210_EINT30MASK + ((x) * 0x4))
 
#define S5PV210_EINT30PEND   (S5P_VA_GPIO + 0xF40)
 
#define S5P_EINT_PEND(x)   (S5PV210_EINT30PEND + ((x) * 0x4))
 
#define EINT_REG_NR(x)   (EINT_OFFSET(x) >> 3)
 
#define eint_irq_to_bit(irq)   (1 << (EINT_OFFSET(irq) & 0x7))
 
#define EINT_MODE   S3C_GPIO_SFN(0xf)
 
#define EINT_GPIO_0(x)   S5PV210_GPH0(x)
 
#define EINT_GPIO_1(x)   S5PV210_GPH1(x)
 
#define EINT_GPIO_2(x)   S5PV210_GPH2(x)
 
#define EINT_GPIO_3(x)   S5PV210_GPH3(x)
 

Macro Definition Documentation

#define __ASM_ARCH_REGS_GPIO_H   __FILE__

Definition at line 14 of file regs-gpio.h.

#define EINT_GPIO_0 (   x)    S5PV210_GPH0(x)

Definition at line 36 of file regs-gpio.h.

#define EINT_GPIO_1 (   x)    S5PV210_GPH1(x)

Definition at line 37 of file regs-gpio.h.

#define EINT_GPIO_2 (   x)    S5PV210_GPH2(x)

Definition at line 38 of file regs-gpio.h.

#define EINT_GPIO_3 (   x)    S5PV210_GPH3(x)

Definition at line 39 of file regs-gpio.h.

#define eint_irq_to_bit (   irq)    (1 << (EINT_OFFSET(irq) & 0x7))

Definition at line 32 of file regs-gpio.h.

#define EINT_MODE   S3C_GPIO_SFN(0xf)

Definition at line 34 of file regs-gpio.h.

#define EINT_REG_NR (   x)    (EINT_OFFSET(x) >> 3)

Definition at line 30 of file regs-gpio.h.

#define S5P_EINT_CON (   x)    (S5PV210_EINT30CON + ((x) * 0x4))

Definition at line 19 of file regs-gpio.h.

#define S5P_EINT_FLTCON (   x)    (S5PV210_EINT30FLTCON0 + ((x) * 0x4))

Definition at line 22 of file regs-gpio.h.

#define S5P_EINT_MASK (   x)    (S5PV210_EINT30MASK + ((x) * 0x4))

Definition at line 25 of file regs-gpio.h.

#define S5P_EINT_PEND (   x)    (S5PV210_EINT30PEND + ((x) * 0x4))

Definition at line 28 of file regs-gpio.h.

#define S5PV210_EINT30CON   (S5P_VA_GPIO + 0xE00)

Definition at line 18 of file regs-gpio.h.

#define S5PV210_EINT30FLTCON0   (S5P_VA_GPIO + 0xE80)

Definition at line 21 of file regs-gpio.h.

#define S5PV210_EINT30MASK   (S5P_VA_GPIO + 0xF00)

Definition at line 24 of file regs-gpio.h.

#define S5PV210_EINT30PEND   (S5P_VA_GPIO + 0xF40)

Definition at line 27 of file regs-gpio.h.