Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/44x/
A Dwarp.c93 static void __iomem *dtm_fpga; variable
150 if (dtm_fpga) { in temp_isr()
151 unsigned reset = in_be32(dtm_fpga + 0x14); in temp_isr()
152 out_be32(dtm_fpga + 0x14, reset); in temp_isr()
276 dtm_fpga = of_iomap(np, 0); in pika_dtm_start()
278 if (dtm_fpga == NULL) in pika_dtm_start()
284 dtm_thread = kthread_run(pika_dtm_thread, dtm_fpga, "pika-dtm"); in pika_dtm_start()
286 iounmap(dtm_fpga); in pika_dtm_start()

Completed in 3 milliseconds