Searched refs:REG_DSI_7nm_PHY_CMN_CLK_CFG1 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/pll/ |
H A D | dsi_pll_7nm.c | 406 data = pll_read(pll->phy_cmn_mmio + REG_DSI_7nm_PHY_CMN_CLK_CFG1); in dsi_pll_disable_global_clk() 407 pll_write(pll->phy_cmn_mmio + REG_DSI_7nm_PHY_CMN_CLK_CFG1, data & ~BIT(5)); in dsi_pll_disable_global_clk() 416 data = pll_read(pll->phy_cmn_mmio + REG_DSI_7nm_PHY_CMN_CLK_CFG1); in dsi_pll_enable_global_clk() 417 pll_write(pll->phy_cmn_mmio + REG_DSI_7nm_PHY_CMN_CLK_CFG1, in dsi_pll_enable_global_clk() 574 cmn_clk_cfg1 = pll_read(phy_base + REG_DSI_7nm_PHY_CMN_CLK_CFG1); in dsi_pll_7nm_save_state() 598 val = pll_read(phy_base + REG_DSI_7nm_PHY_CMN_CLK_CFG1); in dsi_pll_7nm_restore_state() 601 pll_write(phy_base + REG_DSI_7nm_PHY_CMN_CLK_CFG1, val); in dsi_pll_7nm_restore_state() 638 pll_write(base + REG_DSI_7nm_PHY_CMN_CLK_CFG1, (data << 2)); in dsi_pll_7nm_set_usecase() 797 REG_DSI_7nm_PHY_CMN_CLK_CFG1, in pll_7nm_register()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/phy/ |
H A D | dsi_phy_7nm.c | 370 data = dsi_phy_read(pll->phy->base + REG_DSI_7nm_PHY_CMN_CLK_CFG1); in dsi_pll_disable_global_clk() 371 dsi_phy_write(pll->phy->base + REG_DSI_7nm_PHY_CMN_CLK_CFG1, data & ~BIT(5)); in dsi_pll_disable_global_clk() 380 data = dsi_phy_read(pll->phy->base + REG_DSI_7nm_PHY_CMN_CLK_CFG1); in dsi_pll_enable_global_clk() 381 dsi_phy_write(pll->phy->base + REG_DSI_7nm_PHY_CMN_CLK_CFG1, in dsi_pll_enable_global_clk() 548 cmn_clk_cfg1 = dsi_phy_read(phy_base + REG_DSI_7nm_PHY_CMN_CLK_CFG1); in dsi_7nm_pll_save_state() 572 val = dsi_phy_read(phy_base + REG_DSI_7nm_PHY_CMN_CLK_CFG1); in dsi_7nm_pll_restore_state() 575 dsi_phy_write(phy_base + REG_DSI_7nm_PHY_CMN_CLK_CFG1, val); in dsi_7nm_pll_restore_state() 613 dsi_phy_write(base + REG_DSI_7nm_PHY_CMN_CLK_CFG1, (data << 2)); in dsi_7nm_set_usecase() 715 data = dsi_phy_read(pll_7nm->phy->base + REG_DSI_7nm_PHY_CMN_CLK_CFG1); in pll_7nm_register() 716 dsi_phy_write(pll_7nm->phy->base + REG_DSI_7nm_PHY_CMN_CLK_CFG1, dat in pll_7nm_register() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/ |
H A D | dsi_phy_7nm.xml.h | 66 #define REG_DSI_7nm_PHY_CMN_CLK_CFG1 0x00000014 macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/ |
H A D | dsi.xml.h | 1899 #define REG_DSI_7nm_PHY_CMN_CLK_CFG1 0x00000014 macro
|
Completed in 9 milliseconds