Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dwbsd.c166 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()
Dwbsd.h144 #define WBSD_FCARD_PRESENT (1<<0) /* Card is present */ macro