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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/pcmcia/
H A Dss.h36 #define SS_POWERON 0x0100 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dbfin_cf_pcmcia.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.c329 if (status & SS_POWERON) {
400 if (!(status & SS_POWERON)) {
H A Dm32r_cfc.c416 *value |= SS_POWERON;
440 *value |= SS_POWERON;
H A Dsoc_common.c116 stat |= skt->cs_state.Vcc ? SS_POWERON : 0;
445 { SS_POWERON, "SS_POWERON" },
H A Dat91_cf.c105 *sp |= SS_POWERON;
H A Delectra_cf.c111 *sp = SS_READY | SS_DETECT | SS_POWERON | SS_3VCARD;
H A Domap_cf.c118 *sp = SS_READY | SS_DETECT | SS_POWERON | SS_3VCARD;
H A Dau1000_generic.c93 stat |= skt->cs_state.Vcc ? SS_POWERON : 0;
H A Dbcm63xx_pcmcia.c87 * always report SS_POWERON */
238 stat |= SS_POWERON;
H A Ddb1xxx_ss.c343 status |= GET_VCC(cr, sock->nr) ? SS_POWERON : 0;
H A Di82092.c443 (*value) |= SS_POWERON; /* power is applied to the card */
H A Dm32r_pcc.c401 *value |= (status & PCCSIGCR_VEN) ? SS_POWERON : 0;
H A Dpd6729.c285 *value |= SS_POWERON; /* power is applied to the card */
H A Dvrc4171_card.c281 val |= SS_POWERON;
H A Dvrc4173_cardu.c173 if (status & CARD_PWR) val |= SS_POWERON;
H A Dyenta_socket.c227 val |= (state & CB_PWRCYCLE) ? SS_POWERON | SS_READY : 0;
239 val |= (status & I365_CS_POWERON) ? SS_POWERON : 0;
H A Dm8xx_pcmcia.c720 *value |= SS_POWERON;
H A Dtcic.c617 *value |= SS_POWERON;
H A Di82365.c905 *value |= (status & I365_CS_POWERON) ? SS_POWERON : 0;

Completed in 86 milliseconds