Home
last modified time | relevance | path

Searched refs:PDB_MASK (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/intel/
Dphy-intel-lgm-emmc.c27 #define PDB_MASK BIT(0) macro
28 #define PDB_SHIFT(x) (((x) << 0) & PDB_MASK)
64 ret = regmap_update_bits(priv->syscfg, EMMC_PHYCTRL1_REG, PDB_MASK, in intel_emmc_phy_power()
88 ret = regmap_update_bits(priv->syscfg, EMMC_PHYCTRL1_REG, PDB_MASK, in intel_emmc_phy_power()
/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci_am654.c65 #define PDB_MASK BIT(PDB_SHIFT) macro
648 PDB_MASK, PDB_MASK); in sdhci_am654_init()