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,
178 .base = 0x1af0,
179 .offset = 0x30,
180 .limit = 0x34
184 .base = 0x1b00,
185 .offset = 0x30,
186 .limit = 0x34
190 .base = 0x1bc0,
191 .offset = 0x30,
192 .limit = 0x34
200 .nb_bases = 0,
202 .sync_offset = 0x0,
220 .base = 0x1658,
221 .offset = 0x90,
222 .limit = 0x90
226 .base = 0x1660,
227 .offset = 0x90,
228 .limit = 0x90
232 .base = 0x1738,
233 .offset = 0x90,
234 .limit = 0x90
238 .base = 0x1740,
239 .offset = 0x90,
240 .limit = 0x90
244 .base = 0x17b8,
245 .offset = 0x30,
246 .limit = 0x30
250 .base = 0x1688,
251 .offset = 0x34,
252 .limit = 0x34
256 .base = 0x17c8,
257 .offset = 0x30,
258 .limit = 0x30,
262 .base = 0x1698,
263 .offset = 0x34,
264 .limit = 0x34,
272 .nb_bases = 0,
274 .sync_offset = 0x0,
281 .streamid_vm_table = { 0x1004, 128 },
282 .classid_vm_table = { 0x1404, 25 },
283 .mmio_vm_table = { 0x1504, 25 },
308 for (i = 0; i < info->num_sid_entries; i++) { in host1x_setup_virtualization_tables()
315 for (i = 0; i < info->streamid_vm_table.count; i++) { in host1x_setup_virtualization_tables()
317 host1x_hypervisor_writel(host, 0xff, info->streamid_vm_table.base + 4 * i); in host1x_setup_virtualization_tables()
320 for (i = 0; i < info->classid_vm_table.count; i++) { in host1x_setup_virtualization_tables()
322 host1x_hypervisor_writel(host, 0xff, info->classid_vm_table.base + 4 * i); in host1x_setup_virtualization_tables()
325 for (i = 0; i < info->mmio_vm_table.count; i++) { in host1x_setup_virtualization_tables()
327 host1x_hypervisor_writel(host, 0x1, info->mmio_vm_table.base + 4 * i); in host1x_setup_virtualization_tables()
404 if (err < 0) in host1x_iommu_attach()
417 err = 0; in host1x_iommu_attach()
472 if (err < 0) { in host1x_iommu_init()
477 return 0; in host1x_iommu_init()
500 host->resets[0].id = "mc"; in host1x_get_resets()
511 return 0; in host1x_get_resets()
540 host->regs = devm_platform_ioremap_resource(pdev, 0); in host1x_probe()
545 for (i = 0; i < ARRAY_SIZE(host->syncpt_irqs); i++) { in host1x_probe()
553 if (err < 0) in host1x_probe()
562 if (i == 0) { in host1x_probe()
563 host->syncpt_irqs[0] = platform_get_irq(pdev, 0); in host1x_probe()
564 if (host->syncpt_irqs[0] < 0) in host1x_probe()
565 return host->syncpt_irqs[0]; in host1x_probe()
604 if (err < 0) { in host1x_probe()
648 if (err < 0) in host1x_probe()
652 if (err < 0) in host1x_probe()
655 return 0; in host1x_probe()
718 return 0; in host1x_runtime_suspend()
746 if (err < 0) { in host1x_runtime_resume()
755 return 0; in host1x_runtime_resume()
791 if (err < 0) in tegra_host1x_init()
795 if (err < 0) in tegra_host1x_init()