Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dpxamci.h9 #define STAT_CLK_EN (1 << 8) macro
Dpxamci.c138 if (readl(host->base + MMC_STAT) & STAT_CLK_EN) { in pxamci_stop_clock()
146 if (!(v & STAT_CLK_EN)) in pxamci_stop_clock()
151 if (v & STAT_CLK_EN) in pxamci_stop_clock()