Home
last modified time | relevance | path

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

/u-boot/drivers/mmc/
A Ddw_mmc.c29 dwmci_writel(host, DWMCI_CTRL, value); in dwmci_wait_reset()
32 ctrl = dwmci_readl(host, DWMCI_CTRL); in dwmci_wait_reset()
92 ctrl = dwmci_readl(host, DWMCI_CTRL); in dwmci_prepare_data()
94 dwmci_writel(host, DWMCI_CTRL, ctrl); in dwmci_prepare_data()
389 ctrl = dwmci_readl(host, DWMCI_CTRL);
391 dwmci_writel(host, DWMCI_CTRL, ctrl);
/u-boot/include/
A Ddwmmc.h15 #define DWMCI_CTRL 0x000 macro

Completed in 5 milliseconds