Searched refs:hor_total (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/via/ |
H A D | via_modesetting.c | 37 raw.hor_total = timing->hor_total / 8 - 5; via_set_primary_timing() 53 via_write_reg(VIACR, 0x00, raw.hor_total & 0xFF); via_set_primary_timing() 81 via_write_reg_mask(VIACR, 0x36, raw.hor_total >> (8 - 3) & 0x08, 0x08); via_set_primary_timing() 95 raw.hor_total = timing->hor_total - 1; via_set_secondary_timing() 108 via_write_reg(VIACR, 0x50, raw.hor_total & 0xFF); via_set_secondary_timing() 115 via_write_reg_mask(VIACR, 0x55, (raw.hor_total >> 8 & 0x0F) via_set_secondary_timing()
|
H A D | via_modesetting.h | 37 u16 hor_total; member in struct:via_display_timing
|
H A D | hw.c | 1479 timing.hor_total = timing.hor_sync_end + var->left_margin + dx; var_to_timing() 1481 timing.hor_blank_end = timing.hor_total - dx; var_to_timing()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_tv.c | 72 uint16_t hor_total; member in struct:radeon_tv_mode_constants 446 h_total = const_ptr->hor_total; radeon_legacy_tv_init_restarts() 789 WREG32(RADEON_TV_HTOTAL, const_ptr->hor_total - 1); radeon_legacy_tv_mode_set() 850 (((const_ptr->hor_total / 8) - 1) << RADEON_CRTC_H_TOTAL_SHIFT); radeon_legacy_tv_adjust_crtc_reg() 895 *htotal_cntl = (const_ptr->hor_total & 0x7) | RADEON_HTOT_CNTL_VGA_EN; radeon_legacy_tv_adjust_pll1() 915 *htotal2_cntl = (const_ptr->hor_total & 0x7); radeon_legacy_tv_adjust_pll2()
|
Completed in 164 milliseconds