emc: Rename Device to Rank

This commit is contained in:
CTCaer
2020-11-15 13:23:37 +02:00
parent bbc3f41493
commit 485edb4883
3 changed files with 23 additions and 16 deletions

View File

@@ -684,10 +684,13 @@ enum
typedef struct _emc_mr_data_t
{
u8 dev0_ch0;
u8 dev0_ch1;
u8 dev1_ch0;
u8 dev1_ch1;
// Device 0.
u8 rank0_ch0;
u8 rank0_ch1;
// Device 1.
u8 rank1_ch0;
u8 rank1_ch1;
} emc_mr_data_t;
#endif