Lines Matching refs:RamAmountKBytes
1995 chip->RamAmountKBytes = 1024 * 4; in nv3GetConfig()
1998 chip->RamAmountKBytes = 1024 * 2; in nv3GetConfig()
2001 chip->RamAmountKBytes = 1024 * 8; in nv3GetConfig()
2008 chip->RamAmountKBytes = 1024 * 8; in nv3GetConfig()
2020 chip->RamAmountKBytes = 1024 * 8; in nv3GetConfig()
2023 chip->RamAmountKBytes = 1024 * 4; in nv3GetConfig()
2026 chip->RamAmountKBytes = 1024 * 2; in nv3GetConfig()
2056 chip->RamAmountKBytes = ((NV_RD32(chip->PFB, 0x00000000) >> 12) & 0x0F) * 1024 * 2 in nv4GetConfig()
2064 chip->RamAmountKBytes = 1024 * 32; in nv4GetConfig()
2067 chip->RamAmountKBytes = 1024 * 4; in nv4GetConfig()
2070 chip->RamAmountKBytes = 1024 * 8; in nv4GetConfig()
2074 chip->RamAmountKBytes = 1024 * 16; in nv4GetConfig()
2125 chip->RamAmountKBytes = (((amt >> 6) & 31) + 1) * 1024; in nv10GetConfig()
2130 chip->RamAmountKBytes = (((amt >> 4) & 127) + 1) * 1024; in nv10GetConfig()
2135 chip->RamAmountKBytes = 1024 * 2; in nv10GetConfig()
2138 chip->RamAmountKBytes = 1024 * 4; in nv10GetConfig()
2141 chip->RamAmountKBytes = 1024 * 8; in nv10GetConfig()
2144 chip->RamAmountKBytes = 1024 * 16; in nv10GetConfig()
2147 chip->RamAmountKBytes = 1024 * 32; in nv10GetConfig()
2150 chip->RamAmountKBytes = 1024 * 64; in nv10GetConfig()
2153 chip->RamAmountKBytes = 1024 * 128; in nv10GetConfig()
2156 chip->RamAmountKBytes = 1024 * 16; in nv10GetConfig()
2190 chip->CursorStart = (chip->RamAmountKBytes - 128) * 1024; in nv10GetConfig()