Lines Matching defs:i5100_priv
302 struct i5100_priv { struct
304 int dimm_numrank[I5100_CHANNELS][I5100_MAX_DIMM_SLOTS_PER_CHAN];
314 int dimm_csmap[I5100_MAX_DIMM_SLOTS_PER_CHAN][I5100_MAX_RANKS_PER_DIMM];
317 struct {
320 } mir[I5100_CHANNELS];
323 unsigned amir[I5100_CHANNELS];
326 struct {
329 } dmir[I5100_CHANNELS][I5100_MAX_DMIRS];
332 struct {
339 } mtr[I5100_CHANNELS][I5100_MAX_RANKS_PER_CHAN];
341 u64 tolm; /* top of low memory in bytes */
342 unsigned ranksperchan; /* number of ranks per channel */
344 struct pci_dev *mc; /* device 16 func 1 */
345 struct pci_dev *einj; /* device 19 func 0 */
369 const struct i5100_priv *priv = mci->pvt_info; in i5100_rank_to_slot() argument