Searched defs:dgrp_info (Results 1 – 2 of 2) sorted by relevance
136 struct dgrp_info { struct137 mc_dlist_t dgrp_node;138 int ndevices; /* number of physical dimms - always a pair */139 int nlogbanks; /* number of logical banks - single or dual */140 int base_device; /* base density - 128Mb, 256Mb, 512Mb or 1Gb */141 int part_type; /* part type - x4, x8 */142 uint64_t base; /* physical memory base of the dev group */143 uint64_t size; /* total memory size of the dev group */144 int deviceids[NDIMMS_PER_DGRP]; /* 2 dimms per group on Jalapeno */
105 struct dgrp_info { struct112 /* id = id of dgrp_info * ndevices + device_no */ argument