HomeSort by: relevance | last modified time | path
    Searched defs:h_inc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_legacy_tv.c 436 u16 p1, p2, h_inc; local in function:radeon_legacy_tv_init_restarts
511 /* compute h_inc from hsize */
515 h_inc = (u16)((int)(const_ptr->hor_resolution * 4096 * NTSC_TV_CLOCK_T) /
518 h_inc = (u16)((int)(const_ptr->hor_resolution * 4096 * PAL_TV_CLOCK_T) /
522 ((u32)h_inc << RADEON_H_INC_SHIFT);
524 DRM_DEBUG_KMS("compute_restart: h_size = %d h_inc = %d\n", tv_dac->h_size, h_inc);
radeon_legacy_tv.c 436 u16 p1, p2, h_inc; local in function:radeon_legacy_tv_init_restarts
511 /* compute h_inc from hsize */
515 h_inc = (u16)((int)(const_ptr->hor_resolution * 4096 * NTSC_TV_CLOCK_T) /
518 h_inc = (u16)((int)(const_ptr->hor_resolution * 4096 * PAL_TV_CLOCK_T) /
522 ((u32)h_inc << RADEON_H_INC_SHIFT);
524 DRM_DEBUG_KMS("compute_restart: h_size = %d h_inc = %d\n", tv_dac->h_size, h_inc);

Completed in 23 milliseconds