Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Ddw_mmc.c23 dwmci_writel(host, DWMCI_CTRL, value); in dwmci_wait_reset()
26 ctrl = dwmci_readl(host, DWMCI_CTRL); in dwmci_wait_reset()
83 ctrl = dwmci_readl(host, DWMCI_CTRL); in dwmci_prepare_data()
85 dwmci_writel(host, DWMCI_CTRL, ctrl); in dwmci_prepare_data()
311 ctrl = dwmci_readl(host, DWMCI_CTRL);
313 dwmci_writel(host, DWMCI_CTRL, ctrl);
/external/u-boot/include/
Ddwmmc.h13 #define DWMCI_CTRL 0x000 macro