• Home
  • Raw
  • Download

Lines Matching refs:OUTREG

117 		OUTREG(MC_FB_LOCATION, tom);  in radeon_identify_vram()
118 OUTREG(DISPLAY_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram()
119 OUTREG(CRTC2_DISPLAY_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram()
120 OUTREG(OV0_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram()
123 OUTREG(GRPH2_BUFFER_CNTL, INREG(GRPH2_BUFFER_CNTL) & ~0x7f0000); in radeon_identify_vram()
329 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl); in radeon_setmode()
333 OUTREG(CRTC_H_TOTAL_DISP, mode->crtc_h_total_disp); in radeon_setmode()
334 OUTREG(CRTC_H_SYNC_STRT_WID, mode->crtc_h_sync_strt_wid); in radeon_setmode()
335 OUTREG(CRTC_V_TOTAL_DISP, mode->crtc_v_total_disp); in radeon_setmode()
336 OUTREG(CRTC_V_SYNC_STRT_WID, mode->crtc_v_sync_strt_wid); in radeon_setmode()
337 OUTREG(CRTC_OFFSET, 0); in radeon_setmode()
338 OUTREG(CRTC_OFFSET_CNTL, 0); in radeon_setmode()
339 OUTREG(CRTC_PITCH, mode->crtc_pitch); in radeon_setmode()
354 OUTREG(PALETTE_DATA, val); in set_pal()
515 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl | CRTC_DISP_REQ_EN_B); in radeon_setmode_9200()
519 OUTREG(CRTC_H_TOTAL_DISP, mode->crtc_h_total_disp); in radeon_setmode_9200()
520 OUTREG(CRTC_H_SYNC_STRT_WID, mode->crtc_h_sync_strt_wid); in radeon_setmode_9200()
521 OUTREG(CRTC_V_TOTAL_DISP, mode->crtc_v_total_disp); in radeon_setmode_9200()
522 OUTREG(CRTC_V_SYNC_STRT_WID, mode->crtc_v_sync_strt_wid); in radeon_setmode_9200()
523 OUTREG(CRTC_OFFSET, 0); in radeon_setmode_9200()
524 OUTREG(CRTC_OFFSET_CNTL, mode->crtc_offset_cntl); in radeon_setmode_9200()
525 OUTREG(CRTC_PITCH, mode->crtc_pitch); in radeon_setmode_9200()
526 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl); in radeon_setmode_9200()
535 OUTREG(SURFACE0_INFO, mode->surf_info[0]); in radeon_setmode_9200()
536 OUTREG(SURFACE0_LOWER_BOUND, 0); in radeon_setmode_9200()
537 OUTREG(SURFACE0_UPPER_BOUND, mode->surf_upper_bound[0]); in radeon_setmode_9200()
538 OUTREG(SURFACE_CNTL, mode->surface_cntl); in radeon_setmode_9200()
757 OUTREG(PALETTE_INDEX, index); in video_set_lut()
758 OUTREG(PALETTE_DATA, (r << 16) | (g << 8) | b); in video_set_lut()