Searched defs:SPI_MMC_RESPONSE_CODE (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/mmc/ | ||
H A D | mmc_spi.c | 29 #define SPI_MMC_RESPONSE_CODE(x) ((x) & 0x1f) macro |
/openbmc/linux/drivers/mmc/host/ | ||
H A D | mmc_spi.c | 66 #define SPI_MMC_RESPONSE_CODE(x) ((x) & 0x1f) macro |