Searched refs:wml (Results 1 – 2 of 2) sorted by relevance
839 uint32_t proctl, sysctl, wml; in USDHC_Init() local855 wml = base->WTMK_LVL; in USDHC_Init()864 wml &= ~(USDHC_WTMK_LVL_RD_WML_MASK | USDHC_WTMK_LVL_WR_WML_MASK); in USDHC_Init()865 …wml |= (USDHC_WTMK_LVL_RD_WML(config->readWatermarkLevel) | USDHC_WTMK_LVL_WR_WML(config->writeWat… in USDHC_Init()868 …wml &= ~(USDHC_WTMK_LVL_RD_WML_MASK | USDHC_WTMK_LVL_WR_WML_MASK | USDHC_WTMK_LVL_RD_BRST_LEN_MASK… in USDHC_Init()870 …wml |= (USDHC_WTMK_LVL_RD_WML(config->readWatermarkLevel) | USDHC_WTMK_LVL_WR_WML(config->writeWat… in USDHC_Init()879 base->WTMK_LVL = wml; in USDHC_Init()
818 uint32_t wml; in SDHC_Init() local829 wml = base->WML; in SDHC_Init()841 wml &= ~(SDHC_WML_RDWML_MASK | SDHC_WML_WRWML_MASK); in SDHC_Init()842 … wml |= (SDHC_WML_RDWML(config->readWatermarkLevel) | SDHC_WML_WRWML(config->writeWatermarkLevel)); in SDHC_Init()844 base->WML = wml; in SDHC_Init()