Home
last modified time | relevance | path

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

/linux/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-hdptx.c103 #define ROPLL_SDM_EN_MASK BIT(6) macro
1245 regmap_update_bits(hdptx->regmap, CMN_REG(005e), ROPLL_SDM_EN_MASK, in rk_hdptx_tmds_ropll_cmn_config()
1246 FIELD_PREP(ROPLL_SDM_EN_MASK, cfg->sdm_en)); in rk_hdptx_tmds_ropll_cmn_config()
1452 regmap_update_bits(hdptx->regmap, CMN_REG(005e), ROPLL_SDM_EN_MASK, in rk_hdptx_dp_pll_init()
1453 FIELD_PREP(ROPLL_SDM_EN_MASK, 0x1)); in rk_hdptx_dp_pll_init()
2251 ropll_hw.sdm_en = FIELD_GET(ROPLL_SDM_EN_MASK, val); in rk_hdptx_phy_clk_calc_rate_from_pll_cfg()