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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Ddart_iommu.c68 static struct iommu_table iommu_table_dart; variable in typeref:struct:iommu_table
274 iommu_table_dart.it_busno = 0;
275 iommu_table_dart.it_offset = 0;
277 iommu_table_dart.it_size = dart_tablesize / sizeof(u32);
280 iommu_table_dart.it_base = (unsigned long)dart_vbase;
281 iommu_table_dart.it_index = 0;
282 iommu_table_dart.it_blocksize = 1;
283 iommu_init_table(&iommu_table_dart, -1);
288 set_bit(iommu_table_dart.it_size - 1, iommu_table_dart
[all...]

Completed in 62 milliseconds