Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dsch311x_wdt.c39 #define GP60 0x47 macro
149 t = inb(sch311x_wdt_data.runtime_reg + GP60); in sch311x_wdt_start()
150 outb((t & ~0x0d) | 0x0c, sch311x_wdt_data.runtime_reg + GP60); in sch311x_wdt_start()
163 t = inb(sch311x_wdt_data.runtime_reg + GP60); in sch311x_wdt_stop()
164 outb((t & ~0x0d) | 0x01, sch311x_wdt_data.runtime_reg + GP60); in sch311x_wdt_stop()
362 if (!request_region(sch311x_wdt_data.runtime_reg + GP60, 1, DRV_NAME)) { in sch311x_wdt_probe()
364 sch311x_wdt_data.runtime_reg + GP60, in sch311x_wdt_probe()
365 sch311x_wdt_data.runtime_reg + GP60); in sch311x_wdt_probe()
422 release_region(sch311x_wdt_data.runtime_reg + GP60, 1); in sch311x_wdt_probe()
437 release_region(sch311x_wdt_data.runtime_reg + GP60, 1); in sch311x_wdt_remove()