Lines Matching defs:smires
77 static void supermicro_old_pre_start(struct resource *smires)
82 val32 = inl(smires->start);
84 outl(val32, smires->start); /* Needed to activate watchdog */
87 static void supermicro_old_pre_stop(struct resource *smires)
92 val32 = inl(smires->start);
94 outl(val32, smires->start); /* Needed to deactivate watchdog */
128 static void broken_bios_start(struct resource *smires)
132 val32 = inl(smires->start);
136 outl(val32, smires->start);
139 static void broken_bios_stop(struct resource *smires)
143 val32 = inl(smires->start);
147 outl(val32, smires->start);
154 void iTCO_vendor_pre_start(struct resource *smires,
159 supermicro_old_pre_start(smires);
162 broken_bios_start(smires);
168 void iTCO_vendor_pre_stop(struct resource *smires)
172 supermicro_old_pre_stop(smires);
175 broken_bios_stop(smires);