Lines Matching +full:32 +full:kb

179 	/* i81x does not preallocate the gtt. It's always 64kb in size. */  in i810_setup()
187 intel_private.registers = ioremap(reg_addr, KB(64)); in i810_setup()
344 static const int ddt[4] = { 0, 16, 32, 64 }; in intel_gtt_stolen_size()
357 stolen_size = KB(512); in intel_gtt_stolen_size()
390 stolen_size = MB(32); in intel_gtt_stolen_size()
424 (u64)stolen_size / KB(1), local ? "local" : "stolen"); in intel_gtt_stolen_size()
479 size = KB(128); in i965_gtt_total_entries()
482 size = KB(256); in i965_gtt_total_entries()
485 size = KB(512); in i965_gtt_total_entries()
487 /* GTT pagetable sizes bigger than 512KB are not possible on G33! */ in i965_gtt_total_entries()
489 size = KB(1024); in i965_gtt_total_entries()
492 size = KB(2048); in i965_gtt_total_entries()
495 size = KB(1024 + 512); in i965_gtt_total_entries()
499 "unknown page table size, assuming 512KB\n"); in i965_gtt_total_entries()
500 size = KB(512); in i965_gtt_total_entries()
530 aperture_size = MB(32); in intel_gtt_mappable_entries()
667 {32, 8192, 3},
704 * specs, it's 64 octwords, or 1KB. So, to get those previous things in
705 * that buffer out, we just fill 1KB and clflush it out, on the assumption
795 intel_private.registers = ioremap(reg_addr, KB(64)); in i830_setup()
1058 l64 = ((u64)temp_hi << 32) | temp_lo; in intel_i965_g33_setup_chipset_flush()
1132 int size = KB(512); in i9xx_setup()
1149 intel_private.gtt_phys_addr = reg_addr + KB(512); in i9xx_setup()
1185 .dma_mask_size = 32,
1197 .dma_mask_size = 32,
1208 .dma_mask_size = 32,