Searched refs:MMC_CAP_SPI (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/mmc/
H A Dhost.h241 #define MMC_CAP_SPI (1 << 4) /* Talks only SPI protocols */ macro
387 #define mmc_host_is_spi(host) ((host)->caps & MMC_CAP_SPI)
/linux-4.1.27/drivers/mmc/host/
H A Dmmc_spi.c1348 mmc->caps = MMC_CAP_SPI; mmc_spi_probe()

Completed in 44 milliseconds