Searched refs:sch311x_wdt_data (Results 1 – 1 of 1) sorted by relevance
63 } sch311x_wdt_data; variable128 outb(timeout_unit, sch311x_wdt_data.runtime_reg + WDT_TIME_OUT); in sch311x_wdt_set_timeout()133 outb(t, sch311x_wdt_data.runtime_reg + WDT_VAL); in sch311x_wdt_set_timeout()140 spin_lock(&sch311x_wdt_data.io_lock); in sch311x_wdt_start()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()156 spin_unlock(&sch311x_wdt_data.io_lock); in sch311x_wdt_start()164 spin_lock(&sch311x_wdt_data.io_lock); in sch311x_wdt_stop()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()[all …]