Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Ddw_mmc.c488 cmd->response[3] = dwmci_readl(host, DWMCI_RESP0);
490 cmd->response[0] = dwmci_readl(host, DWMCI_RESP0);
629 cmd->response[3] = dwmci_readl(host, DWMCI_RESP0);
631 cmd->response[0] = dwmci_readl(host, DWMCI_RESP0);
/OK3568_Linux_fs/u-boot/include/
H A Ddwmmc.h26 #define DWMCI_RESP0 0x030 macro