Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dwbsd.h149 #define WBSD_FIGNORE_DETECT (1<<1) /* Ignore card detection */ macro
Dwbsd.c150 host->flags &= ~WBSD_FIGNORE_DETECT; in wbsd_init_device()
900 host->flags |= WBSD_FIGNORE_DETECT; in wbsd_set_ios()
971 host->flags &= ~WBSD_FIGNORE_DETECT; in wbsd_reset_ignore()
1011 if (host->flags & WBSD_FIGNORE_DETECT) { in wbsd_tasklet_card()