Lines Matching defs:i5100_priv
303 struct i5100_priv { struct
305 int dimm_numrank[I5100_CHANNELS][I5100_MAX_DIMM_SLOTS_PER_CHAN];
315 int dimm_csmap[I5100_MAX_DIMM_SLOTS_PER_CHAN][I5100_MAX_RANKS_PER_DIMM];
318 struct {
321 } mir[I5100_CHANNELS];
324 unsigned amir[I5100_CHANNELS];
327 struct {
330 } dmir[I5100_CHANNELS][I5100_MAX_DMIRS];
333 struct {
340 } mtr[I5100_CHANNELS][I5100_MAX_RANKS_PER_CHAN];
342 u64 tolm; /* top of low memory in bytes */
343 unsigned ranksperchan; /* number of ranks per channel */
345 struct pci_dev *mc; /* device 16 func 1 */
346 struct pci_dev *einj; /* device 19 func 0 */
370 const struct i5100_priv *priv = mci->pvt_info; in i5100_rank_to_slot() argument