Searched refs:MB (Results 1 - 18 of 18) sorted by relevance

/drivers/char/agp/
H A Dintel-gtt.c197 "detected 4MB dedicated video ram\n");
363 stolen_size = MB(1);
366 stolen_size = MB(8);
371 MB(ddt[I830_RDRAM_DDT(rdct)]);
386 stolen_size = MB(32);
389 stolen_size = MB(64);
392 stolen_size = MB(96);
395 stolen_size = MB(128);
398 stolen_size = MB(160);
401 stolen_size = MB(19
[all...]
H A Dagp.h159 #define MB(x) (KB (KB (x))) macro
160 #define GB(x) (MB (KB (x)))
H A Dsgi-agp.c105 sgi_tioca_sizes[0].size = info->ca_gfxap_size / MB(1);
H A Dparisc-agp.c73 size = parisc_agp_info.gart_size / MB(1);
H A Dhp-agp.c234 size = hp_private.gart_size / MB(1);
/drivers/char/
H A Dmbcs.h15 #define MB (1024*1024) macro
16 #define MB2 (2*MB)
17 #define MB4 (4*MB)
18 #define MB6 (6*MB)
/drivers/net/hippi/
H A DKconfig33 If you say Y here, the RoadRunner driver will preallocate up to 2 MB
/drivers/video/nvidia/
H A Dnv_hw.c144 unsigned int pll, N, M, MB, NB, P; local
154 MB = 1;
157 MB = (pll >> 16) & 0xFF;
160 *MClk = ((N * NB * par->CrystalFreqKHz) / (M * MB)) >> P;
167 MB = (pll >> 16) & 0xFF;
170 *NVClk = ((N * NB * par->CrystalFreqKHz) / (M * MB)) >> P;
178 MB = pll & 0xFF;
181 MB = 1;
184 *MClk = ((N * NB * par->CrystalFreqKHz) / (M * MB)) >> P;
192 MB
[all...]
/drivers/video/intelfb/
H A Dintelfbhw.c202 /* 915, 945 and 965 chipsets support a 256MB aperture.
206 *aperture_size = MB(128);
208 *aperture_size = MB(256);
212 *aperture_size = MB(64);
214 *aperture_size = MB(128);
219 GTT is 1K per MB of aperture size, and popup is 4K. */
220 stolen_overhead = (*aperture_size / MB(1)) + 4;
229 *stolen_size = MB(1) - KB(stolen_overhead);
232 *stolen_size = MB(8) - KB(stolen_overhead);
249 *stolen_size = MB(
[all...]
H A Dintelfb.h79 #define MB(x) ((x) * 1024 * 1024) macro
H A Dintelfbdrv.c628 if (ROUND_UP_TO_PAGE(stolen_size) >= MB(vram)) {
632 dinfo->fb.size = MB(vram);
659 if (MB(voffset) < stolen_size)
662 offset = ROUND_UP_TO_PAGE(MB(voffset))/GTT_PAGE_SIZE;
/drivers/misc/
H A Dbmp085.c78 s16 MB, MC, MD; member in struct:bmp085_calibration_data
118 cali->MB = be16_to_cpu(tmp[8]);
/drivers/zorro/
H A Dzorro.ids18 0000 Golem RAM Box 2MB [RAM Expansion]
347 2200 8MB [RAM Expansion]
/drivers/net/fddi/skfp/h/
H A Dsupern_2.h39 #define MB 0xff macro
/drivers/block/
H A DKconfig474 1024 => 1 MB
/drivers/net/fddi/skfp/
H A Dfplustm.c955 outpw(FM_A(FM_TVX), (u_short) (- US2BCLK(52))/255 & MB) ;
958 (u_short)((smc->mib.m[MAC0].fddiMACTvxValue/255) & MB)) ;
/drivers/video/aty/
H A Daty128fb.c313 u8 MB; member in struct:aty128_meminfo
1404 ron = 4 * m->MB +
/drivers/video/
H A Dgbefb.c69 #error GBE Framebuffer cannot use more than 8MB of memory

Completed in 470 milliseconds