Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmmc.h72 #define MMC_MODE_SPI BIT(27) macro
828 #define mmc_host_is_spi(mmc) ((mmc)->cfg->host_caps & MMC_MODE_SPI)
/openbmc/u-boot/drivers/mmc/
H A Dmmc_spi.c269 .host_caps = MMC_MODE_SPI,