Go to the documentation of this file.
13 #ifndef __DAVINCI_DAVINCI_GPIO_H
14 #define __DAVINCI_DAVINCI_GPIO_H
21 #include <mach/irqs.h>
22 #include <mach/common.h>
24 #define DAVINCI_GPIO_BASE 0x01C67000
53 #define GPIO_TO_PIN(bank, gpio) (16 * (bank) + (gpio))
75 __gpio_to_controller(
unsigned gpio)
78 int index = gpio / 32;
86 static inline u32 __gpio_mask(
unsigned gpio)
88 return 1 << (gpio % 32);