Lines Matching defs:i5400_pvt
322 struct i5400_pvt { struct
323 struct pci_dev *system_address; /* 16.0 */
324 struct pci_dev *branchmap_werrors; /* 16.1 */
325 struct pci_dev *fsb_error_regs; /* 16.2 */
326 struct pci_dev *branch_0; /* 21.0 */
327 struct pci_dev *branch_1; /* 22.0 */
329 u16 tolm; /* top of low memory */
330 union {
338 u16 mir0, mir1;
340 u16 b0_mtr[DIMMS_PER_CHANNEL]; /* Memory Technlogy Reg */
341 u16 b0_ambpresent0; /* Branch 0, Channel 0 */
342 u16 b0_ambpresent1; /* Brnach 0, Channel 1 */
344 u16 b1_mtr[DIMMS_PER_CHANNEL]; /* Memory Technlogy Reg */
345 u16 b1_ambpresent0; /* Branch 1, Channel 8 */
346 u16 b1_ambpresent1; /* Branch 1, Channel 1 */
349 struct i5400_dimm_info dimm_info[DIMMS_PER_CHANNEL][MAX_CHANNELS];
352 int maxch; /* Max channels */
353 int maxdimmperch; /* Max DIMMs per channel */