Searched refs:OTAP_DLY_ENA_MASK (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/phy/intel/ |
D | phy-intel-thunderbay-emmc.c | 69 #define OTAP_DLY_ENA_MASK BIT(27) macro 335 update_reg(tbh_phy, PHY_CFG_0, OTAP_DLY_ENA_MASK, OTAP_DLY_ENA_SHIFT, 0x0); in thunderbay_emmc_phy_power_on() 353 update_reg(tbh_phy, PHY_CFG_0, OTAP_DLY_ENA_MASK, in thunderbay_emmc_phy_power_on() 376 update_reg(tbh_phy, PHY_CFG_0, OTAP_DLY_ENA_MASK, in thunderbay_emmc_phy_power_on() 395 update_reg(tbh_phy, PHY_CFG_0, OTAP_DLY_ENA_MASK, in thunderbay_emmc_phy_power_on() 413 update_reg(tbh_phy, PHY_CFG_0, OTAP_DLY_ENA_MASK, in thunderbay_emmc_phy_power_on()
|
D | phy-intel-keembay-emmc.c | 21 #define OTAP_DLY_ENA_MASK BIT(27) macro 226 ret = regmap_update_bits(priv->syscfg, PHY_CFG_0, OTAP_DLY_ENA_MASK, in keembay_emmc_phy_power_on() 227 FIELD_PREP(OTAP_DLY_ENA_MASK, 1)); in keembay_emmc_phy_power_on()
|