Home
last modified time | relevance | path

Searched refs:dtm_fpga (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/powerpc/platforms/44x/
Dwarp.c100 static void __iomem *dtm_fpga; variable
157 if (dtm_fpga) { in temp_isr()
158 unsigned reset = in_be32(dtm_fpga + 0x14); in temp_isr()
159 out_be32(dtm_fpga + 0x14, reset); in temp_isr()
283 dtm_fpga = of_iomap(np, 0); in pika_dtm_start()
285 if (dtm_fpga == NULL) in pika_dtm_start()
291 dtm_thread = kthread_run(pika_dtm_thread, dtm_fpga, "pika-dtm"); in pika_dtm_start()
293 iounmap(dtm_fpga); in pika_dtm_start()