Searched refs:RamAmountKBytes (Results 1 – 5 of 5) sorted by relevance
203 par->RamAmountKBytes = in nv4GetConfig()209 par->RamAmountKBytes = 1024 * 32; in nv4GetConfig()212 par->RamAmountKBytes = 1024 * 4; in nv4GetConfig()215 par->RamAmountKBytes = 1024 * 8; in nv4GetConfig()219 par->RamAmountKBytes = 1024 * 16; in nv4GetConfig()249 par->RamAmountKBytes = (((amt >> 6) & 31) + 1) * 1024; in nv10GetConfig()254 par->RamAmountKBytes = (((amt >> 4) & 127) + 1) * 1024; in nv10GetConfig()256 par->RamAmountKBytes = in nv10GetConfig()
117 u32 RamAmountKBytes; member
1346 par->FbMapSize = par->RamAmountKBytes * 1024; in nvidiafb_probe()1366 nvidiafb_fix.smem_len = par->RamAmountKBytes * 1024; in nvidiafb_probe()1377 par->RamAmountKBytes * 1024); in nvidiafb_probe()
1978 chip->RamAmountKBytes = 1024 * 4; in nv3GetConfig()1981 chip->RamAmountKBytes = 1024 * 2; in nv3GetConfig()1984 chip->RamAmountKBytes = 1024 * 8; in nv3GetConfig()1991 chip->RamAmountKBytes = 1024 * 8; in nv3GetConfig()2003 chip->RamAmountKBytes = 1024 * 8; in nv3GetConfig()2006 chip->RamAmountKBytes = 1024 * 4; in nv3GetConfig()2009 chip->RamAmountKBytes = 1024 * 2; in nv3GetConfig()2039 chip->RamAmountKBytes = ((NV_RD32(chip->PFB, 0x00000000) >> 12) & 0x0F) * 1024 * 2 in nv4GetConfig()2047 chip->RamAmountKBytes = 1024 * 32; in nv4GetConfig()2050 chip->RamAmountKBytes = 1024 * 4; in nv4GetConfig()[all …]
430 U032 RamAmountKBytes; member