Searched refs:cmd_next (Results 1 – 5 of 5) sorted by relevance
96 struct mtk_desc *cmd_next; member
270 cmd = ring->cmd_next; in mtk_aes_xmit()283 if (++ring->cmd_next == ring->cmd_base + MTK_DESC_NUM) in mtk_aes_xmit()284 ring->cmd_next = ring->cmd_base; in mtk_aes_xmit()
143 *cmd_curr = ring->cmd_next++; in mtk_sha_ring_shift()147 if (ring->cmd_next == ring->cmd_base + MTK_DESC_NUM) { in mtk_sha_ring_shift()148 ring->cmd_next = ring->cmd_base; in mtk_sha_ring_shift()
460 ring[i]->cmd_next = ring[i]->cmd_base; in mtk_desc_ring_alloc()
2716 char *cmd_next; in vmw_du_helper_plane_update() local2759 cmd_next = cmd_start; in vmw_du_helper_plane_update()2762 curr_size = update->post_prepare(update, cmd_next); in vmw_du_helper_plane_update()2763 cmd_next += curr_size; in vmw_du_helper_plane_update()2768 curr_size = update->pre_clip(update, cmd_next, num_hits); in vmw_du_helper_plane_update()2769 cmd_next += curr_size; in vmw_du_helper_plane_update()2785 curr_size = update->clip(update, cmd_next, &clip, fb_x, in vmw_du_helper_plane_update()2787 cmd_next += curr_size; in vmw_du_helper_plane_update()2796 curr_size = update->post_clip(update, cmd_next, &bb); in vmw_du_helper_plane_update()