Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dhost.h328 #define MMC_CAP_SPI (1 << 4) /* Talks only SPI protocols */ macro
522 #define mmc_host_is_spi(host) ((host)->caps & MMC_CAP_SPI)
/OK3568_Linux_fs/u-boot/include/
H A Dmvebu_mmc.h225 #define MMC_CAP_SPI (1 << 4) macro
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dmmc_spi.c1381 mmc->caps = MMC_CAP_SPI; in mmc_spi_probe()