Lines Matching refs:caps
173 if (mmc_controller->caps & in omap_hsmmc_mux()
182 if (mmc_controller->caps & in omap_hsmmc_mux()
207 if (mmc_controller->caps & in omap_hsmmc_mux()
216 if (mmc_controller->caps & in omap_hsmmc_mux()
253 mmc->caps = c->caps; in omap_hsmmc_pdata_init()
309 (c->caps & MMC_CAP_8_BIT_DATA)) { in omap_hsmmc_pdata_init()
310 c->caps &= ~MMC_CAP_8_BIT_DATA; in omap_hsmmc_pdata_init()
311 c->caps |= MMC_CAP_4_BIT_DATA; in omap_hsmmc_pdata_init()
312 mmc->caps = c->caps; in omap_hsmmc_pdata_init()
321 if (c->transceiver && (c->caps & MMC_CAP_8_BIT_DATA)) { in omap_hsmmc_pdata_init()
322 c->caps &= ~MMC_CAP_8_BIT_DATA; in omap_hsmmc_pdata_init()
323 c->caps |= MMC_CAP_4_BIT_DATA; in omap_hsmmc_pdata_init()