Searched refs:DR_TY_MASK (Results 1 – 2 of 2) sorted by relevance
20 #define DR_TY_MASK GENMASK(30, 28) macro21 #define DR_TY_SHIFT(x) (((x) << 28) & DR_TY_MASK)193 ret = regmap_update_bits(priv->syscfg, EMMC_PHYCTRL0_REG, DR_TY_MASK, in intel_emmc_phy_power_on()
58 #define DR_TY_MASK GENMASK(22, 20) macro211 mask |= DR_TY_MASK; in sdhci_am654_setup_dll()
Completed in 5 milliseconds