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