Home
last modified time | relevance | path

Searched refs:bvd1 (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/pcmcia/
Dsoc_common.h97 bvd1: 1, member
215 #define iostschg bvd1
Dpxa2xx_trizeps4.c74 state->bvd1 = (status & ConXS_CFSR_BVD1) ? 1 : 0; in trizeps_pcmcia_socket_state()
85 state->bvd1 = 0; in trizeps_pcmcia_socket_state()
Dsa1100_simpad.c42 state->bvd1 = 1; /* Might be cs3reg & PCMCIA_BVD1 */ in simpad_pcmcia_socket_state()
Dsa1111_generic.c77 state->bvd1 = status & PCSR_S0_BVD1 ? 1 : 0; in sa1111_pcmcia_socket_state()
87 state->bvd1 = status & PCSR_S1_BVD1 ? 1 : 0; in sa1111_pcmcia_socket_state()
Dpxa2xx_stargate2.c53 state->bvd1 = 0; /* not available - battery detect on card */ in sg2_pcmcia_socket_state()
Dpxa2xx_balloon3.c80 state->bvd1 = !!(status & BALLOON3_CF_nSTSCHG_BVD1); in balloon3_pcmcia_socket_state()
Dsa1100_h3600.c96 state->bvd1 = 0; in h3600_pcmcia_socket_state()
Dsoc_common.c291 state.bvd1 = 1; in soc_common_pcmcia_skt_state()
299 state.bvd1 = !!gpiod_get_value(skt->stat[SOC_STAT_BVD1].desc); in soc_common_pcmcia_skt_state()
322 stat |= state.bvd1 ? 0 : SS_STSCHG; in soc_common_pcmcia_skt_state()
324 if (state.bvd1 == 0) in soc_common_pcmcia_skt_state()
Dpxa2xx_mainstone.c82 state->bvd1 = (status & MST_PCMCIA_nSTSCHG_BVD1) ? 1 : 0; in mst_pcmcia_socket_state()
Dpxa2xx_colibri.c85 state->bvd1 = !!gpio_get_value(colibri_pcmcia_gpios[BVD1].gpio); in colibri_pcmcia_socket_state()
Dpxa2xx_sharpsl.c97 state->bvd1 = (csr & 0x0010) ? 1 : 0; in sharpsl_pcmcia_socket_state()