Searched refs:SS_POWERON (Results 1 – 12 of 12) sorted by relevance
32 #define SS_POWERON 0x0100 macro
142 status |= gpio_get_value(GPIO_POWER) ? 0 : SS_POWERON; in xxs1500_pcmcia_get_status()
115 *sp = SS_READY | SS_DETECT | SS_POWERON | SS_3VCARD; in omap_cf_get_status()
324 if (status & SS_POWERON) { in socket_shutdown() 393 if (!(status & SS_POWERON)) { in socket_setup()
102 *sp = SS_READY | SS_DETECT | SS_POWERON | SS_3VCARD; in electra_cf_get_status()
316 stat |= skt->cs_state.Vcc ? SS_POWERON : 0; in soc_common_pcmcia_skt_state() 669 { SS_POWERON, "SS_POWERON" },
87 * always report SS_POWERON */ in bcm63xx_pcmcia_set_socket() 238 stat |= SS_POWERON; in __get_socket_status()
438 (*value) |= SS_POWERON; /* power is applied to the card */ in i82092aa_get_status()
284 *value |= SS_POWERON; /* power is applied to the card */ in pd6729_get_status()
229 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()
612 *value |= SS_POWERON; in tcic_get_status()
903 *value |= (status & I365_CS_POWERON) ? SS_POWERON : 0; in i365_get_status()