Searched refs:OUTREG (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/drivers/video/ |
| H A D | ati_radeon_fb.c | 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() [all …]
|
| H A D | ati_radeon_fb.h | 71 #define OUTREG(addr,val) writel(val, (rinfo->mmio_base)+addr) macro 81 OUTREG(addr, tmp); in _OUTREGP() 263 OUTREG(CLOCK_CNTL_DATA, val); in __OUTPLL()
|