OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeStandard
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/xf86-video-i740/dist/src/
i740_cursor.c
205
pI740->
writeStandard
(pI740, DACMASK, 0xFF);
206
pI740->
writeStandard
(pI740, DACWX, 0x04);
208
pI740->
writeStandard
(pI740, DACDATA, (bg & 0x00FF0000) >> 16);
209
pI740->
writeStandard
(pI740, DACDATA, (bg & 0x0000FF00) >> 8);
210
pI740->
writeStandard
(pI740, DACDATA, (bg & 0x000000FF));
212
pI740->
writeStandard
(pI740, DACDATA, (fg & 0x00FF0000) >> 16);
213
pI740->
writeStandard
(pI740, DACDATA, (fg & 0x0000FF00) >> 8);
214
pI740->
writeStandard
(pI740, DACDATA, (fg & 0x000000FF));
i740_io.c
67
pI740->
writeStandard
=I740WriteStandardPIO;
92
pI740->
writeStandard
=I740WriteStandardMMIO;
i740.h
126
I740WriteByteFunc
writeStandard
;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_cursor.c
252
pI810->
writeStandard
(pI810, DACMASK, 0xFF);
253
pI810->
writeStandard
(pI810, DACWX, 0x04);
255
pI810->
writeStandard
(pI810, DACDATA, (bg & 0x00FF0000) >> 16);
256
pI810->
writeStandard
(pI810, DACDATA, (bg & 0x0000FF00) >> 8);
257
pI810->
writeStandard
(pI810, DACDATA, (bg & 0x000000FF));
259
pI810->
writeStandard
(pI810, DACDATA, (fg & 0x00FF0000) >> 16);
260
pI810->
writeStandard
(pI810, DACDATA, (fg & 0x0000FF00) >> 8);
261
pI810->
writeStandard
(pI810, DACDATA, (fg & 0x000000FF));
i810_io.c
96
pI810->
writeStandard
= I810WriteStandardPIO;
131
pI810->
writeStandard
= I810WriteStandardMMIO;
i810.h
228
I810WriteByteFunc
writeStandard
;
i830.h
443
I830WriteByteFunc
writeStandard
;
Completed in 23 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026