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

/linux-4.1.27/drivers/watchdog/
H A DiTCO_vendor_support.c80 static void supermicro_old_pre_start(struct resource *smires) supermicro_old_pre_start() argument
85 val32 = inl(smires->start); supermicro_old_pre_start()
87 outl(val32, smires->start); /* Needed to activate watchdog */ supermicro_old_pre_start()
90 static void supermicro_old_pre_stop(struct resource *smires) supermicro_old_pre_stop() argument
95 val32 = inl(smires->start); supermicro_old_pre_stop()
97 outl(val32, smires->start); /* Needed to deactivate watchdog */ supermicro_old_pre_stop()
268 static void broken_bios_start(struct resource *smires) broken_bios_start() argument
272 val32 = inl(smires->start); broken_bios_start()
276 outl(val32, smires->start); broken_bios_start()
279 static void broken_bios_stop(struct resource *smires) broken_bios_stop() argument
283 val32 = inl(smires->start); broken_bios_stop()
287 outl(val32, smires->start); broken_bios_stop()
294 void iTCO_vendor_pre_start(struct resource *smires, iTCO_vendor_pre_start() argument
299 supermicro_old_pre_start(smires); iTCO_vendor_pre_start()
305 broken_bios_start(smires); iTCO_vendor_pre_start()
311 void iTCO_vendor_pre_stop(struct resource *smires) iTCO_vendor_pre_stop() argument
315 supermicro_old_pre_stop(smires); iTCO_vendor_pre_stop()
321 broken_bios_stop(smires); iTCO_vendor_pre_stop()
327 void iTCO_vendor_pre_keepalive(struct resource *smires, unsigned int heartbeat) iTCO_vendor_pre_keepalive() argument

Completed in 50 milliseconds