Home
last modified time | relevance | path

Searched refs:RamAmountKBytes (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/video/fbdev/nvidia/
H A Dnv_setup.c200 par->RamAmountKBytes = in nv4GetConfig()
206 par->RamAmountKBytes = 1024 * 32; in nv4GetConfig()
209 par->RamAmountKBytes = 1024 * 4; in nv4GetConfig()
212 par->RamAmountKBytes = 1024 * 8; in nv4GetConfig()
216 par->RamAmountKBytes = 1024 * 16; in nv4GetConfig()
246 par->RamAmountKBytes = (((amt >> 6) & 31) + 1) * 1024; in nv10GetConfig()
251 par->RamAmountKBytes = (((amt >> 4) & 127) + 1) * 1024; in nv10GetConfig()
253 par->RamAmountKBytes = in nv10GetConfig()
H A Dnv_type.h117 u32 RamAmountKBytes; member
H A Dnvidia.c1360 par->FbMapSize = par->RamAmountKBytes * 1024; in nvidiafb_probe()
1380 nvidiafb_fix.smem_len = par->RamAmountKBytes * 1024; in nvidiafb_probe()
1391 par->RamAmountKBytes * 1024); in nvidiafb_probe()
/linux/drivers/video/fbdev/riva/
H A Driva_hw.c1983 chip->RamAmountKBytes = 1024 * 8; in nv3GetConfig()
1986 chip->RamAmountKBytes = 1024 * 4; in nv3GetConfig()
1989 chip->RamAmountKBytes = 1024 * 2; in nv3GetConfig()
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()
2100 chip->RamAmountKBytes = 1024 * 2; in nv10GetConfig()
2103 chip->RamAmountKBytes = 1024 * 4; in nv10GetConfig()
2106 chip->RamAmountKBytes = 1024 * 8; in nv10GetConfig()
[all …]
H A Driva_hw.h430 U032 RamAmountKBytes; member