Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_legacy_tv.c266 return const_ptr; in radeon_legacy_tv_get_std_mode()
443 if (!const_ptr) in radeon_legacy_tv_init_restarts()
446 h_total = const_ptr->hor_total; in radeon_legacy_tv_init_restarts()
447 v_total = const_ptr->ver_total; in radeon_legacy_tv_init_restarts()
484 restart = const_ptr->def_restart; in radeon_legacy_tv_init_restarts()
554 if (!const_ptr) in radeon_legacy_tv_mode_set()
846 if (!const_ptr) in radeon_legacy_tv_adjust_crtc_reg()
855 (const_ptr->hor_syncstart & 7); in radeon_legacy_tv_adjust_crtc_reg()
892 if (!const_ptr) in radeon_legacy_tv_adjust_pll1()
899 *ppll_div_3 = (const_ptr->crtcPLL_N & 0x7ff) | (get_post_div(const_ptr->crtcPLL_post_div) << 16); in radeon_legacy_tv_adjust_pll1()
[all …]