|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/platform_device.h>#include <linux/delay.h>#include <linux/gpio.h>#include <asm/mach-types.h>#include "soc_common.h"Go to the source code of this file.
Macros | |
| #define | COLIBRI270_RESET_GPIO 53 |
| #define | COLIBRI270_PPEN_GPIO 107 |
| #define | COLIBRI270_BVD1_GPIO 83 |
| #define | COLIBRI270_BVD2_GPIO 82 |
| #define | COLIBRI270_DETECT_GPIO 84 |
| #define | COLIBRI270_READY_GPIO 1 |
| #define | COLIBRI320_RESET_GPIO 77 |
| #define | COLIBRI320_PPEN_GPIO 57 |
| #define | COLIBRI320_BVD1_GPIO 53 |
| #define | COLIBRI320_BVD2_GPIO 79 |
| #define | COLIBRI320_DETECT_GPIO 81 |
| #define | COLIBRI320_READY_GPIO 29 |
Enumerations | |
| enum | { DETECT = 0, READY = 1, BVD1 = 2, BVD2 = 3, PPEN = 4, RESET = 5 } |
Functions | |
| module_init (colibri_pcmcia_init) | |
| module_exit (colibri_pcmcia_exit) | |
| MODULE_AUTHOR ("Marek Vasut <[email protected]>") | |
| MODULE_DESCRIPTION ("PCMCIA support for Toradex Colibri PXA270/PXA320") | |
| MODULE_ALIAS ("platform:pxa2xx-pcmcia") | |
| MODULE_LICENSE ("GPL") | |
| #define COLIBRI270_BVD1_GPIO 83 |
Definition at line 25 of file pxa2xx_colibri.c.
| #define COLIBRI270_BVD2_GPIO 82 |
Definition at line 26 of file pxa2xx_colibri.c.
| #define COLIBRI270_DETECT_GPIO 84 |
Definition at line 27 of file pxa2xx_colibri.c.
| #define COLIBRI270_PPEN_GPIO 107 |
Definition at line 24 of file pxa2xx_colibri.c.
| #define COLIBRI270_READY_GPIO 1 |
Definition at line 28 of file pxa2xx_colibri.c.
| #define COLIBRI270_RESET_GPIO 53 |
Definition at line 23 of file pxa2xx_colibri.c.
| #define COLIBRI320_BVD1_GPIO 53 |
Definition at line 32 of file pxa2xx_colibri.c.
| #define COLIBRI320_BVD2_GPIO 79 |
Definition at line 33 of file pxa2xx_colibri.c.
| #define COLIBRI320_DETECT_GPIO 81 |
Definition at line 34 of file pxa2xx_colibri.c.
| #define COLIBRI320_PPEN_GPIO 57 |
Definition at line 31 of file pxa2xx_colibri.c.
| #define COLIBRI320_READY_GPIO 29 |
Definition at line 35 of file pxa2xx_colibri.c.
| #define COLIBRI320_RESET_GPIO 77 |
Definition at line 30 of file pxa2xx_colibri.c.
| anonymous enum |
Definition at line 37 of file pxa2xx_colibri.c.
| MODULE_ALIAS | ( | "platform:pxa2xx-pcmcia" | ) |
| MODULE_AUTHOR | ( | "Marek Vasut <[email protected]>" | ) |
| module_exit | ( | colibri_pcmcia_exit | ) |
| module_init | ( | colibri_pcmcia_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2