Home
last modified time | relevance | path

Searched refs:MMC_CAP_WAIT_WHILE_BUSY (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mmc/
H A Dbridge.h152 #define MMC_CAP_WAIT_WHILE_BUSY (1 << 5) /* Host waits for busy responses */ macro
H A Dmmc_subr.c169 if (mmcbr_get_caps(busdev) & MMC_CAP_WAIT_WHILE_BUSY && in mmc_switch()
/freebsd/sys/cam/
H A Dcam_ccb.h1089 #define MMC_CAP_WAIT_WHILE_BUSY (1 << 5) /* Host waits for busy responses */ macro
/freebsd/sys/dev/sdhci/
H A Dsdhci.c975 host_caps |= MMC_CAP_WAIT_WHILE_BUSY;