Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Ddw_mmc.c96 if (!(ctrl & DWMCI_RESET_ALL)) in dwmci_wait_reset()
249 dwmci_wait_reset(host, DWMCI_RESET_ALL); in dwmci_data_transfer()
805 if (!dwmci_wait_reset(host, DWMCI_RESET_ALL)) {
/OK3568_Linux_fs/u-boot/include/
H A Ddwmmc.h82 #define DWMCI_RESET_ALL (DWMCI_CTRL_RESET | DWMCI_CTRL_FIFO_RESET |\ macro