Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/msm/hdmi/
Dhdmi_pll_8960.c242 static inline u32 pll_read(struct hdmi_pll_8960 *pll, u32 reg) in pll_read() function
298 val = pll_read(pll, REG_HDMI_8960_PHY_PLL_PWRDN_B); in hdmi_pll_enable()
307 val = pll_read(pll, REG_HDMI_8960_PHY_PLL_STATUS0); in hdmi_pll_enable()
349 val = pll_read(pll, REG_HDMI_8960_PHY_PLL_PWRDN_B); in hdmi_pll_disable()
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Datom.h128 uint32_t (*pll_read)(struct card_info *info, uint32_t reg); /* filled by driver */ member
Datom.c322 val = gctx->card->pll_read(gctx->card, idx); in atom_get_src_int()
Damdgpu_atombios.c1848 atom_card_info->pll_read = cail_pll_read; in amdgpu_atombios_init()
/linux-6.6.21/drivers/gpu/drm/radeon/
Datom.h122 uint32_t (* pll_read)(struct card_info *, uint32_t); /* filled by driver */ member
Dradeon_device.c997 atom_card_info->pll_read = cail_pll_read; in radeon_atombios_init()
Datom.c320 val = gctx->card->pll_read(gctx->card, idx); in atom_get_src_int()