Home
last modified time | relevance | path

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

/linux-6.12.1/include/pcmcia/
Dss.h32 #define SS_POWERON 0x0100 macro
/linux-6.12.1/drivers/pcmcia/
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()
Dxxs1500_ss.c142 status |= gpio_get_value(GPIO_POWER) ? 0 : SS_POWERON; in xxs1500_pcmcia_get_status()
Domap_cf.c115 *sp = SS_READY | SS_DETECT | SS_POWERON | SS_3VCARD; in omap_cf_get_status()
Dcs.c324 if (status & SS_POWERON) { in socket_shutdown()
393 if (!(status & SS_POWERON)) { in socket_setup()
Dsoc_common.c318 stat |= skt->cs_state.Vcc ? SS_POWERON : 0; in soc_common_pcmcia_skt_state()
671 { SS_POWERON, "SS_POWERON" },
Delectra_cf.c102 *sp = SS_READY | SS_DETECT | SS_POWERON | SS_3VCARD; in electra_cf_get_status()
Dbcm63xx_pcmcia.c238 stat |= SS_POWERON; in __get_socket_status()
Di82092.c438 (*value) |= SS_POWERON; /* power is applied to the card */ in i82092aa_get_status()
Dyenta_socket.c229 val |= (state & CB_PWRCYCLE) ? SS_POWERON | SS_READY : 0; in yenta_get_status()
241 val |= (status & I365_CS_POWERON) ? SS_POWERON : 0; in yenta_get_status()
Dpd6729.c283 *value |= SS_POWERON; /* power is applied to the card */ in pd6729_get_status()
Dtcic.c612 *value |= SS_POWERON; in tcic_get_status()
Di82365.c903 *value |= (status & I365_CS_POWERON) ? SS_POWERON : 0; in i365_get_status()