Home
last modified time | relevance | path

Searched refs:DR_TY_MASK (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/phy/intel/
Dphy-intel-thunderbay-emmc.c93 #define DR_TY_MASK GENMASK(3, 1) macro
338 update_reg(tbh_phy, PHY_CFG_0, DR_TY_MASK, DR_TY_SHIFT, 0x1); in thunderbay_emmc_phy_power_on()
359 update_reg(tbh_phy, PHY_CFG_0, DR_TY_MASK, in thunderbay_emmc_phy_power_on()
383 DR_TY_MASK, DR_TY_SHIFT, 0x1); in thunderbay_emmc_phy_power_on()
401 update_reg(tbh_phy, PHY_CFG_0, DR_TY_MASK, DR_TY_SHIFT, 0x1); in thunderbay_emmc_phy_power_on()
419 update_reg(tbh_phy, PHY_CFG_0, DR_TY_MASK, in thunderbay_emmc_phy_power_on()
Dphy-intel-lgm-emmc.c20 #define DR_TY_MASK GENMASK(30, 28) macro
21 #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()
/Linux-v6.1/drivers/mmc/host/
Dsdhci_am654.c59 #define DR_TY_MASK GENMASK(22, 20) macro
215 mask |= DR_TY_MASK; in sdhci_am654_setup_dll()