Lines Matching +full:0 +full:x03c00000
29 #define IOMMU_ADDR_MASK 0x03ffe000
30 #define IOMMU_CACHE_INHIBIT 0x00000040
31 #define IOMMU_FULL_BLOCK 0x00000020
32 #define IOMMU_MODIFIED 0x00000010
33 #define IOMMU_USED 0x00000008
34 #define IOMMU_WRITE_PROTECT 0x00000004
35 #define IOMMU_DT_MASK 0x00000003
36 #define IOMMU_DT_INVALID 0x00000000
37 #define IOMMU_DT_VALID 0x00000001
38 #define IOMMU_DT_BAD 0x00000002
47 #if 0
58 ((addr & 0x03c00000) >> \
85 int ret = 0; in dvma_map_cpu()
174 return 0; in dvma_map_iommu()
190 #if 0 in dvma_unmap_iommu()