Lines Matching defs:lane
89 * nothing more than the beat/cycle and byte/lane the correction
102 * - Beat(s)/lane(s)
401 * ppc4xx_edac_generate_lane_message - generate interpretted byte lane message
403 * with the byte lane message being generated.
424 unsigned int lane, lanes;
437 for (lanes = 0, lane = first_lane; lane < lane_count; lane++) {
438 if ((status->ecces & SDRAM_ECCES_BNCE_ENCODE(lane)) != 0) {
441 (lanes++ ? ", " : ""), lane);