Lines Matching refs:row
331 int row; in do_process_ce() local
344 row = ((page >> 1) & 3); in do_process_ce()
346 "Test row %d Table %d %d %d %d %d %d %d %d\n", row, in do_process_ce()
353 if (pvt->map[i] == row) in do_process_ce()
360 row = i; in do_process_ce()
364 row); in do_process_ce()
366 row = edac_mc_find_csrow_by_page(mci, page); in do_process_ce()
374 row, channel, -1, in do_process_ce()
392 int row; in do_process_ue() local
403 row = pvt->mc_symmetric ? in do_process_ue()
412 row, -1, -1, in do_process_ue()
422 row = pvt->mc_symmetric ? in do_process_ue()
431 row, -1, -1, in do_process_ue()
464 int row; in do_process_ded_retry() local
471 row = pvt->mc_symmetric ? ((page >> 1) & 3) : in do_process_ded_retry()
476 (long unsigned int)page, row); in do_process_ded_retry()
1142 u8 value, last, row; in e752x_init_mem_map_table() local
1145 row = 0; in e752x_init_mem_map_table()
1155 pvt->map[index] = row; in e752x_init_mem_map_table()
1156 row++; in e752x_init_mem_map_table()
1166 pvt->map[index + 1] = (value == last) ? 0xff : row; in e752x_init_mem_map_table()
1167 row++; in e752x_init_mem_map_table()