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()773 if (!(host->flags & WBSD_FCARD_PRESENT)) { in wbsd_request()1020 if (!(host->flags & WBSD_FCARD_PRESENT)) { in wbsd_tasklet_card()1022 host->flags |= WBSD_FCARD_PRESENT; in wbsd_tasklet_card()1026 } else if (host->flags & WBSD_FCARD_PRESENT) { in wbsd_tasklet_card()1028 host->flags &= ~WBSD_FCARD_PRESENT; in wbsd_tasklet_card()
148 #define WBSD_FCARD_PRESENT (1<<0) /* Card is present */ macro