Searched refs:Vpp (Results 1 - 25 of 39) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dsa1100_neponset.c55 if (state->Vpp == 0)
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);
H A Dpxa2xx_lubbock.c94 switch (state->Vpp) {
103 if (state->Vpp == state->Vcc)
106 printk(KERN_ERR "%s(): unrecognized Vpp %u\n",
107 __func__, state->Vpp);
136 if (state->Vpp != state->Vcc && state->Vpp != 0) {
137 printk(KERN_ERR "%s(): CF slot cannot support Vpp %u\n",
138 __func__, state->Vpp);
186 ((socket_state_t *)state)->Vpp = 50;
H A Dsa1100_badge4.c36 * PCM Vpp:
38 * PCM Vpp on BadgePAD 4 can be jumpered for 12v0 (short pins 4 and 6
55 * PCM Vpp, and 5v0 CF Vcc.
90 if ((state->Vpp != 0) &&
91 (state->Vpp != badge4_pcmvpp)) {
93 badge4_pcmvpp, state->Vpp);
118 need5V = ((state->Vcc == 50) || (state->Vpp == 50));
H A Dsa1100_jornada720.c33 skt->nr, state->Vcc, state->Vpp);
74 if (state->Vpp != state->Vcc && state->Vpp != 0) {
76 __func__, state->Vpp);
H A Dpxa2xx_mainstone.c101 switch (state->Vpp) {
105 if(state->Vpp == state->Vcc) {
108 printk(KERN_ERR "%s(): bad Vpp %u\n",
109 __func__, state->Vpp);
H A Dpxa2xx_trizeps4.c167 switch (state->Vpp) {
171 pr_err("%s(): Vpp 12V not supported in socket\n", __func__);
174 if (state->Vpp != state->Vcc) {
175 pr_err("%s(): bad Vpp %u\n", __func__, state->Vpp);
H A Ddb1xxx_ss.c249 switch (state->Vpp) {
258 printk(KERN_INFO "pcmcia%d unsupported Vpp %d\n",
259 sock->nr, state->Vpp);
262 /* sanity check: Vpp must be 0, 12, or Vcc */
263 if (((state->Vcc == 33) && (state->Vpp == 50)) ||
264 ((state->Vcc == 50) && (state->Vpp == 33))) {
265 printk(KERN_INFO "pcmcia%d bad Vcc/Vpp combo (%d %d)\n",
266 sock->nr, state->Vcc, state->Vpp);
H A Dvrc4173_cardu.c213 static inline uint8_t set_Vpp_value(u_char Vpp) argument
215 switch (Vpp) {
231 if (((state->Vpp == 33) || (state->Vpp == 50)) && (state->Vpp != state->Vcc))
235 val |= set_Vpp_value(state->Vpp);
H A Dpxa2xx_sharpsl.c154 if ((state->Vpp!=state->Vcc) && (state->Vpp!=0)) {
155 printk(KERN_ERR "CF slot cannot support Vpp %u\n", state->Vpp);
H A Dsocket_sysfs.c71 return sprintf(buf, "%d.%dV\n", s->socket.Vpp / 10, s->socket.Vpp % 10);
H A Di82365.c929 pr_debug("SetSocket(%d, flags %#3.3x, Vcc %d, Vpp %d, "
931 state->Vcc, state->Vpp, state->io_irq, state->csc_mask);
948 if (state->Vpp != 0) {
949 if (state->Vpp == 120)
951 else if (state->Vpp == state->Vcc)
964 if (state->Vpp != 0) {
965 if (state->Vpp == 120)
967 else if (state->Vpp == state->Vcc)
986 switch (state->Vpp) {
998 switch (state->Vpp) {
[all...]
H A Dm8xx_pcmcia.c597 (s->state.Vcc | s->state.Vpp)) {
719 if (s->state.Vcc | s->state.Vpp)
818 pr_debug("m8xx_pcmcia: SetSocket(%d, flags %#3.3x, Vcc %d, Vpp %d, "
820 state->Vcc, state->Vpp, state->io_irq, state->csc_mask);
823 if (voltage_set(lsock, state->Vcc, state->Vpp))
843 if (state->Vcc || state->Vpp)
H A Dvrc4171_card.c324 (state->Vpp != state->Vcc && state->Vpp != 0) ||
337 if (state->Vpp == state->Vcc)
H A Dpcmcia_resource.c273 s->socket.Vpp = mod->Vpp1;
331 s->socket.Vpp = 0;
457 s->socket.Vpp = req->Vpp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dsedlbauer_cs.c183 /* Use power settings for Vcc and Vpp if present */
194 p_dev->conf.Vpp = cfg->vpp1.param[CISTPL_POWER_VNOM]/10000;
196 p_dev->conf.Vpp = dflt->vpp1.param[CISTPL_POWER_VNOM]/10000;
260 if (link->conf.Vpp)
261 printk(", Vpp %d.%d", link->conf.Vpp/10, link->conf.Vpp%10);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dairo_cs.c166 /* Use power settings for Vcc and Vpp if present */
169 p_dev->conf.Vpp = cfg->vpp1.param[CISTPL_POWER_VNOM]/10000;
171 p_dev->conf.Vpp = dflt->vpp1.param[CISTPL_POWER_VNOM]/10000;
247 if (link->conf.Vpp)
248 printk(", Vpp %d.%d", link->conf.Vpp/10, link->conf.Vpp%10);
H A Datmel_cs.c183 /* Use power settings for Vcc and Vpp if present */
186 p_dev->conf.Vpp = cfg->vpp1.param[CISTPL_POWER_VNOM]/10000;
188 p_dev->conf.Vpp = dflt->vpp1.param[CISTPL_POWER_VNOM]/10000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dsl811_cs.c143 /* Use power settings for Vcc and Vpp if present */
154 p_dev->conf.Vpp =
157 p_dev->conf.Vpp =
203 if (link->conf.Vpp)
204 printk(", Vpp %d.%d", link->conf.Vpp/10, link->conf.Vpp%10);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/pcmcia/
H A Dcs.h38 u_int Vpp; /* both Vpp1 and Vpp2 */ member in struct:config_req_t
H A Dss.h57 u_char Vcc, Vpp; member in struct:socket_state_t
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-cs.c224 pdev->conf.Vpp = cfg->vpp1.param[CISTPL_POWER_VNOM] / 10000;
226 pdev->conf.Vpp = dflt->vpp1.param[CISTPL_POWER_VNOM] / 10000;
312 dev_info(&link->dev, "ide-cs: hd%c: Vpp = %d.%d\n",
314 link->conf.Vpp / 10, link->conf.Vpp % 10);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dspectrum_cs.c223 /* Use power settings for Vcc and Vpp if present */
244 p_dev->conf.Vpp =
247 p_dev->conf.Vpp =
H A Dorinoco_cs.c159 /* Use power settings for Vcc and Vpp if present */
180 p_dev->conf.Vpp =
183 p_dev->conf.Vpp =
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_cs.c492 /* Use power settings for Vcc and Vpp if present */
511 p_dev->conf.Vpp = cfg->vpp1.param[CISTPL_POWER_VNOM] / 10000;
513 p_dev->conf.Vpp = dflt->vpp1.param[CISTPL_POWER_VNOM] / 10000;
608 if (link->conf.Vpp)
609 printk(", Vpp %d.%d", link->conf.Vpp / 10,
610 link->conf.Vpp % 10);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_pcmcia.c197 pdev->conf.Vpp = cfg->vpp1.param[CISTPL_POWER_VNOM] / 10000;
199 pdev->conf.Vpp = dflt->vpp1.param[CISTPL_POWER_VNOM] / 10000;

Completed in 127 milliseconds

12