Home
last modified time | relevance | path

Searched refs:Vpp (Results 1 – 14 of 14) sorted by relevance

/linux-2.4.37.9/drivers/pcmcia/
Di82365.c1023 state->Vcc = state->Vpp = 0; in i365_get_socket()
1027 if (vpp == I365_VPP1_5V) state->Vpp = 33; in i365_get_socket()
1030 if (vpp == I365_VPP1_5V) state->Vpp = 50; in i365_get_socket()
1032 if (vpp == I365_VPP1_12V) state->Vpp = 120; in i365_get_socket()
1036 if (vpp == I365_VPP1_5V) state->Vpp = 33; in i365_get_socket()
1039 if (vpp == I365_VPP1_5V) state->Vpp = 50; in i365_get_socket()
1041 if (vpp == I365_VPP1_12V) state->Vpp = 120; in i365_get_socket()
1045 if (vpp == I365_VPP1_5V) state->Vpp = 50; in i365_get_socket()
1046 if (vpp == I365_VPP1_12V) state->Vpp = 120; in i365_get_socket()
1050 if (vpp == I365_VPP1_5V) state->Vpp = 50; in i365_get_socket()
[all …]
Dhd64465_ss.c298 static int hs_set_voltages(hs_socket_t *sp, int Vcc, int Vpp) in hs_set_voltages() argument
304 DPRINTK("hs_set_voltage(%d, %d, %d)\n", sock, Vcc, Vpp); in hs_set_voltages()
315 if (Vpp != 0 && Vpp != Vcc) in hs_set_voltages()
327 psr |= (Vpp == 0 ? 0x00 : 0x02); in hs_set_voltages()
332 psr |= (Vpp == 0 ? 0x00 : 0x20); in hs_set_voltages()
368 sp->state.Vpp = 0; in hs_init()
499 sock, state->flags, state->csc_mask, state->Vcc, state->Vpp, state->io_irq); in hs_set_socket()
503 if (state->Vpp != sp->state.Vpp || in hs_set_socket()
505 if (!hs_set_voltages(sp, state->Vcc, state->Vpp)) { in hs_set_socket()
Dvrc4173_cardu.c242 state->Vpp = get_Vpp_value(val); in cardu_get_socket()
265 static inline uint8_t set_Vpp_value(u_char Vpp) in set_Vpp_value() argument
267 switch (Vpp) { in set_Vpp_value()
283 if (((state->Vpp == 33) || (state->Vpp == 50)) && (state->Vpp != state->Vcc)) in cardu_set_socket()
287 val |= set_Vpp_value(state->Vpp); in cardu_set_socket()
Dm8xx_pcmcia.c530 == 0) && (s->state.Vcc | s->state.Vpp)) { in m8xx_interrupt()
666 if (s->state.Vcc | s->state.Vpp) in m8xx_get_status()
769 state->Vcc, state->Vpp, state->io_irq, state->csc_mask); in m8xx_get_socket()
784 state->Vcc, state->Vpp, state->io_irq, state->csc_mask); in m8xx_set_socket()
788 if(voltage_set(_slot_, state->Vcc, state->Vpp)) in m8xx_set_socket()
809 if(state->Vcc || state->Vpp) in m8xx_set_socket()
Dtcic.c690 state->Vcc = state->Vpp = 0; in tcic_get_socket()
695 state->Vcc = state->Vpp = 50; in tcic_get_socket()
699 state->Vpp = 120; in tcic_get_socket()
719 state->Vcc, state->Vpp, state->io_irq, state->csc_mask); in tcic_get_socket()
733 state->Vcc, state->Vpp, state->io_irq, state->csc_mask); in tcic_set_socket()
740 switch (state->Vpp) { in tcic_set_socket()
Di82092.c590 state->Vpp = 0; in i82092aa_get_socket()
609 state->Vpp = 50; in i82092aa_get_socket()
611 state->Vpp = 120; in i82092aa_get_socket()
701 switch (state->Vpp) { in i82092aa_set_socket()
Dau1000_generic.c500 state->Vcc, state->Vpp, state->io_irq); in au1000_pcmcia_set_socket()
504 configure.vpp=state->Vpp; in au1000_pcmcia_set_socket()
709 p+=sprintf(p, "Vpp : %d\n", pcmcia_socket[sock].cs_state.Vpp); in au1000_pcmcia_proc_status()
Dcs.c477 s->socket.Vpp = 0; in shutdown_socket()
532 s->socket.Vcc = s->socket.Vpp = 33; in setup_socket()
534 s->socket.Vcc = s->socket.Vpp = 50; in setup_socket()
1065 config->Vpp1 = config->Vpp2 = s->socket.Vpp; in pcmcia_get_configuration_info()
1085 config->Vpp1 = config->Vpp2 = s->socket.Vpp; in pcmcia_get_configuration_info()
1377 c->Vpp1 = c->Vpp2 = s->socket.Vpp = mod->Vpp1; in pcmcia_modify_configuration()
1523 s->socket.Vpp = 0; in pcmcia_release_configuration()
1692 s->socket.Vpp = req->Vpp1; in pcmcia_request_configuration()
Dsa1100_generic.c97 conf.vpp = state->Vpp; in sa1100_pcmcia_state_to_config()
513 state->Vcc, state->Vpp, state->io_irq); in sa1100_pcmcia_set_socket()
791 p+=sprintf(p, "Vpp : %d\n", skt->cs_state.Vpp); in sa1100_pcmcia_proc_status()
Dyenta.c193 state->Vpp = yenta_Vpp_power(control); in yenta_get_socket()
233 switch (state->Vpp) { in yenta_set_power()
Dsibyte_generic.c306 state->Vcc, state->Vpp, state->io_irq, state->csc_mask); in sb1250pc_set_socket()
Dbulkmem.c276 s->socket.Vpp = req->Vpp1; in mtd_set_vpp()
/linux-2.4.37.9/include/pcmcia/
Dss.h75 u_char Vcc, Vpp; member
/linux-2.4.37.9/Documentation/arm/SA1100/
DPCMCIA192 `vcc' and `vpp' fields contain the voltages to be applied for Vcc and Vpp,
283 S0VPP0 0 Slot 0 Vpp
287 S1VPP0 4 Slot 1 Vpp
338 P0_ 21 Slot 0 Vpp to Vcc (CONFIRM?)
346 P1_ 29 Slot 1 Vpp to Vcc (CONFIRM?)