Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/radeon/ | |
radeon_legacy_tv.c | 80 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); |
/src/sys/dev/pci/ | |
unichromehw.h | 635 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 |
unichromereg.h | 697 uint16_t hor_total; member in struct:display_timing |