Editing Syscon Thermal Configs/structs
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 125: | Line 125: | ||
struct config_footer_mullion { | struct config_footer_mullion { | ||
u16 tshutdown_time; // TShutdown Time:%d[s](0x%04x | u16 tshutdown_time; // TShutdown Time:%d[s](0x%04x). Always 0xFFFF | ||
u8 unk_00; // Fan shutdown time ? | u8 unk_00; // Fan shutdown time ? | ||
u8 fan_initial_duty; // Fan initial duty: %d%%(0x%02x). Always 0x4D (mullions) | u8 fan_initial_duty; // Fan initial duty: %d%%(0x%02x). Always 0x4D (mullions) | ||
Line 143: | Line 143: | ||
struct config_footer_sherwood { | struct config_footer_sherwood { | ||
u16 tshutdown_time; // TShutdown Time:%d[s](0x%04x | u16 tshutdown_time; // TShutdown Time:%d[s](0x%04x). Always 0xFFFF | ||
u16 unk_0000; // Fan shutdown time ?, length increased to 2 bytes for sherwoods ? | u16 unk_0000; // Fan shutdown time ?, length increased to 2 bytes for sherwoods ? | ||
u8 fan_initial_duty; // Fan initial duty: %d%%(0x%02x). Always 0x4D (sherwoods SW/SW2 with 65nm RSX), or 0x40 (sherwoods SW2 with 40nm RSX), or 0x41 (sherwoods SW3) | u8 fan_initial_duty; // Fan initial duty: %d%%(0x%02x). Always 0x4D (sherwoods SW/SW2 with 65nm RSX), or 0x40 (sherwoods SW2 with 40nm RSX), or 0x41 (sherwoods SW3) |