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.c821 SDMMC_CMD_UPD_CLK_ONLY | SDMMC_CMD_START)); in dwmmc_setup_bus()
829 } while (READ4(sc, SDMMC_CMD) & SDMMC_CMD_START); in dwmmc_setup_bus()
841 SDMMC_CMD_UPD_CLK_ONLY | SDMMC_CMD_START)); in dwmmc_setup_bus()
849 } while (READ4(sc, SDMMC_CMD) & SDMMC_CMD_START); in dwmmc_setup_bus()
853 SDMMC_CMD_UPD_CLK_ONLY | SDMMC_CMD_START); in dwmmc_setup_bus()
861 } while (READ4(sc, SDMMC_CMD) & SDMMC_CMD_START); in dwmmc_setup_bus()
1174 WRITE4(sc, SDMMC_CMD, cmdr | SDMMC_CMD_START); in dwmmc_start_cmd()
H A Ddwmmc_reg.h74 #define SDMMC_CMD_START (1 << 31) macro