Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/host/
H A Ddwmmc.c815 SDMMC_CMD_UPD_CLK_ONLY | SDMMC_CMD_START)); in dwmmc_setup_bus()
823 } while (READ4(sc, SDMMC_CMD) & SDMMC_CMD_START); in dwmmc_setup_bus()
835 SDMMC_CMD_UPD_CLK_ONLY | SDMMC_CMD_START)); in dwmmc_setup_bus()
843 } while (READ4(sc, SDMMC_CMD) & SDMMC_CMD_START); in dwmmc_setup_bus()
847 SDMMC_CMD_UPD_CLK_ONLY | SDMMC_CMD_START); in dwmmc_setup_bus()
855 } while (READ4(sc, SDMMC_CMD) & SDMMC_CMD_START); in dwmmc_setup_bus()
1171 WRITE4(sc, SDMMC_CMD, cmdr | SDMMC_CMD_START); in dwmmc_start_cmd()
H A Ddwmmc_reg.h74 #define SDMMC_CMD_START (1 << 31) macro