Searched refs:cmd_next (Results 1 – 5 of 5) sorted by relevance
96 struct mtk_desc *cmd_next; member
287 cmd = ring->cmd_next; in mtk_aes_xmit()300 if (++ring->cmd_next == ring->cmd_base + MTK_DESC_NUM) in mtk_aes_xmit()301 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()
466 ring[i]->cmd_next = ring[i]->cmd_base; in mtk_desc_ring_alloc()
2807 char *cmd_next; in vmw_du_helper_plane_update() local2850 cmd_next = cmd_start; in vmw_du_helper_plane_update()2853 curr_size = update->post_prepare(update, cmd_next); in vmw_du_helper_plane_update()2854 cmd_next += curr_size; in vmw_du_helper_plane_update()2859 curr_size = update->pre_clip(update, cmd_next, num_hits); in vmw_du_helper_plane_update()2860 cmd_next += curr_size; in vmw_du_helper_plane_update()2876 curr_size = update->clip(update, cmd_next, &clip, fb_x, in vmw_du_helper_plane_update()2878 cmd_next += curr_size; in vmw_du_helper_plane_update()2887 curr_size = update->post_clip(update, cmd_next, &bb); in vmw_du_helper_plane_update()