Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dhpwdt.c42 static unsigned long __iomem *hpwdt_timer_con; variable
63 return ioread8(hpwdt_timer_con) & 0x01; in hpwdt_hw_is_running()
73 iowrite8(control, hpwdt_timer_con); in hpwdt_start()
84 data = ioread8(hpwdt_timer_con); in hpwdt_stop()
86 iowrite8(data, hpwdt_timer_con); in hpwdt_stop()
320 hpwdt_timer_con = pci_mem_addr + 0x72; in hpwdt_init_one()