Lines Matching refs:val32
82 unsigned long val32; in supermicro_old_pre_start() local
85 val32 = inl(smires->start); in supermicro_old_pre_start()
86 val32 &= 0xffffdfff; /* Turn off SMI clearing watchdog */ in supermicro_old_pre_start()
87 outl(val32, smires->start); /* Needed to activate watchdog */ in supermicro_old_pre_start()
92 unsigned long val32; in supermicro_old_pre_stop() local
95 val32 = inl(smires->start); in supermicro_old_pre_stop()
96 val32 |= 0x00002000; /* Turn on SMI clearing watchdog */ in supermicro_old_pre_stop()
97 outl(val32, smires->start); /* Needed to deactivate watchdog */ in supermicro_old_pre_stop()
270 unsigned long val32; in broken_bios_start() local
272 val32 = inl(smires->start); in broken_bios_start()
275 val32 &= 0xffffdffe; in broken_bios_start()
276 outl(val32, smires->start); in broken_bios_start()
281 unsigned long val32; in broken_bios_stop() local
283 val32 = inl(smires->start); in broken_bios_stop()
286 val32 |= 0x00002001; in broken_bios_stop()
287 outl(val32, smires->start); in broken_bios_stop()