Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmxcmmc.c50 #define STR_STP_CLK_RESET (1 << 3) macro
139 writel(STR_STP_CLK_RESET, &host->base->str_stp_clk); in mxcmci_softreset()
140 writel(STR_STP_CLK_RESET | STR_STP_CLK_START_CLK, in mxcmci_softreset()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dmxcmmc.c62 #define STR_STP_CLK_RESET (1 << 3) macro
263 mxcmci_writew(host, STR_STP_CLK_RESET, MMC_REG_STR_STP_CLK); in mxcmci_softreset()
264 mxcmci_writew(host, STR_STP_CLK_RESET | STR_STP_CLK_START_CLK, in mxcmci_softreset()