Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mmc/host/
Ddwmmc_reg.h82 #define SDMMC_CMD_SEND_ASTOP (1 << 12) /* Send stop command at end of data tx/rx */ macro
Ddwmmc.c1090 cmdr |= SDMMC_CMD_SEND_ASTOP; in dwmmc_start_cmd()