Searched defs:mc_control (Results 1 – 2 of 2) sorted by relevance
119 struct mc_control { struct120 int id; /* unique id for memory controllers */121 int ndevgrps; /* The number of device groups on this mc */122 struct mc_ids devgrpids[1]; /* device group ids for next iteration */
908 uint32_t mc_control; in mem_reg_init() local