Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dpxamci.h9 #define STAT_CLK_EN (1 << 8) macro
Dpxamci.c141 if (readl(host->base + MMC_STAT) & STAT_CLK_EN) { in pxamci_stop_clock()
149 if (!(v & STAT_CLK_EN)) in pxamci_stop_clock()
154 if (v & STAT_CLK_EN) in pxamci_stop_clock()