Home
last modified time | relevance | path

Searched refs:R1_SPI_COM_CRC (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dmmc_spi.c21 #define R1_SPI_COM_CRC (1 << 3) macro
97 r1 = R1_SPI_COM_CRC; in mmc_spi_readdata()
150 r1 = R1_SPI_COM_CRC; in mmc_spi_writedata()
188 } else if (r1 & R1_SPI_COM_CRC) { in mmc_spi_request()
228 if (r1 & R1_SPI_COM_CRC) in mmc_spi_request()
/openbmc/linux/include/linux/mmc/
H A Dmmc.h187 #define R1_SPI_COM_CRC (1 << 3) macro
/openbmc/linux/drivers/mmc/host/
H A Dmmc_spi.c296 else if (R1_SPI_COM_CRC & cmd->resp[0]) in mmc_spi_response_get()