Searched refs:DWMCI_CMD (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | dw_mmc.c | 221 if ((dwmci_readl(host, DWMCI_CMD) & 0x1F) == MMC_SEND_TUNING_BLOCK_HS200) in dwmci_data_transfer() 237 dwmci_writel(host, DWMCI_CMD, DWMCI_CMD_PRV_DAT_WAIT | in dwmci_data_transfer() 241 status = dwmci_readl(host, DWMCI_CMD); in dwmci_data_transfer() 436 dwmci_writel(host, DWMCI_CMD, flags); 584 dwmci_writel(host, DWMCI_CMD, flags); 667 dwmci_writel(host, DWMCI_CMD, DWMCI_CMD_PRV_DAT_WAIT | 671 status = dwmci_readl(host, DWMCI_CMD); 681 dwmci_writel(host, DWMCI_CMD, DWMCI_CMD_PRV_DAT_WAIT | 686 status = dwmci_readl(host, DWMCI_CMD);
|
| /rk3399_rockchip-uboot/include/ |
| H A D | dwmmc.h | 25 #define DWMCI_CMD 0x02C macro
|