Lines Matching defs:lane
88 * nothing more than the beat/cycle and byte/lane the correction
101 * - Beat(s)/lane(s)
414 * ppc4xx_edac_generate_lane_message - generate interpretted byte lane message
416 * with the byte lane message being generated.
437 unsigned int lane, lanes;
450 for (lanes = 0, lane = first_lane; lane < lane_count; lane++) {
451 if ((status->ecces & SDRAM_ECCES_BNCE_ENCODE(lane)) != 0) {
454 (lanes++ ? ", " : ""), lane);