Home
last modified time | relevance | path

Searched refs:GPIO_REG (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/arm/mach-pxa/include/mach/
Dgpio.h34 #define GPIO_REG(x) (*(volatile u32 *)(GPIO_REGS_VIRT + (x))) macro
37 #define GPLR0 GPIO_REG(BANK_OFF(0) + 0x00)
38 #define GPLR1 GPIO_REG(BANK_OFF(1) + 0x00)
39 #define GPLR2 GPIO_REG(BANK_OFF(2) + 0x00)
40 #define GPLR3 GPIO_REG(BANK_OFF(3) + 0x00)
43 #define GPDR0 GPIO_REG(BANK_OFF(0) + 0x0c)
44 #define GPDR1 GPIO_REG(BANK_OFF(1) + 0x0c)
45 #define GPDR2 GPIO_REG(BANK_OFF(2) + 0x0c)
46 #define GPDR3 GPIO_REG(BANK_OFF(3) + 0x0c)
49 #define GPSR0 GPIO_REG(BANK_OFF(0) + 0x18)
[all …]
/linux-2.6.39/arch/arm/mach-mmp/include/mach/
Dgpio.h11 #define GPIO_REG(x) (*((volatile u32 *)(GPIO_REGS_VIRT + (x)))) macro
30 #define GPLR(x) GPIO_REG(BANK_OFF(gpio_to_bank(x)) + 0x00)
31 #define GPDR(x) GPIO_REG(BANK_OFF(gpio_to_bank(x)) + 0x0c)
32 #define GPSR(x) GPIO_REG(BANK_OFF(gpio_to_bank(x)) + 0x18)
33 #define GPCR(x) GPIO_REG(BANK_OFF(gpio_to_bank(x)) + 0x24)
/linux-2.6.39/arch/arm/mach-tegra/
Dgpio.c34 #define GPIO_REG(x) (IO_TO_VIRT(TEGRA_GPIO_BASE) + \ macro
38 #define GPIO_CNF(x) (GPIO_REG(x) + 0x00)
39 #define GPIO_OE(x) (GPIO_REG(x) + 0x10)
40 #define GPIO_OUT(x) (GPIO_REG(x) + 0X20)
41 #define GPIO_IN(x) (GPIO_REG(x) + 0x30)
42 #define GPIO_INT_STA(x) (GPIO_REG(x) + 0x40)
43 #define GPIO_INT_ENB(x) (GPIO_REG(x) + 0x50)
44 #define GPIO_INT_LVL(x) (GPIO_REG(x) + 0x60)
45 #define GPIO_INT_CLR(x) (GPIO_REG(x) + 0x70)
47 #define GPIO_MSK_CNF(x) (GPIO_REG(x) + 0x800)
[all …]
/linux-2.6.39/drivers/gpio/
Dlangwell_gpio.c51 enum GPIO_REG { enum
69 enum GPIO_REG reg_type) in gpio_reg()
/linux-2.6.39/drivers/staging/msm/
Dmddihosti.h423 #define GPIO_REG 0x81 macro