Searched refs:REGR (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dtools.c55 efb_info.efb_fb_size = REGR(RADEON_CONFIG_MEMSIZE);
58 efb_info.efb_fb_size = REGR(R600_CONFIG_MEMSIZE);
211 crtc_gen_cntl = REGR(CRTC_GEN_CNTL);
215 crtc_h_total_disp = REGR(CRTC_H_TOTAL_DISP);
219 crtc_v_total_disp = REGR(CRTC_V_TOTAL_DISP);
223 crtc_pitch = REGR(CRTC_PITCH);
377 offset = REGR(CRTC_OFFSET) & 0x7ffffff;
378 pitch = REGR(CRTC_PITCH) & 0x7ff;
427 REGR(RADEON_PALETTE_INDEX);
432 efb_info.efb_palet[coloron] = REGR(RADEON_PALETTE_30_DAT
[all...]
H A Dmapper.c130 save_semaphore = REGR(RADEON_SW_SEMAPHORE);
138 new_semaphore = REGR(RADEON_SW_SEMAPHORE);
H A Defb.h40 #define REGR(offset) READ_MMIO_UINT(efb_info.efb_mmio_ptr + \ macro

Completed in 140 milliseconds