coreboot/src/northbridge/intel/e7525/raminit.h
<<
>>
Prefs
   1#ifndef RAMINIT_H
   2#define RAMINIT_H
   3
   4#define DIMM_SOCKETS 4
   5struct mem_controller {
   6        unsigned node_id;
   7        device_t f0, f1, f2, f3;
   8        uint16_t channel0[DIMM_SOCKETS];
   9        uint16_t channel1[DIMM_SOCKETS];
  10};
  11
  12#endif /* RAMINIT_H */
  13
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.