Home
last modified time | relevance | path

Searched refs:GMS_MB (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/intel/io/agpgart/
H A Dagptarget.c313 #define GMS_MB(n) ((n) * 1024) macro
325 static int gms_810[12] = {0, 0, 0, 0, 0, 0, 0, 512, 0, 0, 0, GMS_MB(1)};
326 static int gms_830_845[4] = {0, 512, GMS_MB(1), GMS_MB(8)};
327 static int gms_855GM[5] = {GMS_MB(1), GMS_MB(4), GMS_MB(8), GMS_MB(16),
328 GMS_MB(32)};
330 static int gms_865_915GM[4] = {GMS_MB(1), 0, GMS_MB(8), GMS_MB(16)};
331 static int gms_915_945_965[3] = {GMS_MB(1), 0, GMS_MB(8)};
332 static int gms_965GM[7] = {GMS_MB(1), GMS_MB(4), GMS_MB(8), GMS_MB(16),
333 GMS_MB(32), GMS_MB(48), GMS_MB(64)};
334 static int gms_X33[9] = {GMS_MB(1), GMS_MB(4), GMS_MB(8), GMS_MB(16),
[all …]