Lines Matching +full:0 +full:x1b00
90 .sync_offset = 0x3000,
94 .num_sid_entries = 0,
105 .sync_offset = 0x3000,
109 .num_sid_entries = 0,
120 .sync_offset = 0x2100,
124 .num_sid_entries = 0,
135 .sync_offset = 0x2100,
139 .num_sid_entries = 0,
147 .base = 0x1af0,
148 .offset = 0x30,
149 .limit = 0x34
153 .base = 0x1b00,
154 .offset = 0x30,
155 .limit = 0x34
165 .sync_offset = 0x0,
177 .base = 0x1af0,
178 .offset = 0x30,
179 .limit = 0x34
183 .base = 0x1b00,
184 .offset = 0x30,
185 .limit = 0x34
189 .base = 0x1bc0,
190 .offset = 0x30,
191 .limit = 0x34
199 .nb_bases = 0,
201 .sync_offset = 0x0,
219 .base = 0x17b8,
220 .offset = 0x30,
221 .limit = 0x30
225 .base = 0x1688,
226 .offset = 0x34,
227 .limit = 0x34
231 .base = 0x17c8,
232 .offset = 0x30,
233 .limit = 0x30,
237 .base = 0x1698,
238 .offset = 0x34,
239 .limit = 0x34,
247 .nb_bases = 0,
249 .sync_offset = 0x0,
256 .streamid_vm_table = { 0x1004, 128 },
257 .classid_vm_table = { 0x1404, 25 },
258 .mmio_vm_table = { 0x1504, 25 },
283 for (i = 0; i < info->num_sid_entries; i++) { in host1x_setup_virtualization_tables()
290 for (i = 0; i < info->streamid_vm_table.count; i++) { in host1x_setup_virtualization_tables()
292 host1x_hypervisor_writel(host, 0xff, info->streamid_vm_table.base + 4 * i); in host1x_setup_virtualization_tables()
295 for (i = 0; i < info->classid_vm_table.count; i++) { in host1x_setup_virtualization_tables()
297 host1x_hypervisor_writel(host, 0xff, info->classid_vm_table.base + 4 * i); in host1x_setup_virtualization_tables()
300 for (i = 0; i < info->mmio_vm_table.count; i++) { in host1x_setup_virtualization_tables()
302 host1x_hypervisor_writel(host, 0x1, info->mmio_vm_table.base + 4 * i); in host1x_setup_virtualization_tables()
379 if (err < 0) in host1x_iommu_attach()
391 err = 0; in host1x_iommu_attach()
446 if (err < 0) { in host1x_iommu_init()
451 return 0; in host1x_iommu_init()
474 host->resets[0].id = "mc"; in host1x_get_resets()
485 return 0; in host1x_get_resets()
514 host->regs = devm_platform_ioremap_resource(pdev, 0); in host1x_probe()
519 host->syncpt_irq = platform_get_irq(pdev, 0); in host1x_probe()
520 if (host->syncpt_irq < 0) in host1x_probe()
557 if (err < 0) { in host1x_probe()
601 if (err < 0) in host1x_probe()
605 if (err < 0) in host1x_probe()
608 return 0; in host1x_probe()
650 return 0; in host1x_remove()
672 return 0; in host1x_runtime_suspend()
700 if (err < 0) { in host1x_runtime_resume()
709 return 0; in host1x_runtime_resume()
745 if (err < 0) in tegra_host1x_init()
749 if (err < 0) in tegra_host1x_init()