Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/44x/
H A Dwarp.c86 static void __iomem *dtm_fpga; variable
128 if (dtm_fpga) { in temp_isr()
129 unsigned reset = in_be32(dtm_fpga + 0x14); in temp_isr()
130 out_be32(dtm_fpga + 0x14, reset); in temp_isr()
307 dtm_fpga = of_iomap(np, 0); in pika_dtm_start()
309 if (dtm_fpga == NULL) in pika_dtm_start()
315 dtm_thread = kthread_run(pika_dtm_thread, dtm_fpga, "pika-dtm"); in pika_dtm_start()
317 iounmap(dtm_fpga); in pika_dtm_start()