Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/phy/intel/
Dphy-intel-thunderbay-emmc.c71 #define OTAP_DLY_SEL_MASK GENMASK(26, 23) macro
336 update_reg(tbh_phy, PHY_CFG_0, OTAP_DLY_SEL_MASK, OTAP_DLY_SEL_SHIFT, 0); in thunderbay_emmc_phy_power_on()
355 update_reg(tbh_phy, PHY_CFG_0, OTAP_DLY_SEL_MASK, in thunderbay_emmc_phy_power_on()
378 update_reg(tbh_phy, PHY_CFG_0, OTAP_DLY_SEL_MASK, in thunderbay_emmc_phy_power_on()
397 update_reg(tbh_phy, PHY_CFG_0, OTAP_DLY_SEL_MASK, in thunderbay_emmc_phy_power_on()
415 update_reg(tbh_phy, PHY_CFG_0, OTAP_DLY_SEL_MASK, in thunderbay_emmc_phy_power_on()
Dphy-intel-keembay-emmc.c22 #define OTAP_DLY_SEL_MASK GENMASK(26, 23) macro
234 ret = regmap_update_bits(priv->syscfg, PHY_CFG_0, OTAP_DLY_SEL_MASK, in keembay_emmc_phy_power_on()
235 FIELD_PREP(OTAP_DLY_SEL_MASK, 2)); in keembay_emmc_phy_power_on()