Searched refs:dwmci_readl (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/mmc/ |
D | dw_mmc.c | 26 ctrl = dwmci_readl(host, DWMCI_CTRL); in dwmci_wait_reset() 83 ctrl = dwmci_readl(host, DWMCI_CTRL); in dwmci_prepare_data() 87 ctrl = dwmci_readl(host, DWMCI_BMOD); in dwmci_prepare_data() 112 mask = dwmci_readl(host, DWMCI_RINTSTS); in dwmci_data_transfer() 125 len = dwmci_readl(host, DWMCI_STATUS); in dwmci_data_transfer() 131 dwmci_readl(host, DWMCI_DATA); in dwmci_data_transfer() 139 len = dwmci_readl(host, DWMCI_STATUS); in dwmci_data_transfer() 206 while (dwmci_readl(host, DWMCI_STATUS) & DWMCI_BUSY) { 265 mask = dwmci_readl(host, DWMCI_RINTSTS); 297 cmd->response[0] = dwmci_readl(host, DWMCI_RESP3); [all …]
|
D | exynos_dw_mmc.c | 65 clk_div = ((dwmci_readl(host, DWMCI_CLKSEL) >> DWMCI_DIVRATIO_BIT) in exynos_dwmci_get_clk()
|
/external/u-boot/include/ |
D | dwmmc.h | 211 static inline u32 dwmci_readl(struct dwmci_host *host, int reg) in dwmci_readl() function
|