Searched refs:Vcc (Results 1 - 25 of 43) 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_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.c76 switch (state->Vcc) {
89 printk(KERN_ERR "%s(): unrecognized Vcc %u\n",
90 __func__, state->Vcc);
103 if (state->Vpp == state->Vcc)
117 switch (state->Vcc) {
130 printk(KERN_ERR "%s(): unrecognized Vcc %u\n",
131 __func__, state->Vcc);
136 if (state->Vpp != state->Vcc && state->Vpp != 0) {
156 if (ret == 0 && state->Vcc == 33) {
181 * It takes about 100ms to turn off Vcc
[all...]
H A Dsa1100_jornada720.c33 skt->nr, state->Vcc, state->Vpp);
39 switch (state->Vcc) {
56 switch (state->Vcc) {
74 if (state->Vpp != state->Vcc && state->Vpp != 0) {
H A Dsa1100_neponset.c59 else if (state->Vpp == state->Vcc)
73 if (state->Vpp != state->Vcc && state->Vpp != 0) {
85 * pa_dwr_set is the mask for selecting Vcc on both sockets.
88 switch (state->Vcc) {
H A Dsa1100_assabet.c62 switch (state->Vcc) {
76 printk(KERN_ERR "%s(): unrecognized Vcc %u\n", __func__,
77 state->Vcc);
H A Dsa1100_cerf.c58 switch (state->Vcc) {
65 printk(KERN_ERR "%s(): unrecognized Vcc %u\n",
66 __func__, 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 Dsa1100_h3600.c168 if (state->Vcc != 0 && state->Vcc != 33 && state->Vcc != 50) {
169 printk(KERN_ERR "h3600_pcmcia: unrecognized Vcc %u.%uV\n",
170 state->Vcc / 10, state->Vcc % 10);
H A Dsocket_sysfs.c58 if (s->socket.Vcc)
59 return sprintf(buf, "%d.%dV\n", s->socket.Vcc / 10,
60 s->socket.Vcc % 10);
81 return sprintf(buf, "%d.%dV\n", s->socket.Vcc / 10, s->socket.Vcc % 10);
H A Dpxa2xx_mainstone.c91 switch (state->Vcc) {
96 printk(KERN_ERR "%s(): bad Vcc %u\n",
97 __func__, state->Vcc);
105 if(state->Vpp == state->Vcc) {
H A Dpxa2xx_trizeps4.c156 switch (state->Vcc) {
160 pr_err("%s(): Vcc 5V not supported in socket\n", __func__);
163 pr_err("%s(): bad Vcc %u\n", __func__, state->Vcc);
174 if (state->Vpp != state->Vcc) {
H A Dpxa2xx_e740.c88 switch (state->Vcc) {
103 printk(KERN_ERR "e740_cs: Unsupported Vcc: %d\n", state->Vcc);
H A Dpxa2xx_stargate2.c68 switch (state->Vcc) {
80 pr_err("%s(): bad Vcc %u\n",
81 __func__, state->Vcc);
H A Dsa1100_shannon.c74 switch (state->Vcc) {
83 printk(KERN_ERR "%s(): unrecognized Vcc %u\n",
84 __func__, state->Vcc);
H A Dsa1100_simpad.c76 switch (state->Vcc) {
92 printk(KERN_ERR "%s(): unrecognized Vcc %u\n",
93 __func__, state->Vcc);
H A Dpxa2xx_palmtc.c161 if (state->Vcc == 0)
163 else if (state->Vcc == 33)
H A Dpxa2xx_viper.c124 switch (state->Vcc) {
132 dev_err(&arcom_pcmcia_dev->dev, "Unsupported Vcc:%d\n", state->Vcc);
H A Dpxa2xx_vpac270.c160 !(state->Vcc == 33 || state->Vcc == 50));
H A Dvrc4171_card.c304 static inline uint8_t set_Vcc_value(u_char Vcc) argument
306 switch (Vcc) {
324 (state->Vpp != state->Vcc && state->Vpp != 0) ||
325 (state->Vcc != 50 && state->Vcc != 33 && state->Vcc != 0))
333 voltage = set_Vcc_value(state->Vcc);
337 if (state->Vpp == state->Vcc)
H A Ddb1xxx_ss.c237 switch (state->Vcc) {
245 printk(KERN_INFO "pcmcia%d unsupported Vcc %d\n",
246 sock->nr, state->Vcc);
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);
342 /* if Vcc is not zero, we have applied power to a card */
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);
951 else if (state->Vpp == state->Vcc)
955 if (state->Vcc != 0) {
957 if (state->Vcc == 33)
959 else if (state->Vcc == 50)
967 else if (state->Vpp == state->Vcc)
971 if (state->Vcc != 0) {
973 if (state->Vcc == 33)
975 else if (state->Vcc
[all...]
H A Dbfin_cf_pcmcia.c131 switch (s->Vcc) {
147 dev_dbg(&cf->pdev->dev, ": Vcc %d, io_irq %d, flags %04x csc %04x\n",
148 s->Vcc, s->io_irq, s->flags, s->csc_mask);
H A Dsa1111_generic.c98 if (state->Vcc != 0)
100 if (state->Vcc == 50)
H A Dm32r_cfc.c470 pr_debug("m32r_cfc: SetSocket(%d, flags %#3.3x, Vcc %d, Vpp %d, "
472 state->Vcc, state->Vpp, state->io_irq, state->csc_mask);
477 if (state->Vcc) {
478 if ((state->Vcc != 50) && (state->Vcc != 33))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/pcmcia/
H A Dcs.h25 u_int Vcc, Vpp1, Vpp2; member in struct:modconf_t

Completed in 100 milliseconds

12