max_ati_pages     109 drivers/gpu/drm/ati_pcigart.c 	int max_ati_pages, max_real_pages;
max_ati_pages     144 drivers/gpu/drm/ati_pcigart.c 	max_ati_pages = (gart_info->table_size / sizeof(u32));
max_ati_pages     145 drivers/gpu/drm/ati_pcigart.c 	max_real_pages = max_ati_pages / (PAGE_SIZE / ATI_PCIGART_PAGE_SIZE);
max_ati_pages     150 drivers/gpu/drm/ati_pcigart.c 		memset(pci_gart, 0, max_ati_pages * sizeof(u32));
max_ati_pages     152 drivers/gpu/drm/ati_pcigart.c 		memset_io((void __iomem *)map->handle, 0, max_ati_pages * sizeof(u32));