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