Searched refs:memoffset (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Ddisp_gu2.c158 void gu2_set_cursor_position(unsigned long memoffset,
162 void gu2_set_cursor_shape32(unsigned long memoffset, unsigned long *andmask,
164 void gu2_set_cursor_shape64(unsigned long memoffset, unsigned long *andmask,
169 void gu2_set_icon_position(unsigned long memoffset, unsigned short xpos);
170 void gu2_set_icon_shape64(unsigned long memoffset, unsigned long *andmask,
1053 gu2_set_cursor_position(unsigned long memoffset, argument
1058 gfx_set_cursor_position(unsigned long memoffset,
1097 memoffset += (unsigned long)yoffset << 4;
1103 WRITE_REG32(MDC_CURS_ST_OFFSET, memoffset);
1121 gu2_set_cursor_shape32(unsigned long memoffset, argument
1165 gu2_set_cursor_shape64(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask) argument
1262 gu2_set_icon_position(unsigned long memoffset,unsigned short xpos) argument
1291 gu2_set_icon_shape64(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask,unsigned int lines) argument
[all...]
H A Ddisp_gu1.c162 void gu1_set_cursor_position(unsigned long memoffset,
166 void gu1_set_cursor_shape32(unsigned long memoffset, unsigned long *andmask,
168 void gu1_set_cursor_shape64(unsigned long memoffset, unsigned long *andmask,
173 void gu1_set_icon_position(unsigned long memoffset, unsigned short xpos);
174 void gu1_set_icon_shape64(unsigned long memoffset, unsigned long *andmask,
1236 gu1_set_cursor_position(unsigned long memoffset, argument
1241 gfx_set_cursor_position(unsigned long memoffset,
1274 memoffset += (unsigned long)yoffset << 3;
1288 WRITE_REG32(DC_CURS_ST_OFFSET, memoffset);
1305 gu1_set_cursor_shape32(unsigned long memoffset, argument
[all...]
H A Dgfx_disp.c850 gfx_set_cursor_position(unsigned long memoffset, argument
856 gu1_set_cursor_position(memoffset, xpos, ypos, xhotspot, yhotspot);
860 gu2_set_cursor_position(memoffset, xpos, ypos, xhotspot, yhotspot);
869 gfx_set_cursor_shape32(unsigned long memoffset, argument
874 gu1_set_cursor_shape32(memoffset, andmask, xormask);
878 gu2_set_cursor_shape32(memoffset, andmask, xormask);
887 gfx_set_cursor_shape64(unsigned long memoffset, argument
892 gu2_set_cursor_shape64(memoffset, andmask, xormask);
928 gfx_set_icon_position(unsigned long memoffset, unsigned short xpos) argument
932 gu2_set_icon_position(memoffset, xpo
941 gfx_set_icon_shape64(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask,unsigned int lines) argument
[all...]
H A Dgfx_rtns.h266 void gfx_set_cursor_position(unsigned long memoffset,
270 void gfx_set_cursor_shape32(unsigned long memoffset,
273 void gfx_set_cursor_shape64(unsigned long memoffset,
279 void gfx_set_icon_position(unsigned long memoffset, unsigned short xpos);
280 void gfx_set_icon_shape64(unsigned long memoffset, unsigned long *andmask,
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Ddisp_gu2.c772 gu2_set_cursor_position(unsigned long memoffset, argument
777 gfx_set_cursor_position(unsigned long memoffset,
816 memoffset += (unsigned long) yoffset << 4;
821 WRITE_REG32(MDC_CURS_ST_OFFSET, memoffset);
840 gu2_set_cursor_shape32(unsigned long memoffset, argument
844 gfx_set_cursor_shape32(unsigned long memoffset,
852 WRITE_FB32(memoffset, 0xFFFFFFFF);
853 WRITE_FB32(memoffset + 4, andmask[i]);
856 WRITE_FB32(memoffset + 8, 0x00000000);
857 WRITE_FB32(memoffset
882 gu2_set_cursor_shape64(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask) argument
974 gu2_set_icon_position(unsigned long memoffset,unsigned short xpos) argument
1001 gu2_set_icon_shape64(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask,unsigned int lines) argument
[all...]
H A Dgfx_disp.c1089 gfx_set_cursor_position(unsigned long memoffset, argument
1095 gu1_set_cursor_position(memoffset, xpos, ypos, xhotspot, yhotspot);
1099 gu2_set_cursor_position(memoffset, xpos, ypos, xhotspot, yhotspot);
1108 gfx_set_cursor_shape32(unsigned long memoffset, argument
1113 gu1_set_cursor_shape32(memoffset, andmask, xormask);
1117 gu2_set_cursor_shape32(memoffset, andmask, xormask);
1126 gfx_set_cursor_shape64(unsigned long memoffset, argument
1131 gu2_set_cursor_shape64(memoffset, andmask, xormask);
1167 gfx_set_icon_position(unsigned long memoffset, unsigned short xpos) argument
1171 gu2_set_icon_position(memoffset, xpo
1180 gfx_set_icon_shape64(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask,unsigned int lines) argument
[all...]
H A Dgfx_priv.h150 void gu1_set_cursor_position(unsigned long memoffset,
153 void gu1_set_cursor_shape32(unsigned long memoffset,
290 void gu2_set_cursor_position(unsigned long memoffset,
293 void gu2_set_cursor_shape32(unsigned long memoffset,
295 void gu2_set_cursor_shape64(unsigned long memoffset,
300 void gu2_set_icon_position(unsigned long memoffset, unsigned short xpos);
301 void gu2_set_icon_shape64(unsigned long memoffset, unsigned long *andmask,
H A Dgfx_rtns.h164 void gfx_set_cursor_position(unsigned long memoffset,
168 void gfx_set_cursor_shape32(unsigned long memoffset, unsigned long *andmask,
170 void gfx_set_cursor_shape64(unsigned long memoffset, unsigned long *andmask,
175 void gfx_set_icon_position(unsigned long memoffset, unsigned short xpos);
176 void gfx_set_icon_shape64(unsigned long memoffset, unsigned long *andmask,
H A Ddisp_gu1.c962 gu1_set_cursor_position(unsigned long memoffset, argument
967 gfx_set_cursor_position(unsigned long memoffset,
1004 memoffset += (unsigned long) yoffset << 3;
1017 WRITE_REG32(DC_CURS_ST_OFFSET, memoffset);
1034 gu1_set_cursor_shape32(unsigned long memoffset, argument
1038 gfx_set_cursor_shape32(unsigned long memoffset,
1048 WRITE_FB32(memoffset, value);
1049 memoffset += 4;
1051 WRITE_FB32(memoffset, value);
1052 memoffset
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_vg.c1867 unsigned long unlock, memoffset; local in function:vg_set_cursor_position
1872 memoffset = vg3_cursor_offset;
1927 memoffset += (unsigned long) yoffset *192;
1930 memoffset += (unsigned long) yoffset << 4;
1944 WRITE_REG32(DC3_CURS_ST_OFFSET, memoffset);
1964 vg_set_mono_cursor_shape32(unsigned long memoffset, unsigned long *andmask, argument
1976 vg3_cursor_offset = memoffset;
1982 WRITE_FB32(memoffset, 0xFFFFFFFF);
1983 WRITE_FB32(memoffset + 4, andmask[i]);
1987 WRITE_FB32(memoffset
2015 vg_set_mono_cursor_shape64(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask,unsigned long x_hotspot,unsigned long y_hotspot) argument
2058 vg_set_color_cursor_shape(unsigned long memoffset,unsigned char * data,unsigned long width,unsigned long height,long pitch,unsigned long x_hotspot,unsigned long y_hotspot) argument
2740 unsigned long memoffset; local in function:vg_restore_state
[all...]
H A Dcim_rtns.h192 int vg_set_mono_cursor_shape32(unsigned long memoffset,
197 int vg_set_mono_cursor_shape64(unsigned long memoffset,
202 int vg_set_color_cursor_shape(unsigned long memoffset, unsigned char *data,
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c1029 * memoffset: It specifies the memory offset of the cursor position.
1037 Gal_set_cursor_position(unsigned long memoffset, argument
1045 sCursorPos.dwMemOffset = memoffset;
1061 * memoffset: It points the memory offset of the cursor position.
1069 Gal_get_cursor_position(unsigned long *memoffset, argument
1080 *memoffset = sCursorPos.dwMemOffset;
1094 * memoffset: It specifies the graphics memory offset for cursor shape.
1100 Gal_set_cursor_shape32(unsigned long memoffset, argument
1107 sCursorShape.dwMemOffset = memoffset;
1124 * memoffset
1129 Gal_set_cursor_shape64(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask) argument
3042 Gal_set_icon_position(unsigned long memoffset,unsigned short xpos) argument
3070 Gal_set_icon_shape64(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask,unsigned int lines) argument
[all...]

Completed in 24 milliseconds