Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
A Dhpwdt.c43 static unsigned long __iomem *hpwdt_timer_con; variable
65 return ioread8(hpwdt_timer_con) & 0x01; in hpwdt_hw_is_running()
75 iowrite8(control, hpwdt_timer_con); in hpwdt_start()
86 data = ioread8(hpwdt_timer_con); in hpwdt_stop()
88 iowrite8(data, hpwdt_timer_con); in hpwdt_stop()
322 hpwdt_timer_con = pci_mem_addr + 0x72; in hpwdt_init_one()

Completed in 3 milliseconds