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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Damd_iommu_types.h263 #define APERTURE_MAX_RANGES 32 /* allows 4GB of DMA address space */ macro
334 struct aperture_range *aperture[APERTURE_MAX_RANGES];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Damd_iommu.c1057 if (index >= APERTURE_MAX_RANGES)
1221 BUG_ON(i >= APERTURE_MAX_RANGES || range == NULL);
1344 for (i = 0; i < APERTURE_MAX_RANGES; ++i) {

Completed in 43 milliseconds