Lines Matching refs:smires
80 static void supermicro_old_pre_start(struct resource *smires) in supermicro_old_pre_start() argument
85 val32 = inl(smires->start); in supermicro_old_pre_start()
87 outl(val32, smires->start); /* Needed to activate watchdog */ in supermicro_old_pre_start()
90 static void supermicro_old_pre_stop(struct resource *smires) in supermicro_old_pre_stop() argument
95 val32 = inl(smires->start); in supermicro_old_pre_stop()
97 outl(val32, smires->start); /* Needed to deactivate watchdog */ in supermicro_old_pre_stop()
268 static void broken_bios_start(struct resource *smires) in broken_bios_start() argument
272 val32 = inl(smires->start); in broken_bios_start()
276 outl(val32, smires->start); in broken_bios_start()
279 static void broken_bios_stop(struct resource *smires) in broken_bios_stop() argument
283 val32 = inl(smires->start); in broken_bios_stop()
287 outl(val32, smires->start); in broken_bios_stop()
294 void iTCO_vendor_pre_start(struct resource *smires, in iTCO_vendor_pre_start() argument
299 supermicro_old_pre_start(smires); in iTCO_vendor_pre_start()
305 broken_bios_start(smires); in iTCO_vendor_pre_start()
311 void iTCO_vendor_pre_stop(struct resource *smires) in iTCO_vendor_pre_stop() argument
315 supermicro_old_pre_stop(smires); in iTCO_vendor_pre_stop()
321 broken_bios_stop(smires); in iTCO_vendor_pre_stop()
327 void iTCO_vendor_pre_keepalive(struct resource *smires, unsigned int heartbeat) in iTCO_vendor_pre_keepalive() argument