Searched refs:last_pos (Results 1 – 5 of 5) sorted by relevance
51 cdma->last_pos = cdma->push_buffer.pos; in cdma_start()98 cdma->last_pos = cdma->push_buffer.pos; in cdma_timeout_restart()127 cdma->last_pos); in cdma_timeout_restart()147 if (cdma->push_buffer.pos != cdma->last_pos) { in cdma_flush()150 cdma->last_pos = cdma->push_buffer.pos; in cdma_flush()215 cdma->last_pos); in cdma_freeze()
66 unsigned int last_pos; /* last value written to DMAPUT */ member
411 restart_addr = cdma->last_pos; in host1x_cdma_update_sync_queue()
634 unsigned long bpp, last_pos; in g2d_check_buf_desc_is_valid() local661 last_pos = ((unsigned long)buf_desc->bottom_y - 1) * in g2d_check_buf_desc_is_valid()672 if (last_pos >= size) { in g2d_check_buf_desc_is_valid()674 "is out of range [%lu]!\n", last_pos, size); in g2d_check_buf_desc_is_valid()
214 unsigned int pos, last_pos = PAGE_SIZE / sizeof(*page) - 1; in page_same_filled() local219 if (val != page[last_pos]) in page_same_filled()222 for (pos = 1; pos < last_pos; pos++) { in page_same_filled()