Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/platform_data/
H A Dpxa_sdhci.h16 #define PXA_FLAG_ENABLE_CLOCK_GATING (1<<0) macro
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-pxav2.c79 if (pdata && (pdata->flags & PXA_FLAG_ENABLE_CLOCK_GATING)) { in pxav2_reset()