Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/host/
H A Ddwmmc_reg.h84 #define SDMMC_CMD_RESP_CRC (1 << 8) /* Check Response CRC */ macro
H A Ddwmmc.c1124 cmdr |= SDMMC_CMD_RESP_CRC; in dwmmc_start_cmd()