6 #include <linux/module.h>
7 #include <linux/kernel.h>
8 #include <linux/device.h>
9 #include <linux/errno.h>
12 #include <mach/hardware.h>
47 unsigned int ncr_mask, ncr_set, pa_dwr_mask, pa_dwr_set;
57 else if (state->
Vpp == 120)
59 else if (state->
Vpp == state->
Vcc)
63 __func__, state->
Vpp);
73 if (state->
Vpp != state->
Vcc && state->
Vpp != 0) {
75 __func__, state->
Vpp);
90 case 0: pa_dwr_set = 0;
break;
106 .configure_socket = neponset_pcmcia_configure_socket,
115 if (machine_is_assabet()) {