Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dsamsung_mipi_dcphy.c41 #define PLL_CON0 0x0100 macro
1286 phy_update_bits(samsung, PLL_CON0, S_MASK | P_MASK, in samsung_mipi_dcphy_pll_configure()
1425 phy_update_bits(samsung, PLL_CON0, PLL_EN, PLL_EN); in samsung_mipi_dcphy_pll_enable()
1435 phy_update_bits(samsung, PLL_CON0, PLL_EN, 0); in samsung_mipi_dcphy_pll_disable()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_samsung_dcphy_common.h63 #define PLL_CON0 0x0100 macro
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-dcphy.c36 #define PLL_CON0 0x0100 macro
1370 regmap_update_bits(samsung->regmap, PLL_CON0, S_MASK | P_MASK, in samsung_mipi_dcphy_pll_configure()
1404 regmap_update_bits(samsung->regmap, PLL_CON0, PLL_EN, PLL_EN); in samsung_mipi_dcphy_pll_enable()
1414 regmap_update_bits(samsung->regmap, PLL_CON0, PLL_EN, 0); in samsung_mipi_dcphy_pll_disable()