Home
last modified time | relevance | path

Searched refs:MMC_QUIRK_NONSTD_FUNC_IF (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/mmc/core/
H A Dquirks.h169 add_quirk, MMC_QUIRK_NONSTD_FUNC_IF),
175 add_quirk, MMC_QUIRK_NONSTD_FUNC_IF),
H A Dcard.h251 return c->quirks & MMC_QUIRK_NONSTD_FUNC_IF; in mmc_card_nonstd_func_interface()
/openbmc/linux/include/linux/mmc/
H A Dcard.h285 #define MMC_QUIRK_NONSTD_FUNC_IF (1<<4) /* SDIO card has nonstd function interfaces */ macro