/src/sys/external/bsd/drm2/dist/drm/r128/ |
ati_pcigart.c | 114 int max_ati_pages, max_real_pages; local in function:drm_ati_pcigart_init 149 max_ati_pages = (gart_info->table_size / sizeof(u32)); 150 max_real_pages = max_ati_pages / (PAGE_SIZE / ATI_PCIGART_PAGE_SIZE); 155 memset(pci_gart, 0, max_ati_pages * sizeof(u32)); 157 memset_io((void __iomem *)map->handle, 0, max_ati_pages * sizeof(u32));
|
ati_pcigart.c | 114 int max_ati_pages, max_real_pages; local in function:drm_ati_pcigart_init 149 max_ati_pages = (gart_info->table_size / sizeof(u32)); 150 max_real_pages = max_ati_pages / (PAGE_SIZE / ATI_PCIGART_PAGE_SIZE); 155 memset(pci_gart, 0, max_ati_pages * sizeof(u32)); 157 memset_io((void __iomem *)map->handle, 0, max_ati_pages * sizeof(u32));
|