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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dmapper.c212 save_cursor_loc_low = mgaptr->mga_crtc_data;
214 save_cursor_loc_high = mgaptr->mga_crtc_data;
218 mgaptr->mga_crtc_data = save_cursor_loc_high ^
221 mgaptr->mga_crtc_data = save_cursor_loc_low ^
226 new_cursor_loc_low = mgaptr->mga_crtc_data;
228 new_cursor_loc_high = mgaptr->mga_crtc_data;
233 mgaptr->mga_crtc_data = save_cursor_loc_low;
235 mgaptr->mga_crtc_data = save_cursor_loc_high;
H A Dtools.c278 horiz_total = mgaptr->mga_crtc_data;
283 horiz_display_end = mgaptr->mga_crtc_data;
288 vert_total = mgaptr->mga_crtc_data;
293 vert_display_end = mgaptr->mga_crtc_data;
298 overflow = mgaptr->mga_crtc_data;
303 offset = mgaptr->mga_crtc_data;
H A Dmga.h2602 uint8_t mga_crtc_data; /* 0x1fd5 */ member in struct:mga_struct

Completed in 33 milliseconds