Home
last modified time | relevance | path

Searched refs:WBSD_FCARD_PRESENT (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
Dwbsd.c171 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()
Dwbsd.h148 #define WBSD_FCARD_PRESENT (1<<0) /* Card is present */ macro