Searched refs:DR_TY_MASK (Results 1 – 1 of 1) 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()