Home
last modified time | relevance | path

Searched refs:STR_STP_CLK_STOP_CLK (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/mmc/host/
Dimxmmc.h23 #define STR_STP_CLK_STOP_CLK (1<<0) macro
Dmxcmmc.c65 #define STR_STP_CLK_STOP_CLK (1 << 0) macro
763 writew(STR_STP_CLK_STOP_CLK, host->base + MMC_REG_STR_STP_CLK); in mxcmci_set_ios()
Dimxmmc.c109 writew(reg | STR_STP_CLK_STOP_CLK, in imxmci_stop_clock()
134 writew(reg & ~STR_STP_CLK_STOP_CLK, host->base + MMC_REG_STR_STP_CLK); in imxmci_start_clock()