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

/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_legacy_tv.c80 uint16_t hor_total; member in struct:radeon_tv_mode_constants
444 h_total = const_ptr->hor_total;
781 WREG32(RADEON_TV_HTOTAL, const_ptr->hor_total - 1);
842 (((const_ptr->hor_total / 8) - 1) << RADEON_CRTC_H_TOTAL_SHIFT);
887 *htotal_cntl = (const_ptr->hor_total & 0x7) | RADEON_HTOT_CNTL_VGA_EN;
907 *htotal2_cntl = (const_ptr->hor_total & 0x7);
/netbsd-current/sys/dev/pci/
H A Dunichromehw.h635 struct iga1_hor_total hor_total; member in struct:iga1_crtc_timing
661 struct iga2_hor_total hor_total; member in struct:iga2_crtc_timing
H A Dunichromefb.c824 device_timing.hor_total);
825 regnum = iga1_crtc_reg.hor_total.reg_num;
826 reg = iga1_crtc_reg.hor_total.reg;
H A Dunichromereg.h697 uint16_t hor_total; member in struct:display_timing

Completed in 185 milliseconds