Skip to content

Commit

Permalink
U32 = 32 bits, not 20 :D
Browse files Browse the repository at this point in the history
Thx to doktor83 for his hawkeye! ;-)
  • Loading branch information
Eliovp authored May 23, 2019
1 parent 60f47ea commit b98fafe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux/AmdMemTweak.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ typedef union {
u32 TARF2T : 5; // number of tck cycles from aurto-refresh command to a train command
u32 TT2ROW : 5;
u32 TLD2LD : 5; // number of mclk cycles between LDFF commands
u32 : 12; // woops :p Thx Doktor83 ;-) (Community effort for the win!)
};
} SEQ_TRAIN_TIMING;
#define MC_SEQ_TRAIN_TIMING 0x2900
Expand Down

0 comments on commit b98fafe

Please sign in to comment.