Searched refs:SDMMC_CMD (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/mmc/host/ |
H A D | dwmmc.c | 820 WRITE4(sc, SDMMC_CMD, (SDMMC_CMD_WAIT_PRVDATA | in dwmmc_setup_bus() 829 } while (READ4(sc, SDMMC_CMD) & SDMMC_CMD_START); in dwmmc_setup_bus() 840 WRITE4(sc, SDMMC_CMD, (SDMMC_CMD_WAIT_PRVDATA | in dwmmc_setup_bus() 849 } while (READ4(sc, SDMMC_CMD) & SDMMC_CMD_START); in dwmmc_setup_bus() 852 WRITE4(sc, SDMMC_CMD, SDMMC_CMD_WAIT_PRVDATA | 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 D | dwmmc_reg.h | 73 #define SDMMC_CMD 0x2C /* Command Register */ macro
|
/freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
H A D | rk3288-veyron-speedy.dts | 232 "SDMMC_CMD";
|
H A D | rk3288-veyron-jaq.dts | 240 "SDMMC_CMD";
|
H A D | rk3288-veyron-minnie.dts | 297 "SDMMC_CMD";
|
H A D | rk3288-veyron-jerry.dts | 370 "SDMMC_CMD";
|