Lines Matching +full:4 +full:vpp
20 * at STATUS[5:4] (instead of STATUS[1:0]).
237 * bits[2:3] set vpp for card
238 * bit 4: enable data buffers
269 switch (state->Vpp) { in db1x_pcmcia_configure()
280 printk(KERN_INFO "pcmcia%d unsupported Vpp %d\n", in db1x_pcmcia_configure()
281 sock->nr, state->Vpp); in db1x_pcmcia_configure()
284 /* sanity check: Vpp must be 0, 12, or Vcc */ in db1x_pcmcia_configure()
285 if (((state->Vcc == 33) && (state->Vpp == 50)) || in db1x_pcmcia_configure()
286 ((state->Vcc == 50) && (state->Vpp == 33))) { in db1x_pcmcia_configure()
287 printk(KERN_INFO "pcmcia%d bad Vcc/Vpp combo (%d %d)\n", in db1x_pcmcia_configure()
288 sock->nr, state->Vcc, state->Vpp); in db1x_pcmcia_configure()
304 cr_clr |= (1 << (4 + (sock->nr * 8))); in db1x_pcmcia_configure()
308 cr_set |= 1 << (4 + (sock->nr * 8)); in db1x_pcmcia_configure()
350 /* PB1100/PB1500: voltage key bits are at [5:4] */ in db1x_pcmcia_get_status()
352 sr >>= 4; in db1x_pcmcia_get_status()