Lines Matching refs:val32
79 unsigned long val32; in supermicro_old_pre_start() local
82 val32 = inl(smires->start); in supermicro_old_pre_start()
83 val32 &= 0xffffdfff; /* Turn off SMI clearing watchdog */ in supermicro_old_pre_start()
84 outl(val32, smires->start); /* Needed to activate watchdog */ in supermicro_old_pre_start()
89 unsigned long val32; in supermicro_old_pre_stop() local
92 val32 = inl(smires->start); in supermicro_old_pre_stop()
93 val32 |= 0x00002000; /* Turn on SMI clearing watchdog */ in supermicro_old_pre_stop()
94 outl(val32, smires->start); /* Needed to deactivate watchdog */ in supermicro_old_pre_stop()
130 unsigned long val32; in broken_bios_start() local
132 val32 = inl(smires->start); in broken_bios_start()
135 val32 &= 0xffffdffe; in broken_bios_start()
136 outl(val32, smires->start); in broken_bios_start()
141 unsigned long val32; in broken_bios_stop() local
143 val32 = inl(smires->start); in broken_bios_stop()
146 val32 |= 0x00002001; in broken_bios_stop()
147 outl(val32, smires->start); in broken_bios_stop()