Searched defs:ChannelDevice (Results 1 – 4 of 4) sorted by relevance
201 struct ChannelDevice { struct202 … Enabled; // 0 = channel disabled, 1 = channel enabled203 … Features; // Bit mask of features to enable or disable204 UINT8 MaxDimm; // Number of DIMM205 … NumRanks; // Number of ranks on this channel206 UINT8 chFailed;207 UINT8 ngnChFailed;208 …NT8 Is9x4DimmPresent; // 9x4 dimm present indicator209 … SpareLogicalRank[MAX_SPARE_RANK]; // Logical rank, selected as Spare210 … SparePhysicalRank[MAX_SPARE_RANK]; // Physical rank, selected as spare[all …]
198 struct ChannelDevice { struct199 … Enabled; // 0 = channel disabled, 1 = channel enabled200 … Features; // Bit mask of features to enable or disable201 UINT8 MaxDimm; // Number of DIMM202 … NumRanks; // Number of ranks on this channel203 UINT8 chFailed;204 UINT8 ngnChFailed;205 …NT8 Is9x4DimmPresent; // 9x4 dimm present indicator206 … SpareLogicalRank[MAX_SPARE_RANK]; // Logical rank, selected as Spare207 … SparePhysicalRank[MAX_SPARE_RANK]; // Physical rank, selected as spare[all …]
123 struct ChannelDevice { struct130 struct ChannelDevice ChannelInfo[MAX_CH]; argument