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

/haiku/src/add-ons/accelerants/radeon/
H A Dcrtc.c30 OUTREG( regs, RADEON_CRTC_H_TOTAL_DISP, values->crtc_h_total_disp );
44 OUTREG( regs, RADEON_CRTC2_H_TOTAL_DISP, values->crtc_h_total_disp );
95 values->crtc_h_total_disp =
H A Dset_mode.h73 uint32 crtc_h_total_disp; member in struct:__anon1238
/haiku/src/add-ons/accelerants/ati/
H A Drage128_mode.cpp25 uint32 crtc_h_total_disp; member in struct:DisplayParams
105 params.crtc_h_total_disp = (((mode.timing.h_total / 8) - 1) & 0xffff)
308 OUTREG(R128_CRTC_H_TOTAL_DISP, params.crtc_h_total_disp);
H A Dmach64_mode.cpp232 uint32 crtc_h_total_disp = ((mode.timing.h_total / 8) - 1) local
299 OUTREG(CRTC_H_TOTAL_DISP, crtc_h_total_disp);

Completed in 50 milliseconds