Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dsch311x_wdt.c43 #define GP60 0x47 macro
153 t = inb(sch311x_wdt_data.runtime_reg + GP60); in sch311x_wdt_start()
154 outb((t & ~0x0d) | 0x0c, sch311x_wdt_data.runtime_reg + GP60); in sch311x_wdt_start()
167 t = inb(sch311x_wdt_data.runtime_reg + GP60); in sch311x_wdt_stop()
168 outb((t & ~0x0d) | 0x01, sch311x_wdt_data.runtime_reg + GP60); in sch311x_wdt_stop()
365 if (!request_region(sch311x_wdt_data.runtime_reg + GP60, 1, DRV_NAME)) { in sch311x_wdt_probe()
367 sch311x_wdt_data.runtime_reg + GP60, in sch311x_wdt_probe()
368 sch311x_wdt_data.runtime_reg + GP60); in sch311x_wdt_probe()
425 release_region(sch311x_wdt_data.runtime_reg + GP60, 1); in sch311x_wdt_probe()
440 release_region(sch311x_wdt_data.runtime_reg + GP60, 1); in sch311x_wdt_remove()