Searched refs:hor_resolution (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_legacy_tv.c72 uint16_t hor_resolution; member in struct:radeon_tv_mode_constants
520 h_inc = (u16)((int)(const_ptr->hor_resolution * 4096 * NTSC_TV_CLOCK_T) /
523 h_inc = (u16)((int)(const_ptr->hor_resolution * 4096 * PAL_TV_CLOCK_T) /
631 if (const_ptr->hor_resolution == 1024)
793 WREG32(RADEON_TV_HDISP, const_ptr->hor_resolution - 1);
852 *h_total_disp = (((const_ptr->hor_resolution / 8) - 1) << RADEON_CRTC_H_DISP_SHIFT) |

Completed in 35 milliseconds