Searched refs:htotal_cntl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_crtc.c | 749 uint32_t htotal_cntl = 0; in radeon_set_pll() local 805 htotal_cntl = 0; in radeon_set_pll() 845 htotal_cntl = mode->htotal & 0x7; in radeon_set_pll() 859 radeon_legacy_tv_adjust_pll2(encoder, &htotal_cntl, in radeon_set_pll() 891 WREG32_PLL(RADEON_HTOTAL2_CNTL, htotal_cntl); in radeon_set_pll() 902 (unsigned)htotal_cntl, in radeon_set_pll() 923 radeon_legacy_tv_adjust_pll1(encoder, &htotal_cntl, &pll_ref_div, in radeon_set_pll() 996 WREG32_PLL(RADEON_HTOTAL_CNTL, htotal_cntl); in radeon_set_pll() 1008 (unsigned)htotal_cntl, in radeon_set_pll()
|
H A D | radeon_legacy_tv.c | 872 uint32_t *htotal_cntl, uint32_t *ppll_ref_div, in radeon_legacy_tv_adjust_pll1() 882 *htotal_cntl = (const_ptr->hor_total & 0x7) | RADEON_HTOT_CNTL_VGA_EN; in radeon_legacy_tv_adjust_pll1() 871 radeon_legacy_tv_adjust_pll1(struct drm_encoder *encoder, uint32_t *htotal_cntl, uint32_t *ppll_ref_div, uint32_t *ppll_div_3, uint32_t *pixclks_cntl) radeon_legacy_tv_adjust_pll1() argument
|
H A D | radeon_mode.h | 966 uint32_t *htotal_cntl, uint32_t *ppll_ref_div,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_crtc.c | 749 uint32_t htotal_cntl = 0; in radeon_set_pll() local 805 htotal_cntl = 0; in radeon_set_pll() 845 htotal_cntl = mode->htotal & 0x7; in radeon_set_pll() 859 radeon_legacy_tv_adjust_pll2(encoder, &htotal_cntl, in radeon_set_pll() 891 WREG32_PLL(RADEON_HTOTAL2_CNTL, htotal_cntl); in radeon_set_pll() 902 (unsigned)htotal_cntl, in radeon_set_pll() 923 radeon_legacy_tv_adjust_pll1(encoder, &htotal_cntl, &pll_ref_div, in radeon_set_pll() 996 WREG32_PLL(RADEON_HTOTAL_CNTL, htotal_cntl); in radeon_set_pll() 1008 (unsigned)htotal_cntl, in radeon_set_pll()
|
H A D | radeon_legacy_tv.c | 873 uint32_t *htotal_cntl, uint32_t *ppll_ref_div, in radeon_legacy_tv_adjust_pll1() 883 *htotal_cntl = (const_ptr->hor_total & 0x7) | RADEON_HTOT_CNTL_VGA_EN; in radeon_legacy_tv_adjust_pll1() 872 radeon_legacy_tv_adjust_pll1(struct drm_encoder *encoder, uint32_t *htotal_cntl, uint32_t *ppll_ref_div, uint32_t *ppll_div_3, uint32_t *pixclks_cntl) radeon_legacy_tv_adjust_pll1() argument
|
H A D | radeon_mode.h | 926 uint32_t *htotal_cntl, uint32_t *ppll_ref_div,
|
Completed in 10 milliseconds