Lines Matching defs:i5100_priv
307 struct i5100_priv { struct
309 int dimm_numrank[I5100_CHANNELS][I5100_MAX_DIMM_SLOTS_PER_CHAN];
319 int dimm_csmap[I5100_MAX_DIMM_SLOTS_PER_CHAN][I5100_MAX_RANKS_PER_DIMM];
322 struct {
325 } mir[I5100_CHANNELS];
328 unsigned amir[I5100_CHANNELS];
331 struct {
334 } dmir[I5100_CHANNELS][I5100_MAX_DMIRS];
337 struct {
344 } mtr[I5100_CHANNELS][I5100_MAX_RANKS_PER_CHAN];
346 u64 tolm; /* top of low memory in bytes */
347 unsigned ranksperchan; /* number of ranks per channel */
349 struct pci_dev *mc; /* device 16 func 1 */
350 struct pci_dev *einj; /* device 19 func 0 */
374 const struct i5100_priv *priv = mci->pvt_info; in i5100_rank_to_slot() argument