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

/linux-master/include/pcmcia/
H A Dss.h32 #define SS_POWERON 0x0100 macro
/linux-master/drivers/pcmcia/
H A Ddb1xxx_ss.c367 status |= GET_VCC(cr, sock->nr) ? SS_POWERON : 0;
371 status = SS_POWERON | SS_3VCARD | SS_DETECT;
H A Domap_cf.c115 *sp = SS_READY | SS_DETECT | SS_POWERON | SS_3VCARD;
H A Dxxs1500_ss.c142 status |= gpio_get_value(GPIO_POWER) ? 0 : SS_POWERON;
H A Dcs.c324 if (status & SS_POWERON) {
393 if (!(status & SS_POWERON)) {
H A Delectra_cf.c102 *sp = SS_READY | SS_DETECT | SS_POWERON | SS_3VCARD;
H A Dbcm63xx_pcmcia.c87 * always report SS_POWERON */
238 stat |= SS_POWERON;
H A Dsoc_common.c318 stat |= skt->cs_state.Vcc ? SS_POWERON : 0;
671 { SS_POWERON, "SS_POWERON" },
H A Di82092.c437 (*value) |= SS_POWERON; /* power is applied to the card */
H A Dpd6729.c283 *value |= SS_POWERON; /* power is applied to the card */
H A Dyenta_socket.c229 val |= (state & CB_PWRCYCLE) ? SS_POWERON | SS_READY : 0;
241 val |= (status & I365_CS_POWERON) ? SS_POWERON : 0;
H A Dtcic.c612 *value |= SS_POWERON;
H A Di82365.c903 *value |= (status & I365_CS_POWERON) ? SS_POWERON : 0;

Completed in 234 milliseconds