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

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

Completed in 360 milliseconds