Searched refs:DWMCI_CTRL (Results 1 – 2 of 2) sorted by relevance
24 dwmci_writel(host, DWMCI_CTRL, value); in dwmci_wait_reset()27 ctrl = dwmci_readl(host, DWMCI_CTRL); in dwmci_wait_reset()87 ctrl = dwmci_readl(host, DWMCI_CTRL); in dwmci_prepare_data()89 dwmci_writel(host, DWMCI_CTRL, ctrl); in dwmci_prepare_data()359 ctrl = dwmci_readl(host, DWMCI_CTRL);361 dwmci_writel(host, DWMCI_CTRL, ctrl);
13 #define DWMCI_CTRL 0x000 macro