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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Ddart_iommu.c68 static struct iommu_table iommu_table_dart; variable in typeref:struct:iommu_table
272 iommu_table_dart.it_busno = 0;
273 iommu_table_dart.it_offset = 0;
275 iommu_table_dart.it_size = dart_tablesize / sizeof(u32);
278 iommu_table_dart.it_base = (unsigned long)dart_vbase;
279 iommu_table_dart.it_index = 0;
280 iommu_table_dart.it_blocksize = 1;
281 iommu_init_table(&iommu_table_dart, -1);
286 set_bit(iommu_table_dart.it_size - 1, iommu_table_dart
[all...]

Completed in 36 milliseconds