Searched refs:MMIO_REGION_LENGTH (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/kernel/
H A Damd_iommu_init.c290 if (!request_mem_region(address, MMIO_REGION_LENGTH, "amd_iommu")) {
297 ret = ioremap_nocache(address, MMIO_REGION_LENGTH);
301 release_mem_region(address, MMIO_REGION_LENGTH);
310 release_mem_region(iommu->mmio_phys, MMIO_REGION_LENGTH);
/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.h41 #define MMIO_REGION_LENGTH 0x4000 macro

Completed in 60 milliseconds