Searched refs:Vcc (Results 1 - 25 of 42) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dsa1100_badge4.c31 * PCM Vcc:
33 * PCM Vcc on BadgePAD 4 can be jumpered for 3v3 (short pins 1 and 3
39 * on JP6) or tied to PCM Vcc (short pins 2 and 4 on JP6). N.B.,
43 * CF Vcc:
45 * CF Vcc on BadgePAD 4 can be jumpered either for 3v3 (short pins 1
54 * tenths of volts; e.g. pcmv=33,120,50 indicates 3v3 PCM Vcc, 12v0
55 * PCM Vpp, and 5v0 CF Vcc.
83 if ((state->Vcc != 0) &&
84 (state->Vcc != badge4_pcmvcc)) {
86 badge4_pcmvcc, state->Vcc);
[all...]
H A Dpxa2xx_lubbock.c105 switch (state->Vcc) {
118 printk(KERN_ERR "%s(): unrecognized Vcc %u\n",
119 __FUNCTION__, state->Vcc);
132 if (state->Vpp == state->Vcc)
146 switch (state->Vcc) {
159 printk(KERN_ERR "%s(): unrecognized Vcc %u\n",
160 __FUNCTION__, state->Vcc);
165 if (state->Vpp != state->Vcc && state->Vpp != 0) {
185 if (ret == 0 && state->Vcc == 33) {
210 * It takes about 100ms to turn off Vcc
[all...]
H A Dsa1100_jornada720.c46 skt->nr, state->Vcc, state->Vpp);
52 switch (state->Vcc) {
63 switch (state->Vcc) {
75 if (state->Vpp != state->Vcc && state->Vpp != 0) {
H A Dsa1100_h3600.c76 if (state->Vcc != 0 && state->Vcc != 33 && state->Vcc != 50) {
77 printk(KERN_ERR "h3600_pcmcia: unrecognized Vcc %u.%uV\n",
78 state->Vcc / 10, state->Vcc % 10);
H A Dsa1100_neponset.c58 else if (state->Vpp == state->Vcc)
72 if (state->Vpp != state->Vcc && state->Vpp != 0) {
84 * pa_dwr_set is the mask for selecting Vcc on both sockets.
87 switch (state->Vcc) {
H A Dsa1100_assabet.c62 switch (state->Vcc) {
76 printk(KERN_ERR "%s(): unrecognized Vcc %u\n", __FUNCTION__,
77 state->Vcc);
H A Dsa1100_cerf.c58 switch (state->Vcc) {
65 printk(KERN_ERR "%s(): unrecognized Vcc %u\n",
66 __FUNCTION__, state->Vcc);
H A Dpxa2xx_sharpsl.c145 switch (state->Vcc) {
150 printk(KERN_ERR "sharpsl_pcmcia_configure_socket(): bad Vcc %u\n", state->Vcc);
154 if ((state->Vpp!=state->Vcc) && (state->Vpp!=0)) {
167 ncpr |= (state->Vcc == 33) ? 0x0002 :
168 (state->Vcc == 50) ? 0x0002 : 0;
170 ncpr |= (state->Vcc == 33) ? 0x0001 :
171 (state->Vcc == 50) ? 0x0002 : 0;
H A Dau1000_db1x00.c162 debug("config_skt %d Vcc %dV Vpp %dV, reset %d\n",
163 sock, state->Vcc, state->Vpp,
174 switch(state->Vcc){
175 case 0: /* Vcc 0 */
178 case 50: /* Vcc 5V */
192 printk("%s: bad Vcc/Vpp (%d:%d)\n",
194 state->Vcc,
199 case 33: /* Vcc 3.3V */
213 printk("%s: bad Vcc/Vpp (%d:%d)\n",
215 state->Vcc,
[all...]
H A Dpxa2xx_mainstone.c109 switch (state->Vcc) {
114 printk(KERN_ERR "%s(): bad Vcc %u\n",
115 __FUNCTION__, state->Vcc);
123 if(state->Vpp == state->Vcc) {
H A Dsa1100_shannon.c74 switch (state->Vcc) {
83 printk(KERN_ERR "%s(): unrecognized Vcc %u\n",
84 __FUNCTION__, state->Vcc);
H A Dsa1100_simpad.c76 switch (state->Vcc) {
92 printk(KERN_ERR "%s(): unrecognized Vcc %u\n",
93 __FUNCTION__, state->Vcc);
H A Dhd64465_ss.c270 * Set Vpp and Vcc (in tenths of a Volt). Does not
274 * the Vcc and Vpp voltages to the hs_sockets. If your board
282 static int hs_set_voltages(hs_socket_t *sp, int Vcc, int Vpp) argument
288 DPRINTK("hs_set_voltage(%d, %d, %d)\n", sock, Vcc, Vpp);
290 switch (Vcc)
299 if (Vpp != 0 && Vpp != Vcc)
427 DPRINTK("hs_set_socket(sock=%d, flags=%x, csc_mask=%x, Vcc=%d, Vpp=%d, io_irq=%d)\n",
428 sock, state->flags, state->csc_mask, state->Vcc, state->Vpp, state->io_irq);
433 state->Vcc != sp->state.Vcc) {
[all...]
H A Dsa1111_generic.c93 if (state->Vcc != 0)
95 if (state->Vcc == 50)
H A Dvrc4171_card.c303 static inline uint8_t set_Vcc_value(u_char Vcc) argument
305 switch (Vcc) {
323 (state->Vpp != state->Vcc && state->Vpp != 0) ||
324 (state->Vcc != 50 && state->Vcc != 33 && state->Vcc != 0))
332 voltage = set_Vcc_value(state->Vcc);
336 if (state->Vpp == state->Vcc)
H A Dsocket_sysfs.c62 if (s->socket.Vcc)
63 return sprintf(buf, "%d.%dV\n", s->socket.Vcc / 10,
64 s->socket.Vcc % 10);
85 return sprintf(buf, "%d.%dV\n", s->socket.Vcc / 10, s->socket.Vcc % 10);
H A Di82365.c946 debug(1, "SetSocket(%d, flags %#3.3x, Vcc %d, Vpp %d, "
948 state->Vcc, state->Vpp, state->io_irq, state->csc_mask);
968 else if (state->Vpp == state->Vcc)
972 if (state->Vcc != 0) {
974 if (state->Vcc == 33)
976 else if (state->Vcc == 50)
984 else if (state->Vpp == state->Vcc)
988 if (state->Vcc != 0) {
990 if (state->Vcc == 33)
992 else if (state->Vcc
[all...]
H A Dm32r_cfc.c482 debug(3, "m32r_cfc: SetSocket(%d, flags %#3.3x, Vcc %d, Vpp %d, "
484 state->Vcc, state->Vpp, state->io_irq, state->csc_mask);
489 if (state->Vcc) {
490 if ((state->Vcc != 50) && (state->Vcc != 33))
H A Dvrc4173_cardu.c201 static inline uint8_t set_Vcc_value(u_char Vcc) argument
203 switch (Vcc) {
231 if (((state->Vpp == 33) || (state->Vpp == 50)) && (state->Vpp != state->Vcc))
234 val = set_Vcc_value(state->Vcc);
H A Dat91_cf.c120 /* switch Vcc if needed and possible */
122 switch (s->Vcc) {
137 pr_debug("%s: Vcc %d, io_irq %d, flags %04x csc %04x\n",
138 driver_name, s->Vcc, s->io_irq, s->flags, s->csc_mask);
H A Domap_cf.c134 switch (s->Vcc) {
148 pr_debug("%s: Vcc %d, io_irq %d, flags %04x csc %04x\n",
149 driver_name, s->Vcc, s->io_irq, s->flags, s->csc_mask);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dorinoco_cs.c177 /* Look up the current Vcc */
215 /* Use power settings for Vcc and Vpp if present */
218 if (conf.Vcc != cfg->vcc.param[CISTPL_POWER_VNOM] / 10000) {
219 DEBUG(2, "orinoco_cs_config: Vcc mismatch (conf.Vcc = %d, cfg CIS = %d)\n", conf.Vcc, cfg->vcc.param[CISTPL_POWER_VNOM] / 10000);
224 if (conf.Vcc != dflt.vcc.param[CISTPL_POWER_VNOM] / 10000) {
225 DEBUG(2, "orinoco_cs_config: Vcc mismatch (conf.Vcc = %d, dflt CIS = %d)\n", conf.Vcc, dfl
[all...]
H A Dspectrum_cs.c648 /* Look up the current Vcc */
686 /* Use power settings for Vcc and Vpp if present */
689 if (conf.Vcc != cfg->vcc.param[CISTPL_POWER_VNOM] / 10000) {
690 DEBUG(2, "spectrum_cs_config: Vcc mismatch (conf.Vcc = %d, CIS = %d)\n", conf.Vcc, cfg->vcc.param[CISTPL_POWER_VNOM] / 10000);
695 if (conf.Vcc != dflt.vcc.param[CISTPL_POWER_VNOM] / 10000) {
696 DEBUG(2, "spectrum_cs_config: Vcc mismatch (conf.Vcc = %d, CIS = %d)\n", conf.Vcc, dfl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dsedlbauer_cs.c272 /* Use power settings for Vcc and Vpp if present */
275 if (conf.Vcc != cfg->vcc.param[CISTPL_POWER_VNOM]/10000)
278 if (conf.Vcc != dflt.vcc.param[CISTPL_POWER_VNOM]/10000)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dsl811_cs.c170 /* Look up the current Vcc */
197 /* Use power settings for Vcc and Vpp if present */
201 != conf.Vcc)
205 != conf.Vcc)

Completed in 84 milliseconds

12