Home
last modified time | relevance | path

Searched refs:bvd2 (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/drivers/pcmcia/
Dsa1100_shannon.c49 state->bvd2 = 1; in shannon_pcmcia_socket_state()
56 state->bvd2 = 1; in shannon_pcmcia_socket_state()
Dsoc_common.h78 bvd2: 1, member
190 #define iospkr bvd2
Dpxa2xx_trizeps4.c75 state->bvd2 = (status & ConXS_CFSR_BVD2) ? 1 : 0; in trizeps_pcmcia_socket_state()
86 state->bvd2 = 0; in trizeps_pcmcia_socket_state()
Dsa1111_generic.c76 state->bvd2 = status & PCSR_S0_BVD2 ? 1 : 0; in sa1111_pcmcia_socket_state()
86 state->bvd2 = status & PCSR_S1_BVD2 ? 1 : 0; in sa1111_pcmcia_socket_state()
Dsa1100_nanoengine.c108 state->bvd2 = 1; in nanoengine_pcmcia_socket_state()
Dpxa2xx_stargate2.c54 state->bvd2 = 0; /* not available */ in sg2_pcmcia_socket_state()
Dsa1100_simpad.c48 state->bvd2 = 1; /* Might be cs3reg & PCMCIA_BVD2 */ in simpad_pcmcia_socket_state()
Dpxa2xx_balloon3.c81 state->bvd2 = 0; /* not available */ in balloon3_pcmcia_socket_state()
Dpxa2xx_mainstone.c83 state->bvd2 = (status & MST_PCMCIA_nSPKR_BVD2) ? 1 : 0; in mst_pcmcia_socket_state()
Dsa1100_h3600.c98 state->bvd2 = 0; in h3600_pcmcia_socket_state()
Dpxa2xx_colibri.c86 state->bvd2 = !!gpio_get_value(colibri_pcmcia_gpios[BVD2].gpio); in colibri_pcmcia_socket_state()
Dsoc_common.c209 state.bvd2 = 1; in soc_common_pcmcia_skt_state()
221 state.bvd2 = !!gpio_get_value(skt->stat[SOC_STAT_BVD2].gpio); in soc_common_pcmcia_skt_state()
242 else if (state.bvd2 == 0) in soc_common_pcmcia_skt_state()
Dpxa2xx_sharpsl.c98 state->bvd2 = (csr & 0x0020) ? 1 : 0; in sharpsl_pcmcia_socket_state()