OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VBIOS
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xf86-video-intel-old/dist/src/bios_reader/
bios_reader.c
49
uint8_t *
VBIOS
;
54
#define INTEL_BIOS_8(_addr) (pI830->
VBIOS
[_addr])
55
#define INTEL_BIOS_16(_addr) (pI830->
VBIOS
[_addr] | \
56
(pI830->
VBIOS
[_addr + 1] << 8))
57
#define INTEL_BIOS_32(_addr) (pI830->
VBIOS
[_addr] | \
58
(pI830->
VBIOS
[_addr + 1] << 8) | \
59
(pI830->
VBIOS
[_addr + 2] << 16) | \
60
(pI830->
VBIOS
[_addr + 3] << 24))
515
pI830->
VBIOS
= mmap(NULL, finfo.st_size, PROT_READ, MAP_SHARED, fd, 0);
516
if (pI830->
VBIOS
== MAP_FAILED)
[
all
...]
/xsrc/external/mit/xf86-video-r128/dist/src/
r128.h
137
#define R128_BIOS8(v) ((info->
VBIOS
[(v)]))
138
#define R128_BIOS16(v) ((info->
VBIOS
[(v)]) | \
139
(info->
VBIOS
[(v) + 1] << 8))
140
#define R128_BIOS32(v) ((info->
VBIOS
[(v)]) | \
141
(info->
VBIOS
[(v) + 1] << 8) | \
142
(info->
VBIOS
[(v) + 2] << 16) | \
143
(info->
VBIOS
[(v) + 3] << 24))
322
uint8_t *
VBIOS
; /* Video BIOS for mode validation on FPs */
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon.h
825
uint8_t *
VBIOS
; /* Video BIOS pointer */
Completed in 8 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026