Lines Matching refs:RamAmountKBytes
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()
2053 chip->RamAmountKBytes = 1024 * 8; in nv4GetConfig()
2057 chip->RamAmountKBytes = 1024 * 16; in nv4GetConfig()
2110 chip->RamAmountKBytes = (((amt >> 6) & 31) + 1) * 1024; in nv10GetConfig()
2115 chip->RamAmountKBytes = (((amt >> 4) & 127) + 1) * 1024; in nv10GetConfig()
2120 chip->RamAmountKBytes = 1024 * 2; in nv10GetConfig()
2123 chip->RamAmountKBytes = 1024 * 4; in nv10GetConfig()
2126 chip->RamAmountKBytes = 1024 * 8; in nv10GetConfig()
2129 chip->RamAmountKBytes = 1024 * 16; in nv10GetConfig()
2132 chip->RamAmountKBytes = 1024 * 32; in nv10GetConfig()
2135 chip->RamAmountKBytes = 1024 * 64; in nv10GetConfig()
2138 chip->RamAmountKBytes = 1024 * 128; in nv10GetConfig()
2141 chip->RamAmountKBytes = 1024 * 16; in nv10GetConfig()
2175 chip->CursorStart = (chip->RamAmountKBytes - 128) * 1024; in nv10GetConfig()