|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/device.h>#include <linux/errno.h>#include <linux/init.h>#include <mach/hardware.h>#include <asm/hardware/sa1111.h>#include <asm/mach-types.h>#include "sa1111_generic.h"Go to the source code of this file.
Macros | |
| #define | SOCKET0_POWER GPIO_GPIO0 |
| #define | SOCKET0_3V GPIO_GPIO2 |
| #define | SOCKET1_POWER (GPIO_GPIO1 | GPIO_GPIO3) |
| #define | SOCKET1_3V GPIO_GPIO3 |
Functions | |
| int __devinit | pcmcia_jornada720_init (struct device *dev) |
| #define SOCKET0_3V GPIO_GPIO2 |
Definition at line 21 of file sa1111_jornada720.c.
| #define SOCKET0_POWER GPIO_GPIO0 |
Definition at line 20 of file sa1111_jornada720.c.
| #define SOCKET1_3V GPIO_GPIO3 |
Definition at line 23 of file sa1111_jornada720.c.
| #define SOCKET1_POWER (GPIO_GPIO1 | GPIO_GPIO3) |
Definition at line 22 of file sa1111_jornada720.c.
1.8.2