Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Dpxamci.h10 #define STAT_CLK_EN (1 << 8) macro
Dpxamci.c118 if (readl(host->base + MMC_STAT) & STAT_CLK_EN) { in pxamci_stop_clock()
126 if (!(v & STAT_CLK_EN)) in pxamci_stop_clock()
131 if (v & STAT_CLK_EN) in pxamci_stop_clock()