Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dhpwdt.c45 static unsigned long __iomem *hpwdt_timer_con; variable
67 return ioread8(hpwdt_timer_con) & 0x01; in hpwdt_hw_is_running()
77 iowrite8(control, hpwdt_timer_con); in hpwdt_start()
88 data = ioread8(hpwdt_timer_con); in hpwdt_stop()
90 iowrite8(data, hpwdt_timer_con); in hpwdt_stop()
324 hpwdt_timer_con = pci_mem_addr + 0x72; in hpwdt_init_one()