Searched refs:DR_TY_SHIFT (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/phy/intel/ |
D | phy-intel-thunderbay-emmc.c | 94 #define DR_TY_SHIFT 1 macro 338 update_reg(tbh_phy, PHY_CFG_0, DR_TY_MASK, DR_TY_SHIFT, 0x1); in thunderbay_emmc_phy_power_on() 360 DR_TY_SHIFT, 0x1); 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() 420 DR_TY_SHIFT, 0x1); in thunderbay_emmc_phy_power_on()
|
D | phy-intel-lgm-emmc.c | 21 #define DR_TY_SHIFT(x) (((x) << 28) & DR_TY_MASK) macro 194 DR_TY_SHIFT(6)); in intel_emmc_phy_power_on()
|
/Linux-v6.1/drivers/mmc/host/ |
D | sdhci_am654.c | 58 #define DR_TY_SHIFT 20 macro 216 val |= sdhci_am654->drv_strength << DR_TY_SHIFT; in sdhci_am654_setup_dll()
|