7 #include <linux/module.h>
8 #include <linux/kernel.h>
9 #include <linux/device.h>
10 #include <linux/errno.h>
13 #include <mach/hardware.h>
20 #define SOCKET0_POWER GPIO_GPIO0
21 #define SOCKET0_3V GPIO_GPIO2
22 #define SOCKET1_POWER (GPIO_GPIO1 | GPIO_GPIO3)
23 #define SOCKET1_3V GPIO_GPIO3
29 unsigned int pa_dwr_mask, pa_dwr_set;
74 if (state->
Vpp != state->
Vcc && state->
Vpp != 0) {
76 __func__, state->
Vpp);
89 .configure_socket = jornada720_pcmcia_configure_socket,
98 if (machine_is_jornada720()) {