Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/mmc/
Dhost.h356 #define MMC_CAP_SPI (1 << 4) /* Talks only SPI protocols */ macro
548 #define mmc_host_is_spi(host) ((host)->caps & MMC_CAP_SPI)
/linux-6.1.9/drivers/mmc/host/
Dmmc_spi.c1368 mmc->caps = MMC_CAP_SPI; in mmc_spi_probe()