Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Ddw_mmc.c92 dwmci_writel(host, DWMCI_CTRL, value); in dwmci_wait_reset()
95 ctrl = dwmci_readl(host, DWMCI_CTRL); in dwmci_wait_reset()
152 ctrl = dwmci_readl(host, DWMCI_CTRL); in dwmci_prepare_data()
154 dwmci_writel(host, DWMCI_CTRL, ctrl); in dwmci_prepare_data()
499 ctrl = dwmci_readl(host, DWMCI_CTRL);
501 dwmci_writel(host, DWMCI_CTRL, ctrl);
/OK3568_Linux_fs/u-boot/include/
H A Ddwmmc.h14 #define DWMCI_CTRL 0x000 macro