Searched refs:RamAmountKBytes (Results 1 – 5 of 5) sorted by relevance
227 par->RamAmountKBytes = in nv4GetConfig()233 par->RamAmountKBytes = 1024 * 32; in nv4GetConfig()236 par->RamAmountKBytes = 1024 * 4; in nv4GetConfig()239 par->RamAmountKBytes = 1024 * 8; in nv4GetConfig()243 par->RamAmountKBytes = 1024 * 16; in nv4GetConfig()272 par->RamAmountKBytes = (((amt >> 6) & 31) + 1) * 1024; in nv10GetConfig()277 par->RamAmountKBytes = (((amt >> 4) & 127) + 1) * 1024; in nv10GetConfig()279 par->RamAmountKBytes = in nv10GetConfig()
116 u32 RamAmountKBytes; member
1342 par->FbMapSize = par->RamAmountKBytes * 1024; in nvidiafb_probe()1362 nvidiafb_fix.smem_len = par->RamAmountKBytes * 1024; in nvidiafb_probe()1373 par->RamAmountKBytes * 1024); in nvidiafb_probe()
1994 chip->RamAmountKBytes = 1024 * 4; in nv3GetConfig()1997 chip->RamAmountKBytes = 1024 * 2; in nv3GetConfig()2000 chip->RamAmountKBytes = 1024 * 8; in nv3GetConfig()2007 chip->RamAmountKBytes = 1024 * 8; in nv3GetConfig()2019 chip->RamAmountKBytes = 1024 * 8; in nv3GetConfig()2022 chip->RamAmountKBytes = 1024 * 4; in nv3GetConfig()2025 chip->RamAmountKBytes = 1024 * 2; in nv3GetConfig()2055 chip->RamAmountKBytes = ((NV_RD32(chip->PFB, 0x00000000) >> 12) & 0x0F) * 1024 * 2 in nv4GetConfig()2063 chip->RamAmountKBytes = 1024 * 32; in nv4GetConfig()2066 chip->RamAmountKBytes = 1024 * 4; in nv4GetConfig()[all …]
430 U032 RamAmountKBytes; member