Lines Matching refs:elt
321 int page, offset, elt; in print_error_obj() local
324 for (elt = 0; elt < PAGE_SIZE/4; elt++) { in print_error_obj()
326 obj->pages[page][elt]); in print_error_obj()
339 int i, j, offset, elt; in i915_error_state_to_str() local
470 for (elt = 0; elt < PAGE_SIZE/16; elt += 4) { in i915_error_state_to_str()
473 hws_page[elt], in i915_error_state_to_str()
474 hws_page[elt+1], in i915_error_state_to_str()
475 hws_page[elt+2], in i915_error_state_to_str()
476 hws_page[elt+3]); in i915_error_state_to_str()
492 for (elt = 0; elt < PAGE_SIZE/16; elt += 4) { in i915_error_state_to_str()
494 elt * 4, in i915_error_state_to_str()
495 obj->pages[0][elt], in i915_error_state_to_str()
496 obj->pages[0][elt+1], in i915_error_state_to_str()
497 obj->pages[0][elt+2], in i915_error_state_to_str()
498 obj->pages[0][elt+3]); in i915_error_state_to_str()