Lines Matching +full:0 +full:xf4000000
18 #define REG_AUX_CTRL 0x0
19 #define REG_AUX_MSG_ACK 0x10
20 #define REG_AUX_MSG 0x14
21 #define REG_CORE_MSG_ACK 0x18
22 #define REG_CORE_MSG 0x1C
28 #define AUX_CTRL_SW_RESET BIT(0)
47 { "tcsm0", 0x132b0000 },
48 { "tcsm1", 0xf4000000 },
49 { "sram", 0x132f0000 },
88 return 0; in ingenic_rproc_unprepare()
102 return 0; in ingenic_rproc_start()
114 return 0; in ingenic_rproc_stop()
130 for (i = 0; i < ARRAY_SIZE(vpu_mem_map); i++) { in ingenic_rproc_da_to_va()
161 writel(0, vpu->aux_base + REG_AUX_MSG_ACK); in vpu_interrupt()
192 for (i = 0; i < ARRAY_SIZE(vpu_mem_map); i++) { in ingenic_rproc_probe()
207 vpu->clks[0].id = "vpu"; in ingenic_rproc_probe()
216 vpu->irq = platform_get_irq(pdev, 0); in ingenic_rproc_probe()
217 if (vpu->irq < 0) in ingenic_rproc_probe()
222 if (ret < 0) { in ingenic_rproc_probe()
233 return 0; in ingenic_rproc_probe()