Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/core/
Dhost.h49 return host->caps & MMC_CAP_DONE_COMPLETE; in mmc_host_done_complete()
/linux-6.1.9/include/linux/mmc/
Dhost.h382 #define MMC_CAP_DONE_COMPLETE (1 << 27) /* RW reqs can be completed within mmc_request_done() */ macro