Searched refs:forward_addr (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/media/hantro/ |
| H A D | rk3399_vpu_hw_mpeg2_dec.c | 108 dma_addr_t forward_addr = 0, backward_addr = 0; in rk3399_vpu_mpeg2_dec_set_buffers() local 117 forward_addr = hantro_get_ref(ctx, in rk3399_vpu_mpeg2_dec_set_buffers() 133 if (!forward_addr) in rk3399_vpu_mpeg2_dec_set_buffers() 134 forward_addr = current_addr; in rk3399_vpu_mpeg2_dec_set_buffers() 145 vdpu_write_relaxed(vpu, forward_addr, VDPU_REG_REFER0_BASE); in rk3399_vpu_mpeg2_dec_set_buffers() 146 vdpu_write_relaxed(vpu, forward_addr, VDPU_REG_REFER1_BASE); in rk3399_vpu_mpeg2_dec_set_buffers() 148 vdpu_write_relaxed(vpu, forward_addr, VDPU_REG_REFER0_BASE); in rk3399_vpu_mpeg2_dec_set_buffers() 152 vdpu_write_relaxed(vpu, forward_addr, VDPU_REG_REFER1_BASE); in rk3399_vpu_mpeg2_dec_set_buffers()
|
| H A D | hantro_g1_mpeg2_dec.c | 106 dma_addr_t forward_addr = 0, backward_addr = 0; in hantro_g1_mpeg2_dec_set_buffers() local 115 forward_addr = hantro_get_ref(ctx, in hantro_g1_mpeg2_dec_set_buffers() 131 if (!forward_addr) in hantro_g1_mpeg2_dec_set_buffers() 132 forward_addr = current_addr; in hantro_g1_mpeg2_dec_set_buffers() 143 vdpu_write_relaxed(vpu, forward_addr, G1_REG_REFER0_BASE); in hantro_g1_mpeg2_dec_set_buffers() 144 vdpu_write_relaxed(vpu, forward_addr, G1_REG_REFER1_BASE); in hantro_g1_mpeg2_dec_set_buffers() 146 vdpu_write_relaxed(vpu, forward_addr, G1_REG_REFER0_BASE); in hantro_g1_mpeg2_dec_set_buffers() 150 vdpu_write_relaxed(vpu, forward_addr, G1_REG_REFER1_BASE); in hantro_g1_mpeg2_dec_set_buffers()
|