Searched full:gp60 (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/watchdog/ |
| H A D | sch311x_wdt.c | 39 #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() 361 if (!request_region(sch311x_wdt_data.runtime_reg + GP60, 1, DRV_NAME)) { in sch311x_wdt_probe() 363 sch311x_wdt_data.runtime_reg + GP60, in sch311x_wdt_probe() 364 sch311x_wdt_data.runtime_reg + GP60); in sch311x_wdt_probe() 421 release_region(sch311x_wdt_data.runtime_reg + GP60, 1); in sch311x_wdt_probe() 436 release_region(sch311x_wdt_data.runtime_reg + GP60, 1); in sch311x_wdt_remove()
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-cy8c95x0.c | 206 PINCTRL_PIN(44, "gp60"), 276 "gp60",
|