Home
last modified time | relevance | path

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

/openbsd/sys/dev/fdt/
H A Ddwmmc.c67 #define SDMMC_CMD_SEND_AUTO_STOP (1 << 12) macro
952 cmdval |= SDMMC_CMD_SEND_AUTO_STOP; in dwmmc_exec_command()
1048 if (cmdval & SDMMC_CMD_SEND_AUTO_STOP) { in dwmmc_exec_command()