Searched refs:pll_write (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_pll_8960.c | 237 static inline void pll_write(struct hdmi_pll_8960 *pll, u32 reg, u32 data) in pll_write() function 262 pll_write(pll, REG_HDMI_8960_PHY_PLL_LOCKDET_CFG2, 0x8d); in hdmi_pll_enable() 263 pll_write(pll, REG_HDMI_8960_PHY_PLL_LOCKDET_CFG0, 0x10); in hdmi_pll_enable() 264 pll_write(pll, REG_HDMI_8960_PHY_PLL_LOCKDET_CFG1, 0x1a); in hdmi_pll_enable() 274 pll_write(pll, REG_HDMI_8960_PHY_PLL_LOCKDET_CFG2, 0x0d); in hdmi_pll_enable() 301 pll_write(pll, REG_HDMI_8960_PHY_PLL_PWRDN_B, val); in hdmi_pll_enable() 321 pll_write(pll, REG_HDMI_8960_PHY_PLL_LOCKDET_CFG2, 0x8d); in hdmi_pll_enable() 323 pll_write(pll, REG_HDMI_8960_PHY_PLL_LOCKDET_CFG2, 0x0d); in hdmi_pll_enable() 352 pll_write(pll, REG_HDMI_8960_PHY_PLL_PWRDN_B, val); in hdmi_pll_disable() 394 pll_write(pll, pll_rate->conf[i].reg, pll_rate->conf[i].val); in hdmi_pll_set_rate()
|
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | atom.h | 126 void (*pll_write)(struct card_info *info, member
|
D | atom.c | 548 gctx->card->pll_write(gctx->card, idx, val); in atom_put_dst()
|
D | amdgpu_atombios.c | 1849 atom_card_info->pll_write = cail_pll_write; in amdgpu_atombios_init()
|
/linux-6.6.21/drivers/gpu/drm/radeon/ |
D | atom.h | 121 void (* pll_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */ member
|
D | radeon_device.c | 998 atom_card_info->pll_write = cail_pll_write; in radeon_atombios_init()
|
D | atom.c | 546 gctx->card->pll_write(gctx->card, idx, val); in atom_put_dst()
|