Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/host/
H A Ddwmmc_reg.h85 #define SDMMC_CMD_RESP_LONG (1 << 7) /* Long response expected */ macro
H A Ddwmmc.c1120 cmdr |= SDMMC_CMD_RESP_LONG; in dwmmc_start_cmd()