Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-rockchip-samsung-hdptx.c102 #define ROPLL_SDC_N_RBR GENMASK(2, 0) macro
946 regmap_update_bits(hdptx->regmap, 0x01a4, ROPLL_SDC_N_RBR, in rockchip_hdptx_phy_set_rate()
947 FIELD_PREP(ROPLL_SDC_N_RBR, pll_ctrl->sdc_clock_div)); in rockchip_hdptx_phy_set_rate()
1127 regmap_update_bits(hdptx->regmap, 0x01a4, ROPLL_SDC_N_RBR, in rockchip_hdptx_phy_dp_pll_init()
1128 FIELD_PREP(ROPLL_SDC_N_RBR, 0x2)); in rockchip_hdptx_phy_dp_pll_init()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Dphy-rockchip-samsung-hdptx-hdmi.c175 #define ROPLL_SDC_N_RBR(x) UPDATE(x, 2, 0) macro
1305 ROPLL_SDC_N_RBR(cfg->sdc_n)); in hdptx_ropll_cmn_config()