Searched refs:sch311x_wdt_data (Results 1 – 1 of 1) sorted by relevance
59 } sch311x_wdt_data; variable124 outb(timeout_unit, sch311x_wdt_data.runtime_reg + WDT_TIME_OUT); in sch311x_wdt_set_timeout()129 outb(t, sch311x_wdt_data.runtime_reg + WDT_VAL); in sch311x_wdt_set_timeout()136 spin_lock(&sch311x_wdt_data.io_lock); in sch311x_wdt_start()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()152 spin_unlock(&sch311x_wdt_data.io_lock); in sch311x_wdt_start()160 spin_lock(&sch311x_wdt_data.io_lock); in sch311x_wdt_stop()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()[all …]