Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/mmc/
Ddw_mmc.c155 mask = dwmci_readl(host, DWMCI_RINTSTS); in dwmci_data_transfer()
182 dwmci_writel(host, DWMCI_RINTSTS, in dwmci_data_transfer()
202 dwmci_writel(host, DWMCI_RINTSTS, in dwmci_data_transfer()
222 dwmci_writel(host, DWMCI_RINTSTS, mask); in dwmci_data_transfer()
266 dwmci_writel(host, DWMCI_RINTSTS, DWMCI_INTMSK_ALL);
324 mask = dwmci_readl(host, DWMCI_RINTSTS);
327 dwmci_writel(host, DWMCI_RINTSTS, mask);
534 dwmci_writel(host, DWMCI_RINTSTS, 0xFFFFFFFF);
/third_party/uboot/u-boot-2020.01/include/
Ddwmmc.h30 #define DWMCI_RINTSTS 0x044 macro