Searched refs:WBSD_FCARD_PRESENT (Results 1 – 2 of 2) sorted by relevance
166 host->flags |= WBSD_FCARD_PRESENT; in wbsd_init_device()168 host->flags &= ~WBSD_FCARD_PRESENT; in wbsd_init_device()760 if (!(host->flags & WBSD_FCARD_PRESENT)) { in wbsd_request()1005 if (!(host->flags & WBSD_FCARD_PRESENT)) { in wbsd_tasklet_card()1007 host->flags |= WBSD_FCARD_PRESENT; in wbsd_tasklet_card()1011 } else if (host->flags & WBSD_FCARD_PRESENT) { in wbsd_tasklet_card()1013 host->flags &= ~WBSD_FCARD_PRESENT; in wbsd_tasklet_card()
144 #define WBSD_FCARD_PRESENT (1<<0) /* Card is present */ macro