Lines Matching defs:GP60
39 #define GP60 0x47
149 t = inb(sch311x_wdt_data.runtime_reg + GP60);
150 outb((t & ~0x0d) | 0x0c, sch311x_wdt_data.runtime_reg + GP60);
163 t = inb(sch311x_wdt_data.runtime_reg + GP60);
164 outb((t & ~0x0d) | 0x01, sch311x_wdt_data.runtime_reg + GP60);
362 if (!request_region(sch311x_wdt_data.runtime_reg + GP60, 1, DRV_NAME)) {
364 sch311x_wdt_data.runtime_reg + GP60,
365 sch311x_wdt_data.runtime_reg + GP60);
422 release_region(sch311x_wdt_data.runtime_reg + GP60, 1);
437 release_region(sch311x_wdt_data.runtime_reg + GP60, 1);