Searched refs:pll_28nm (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/msm/dsi/phy/ |
H A D | dsi_phy_28nm.c | 373 pll_28nm->phy->pll_on = true; in dsi_pll_28nm_vco_prepare_hpm() 493 pll_28nm->phy->pll_on = true; in dsi_pll_28nm_vco_prepare_lp() 509 pll_28nm->phy->pll_on = false; in dsi_pll_28nm_vco_unprepare() 613 DBG("%d", pll_28nm->phy->id); in pll_28nm_register() 631 pll_28nm->phy->pll_base + in pll_28nm_register() 645 &pll_28nm->clk_hw, 0, pll_28nm->phy->pll_base + in pll_28nm_register() 655 &pll_28nm->clk_hw, in pll_28nm_register() 675 struct dsi_pll_28nm *pll_28nm; in dsi_pll_28nm_init() local 681 pll_28nm = devm_kzalloc(&pdev->dev, sizeof(*pll_28nm), GFP_KERNEL); in dsi_pll_28nm_init() 682 if (!pll_28nm) in dsi_pll_28nm_init() [all …]
|
H A D | dsi_phy_28nm_8960.c | 186 DBG("id=%d", pll_28nm->phy->id); in dsi_pll_28nm_vco_prepare() 219 pll_28nm->phy->pll_on = true; in dsi_pll_28nm_vco_prepare() 228 DBG("id=%d", pll_28nm->phy->id); in dsi_pll_28nm_vco_unprepare() 235 pll_28nm->phy->pll_on = false; in dsi_pll_28nm_vco_unprepare() 401 DBG("%d", pll_28nm->phy->id); in pll_28nm_register() 426 &pll_28nm->clk_hw, in pll_28nm_register() 439 &pll_28nm->clk_hw, 0, pll_28nm->phy->pll_base + in pll_28nm_register() 452 struct dsi_pll_28nm *pll_28nm; in dsi_pll_28nm_8960_init() local 458 pll_28nm = devm_kzalloc(&pdev->dev, sizeof(*pll_28nm), GFP_KERNEL); in dsi_pll_28nm_8960_init() 459 if (!pll_28nm) in dsi_pll_28nm_8960_init() [all …]
|