Searched refs:sram_buf (Results 1 – 4 of 4) sorted by relevance
180 struct vpu_buf *vb = &vpu_dev->sram_buf; in wave5_vdi_allocate_sram()202 struct vpu_buf *vb = &vpu_dev->sram_buf; in wave5_vdi_free_sram()
501 vpu_write_reg(vpu_dev, W515_CMD_ADDR_SEC_AXI, vpu_dev->sram_buf.daddr); in wave5_vpu_init()502 vpu_write_reg(vpu_dev, W515_CMD_SEC_AXI_SIZE, vpu_dev->sram_buf.size); in wave5_vpu_init()529 if (vpu_dev->sram_buf.size) { in wave5_vpu_build_up_dec_param()563 vpu_write_reg(inst->dev, W5_CMD_ADDR_SEC_AXI, vpu_dev->sram_buf.daddr); in wave5_vpu_build_up_dec_param()564 vpu_write_reg(inst->dev, W5_CMD_SEC_AXI_SIZE, vpu_dev->sram_buf.size); in wave5_vpu_build_up_dec_param()1199 vpu_dev->sram_buf.daddr); in wave5_vpu_re_init()1201 vpu_dev->sram_buf.size); in wave5_vpu_re_init()1326 vpu_dev->sram_buf.daddr); in wave5_vpu_sleep_wake()1328 vpu_dev->sram_buf.size); in wave5_vpu_sleep_wake()1552 if (vpu_dev->sram_buf.size) { in wave5_vpu_build_up_enc_param()[all …]
756 struct vpu_buf sram_buf; member
230 * which is half of the sram_buf size.253 /* Targets the beginning = first half of the sram_buf */254 s->dma_address = sram_buf;256 * Targets the second half of the sram_buf
Completed in 21 milliseconds