Searched refs:RamAmountKBytes (Results 1 – 4 of 4) sorted by relevance
200 par->RamAmountKBytes = in nv4GetConfig()206 par->RamAmountKBytes = 1024 * 32; in nv4GetConfig()209 par->RamAmountKBytes = 1024 * 4; in nv4GetConfig()212 par->RamAmountKBytes = 1024 * 8; in nv4GetConfig()216 par->RamAmountKBytes = 1024 * 16; in nv4GetConfig()246 par->RamAmountKBytes = (((amt >> 6) & 31) + 1) * 1024; in nv10GetConfig()251 par->RamAmountKBytes = (((amt >> 4) & 127) + 1) * 1024; in nv10GetConfig()253 par->RamAmountKBytes = in nv10GetConfig()
117 u32 RamAmountKBytes; member
1361 par->FbMapSize = par->RamAmountKBytes * 1024; in nvidiafb_probe()1381 nvidiafb_fix.smem_len = par->RamAmountKBytes * 1024; in nvidiafb_probe()1392 par->RamAmountKBytes * 1024); in nvidiafb_probe()
430 U032 RamAmountKBytes; member