Lines Matching refs:caps
648 if (host->mmc->caps & MMC_CAP_SDIO_IRQ) in omap_hsmmc_context_restore()
1781 (mmc->caps & MMC_CAP_SDIO_IRQ) ? "interrupt" : "polling"); in omap_hsmmc_regs_show()
1783 if (mmc->caps & MMC_CAP_SDIO_IRQ) { in omap_hsmmc_regs_show()
2037 mmc->caps |= MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED | in omap_hsmmc_probe()
2040 mmc->caps |= mmc_pdata(host)->caps; in omap_hsmmc_probe()
2041 if (mmc->caps & MMC_CAP_8_BIT_DATA) in omap_hsmmc_probe()
2042 mmc->caps |= MMC_CAP_4_BIT_DATA; in omap_hsmmc_probe()
2045 mmc->caps |= MMC_CAP_NONREMOVABLE; in omap_hsmmc_probe()
2121 mmc->caps |= MMC_CAP_SDIO_IRQ; in omap_hsmmc_probe()
2208 if ((host->mmc->caps & MMC_CAP_SDIO_IRQ) && in omap_hsmmc_suspend()
2237 if ((host->mmc->caps & MMC_CAP_SDIO_IRQ) && in omap_hsmmc_resume()
2258 if ((host->mmc->caps & MMC_CAP_SDIO_IRQ) && in omap_hsmmc_runtime_suspend()
2303 if ((host->mmc->caps & MMC_CAP_SDIO_IRQ) && in omap_hsmmc_runtime_resume()