Home
last modified time | relevance | path

Searched refs:pll_write (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/msm/hdmi/
Dhdmi_pll_8960.c237 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/
Datom.h126 void (*pll_write)(struct card_info *info, member
Datom.c548 gctx->card->pll_write(gctx->card, idx, val); in atom_put_dst()
Damdgpu_atombios.c1849 atom_card_info->pll_write = cail_pll_write; in amdgpu_atombios_init()
/linux-6.6.21/drivers/gpu/drm/radeon/
Datom.h121 void (* pll_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */ member
Dradeon_device.c998 atom_card_info->pll_write = cail_pll_write; in radeon_atombios_init()
Datom.c546 gctx->card->pll_write(gctx->card, idx, val); in atom_put_dst()