Searched refs:count_tbl (Results 1 – 1 of 1) sorted by relevance
159 struct rkvdec_aux_buf count_tbl; member581 memset(vp9_ctx->count_tbl.cpu, 0, vp9_ctx->count_tbl.size); in config_registers()669 writel_relaxed(vp9_ctx->count_tbl.dma, in config_registers()906 inter_cnts = vp9_ctx->count_tbl.cpu; in rkvdec_vp9_done()1001 unsigned char *count_tbl; in rkvdec_vp9_start() local1022 &vp9_ctx->count_tbl.dma, GFP_KERNEL); in rkvdec_vp9_start()1023 if (!count_tbl) { in rkvdec_vp9_start()1028 vp9_ctx->count_tbl.size = RKVDEC_VP9_COUNT_SIZE; in rkvdec_vp9_start()1029 vp9_ctx->count_tbl.cpu = count_tbl; in rkvdec_vp9_start()1048 dma_free_coherent(rkvdec->dev, vp9_ctx->count_tbl.size, in rkvdec_vp9_stop()[all …]