Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dsamsung_mipi_dcphy.c1290 u16 dsm_tmp; in samsung_mipi_dcphy_pll_configure() local
1293 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()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-dcphy.c1374 u16 dsm_tmp; in samsung_mipi_dcphy_pll_configure() local
1377 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()