Home
last modified time | relevance | path

Searched refs:vs_Xv (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/pcmcia/
H A Dsoc_common.h19 vs_Xv: 1; member
/openbmc/linux/drivers/pcmcia/
H A Dsa1111_generic.c81 state->vs_Xv = status & PCSR_S0_VS2 ? 0 : 1; in sa1111_pcmcia_socket_state()
91 state->vs_Xv = status & PCSR_S1_VS2 ? 0 : 1; in sa1111_pcmcia_socket_state()
H A Dsa1100_h3600.c99 state->vs_Xv = 0; in h3600_pcmcia_socket_state()
H A Dpxa2xx_sharpsl.c96 state->vs_Xv = (csr & 0x0080) ? 0 : 1; in sharpsl_pcmcia_socket_state()
H A Dsoc_common.c304 state.vs_Xv = !!gpiod_get_value(skt->stat[SOC_STAT_VS2].desc); in soc_common_pcmcia_skt_state()
312 stat |= state.vs_Xv ? SS_XVCARD : 0; in soc_common_pcmcia_skt_state()