Lines Matching refs:RamAmountKBytes
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()
2069 chip->RamAmountKBytes = 1024 * 8; in nv4GetConfig()
2073 chip->RamAmountKBytes = 1024 * 16; in nv4GetConfig()
2124 chip->RamAmountKBytes = (((amt >> 6) & 31) + 1) * 1024; in nv10GetConfig()
2129 chip->RamAmountKBytes = (((amt >> 4) & 127) + 1) * 1024; in nv10GetConfig()
2134 chip->RamAmountKBytes = 1024 * 2; in nv10GetConfig()
2137 chip->RamAmountKBytes = 1024 * 4; in nv10GetConfig()
2140 chip->RamAmountKBytes = 1024 * 8; in nv10GetConfig()
2143 chip->RamAmountKBytes = 1024 * 16; in nv10GetConfig()
2146 chip->RamAmountKBytes = 1024 * 32; in nv10GetConfig()
2149 chip->RamAmountKBytes = 1024 * 64; in nv10GetConfig()
2152 chip->RamAmountKBytes = 1024 * 128; in nv10GetConfig()
2155 chip->RamAmountKBytes = 1024 * 16; in nv10GetConfig()
2189 chip->CursorStart = (chip->RamAmountKBytes - 128) * 1024; in nv10GetConfig()