Searched refs:SDMMC_CMD_RESP_LONG (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mmc/host/ | ||
H A D | dwmmc_reg.h | 85 #define SDMMC_CMD_RESP_LONG (1 << 7) /* Long response expected */ macro |
H A D | dwmmc.c | 1120 cmdr |= SDMMC_CMD_RESP_LONG; in dwmmc_start_cmd() |