Lines Matching refs:RamAmountKBytes
1958 chip->RamAmountKBytes = 1024 * 4; in nv3GetConfig()
1961 chip->RamAmountKBytes = 1024 * 2; in nv3GetConfig()
1964 chip->RamAmountKBytes = 1024 * 8; in nv3GetConfig()
1971 chip->RamAmountKBytes = 1024 * 8; in nv3GetConfig()
1983 chip->RamAmountKBytes = 1024 * 8; in nv3GetConfig()
1986 chip->RamAmountKBytes = 1024 * 4; in nv3GetConfig()
1989 chip->RamAmountKBytes = 1024 * 2; in nv3GetConfig()
2019 chip->RamAmountKBytes = ((NV_RD32(chip->PFB, 0x00000000) >> 12) & 0x0F) * 1024 * 2 in nv4GetConfig()
2027 chip->RamAmountKBytes = 1024 * 32; in nv4GetConfig()
2030 chip->RamAmountKBytes = 1024 * 4; in nv4GetConfig()
2033 chip->RamAmountKBytes = 1024 * 8; in nv4GetConfig()
2037 chip->RamAmountKBytes = 1024 * 16; in nv4GetConfig()
2090 chip->RamAmountKBytes = (((amt >> 6) & 31) + 1) * 1024; in nv10GetConfig()
2095 chip->RamAmountKBytes = (((amt >> 4) & 127) + 1) * 1024; in nv10GetConfig()
2100 chip->RamAmountKBytes = 1024 * 2; in nv10GetConfig()
2103 chip->RamAmountKBytes = 1024 * 4; in nv10GetConfig()
2106 chip->RamAmountKBytes = 1024 * 8; in nv10GetConfig()
2109 chip->RamAmountKBytes = 1024 * 16; in nv10GetConfig()
2112 chip->RamAmountKBytes = 1024 * 32; in nv10GetConfig()
2115 chip->RamAmountKBytes = 1024 * 64; in nv10GetConfig()
2118 chip->RamAmountKBytes = 1024 * 128; in nv10GetConfig()
2121 chip->RamAmountKBytes = 1024 * 16; in nv10GetConfig()
2155 chip->CursorStart = (chip->RamAmountKBytes - 128) * 1024; in nv10GetConfig()