Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
gpio-pxa.h File Reference

Go to the source code of this file.

Data Structures

struct  pxa_gpio_platform_data
 

Macros

#define GPIO_bit(x)   (1 << ((x) & 0x1f))
 
#define gpio_to_bank(gpio)   ((gpio) >> 5)
 

Functions

int pxa_irq_to_gpio (int irq)
 

Variables

int pxa_last_gpio
 

Macro Definition Documentation

#define GPIO_bit (   x)    (1 << ((x) & 0x1f))

Definition at line 4 of file gpio-pxa.h.

#define gpio_to_bank (   gpio)    ((gpio) >> 5)

Definition at line 6 of file gpio-pxa.h.

Function Documentation

int pxa_irq_to_gpio ( int  irq)

Definition at line 178 of file gpio-pxa.c.

Variable Documentation

int pxa_last_gpio

Definition at line 63 of file gpio-pxa.c.