Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/phy/intel/
Dphy-intel-thunderbay-emmc.c94 #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()
Dphy-intel-lgm-emmc.c21 #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/
Dsdhci_am654.c58 #define DR_TY_SHIFT 20 macro
216 val |= sdhci_am654->drv_strength << DR_TY_SHIFT; in sdhci_am654_setup_dll()