Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/44x/
Dwarp.c96 static void __iomem *dtm_fpga; variable
153 if (dtm_fpga) { in temp_isr()
154 unsigned reset = in_be32(dtm_fpga + 0x14); in temp_isr()
155 out_be32(dtm_fpga + 0x14, reset); in temp_isr()
279 dtm_fpga = of_iomap(np, 0); in pika_dtm_start()
281 if (dtm_fpga == NULL) in pika_dtm_start()
287 dtm_thread = kthread_run(pika_dtm_thread, dtm_fpga, "pika-dtm"); in pika_dtm_start()
289 iounmap(dtm_fpga); in pika_dtm_start()