Searched refs:WBSD_FCARD_PRESENT (Results 1 – 2 of 2) sorted by relevance
171 host->flags |= WBSD_FCARD_PRESENT; in wbsd_init_device()173 host->flags &= ~WBSD_FCARD_PRESENT; in wbsd_init_device()765 if (!(host->flags & WBSD_FCARD_PRESENT)) { in wbsd_request()1010 if (!(host->flags & WBSD_FCARD_PRESENT)) { in wbsd_tasklet_card()1012 host->flags |= WBSD_FCARD_PRESENT; in wbsd_tasklet_card()1016 } else if (host->flags & WBSD_FCARD_PRESENT) { in wbsd_tasklet_card()1018 host->flags &= ~WBSD_FCARD_PRESENT; in wbsd_tasklet_card()
148 #define WBSD_FCARD_PRESENT (1<<0) /* Card is present */ macro