Lines Matching defs:i5000_pvt
323 struct i5000_pvt { struct
324 struct pci_dev *system_address; /* 16.0 */
325 struct pci_dev *branchmap_werrors; /* 16.1 */
326 struct pci_dev *fsb_error_regs; /* 16.2 */
327 struct pci_dev *branch_0; /* 21.0 */
328 struct pci_dev *branch_1; /* 22.0 */
330 u16 tolm; /* top of low memory */
331 union {
339 u16 mir0, mir1, mir2;
341 u16 b0_mtr[NUM_MTRS]; /* Memory Technlogy Reg */
342 u16 b0_ambpresent0; /* Branch 0, Channel 0 */
343 u16 b0_ambpresent1; /* Brnach 0, Channel 1 */
345 u16 b1_mtr[NUM_MTRS]; /* Memory Technlogy Reg */
346 u16 b1_ambpresent0; /* Branch 1, Channel 8 */
347 u16 b1_ambpresent1; /* Branch 1, Channel 1 */
350 struct i5000_dimm_info dimm_info[MAX_CSROWS][MAX_CHANNELS];
353 int maxch; /* Max channels */
354 int maxdimmperch; /* Max DIMMs per channel */