Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A DiTCO_vendor_support.c77 static void supermicro_old_pre_start(struct resource *smires) in supermicro_old_pre_start() argument
82 val32 = inl(smires->start); in supermicro_old_pre_start()
84 outl(val32, smires->start); /* Needed to activate watchdog */ in supermicro_old_pre_start()
87 static void supermicro_old_pre_stop(struct resource *smires) in supermicro_old_pre_stop() argument
92 val32 = inl(smires->start); in supermicro_old_pre_stop()
94 outl(val32, smires->start); /* Needed to deactivate watchdog */ in supermicro_old_pre_stop()
128 static void broken_bios_start(struct resource *smires) in broken_bios_start() argument
132 val32 = inl(smires->start); in broken_bios_start()
136 outl(val32, smires->start); in broken_bios_start()
139 static void broken_bios_stop(struct resource *smires) in broken_bios_stop() argument
[all …]