Lines Matching refs:row
332 int row; in do_process_ce() local
345 row = ((page >> 1) & 3); in do_process_ce()
347 "Test row %d Table %d %d %d %d %d %d %d %d\n", row, in do_process_ce()
354 if (pvt->map[i] == row) in do_process_ce()
361 row = i; in do_process_ce()
365 row); in do_process_ce()
367 row = edac_mc_find_csrow_by_page(mci, page); in do_process_ce()
375 row, channel, -1, in do_process_ce()
393 int row; in do_process_ue() local
404 row = pvt->mc_symmetric ? in do_process_ue()
413 row, -1, -1, in do_process_ue()
423 row = pvt->mc_symmetric ? in do_process_ue()
432 row, -1, -1, in do_process_ue()
465 int row; in do_process_ded_retry() local
472 row = pvt->mc_symmetric ? ((page >> 1) & 3) : in do_process_ded_retry()
477 (long unsigned int)page, row); in do_process_ded_retry()
1144 u8 value, last, row; in e752x_init_mem_map_table() local
1147 row = 0; in e752x_init_mem_map_table()
1157 pvt->map[index] = row; in e752x_init_mem_map_table()
1158 row++; in e752x_init_mem_map_table()
1168 pvt->map[index + 1] = (value == last) ? 0xff : row; in e752x_init_mem_map_table()
1169 row++; in e752x_init_mem_map_table()