Searched refs:DR_TY_MASK (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/drivers/phy/intel/ |
| D | phy-intel-thunderbay-emmc.c | 93 #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()
|
| D | phy-intel-lgm-emmc.c | 20 #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/ |
| D | sdhci_am654.c | 59 #define DR_TY_MASK GENMASK(22, 20) macro 215 mask |= DR_TY_MASK; in sdhci_am654_setup_dll()
|