Lines Matching defs:slot
866 /* There is one MTR for each slot pair of FB-DIMMs,
867 Each slot pair may be at branch 0 or branch 1.
929 /* Determine if there is a DIMM present in this DIMM slot */
1171 int channel, slot;
1178 * FIXME: remove pvt->dimm_info[slot][channel] and use the 3
1183 for (slot = 0; slot < mci->layers[2].size; slot++) {
1184 mtr = determine_mtr(pvt, slot, channel);
1186 /* if no DIMMS on this slot, continue */
1190 dimm = edac_get_dimm(mci, channel / 2, channel % 2, slot);
1192 size_mb = pvt->dimm_info[slot][channel].megabytes;
1194 edac_dbg(2, "dimm (branch %d channel %d slot %d): %d.%03d GB\n",
1195 channel / 2, channel % 2, slot,
1272 * This drivers uses the DIMM slot as "csrow" and the rest as "channel".