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 = 0x17b8,
221 .offset = 0x30,
222 .limit = 0x30
226 .base = 0x1688,
227 .offset = 0x34,
228 .limit = 0x34
232 .base = 0x17c8,
233 .offset = 0x30,
234 .limit = 0x30,
238 .base = 0x1698,
239 .offset = 0x34,
240 .limit = 0x34,
248 .nb_bases = 0,
250 .sync_offset = 0x0,
257 .streamid_vm_table = { 0x1004, 128 },
258 .classid_vm_table = { 0x1404, 25 },
259 .mmio_vm_table = { 0x1504, 25 },
284 for (i = 0; i < info->num_sid_entries; i++) { in host1x_setup_virtualization_tables()
291 for (i = 0; i < info->streamid_vm_table.count; i++) { in host1x_setup_virtualization_tables()
293 host1x_hypervisor_writel(host, 0xff, info->streamid_vm_table.base + 4 * i); in host1x_setup_virtualization_tables()
296 for (i = 0; i < info->classid_vm_table.count; i++) { in host1x_setup_virtualization_tables()
298 host1x_hypervisor_writel(host, 0xff, info->classid_vm_table.base + 4 * i); in host1x_setup_virtualization_tables()
301 for (i = 0; i < info->mmio_vm_table.count; i++) { in host1x_setup_virtualization_tables()
303 host1x_hypervisor_writel(host, 0x1, info->mmio_vm_table.base + 4 * i); in host1x_setup_virtualization_tables()
380 if (err < 0) in host1x_iommu_attach()
392 err = 0; in host1x_iommu_attach()
447 if (err < 0) { in host1x_iommu_init()
452 return 0; in host1x_iommu_init()
475 host->resets[0].id = "mc"; in host1x_get_resets()
486 return 0; in host1x_get_resets()
515 host->regs = devm_platform_ioremap_resource(pdev, 0); in host1x_probe()
520 for (i = 0; i < ARRAY_SIZE(host->syncpt_irqs); i++) { in host1x_probe()
528 if (err < 0) in host1x_probe()
537 if (i == 0) { in host1x_probe()
538 host->syncpt_irqs[0] = platform_get_irq(pdev, 0); in host1x_probe()
539 if (host->syncpt_irqs[0] < 0) in host1x_probe()
540 return host->syncpt_irqs[0]; in host1x_probe()
579 if (err < 0) { in host1x_probe()
623 if (err < 0) in host1x_probe()
627 if (err < 0) in host1x_probe()
630 return 0; in host1x_probe()
672 return 0; in host1x_remove()
697 return 0; in host1x_runtime_suspend()
725 if (err < 0) { in host1x_runtime_resume()
734 return 0; in host1x_runtime_resume()
770 if (err < 0) in tegra_host1x_init()
774 if (err < 0) in tegra_host1x_init()