Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmmc_spi.c29 #define SPI_MMC_RESPONSE_CODE(x) ((x) & 0x1f) macro
135 if (SPI_MMC_RESPONSE_CODE(r1) == SPI_RESPONSE_ACCEPTED) { in mmc_spi_writedata()
/openbmc/linux/drivers/mmc/host/
H A Dmmc_spi.c66 #define SPI_MMC_RESPONSE_CODE(x) ((x) & 0x1f) macro