Linux Kernel
3.7.1
|
#include <linux/platform_device.h>
#include <linux/irq.h>
#include <linux/delay.h>
#include <linux/gpio.h>
#include <linux/export.h>
#include "soc_common.h"
Go to the source code of this file.
Macros | |
#define | GPIO_PCMCIA_SKTSEL (54) |
#define | GPIO_PCMCIA_S0_CD_VALID (16) |
#define | GPIO_PCMCIA_S1_CD_VALID (17) |
#define | GPIO_PCMCIA_S0_RDYINT (6) |
#define | GPIO_PCMCIA_S1_RDYINT (8) |
#define | GPIO_PCMCIA_RESET (9) |
Functions | |
int __init | cmx255_pcmcia_init (void) |
void __exit | cmx255_pcmcia_exit (void) |
#define GPIO_PCMCIA_RESET (9) |
Definition at line 26 of file pxa2xx_cm_x255.c.
#define GPIO_PCMCIA_S0_CD_VALID (16) |
Definition at line 22 of file pxa2xx_cm_x255.c.
#define GPIO_PCMCIA_S0_RDYINT (6) |
Definition at line 24 of file pxa2xx_cm_x255.c.
#define GPIO_PCMCIA_S1_CD_VALID (17) |
Definition at line 23 of file pxa2xx_cm_x255.c.
#define GPIO_PCMCIA_S1_RDYINT (8) |
Definition at line 25 of file pxa2xx_cm_x255.c.
#define GPIO_PCMCIA_SKTSEL (54) |
Definition at line 21 of file pxa2xx_cm_x255.c.
Definition at line 125 of file pxa2xx_cm_x255.c.
Definition at line 102 of file pxa2xx_cm_x255.c.