Home
last modified time | relevance | path

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

/linux/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-dcphy.c1059 u16 dsm_tmp; in samsung_mipi_dcphy_pll_configure() local
1062 dsm_tmp = abs(samsung->pll.dsm); in samsung_mipi_dcphy_pll_configure()
1063 dsm_tmp = dsm_tmp - 1; in samsung_mipi_dcphy_pll_configure()
1064 dsm_tmp ^= 0xffff; in samsung_mipi_dcphy_pll_configure()
1065 regmap_write(samsung->regmap, PLL_CON1, dsm_tmp); in samsung_mipi_dcphy_pll_configure()