Home
last modified time | relevance | path

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

/linux/drivers/staging/greybus/
H A Dsdio.c81 caps2 = ((r & GB_SDIO_CAP_HS200_1_2V) ? MMC_CAP2_HS200_1_2V_SDR : 0) | in _gb_sdio_set_host_caps()
/linux/drivers/mmc/core/
H A Dmmc.c230 if (caps2 & MMC_CAP2_HS200_1_2V_SDR && in mmc_select_card_type()