Searched refs:dsm_tmp (Results 1 – 2 of 2) sorted by relevance
1290 u16 dsm_tmp; in samsung_mipi_dcphy_pll_configure() local1293 dsm_tmp = abs(samsung->pll.dsm); in samsung_mipi_dcphy_pll_configure()1294 dsm_tmp = dsm_tmp - 1; in samsung_mipi_dcphy_pll_configure()1295 dsm_tmp ^= 0xffff; in samsung_mipi_dcphy_pll_configure()1296 phy_write(samsung, PLL_CON1, dsm_tmp); in samsung_mipi_dcphy_pll_configure()
1374 u16 dsm_tmp; in samsung_mipi_dcphy_pll_configure() local1377 dsm_tmp = abs(samsung->pll.dsm); in samsung_mipi_dcphy_pll_configure()1378 dsm_tmp = dsm_tmp - 1; in samsung_mipi_dcphy_pll_configure()1379 dsm_tmp ^= 0xffff; in samsung_mipi_dcphy_pll_configure()1380 regmap_write(samsung->regmap, PLL_CON1, dsm_tmp); in samsung_mipi_dcphy_pll_configure()