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

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

Completed in 43 milliseconds