Home
last modified time | relevance | path

Searched refs:SS_POWERON (Results 1 – 9 of 9) sorted by relevance

/linux/include/pcmcia/
H A Dss.h32 #define SS_POWERON 0x0100 macro
/linux/drivers/pcmcia/
H A Ddb1xxx_ss.c367 status |= GET_VCC(cr, sock->nr) ? SS_POWERON : 0; in db1x_pcmcia_get_status()
371 status = SS_POWERON | SS_3VCARD | SS_DETECT; in db1x_pcmcia_get_status()
H A Dxxs1500_ss.c142 status |= gpio_get_value(GPIO_POWER) ? 0 : SS_POWERON; in xxs1500_pcmcia_get_status()
H A Domap_cf.c115 *sp = SS_READY | SS_DETECT | SS_POWERON | SS_3VCARD; in omap_cf_get_status()
H A Dcs.c307 if (status & SS_POWERON) { in socket_shutdown()
376 if (!(status & SS_POWERON)) { in socket_setup()
H A Dsoc_common.c316 stat |= skt->cs_state.Vcc ? SS_POWERON : 0; in soc_common_pcmcia_skt_state()
669 { SS_POWERON, "SS_POWERON" },
H A Delectra_cf.c102 *sp = SS_READY | SS_DETECT | SS_POWERON | SS_3VCARD; in electra_cf_get_status()
H A Dbcm63xx_pcmcia.c238 stat |= SS_POWERON; in __get_socket_status()
H A Dpd6729.c284 *value |= SS_POWERON; /* power is applied to the card */ in pd6729_get_status()