Lines Matching refs:RamAmountKBytes
1997 chip->RamAmountKBytes = 1024 * 4; in nv3GetConfig()
2000 chip->RamAmountKBytes = 1024 * 2; in nv3GetConfig()
2003 chip->RamAmountKBytes = 1024 * 8; in nv3GetConfig()
2010 chip->RamAmountKBytes = 1024 * 8; in nv3GetConfig()
2022 chip->RamAmountKBytes = 1024 * 8; in nv3GetConfig()
2025 chip->RamAmountKBytes = 1024 * 4; in nv3GetConfig()
2028 chip->RamAmountKBytes = 1024 * 2; in nv3GetConfig()
2058 chip->RamAmountKBytes = ((NV_RD32(chip->PFB, 0x00000000) >> 12) & 0x0F) * 1024 * 2 in nv4GetConfig()
2066 chip->RamAmountKBytes = 1024 * 32; in nv4GetConfig()
2069 chip->RamAmountKBytes = 1024 * 4; in nv4GetConfig()
2072 chip->RamAmountKBytes = 1024 * 8; in nv4GetConfig()
2076 chip->RamAmountKBytes = 1024 * 16; in nv4GetConfig()
2129 chip->RamAmountKBytes = (((amt >> 6) & 31) + 1) * 1024; in nv10GetConfig()
2134 chip->RamAmountKBytes = (((amt >> 4) & 127) + 1) * 1024; in nv10GetConfig()
2139 chip->RamAmountKBytes = 1024 * 2; in nv10GetConfig()
2142 chip->RamAmountKBytes = 1024 * 4; in nv10GetConfig()
2145 chip->RamAmountKBytes = 1024 * 8; in nv10GetConfig()
2148 chip->RamAmountKBytes = 1024 * 16; in nv10GetConfig()
2151 chip->RamAmountKBytes = 1024 * 32; in nv10GetConfig()
2154 chip->RamAmountKBytes = 1024 * 64; in nv10GetConfig()
2157 chip->RamAmountKBytes = 1024 * 128; in nv10GetConfig()
2160 chip->RamAmountKBytes = 1024 * 16; in nv10GetConfig()
2194 chip->CursorStart = (chip->RamAmountKBytes - 128) * 1024; in nv10GetConfig()