Searched refs:SDMMC_CMD (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/mmc/host/
H A Ddwmmc_reg.h75 #define SDMMC_CMD 0x2C /* Command Register */ macro
H A Ddwmmc.c857 WRITE4(sc, SDMMC_CMD, (SDMMC_CMD_WAIT_PRVDATA |
866 } while (READ4(sc, SDMMC_CMD) & SDMMC_CMD_START);
877 WRITE4(sc, SDMMC_CMD, (SDMMC_CMD_WAIT_PRVDATA |
886 } while (READ4(sc, SDMMC_CMD) & SDMMC_CMD_START);
889 WRITE4(sc, SDMMC_CMD, SDMMC_CMD_WAIT_PRVDATA |
898 } while (READ4(sc, SDMMC_CMD) & SDMMC_CMD_START);
1193 WRITE4(sc, SDMMC_CMD, cmdr | SDMMC_CMD_START);

Completed in 105 milliseconds