Home
last modified time | relevance | path

Searched defs:mmc_host_is_spi (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dmmc.h828 #define mmc_host_is_spi(mmc) ((mmc)->cfg->host_caps & MMC_MODE_SPI) macro
830 #define mmc_host_is_spi(mmc) 0 macro
/openbmc/linux/include/linux/mmc/
H A Dhost.h556 #define mmc_host_is_spi(host) ((host)->caps & MMC_CAP_SPI) macro