Home
last modified time | relevance | path

Searched refs:SC_COEF_SRAM_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/ti/vpe/
H A Dsc.h183 #define SC_COEF_SRAM_SIZE (SC_NUM_PHASES * 2 * SC_NUM_TAPS_MEM_ALIGN * 2) macro
H A Dvpe.c1285 &ctx->sc_coeff_v, SC_COEF_SRAM_SIZE >> 4); in device_run()
2295 ret = vpdma_alloc_desc_buf(&ctx->sc_coeff_h, SC_COEF_SRAM_SIZE); in vpe_open()
2299 ret = vpdma_alloc_desc_buf(&ctx->sc_coeff_v, SC_COEF_SRAM_SIZE); in vpe_open()
H A Dvip.c2315 &port->sc_coeff_v, SC_COEF_SRAM_SIZE >> 4); in vip_setup_scaler()
2626 ret = vpdma_alloc_desc_buf(&port->sc_coeff_h, SC_COEF_SRAM_SIZE); in vip_init_port()
2630 ret = vpdma_alloc_desc_buf(&port->sc_coeff_v, SC_COEF_SRAM_SIZE); in vip_init_port()