Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/mmc/host/
H A Dmxcmmc.c61 #define STR_STP_CLK_RESET (1 << 3) macro
246 mxcmci_writew(host, STR_STP_CLK_RESET, MMC_REG_STR_STP_CLK); in mxcmci_softreset()
247 mxcmci_writew(host, STR_STP_CLK_RESET | STR_STP_CLK_START_CLK, in mxcmci_softreset()