Searched refs:aper_order (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Daperture.c189 u32 aper_size, aper_alloc = 0, aper_order = 0, last_aper_order = 0; local
206 aper_order = (read_pci_config(0, num, 3, 0x90) >> 1) & 7;
207 aper_size = (32 * 1024 * 1024) << aper_order;
219 if ((last_aper_order && aper_order != last_aper_order) ||
224 last_aper_order = aper_order;
237 aper_alloc = search_agp_bridge(&aper_order, &valid_agp);
252 aper_order = fallback_aper_order;
274 write_pci_config(0, num, 3, 0x90, aper_order<<1);
H A Dpci-gart.c469 unsigned aper_order; local
472 pci_read_config_dword(dev, 0x90, &aper_order);
473 aper_order = (aper_order >> 1) & 7;
478 aper_size = (32 * 1024 * 1024) << aper_order;

Completed in 104 milliseconds