OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MB
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
common.h
56
#define
MB
(x) ((x) * KB(1024))
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
common.h
56
#define
MB
(x) ((x) * KB(1024))
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810_common.h
51
#define
MB
(x) ((x) * KB(1024))
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_common.h
51
#define
MB
(x) ((x) * KB(1024))
/xsrc/external/mit/xf86-video-intel-old/dist/src/
common.h
69
#define
MB
(x) ((x) * KB(1024))
389
#define ROUND_TO_MB(x) ROUND_TO((x),
MB
(1))
/xsrc/external/mit/xf86-video-nv/dist/src/
nv_hw.c
126
unsigned int pll, N, M,
MB
, NB, P;
137
MB
= 1;
140
MB
= (pll >> 16) & 0xFF;
143
*MClk = ((N * NB * pNv->CrystalFreqKHz) / (M *
MB
)) >> P;
150
MB
= (pll >> 16) & 0xFF;
153
*NVClk = ((N * NB * pNv->CrystalFreqKHz) / (M *
MB
)) >> P;
162
MB
= pll & 0xFF;
165
MB
= 1;
168
*MClk = ((N * NB * pNv->CrystalFreqKHz) / (M *
MB
)) >> P;
176
MB
= pll & 0xFF
[
all
...]
/xsrc/external/mit/xf86-video-r128/dist/src/
r128.h
150
int
MB
; /* Memory Burst Length */
426
int ringSize; /* Size of ring (in
MB
) */
439
int bufSize; /* Size of buffers (in
MB
) */
448
int agpTexSize; /* Size of AGP tex space (in
MB
) */
/xsrc/external/mit/xf86-video-i128/dist/src/
i128reg.h
180
#define MW0_SZ 0x0008/4 /* 2
MB
= 0x9, 4
MB
= 0xA, 8
MB
= 0xB */
483
#define
MB
mem_barrier()
Completed in 11 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026