Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/platforms/44x/
A Dwarp.c96 static void __iomem *dtm_fpga; variable
179 if (dtm_fpga) { in temp_isr()
180 unsigned reset = in_be32(dtm_fpga + 0x14); in temp_isr()
181 out_be32(dtm_fpga + 0x14, reset); in temp_isr()
358 dtm_fpga = of_iomap(np, 0); in pika_dtm_start()
360 if (dtm_fpga == NULL) in pika_dtm_start()
366 dtm_thread = kthread_run(pika_dtm_thread, dtm_fpga, "pika-dtm"); in pika_dtm_start()
368 iounmap(dtm_fpga); in pika_dtm_start()

Completed in 4 milliseconds