Searched refs:SS_READY (Results 1 - 14 of 14) sorted by relevance

/linux-master/include/pcmcia/
H A Dss.h30 #define SS_READY 0x0040 macro
/linux-master/drivers/pcmcia/
H A Di82092.c340 events |= SS_READY;
434 (*value) |= SS_READY; /* card is not busy */
534 if (state->csc_mask & SS_READY)
H A Dpd6729.c220 ? SS_READY : 0;
280 *value |= SS_READY; /* card is not busy */
402 if (state->csc_mask & SS_READY)
H A Dpxa2xx_sharpsl.c144 ((skt->status&SS_READY) ? 0x0002 : 0)|
H A Dsoc_common.c309 stat |= state.ready ? SS_READY : 0;
452 events & SS_READY ? "READY " : "",
504 * be issued. The kernel is looking for the SS_READY flag (see
536 (state->csc_mask & SS_READY) ? "READY " : "",
669 { SS_READY, "SS_READY" },
H A Domap_cf.c115 *sp = SS_READY | SS_DETECT | SS_POWERON | SS_3VCARD;
H A Dxxs1500_ss.c145 status |= gpio_get_value(GPIO_RESET) ? SS_RESET : SS_READY;
H A Dyenta_socket.c229 val |= (state & CB_PWRCYCLE) ? SS_POWERON | SS_READY : 0;
240 val |= (status & I365_CS_READY) ? SS_READY : 0;
386 if (state->csc_mask & SS_READY)
531 events |= (csc & I365_CSC_READY) ? SS_READY : 0;
H A Delectra_cf.c102 *sp = SS_READY | SS_DETECT | SS_POWERON | SS_3VCARD;
H A Dtcic.c563 events |= (latch & TCIC_SSTAT_RDY) ? SS_READY : 0;
606 *value |= (reg & TCIC_SSTAT_RDY) ? SS_READY : 0;
683 if (state->csc_mask & SS_READY) reg &= ~TCIC_SCF2_MRDY;
H A Di82365.c859 events |= (csc & I365_CSC_READY) ? SS_READY : 0;
902 *value |= (status & I365_CS_READY) ? SS_READY : 0;
1022 if (state->csc_mask & SS_READY) reg |= I365_CSC_READY;
H A Ddb1xxx_ss.c374 status |= (GET_RESET(cr, sock->nr)) ? SS_READY : SS_RESET;
H A Dbcm63xx_pcmcia.c241 stat |= SS_READY;
H A Dcs.c269 if (status & SS_READY)

Completed in 593 milliseconds