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

/linux-master/drivers/video/fbdev/via/
H A Dvia_modesetting.h22 u16 hor_total; member in struct:via_display_timing
H A Dvia_modesetting.c22 raw.hor_total = timing->hor_total / 8 - 5;
38 via_write_reg(VIACR, 0x00, raw.hor_total & 0xFF);
66 via_write_reg_mask(VIACR, 0x36, raw.hor_total >> (8 - 3) & 0x08, 0x08);
80 raw.hor_total = timing->hor_total - 1;
93 via_write_reg(VIACR, 0x50, raw.hor_total & 0xFF);
100 via_write_reg_mask(VIACR, 0x55, (raw.hor_total >> 8 & 0x0F)
H A Dhw.c1464 timing.hor_total = timing.hor_sync_end + var->left_margin + dx;
1466 timing.hor_blank_end = timing.hor_total - dx;
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c74 uint16_t hor_total; member in struct:radeon_tv_mode_constants
438 h_total = const_ptr->hor_total;
777 WREG32(RADEON_TV_HTOTAL, const_ptr->hor_total - 1);
838 (((const_ptr->hor_total / 8) - 1) << RADEON_CRTC_H_TOTAL_SHIFT);
883 *htotal_cntl = (const_ptr->hor_total & 0x7) | RADEON_HTOT_CNTL_VGA_EN;
903 *htotal2_cntl = (const_ptr->hor_total & 0x7);

Completed in 231 milliseconds