RamAmountKBytes   203 drivers/video/fbdev/nvidia/nv_setup.c 		par->RamAmountKBytes =
RamAmountKBytes   209 drivers/video/fbdev/nvidia/nv_setup.c 			par->RamAmountKBytes = 1024 * 32;
RamAmountKBytes   212 drivers/video/fbdev/nvidia/nv_setup.c 			par->RamAmountKBytes = 1024 * 4;
RamAmountKBytes   215 drivers/video/fbdev/nvidia/nv_setup.c 			par->RamAmountKBytes = 1024 * 8;
RamAmountKBytes   219 drivers/video/fbdev/nvidia/nv_setup.c 			par->RamAmountKBytes = 1024 * 16;
RamAmountKBytes   249 drivers/video/fbdev/nvidia/nv_setup.c 		par->RamAmountKBytes = (((amt >> 6) & 31) + 1) * 1024;
RamAmountKBytes   254 drivers/video/fbdev/nvidia/nv_setup.c 		par->RamAmountKBytes = (((amt >> 4) & 127) + 1) * 1024;
RamAmountKBytes   256 drivers/video/fbdev/nvidia/nv_setup.c 		par->RamAmountKBytes =
RamAmountKBytes   117 drivers/video/fbdev/nvidia/nv_type.h 	u32 RamAmountKBytes;
RamAmountKBytes  1342 drivers/video/fbdev/nvidia/nvidia.c 	par->FbMapSize = par->RamAmountKBytes * 1024;
RamAmountKBytes  1362 drivers/video/fbdev/nvidia/nvidia.c 	nvidiafb_fix.smem_len = par->RamAmountKBytes * 1024;
RamAmountKBytes  1373 drivers/video/fbdev/nvidia/nvidia.c 						  par->RamAmountKBytes * 1024);
RamAmountKBytes  1997 drivers/video/fbdev/riva/riva_hw.c                     chip->RamAmountKBytes = 1024 * 4;
RamAmountKBytes  2000 drivers/video/fbdev/riva/riva_hw.c                     chip->RamAmountKBytes = 1024 * 2;
RamAmountKBytes  2003 drivers/video/fbdev/riva/riva_hw.c                     chip->RamAmountKBytes = 1024 * 8;
RamAmountKBytes  2010 drivers/video/fbdev/riva/riva_hw.c             chip->RamAmountKBytes          = 1024 * 8;
RamAmountKBytes  2022 drivers/video/fbdev/riva/riva_hw.c                 chip->RamAmountKBytes = 1024 * 8;
RamAmountKBytes  2025 drivers/video/fbdev/riva/riva_hw.c                 chip->RamAmountKBytes = 1024 * 4;
RamAmountKBytes  2028 drivers/video/fbdev/riva/riva_hw.c                 chip->RamAmountKBytes = 1024 * 2;
RamAmountKBytes  2058 drivers/video/fbdev/riva/riva_hw.c         chip->RamAmountKBytes = ((NV_RD32(chip->PFB, 0x00000000) >> 12) & 0x0F) * 1024 * 2
RamAmountKBytes  2066 drivers/video/fbdev/riva/riva_hw.c                 chip->RamAmountKBytes = 1024 * 32;
RamAmountKBytes  2069 drivers/video/fbdev/riva/riva_hw.c                 chip->RamAmountKBytes = 1024 * 4;
RamAmountKBytes  2072 drivers/video/fbdev/riva/riva_hw.c                 chip->RamAmountKBytes = 1024 * 8;
RamAmountKBytes  2076 drivers/video/fbdev/riva/riva_hw.c                 chip->RamAmountKBytes = 1024 * 16;
RamAmountKBytes  2129 drivers/video/fbdev/riva/riva_hw.c         chip->RamAmountKBytes = (((amt >> 6) & 31) + 1) * 1024;
RamAmountKBytes  2134 drivers/video/fbdev/riva/riva_hw.c         chip->RamAmountKBytes = (((amt >> 4) & 127) + 1) * 1024;
RamAmountKBytes  2139 drivers/video/fbdev/riva/riva_hw.c                 chip->RamAmountKBytes = 1024 * 2;
RamAmountKBytes  2142 drivers/video/fbdev/riva/riva_hw.c                 chip->RamAmountKBytes = 1024 * 4;
RamAmountKBytes  2145 drivers/video/fbdev/riva/riva_hw.c                 chip->RamAmountKBytes = 1024 * 8;
RamAmountKBytes  2148 drivers/video/fbdev/riva/riva_hw.c                 chip->RamAmountKBytes = 1024 * 16;
RamAmountKBytes  2151 drivers/video/fbdev/riva/riva_hw.c                 chip->RamAmountKBytes = 1024 * 32;
RamAmountKBytes  2154 drivers/video/fbdev/riva/riva_hw.c                 chip->RamAmountKBytes = 1024 * 64;
RamAmountKBytes  2157 drivers/video/fbdev/riva/riva_hw.c                 chip->RamAmountKBytes = 1024 * 128;
RamAmountKBytes  2160 drivers/video/fbdev/riva/riva_hw.c                 chip->RamAmountKBytes = 1024 * 16;
RamAmountKBytes  2194 drivers/video/fbdev/riva/riva_hw.c     chip->CursorStart      = (chip->RamAmountKBytes - 128) * 1024;
RamAmountKBytes   430 drivers/video/fbdev/riva/riva_hw.h     U032 RamAmountKBytes;