Searched refs:sc_coeff_h (Results 1 – 1 of 1) sorted by relevance
394 struct vpdma_buf sc_coeff_h; /* h coeff buffer */ member857 sc_set_hs_coeffs(ctx->dev->sc, ctx->sc_coeff_h.addr, src_w, dst_w); in set_srcdst_params()1123 if (sc->loaded_coeff_h != ctx->sc_coeff_h.dma_addr || in device_run()1125 vpdma_map_desc_buf(ctx->dev->vpdma, &ctx->sc_coeff_h); in device_run()1127 &ctx->sc_coeff_h, 0); in device_run()1129 sc->loaded_coeff_h = ctx->sc_coeff_h.dma_addr; in device_run()1276 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_h); in vpe_irq()1973 ret = vpdma_alloc_desc_buf(&ctx->sc_coeff_h, SC_COEF_SRAM_SIZE); in vpe_open()2053 vpdma_free_desc_buf(&ctx->sc_coeff_h); in vpe_open()