Searched refs:SDMMC_CMD_STOP_ABORT (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/dev/mmc/host/ | ||
| D | dwmmc_reg.h | 80 #define SDMMC_CMD_STOP_ABORT (1 << 14) /* stop current data transfer */ macro |
| D | dwmmc.c | 1062 cmdr |= SDMMC_CMD_STOP_ABORT; in dwmmc_start_cmd() |